Trace number 234578

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JCSP-CACHED 1.7 RC BF3SAT 419.853 421.353

General information on the benchmark

Nametaillard/os-taillard-5/
os-taillard-5-100-5.xml
MD5SUMbdb39889c17d6882097149cacb54071c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.030994
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size309
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/234578-1168332687/unknown.xml
0.25	c reading problem ... 
0.50	c reading problem named ?
0.50	c reading domains done.
0.53	c reading variables
c reading variables (25) done.
0.68	c reading predicates 
c reading relations (2) done.
0.90	c reading constraints
c reading constraints done.
25.06	c ... done. Wall clock time 24.817s.
25.07	c CPU time (experimental) 20.81s.
25.07	c #vars     6422
25.07	c #constraints  51426
159.03	c cleaning 28646 clauses out of 57399 for limit 1.5207978938056386
220.06	c cleaning 25208 clauses out of 50453 for limit 4.645092104485589E9
298.03	c cleaning 27767 clauses out of 55545 for limit 617.9354438863502
370.56	c cleaning 26427 clauses out of 52889 for limit 5.308672407641661E-7
421.23	c starts		: 17
421.23	c conflicts		: 154056
421.23	c decisions		: 468264
421.23	c propagations		: 25102842
421.23	c inspects		: 432554663
421.23	c learnt literals	: 3
421.23	c learnt binary clauses	: 0
421.23	c learnt ternary clauses	: 1
421.23	c learnt clauses	: 154051
421.23	c root simplifications	: 0
421.23	c removed literals (reason simplification)	: 0
421.23	c reason swapping (by a shorter reason)	: 0
421.23	c Calls to reduceDB	: 4
421.23	c speed (decisions/second)	: 1182.0669460291817
421.23	c non guided choices	1396
421.23	s SATISFIABLE
421.23	v 102 61 121 0 226 180 174 111 8 267 121 182 261 104 5 6 87 251 172 61 0 214 180 254 98 
421.23	c Total wall clock time (in seconds) : 420.978
421.23	c Total CPU time (experimental, in seconds) : 403.23

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node59/watcher-234578-1168332687 -o ROOT/results/node59/solver-234578-1168332687 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234578-1168332687/sat4jCSP-bf3-cached.jar /tmp/evaluation/234578-1168332687/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.17 1.19 1.08 4/68 22448
/proc/meminfo: memFree=1565744/2055920 swapFree=4192812/4192956
[pid=22447] ppid=22443 vsize=168 CPUtime=0
/proc/22447/stat : 22447 (java) R 22443 22447 22371 0 -1 0 39 0 0 0 0 0 0 0 20 0 1 0 181666590 172032 23 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 9286436 0 0 4096 0 0 0 0 17 1 0 0
/proc/22447/statm: 42 23 18 14 0 2 0

[startup+0.106001 s]
/proc/loadavg: 1.17 1.19 1.08 4/68 22448
/proc/meminfo: memFree=1565744/2055920 swapFree=4192812/4192956
[pid=22447] ppid=22443 vsize=900216 CPUtime=0.07
/proc/22447/stat : 22447 (java) R 22443 22447 22371 0 -1 0 3257 0 1 0 6 1 0 0 23 0 12 0 181666590 921821184 3017 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151900581 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22447/statm: 225054 3018 1527 14 0 212074 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 900216

[startup+0.514046 s]
/proc/loadavg: 1.17 1.19 1.08 4/68 22448
/proc/meminfo: memFree=1565744/2055920 swapFree=4192812/4192956
[pid=22447] ppid=22443 vsize=905236 CPUtime=0.48
/proc/22447/stat : 22447 (java) R 22443 22447 22371 0 -1 0 5969 0 1 0 45 3 0 0 25 0 12 0 181666590 926961664 5563 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22447/statm: 226309 5563 2288 14 0 212746 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 905236

[startup+1.33513 s]
/proc/loadavg: 1.17 1.19 1.08 4/84 22471
/proc/meminfo: memFree=1527672/2055920 swapFree=4192812/4192956
[pid=22447] ppid=22443 vsize=909928 CPUtime=1.3
/proc/22447/stat : 22447 (java) R 22443 22447 22371 0 -1 0 9761 0 1 0 124 6 0 0 25 0 12 0 181666590 931766272 8257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22447/statm: 227482 8257 2460 14 0 213919 0
[pid=22447/tid=22461] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22461/stat : 22461 (java) S 22443 22447 22371 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181666594 931766272 8257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22462] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22462/stat : 22462 (java) S 22443 22447 22371 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181666594 931766272 8257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22463] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22463/stat : 22463 (java) S 22443 22447 22371 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181666597 931766272 8257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22464] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22464/stat : 22464 (java) S 22443 22447 22371 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 181666597 931766272 8257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22465] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22465/stat : 22465 (java) S 22443 22447 22371 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 181666597 931766272 8257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22466] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22466/stat : 22466 (java) S 22443 22447 22371 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181666601 931766272 8257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22467] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22467/stat : 22467 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181666601 931766272 8257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22468] ppid=22443 vsize=909928 CPUtime=0.21
/proc/22447/task/22468/stat : 22468 (java) S 22443 22447 22371 0 -1 64 286 0 0 0 21 0 0 0 16 0 12 0 181666601 931766272 8257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22469] ppid=22443 vsize=909928 CPUtime=0.42
/proc/22447/task/22469/stat : 22469 (java) R 22443 22447 22371 0 -1 64 2735 0 0 0 41 1 0 0 17 0 12 0 181666601 931766272 8257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154307918 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22470] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22470/stat : 22470 (java) S 22443 22447 22371 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181666601 931766272 8257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22471] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22471/stat : 22471 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181666601 931766272 8257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 909928

[startup+2.98032 s]
/proc/loadavg: 1.24 1.20 1.08 4/84 22471
/proc/meminfo: memFree=1453816/2055920 swapFree=4192812/4192956
[pid=22447] ppid=22443 vsize=909928 CPUtime=2.94
/proc/22447/stat : 22447 (java) R 22443 22447 22371 0 -1 0 27933 0 1 0 282 12 0 0 25 0 12 0 181666590 931766272 26426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054217395 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22447/statm: 227482 26426 2478 14 0 213919 0
[pid=22447/tid=22461] ppid=22443 vsize=909928 CPUtime=0.05
/proc/22447/task/22461/stat : 22461 (java) S 22443 22447 22371 0 -1 64 2749 0 0 0 5 0 0 0 16 0 12 0 181666594 931766272 26426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22462] ppid=22443 vsize=909928 CPUtime=0.05
/proc/22447/task/22462/stat : 22462 (java) S 22443 22447 22371 0 -1 64 1927 0 0 0 5 0 0 0 16 0 12 0 181666594 931766272 26426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22463] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22463/stat : 22463 (java) S 22443 22447 22371 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 181666597 931766272 26426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22464] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22464/stat : 22464 (java) S 22443 22447 22371 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181666597 931766272 26426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22465] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22465/stat : 22465 (java) S 22443 22447 22371 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181666597 931766272 26426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22466] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22466/stat : 22466 (java) S 22443 22447 22371 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181666601 931766272 26426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22467] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22467/stat : 22467 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181666601 931766272 26426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22468] ppid=22443 vsize=909928 CPUtime=0.3
/proc/22447/task/22468/stat : 22468 (java) S 22443 22447 22371 0 -1 64 297 0 0 0 30 0 0 0 16 0 12 0 181666601 931766272 26426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22469] ppid=22443 vsize=909928 CPUtime=0.56
/proc/22447/task/22469/stat : 22469 (java) S 22443 22447 22371 0 -1 64 2759 0 0 0 55 1 0 0 16 0 12 0 181666601 931766272 26426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22470] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22470/stat : 22470 (java) S 22443 22447 22371 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181666601 931766272 26426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22471] ppid=22443 vsize=909928 CPUtime=0
/proc/22447/task/22471/stat : 22471 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181666601 931766272 26426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 909928

[startup+6.19167 s]
/proc/loadavg: 1.24 1.20 1.08 3/84 22471
/proc/meminfo: memFree=1413376/2055920 swapFree=4192812/4192956
[pid=22447] ppid=22443 vsize=910640 CPUtime=6.16
/proc/22447/stat : 22447 (java) R 22443 22447 22371 0 -1 0 37181 0 1 0 600 16 0 0 25 0 12 0 181666590 932495360 35059 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22447/statm: 227660 35059 2478 14 0 214097 0
[pid=22447/tid=22461] ppid=22443 vsize=910640 CPUtime=0.3
/proc/22447/task/22461/stat : 22461 (java) R 22443 22447 22371 0 -1 64 6992 0 0 0 28 2 0 0 16 0 12 0 181666594 932495360 35059 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631190 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22462] ppid=22443 vsize=910640 CPUtime=0.34
/proc/22447/task/22462/stat : 22462 (java) R 22443 22447 22371 0 -1 64 6923 0 0 0 32 2 0 0 16 0 12 0 181666594 932495360 35059 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154957962 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22463] ppid=22443 vsize=910640 CPUtime=0
/proc/22447/task/22463/stat : 22463 (java) S 22443 22447 22371 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 181666597 932495360 35059 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22464] ppid=22443 vsize=910640 CPUtime=0
/proc/22447/task/22464/stat : 22464 (java) S 22443 22447 22371 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181666597 932495360 35059 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22465] ppid=22443 vsize=910640 CPUtime=0
/proc/22447/task/22465/stat : 22465 (java) S 22443 22447 22371 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181666597 932495360 35059 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22466] ppid=22443 vsize=910640 CPUtime=0
/proc/22447/task/22466/stat : 22466 (java) S 22443 22447 22371 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181666601 932495360 35059 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22467] ppid=22443 vsize=910640 CPUtime=0
/proc/22447/task/22467/stat : 22467 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181666601 932495360 35059 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22468] ppid=22443 vsize=910640 CPUtime=0.32
/proc/22447/task/22468/stat : 22468 (java) S 22443 22447 22371 0 -1 64 298 0 0 0 32 0 0 0 17 0 12 0 181666601 932495360 35059 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22469] ppid=22443 vsize=910640 CPUtime=0.57
/proc/22447/task/22469/stat : 22469 (java) S 22443 22447 22371 0 -1 64 2760 0 0 0 56 1 0 0 17 0 12 0 181666601 932495360 35059 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22470] ppid=22443 vsize=910640 CPUtime=0
/proc/22447/task/22470/stat : 22470 (java) S 22443 22447 22371 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181666601 932495360 35059 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22471] ppid=22443 vsize=910640 CPUtime=0
/proc/22447/task/22471/stat : 22471 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181666601 932495360 35059 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 910640

[startup+12.6854 s]
/proc/loadavg: 1.35 1.22 1.09 3/84 22471
/proc/meminfo: memFree=1345472/2055920 swapFree=4192812/4192956
[pid=22447] ppid=22443 vsize=910640 CPUtime=12.65
/proc/22447/stat : 22447 (java) R 22443 22447 22371 0 -1 0 54132 0 1 0 1242 23 0 0 25 0 12 0 181666590 932495360 51736 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22447/statm: 227660 51740 2478 14 0 214097 0
[pid=22447/tid=22461] ppid=22443 vsize=910640 CPUtime=0.79
/proc/22447/task/22461/stat : 22461 (java) R 22443 22447 22371 0 -1 64 16271 0 0 0 73 6 0 0 16 0 12 0 181666594 932495360 51742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155440736 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22462] ppid=22443 vsize=910640 CPUtime=0.77
/proc/22447/task/22462/stat : 22462 (java) R 22443 22447 22371 0 -1 64 14582 0 0 0 72 5 0 0 15 0 12 0 181666594 932495360 51745 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22463] ppid=22443 vsize=910640 CPUtime=0
/proc/22447/task/22463/stat : 22463 (java) S 22443 22447 22371 0 -1 64 16 0 0 0 0 0 0 0 15 0 12 0 181666597 932495360 51748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22464] ppid=22443 vsize=910640 CPUtime=0
/proc/22447/task/22464/stat : 22464 (java) S 22443 22447 22371 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181666597 932495360 51751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22465] ppid=22443 vsize=910640 CPUtime=0
/proc/22447/task/22465/stat : 22465 (java) S 22443 22447 22371 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181666597 932495360 51753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22466] ppid=22443 vsize=910640 CPUtime=0
/proc/22447/task/22466/stat : 22466 (java) S 22443 22447 22371 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 181666601 932495360 51756 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22467] ppid=22443 vsize=910640 CPUtime=0
/proc/22447/task/22467/stat : 22467 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181666601 932495360 51760 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22468] ppid=22443 vsize=910640 CPUtime=0.37
/proc/22447/task/22468/stat : 22468 (java) S 22443 22447 22371 0 -1 64 302 0 0 0 37 0 0 0 17 0 12 0 181666601 932495360 51763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22469] ppid=22443 vsize=910640 CPUtime=0.58
/proc/22447/task/22469/stat : 22469 (java) S 22443 22447 22371 0 -1 64 2760 0 0 0 57 1 0 0 17 0 12 0 181666601 932495360 51766 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22470] ppid=22443 vsize=910640 CPUtime=0
/proc/22447/task/22470/stat : 22470 (java) S 22443 22447 22371 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 181666601 932495360 51768 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22471] ppid=22443 vsize=910640 CPUtime=0
/proc/22447/task/22471/stat : 22471 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181666601 932495360 51771 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 910640

[startup+25.5818 s]
/proc/loadavg: 1.45 1.25 1.10 3/84 22471
/proc/meminfo: memFree=1226752/2055920 swapFree=4192812/4192956
[pid=22447] ppid=22443 vsize=910512 CPUtime=25.55
/proc/22447/stat : 22447 (java) R 22443 22447 22371 0 -1 0 82995 0 1 0 2519 36 0 0 25 0 13 0 181666590 932364288 80413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22447/statm: 227628 80413 2483 14 0 214065 0
[pid=22447/tid=22461] ppid=22443 vsize=910512 CPUtime=1.69
/proc/22447/task/22461/stat : 22461 (java) S 22443 22447 22371 0 -1 64 31657 0 0 0 157 12 0 0 16 0 13 0 181666594 932364288 80413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22462] ppid=22443 vsize=910512 CPUtime=1.47
/proc/22447/task/22462/stat : 22462 (java) S 22443 22447 22371 0 -1 64 27952 0 0 0 136 11 0 0 16 0 13 0 181666594 932364288 80413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22463] ppid=22443 vsize=910512 CPUtime=0.01
/proc/22447/task/22463/stat : 22463 (java) S 22443 22447 22371 0 -1 64 18 0 0 0 1 0 0 0 16 0 13 0 181666597 932364288 80413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22464] ppid=22443 vsize=910512 CPUtime=0
/proc/22447/task/22464/stat : 22464 (java) S 22443 22447 22371 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 181666597 932364288 80413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22465] ppid=22443 vsize=910512 CPUtime=0
/proc/22447/task/22465/stat : 22465 (java) S 22443 22447 22371 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 181666597 932364288 80413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22466] ppid=22443 vsize=910512 CPUtime=0
/proc/22447/task/22466/stat : 22466 (java) S 22443 22447 22371 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 181666601 932364288 80413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22467] ppid=22443 vsize=910512 CPUtime=0
/proc/22447/task/22467/stat : 22467 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 181666601 932364288 80413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22468] ppid=22443 vsize=910512 CPUtime=0.62
/proc/22447/task/22468/stat : 22468 (java) R 22443 22447 22371 0 -1 64 333 0 0 0 62 0 0 0 16 0 13 0 181666601 932364288 80413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152666046 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22469] ppid=22443 vsize=910512 CPUtime=0.75
/proc/22447/task/22469/stat : 22469 (java) S 22443 22447 22371 0 -1 64 2780 0 0 0 74 1 0 0 16 0 13 0 181666601 932364288 80413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22470] ppid=22443 vsize=910512 CPUtime=0
/proc/22447/task/22470/stat : 22470 (java) S 22443 22447 22371 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 181666601 932364288 80413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22471] ppid=22443 vsize=910512 CPUtime=0
/proc/22447/task/22471/stat : 22471 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181666601 932364288 80413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.55
Current children cumulated vsize (KiB) 910512

[startup+51.2726 s]
/proc/loadavg: 1.64 1.31 1.12 3/85 22472
/proc/meminfo: memFree=1174392/2055920 swapFree=4192812/4192956
[pid=22447] ppid=22443 vsize=910088 CPUtime=51.2
/proc/22447/stat : 22447 (java) R 22443 22447 22371 0 -1 0 96114 0 1 0 5079 41 0 0 25 0 13 0 181666590 931930112 93415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054427078 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22447/statm: 227522 93415 2484 14 0 213959 0
[pid=22447/tid=22461] ppid=22443 vsize=910088 CPUtime=1.79
/proc/22447/task/22461/stat : 22461 (java) S 22443 22447 22371 0 -1 64 39766 0 0 0 164 15 0 0 17 0 13 0 181666594 931930112 93415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22462] ppid=22443 vsize=910088 CPUtime=1.55
/proc/22447/task/22462/stat : 22462 (java) S 22443 22447 22371 0 -1 64 32926 0 0 0 142 13 0 0 17 0 13 0 181666594 931930112 93415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22463] ppid=22443 vsize=910088 CPUtime=0.01

################
# More data... #
################

/proc/22447/task/22471/stat : 22471 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181666601 931930112 133492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22472] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22472/stat : 22472 (java) S 22443 22447 22371 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181669100 931930112 133492 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.46
Current children cumulated vsize (KiB) 910088

[startup+162.587 s]
/proc/loadavg: 1.94 1.52 1.22 3/85 22472
/proc/meminfo: memFree=807224/2055920 swapFree=4192812/4192956
[pid=22447] ppid=22443 vsize=910088 CPUtime=162.46
/proc/22447/stat : 22447 (java) R 22443 22447 22371 0 -1 0 190496 0 1 0 16166 80 0 0 25 0 13 0 181666590 931930112 185022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054381932 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22447/statm: 227522 185022 2487 14 0 213959 0
[pid=22447/tid=22461] ppid=22443 vsize=910088 CPUtime=2.51
/proc/22447/task/22461/stat : 22461 (java) S 22443 22447 22371 0 -1 64 78552 0 0 0 220 31 0 0 17 0 13 0 181666594 931930112 185022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22462] ppid=22443 vsize=910088 CPUtime=2.3
/proc/22447/task/22462/stat : 22462 (java) S 22443 22447 22371 0 -1 64 81969 0 0 0 197 33 0 0 15 0 13 0 181666594 931930112 185022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22463] ppid=22443 vsize=910088 CPUtime=1.38
/proc/22447/task/22463/stat : 22463 (java) S 22443 22447 22371 0 -1 64 6545 0 0 0 135 3 0 0 16 0 13 0 181666597 931930112 185022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22464] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22464/stat : 22464 (java) S 22443 22447 22371 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 181666597 931930112 185022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22465] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22465/stat : 22465 (java) S 22443 22447 22371 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 181666597 931930112 185022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22466] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22466/stat : 22466 (java) S 22443 22447 22371 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 181666601 931930112 185022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22467] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22467/stat : 22467 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 181666601 931930112 185022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22468] ppid=22443 vsize=910088 CPUtime=0.95
/proc/22447/task/22468/stat : 22468 (java) S 22443 22447 22371 0 -1 64 352 0 0 0 95 0 0 0 16 0 13 0 181666601 931930112 185022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22469] ppid=22443 vsize=910088 CPUtime=0.92
/proc/22447/task/22469/stat : 22469 (java) S 22443 22447 22371 0 -1 64 2794 0 0 0 91 1 0 0 15 0 13 0 181666601 931930112 185022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22470] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22470/stat : 22470 (java) S 22443 22447 22371 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 181666601 931930112 185022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22471] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22471/stat : 22471 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181666601 931930112 185022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22472] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22472/stat : 22472 (java) S 22443 22447 22371 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181669100 931930112 185022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.46
Current children cumulated vsize (KiB) 910088

[startup+222.632 s]
/proc/loadavg: 2.09 1.64 1.28 3/85 22472
/proc/meminfo: memFree=803384/2055920 swapFree=4192812/4192956
[pid=22447] ppid=22443 vsize=910088 CPUtime=222.39
/proc/22447/stat : 22447 (java) R 22443 22447 22371 0 -1 0 191456 0 1 0 22158 81 0 0 25 0 13 0 181666590 931930112 185975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054426833 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22447/statm: 227522 185975 2487 14 0 213959 0
[pid=22447/tid=22461] ppid=22443 vsize=910088 CPUtime=2.85
/proc/22447/task/22461/stat : 22461 (java) S 22443 22447 22371 0 -1 64 78552 0 0 0 254 31 0 0 17 0 13 0 181666594 931930112 185975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22462] ppid=22443 vsize=910088 CPUtime=2.59
/proc/22447/task/22462/stat : 22462 (java) S 22443 22447 22371 0 -1 64 81969 0 0 0 226 33 0 0 16 0 13 0 181666594 931930112 185975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22463] ppid=22443 vsize=910088 CPUtime=3.52
/proc/22447/task/22463/stat : 22463 (java) S 22443 22447 22371 0 -1 64 7498 0 0 0 349 3 0 0 16 0 13 0 181666597 931930112 185975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22464] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22464/stat : 22464 (java) S 22443 22447 22371 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 181666597 931930112 185975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22465] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22465/stat : 22465 (java) S 22443 22447 22371 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 181666597 931930112 185975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22466] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22466/stat : 22466 (java) S 22443 22447 22371 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 181666601 931930112 185975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22467] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22467/stat : 22467 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 181666601 931930112 185975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22468] ppid=22443 vsize=910088 CPUtime=0.95
/proc/22447/task/22468/stat : 22468 (java) S 22443 22447 22371 0 -1 64 352 0 0 0 95 0 0 0 16 0 13 0 181666601 931930112 185975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22469] ppid=22443 vsize=910088 CPUtime=0.93
/proc/22447/task/22469/stat : 22469 (java) S 22443 22447 22371 0 -1 64 2794 0 0 0 92 1 0 0 16 0 13 0 181666601 931930112 185975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22470] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22470/stat : 22470 (java) S 22443 22447 22371 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 181666601 931930112 185975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22471] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22471/stat : 22471 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181666601 931930112 185975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22472] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22472/stat : 22472 (java) S 22443 22447 22371 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181669100 931930112 185975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 910088

[startup+282.683 s]
/proc/loadavg: 2.03 1.70 1.32 3/85 22472
/proc/meminfo: memFree=803384/2055920 swapFree=4192812/4192956
[pid=22447] ppid=22443 vsize=910088 CPUtime=281.96
/proc/22447/stat : 22447 (java) R 22443 22447 22371 0 -1 0 191465 0 1 0 28115 81 0 0 25 0 13 0 181666590 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054382004 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22447/statm: 227522 185978 2487 14 0 213959 0
[pid=22447/tid=22461] ppid=22443 vsize=910088 CPUtime=3.18
/proc/22447/task/22461/stat : 22461 (java) S 22443 22447 22371 0 -1 64 78552 0 0 0 287 31 0 0 17 0 13 0 181666594 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22462] ppid=22443 vsize=910088 CPUtime=2.9
/proc/22447/task/22462/stat : 22462 (java) S 22443 22447 22371 0 -1 64 81970 0 0 0 257 33 0 0 17 0 13 0 181666594 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22463] ppid=22443 vsize=910088 CPUtime=3.52
/proc/22447/task/22463/stat : 22463 (java) S 22443 22447 22371 0 -1 64 7498 0 0 0 349 3 0 0 16 0 13 0 181666597 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22464] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22464/stat : 22464 (java) S 22443 22447 22371 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 181666597 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22465] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22465/stat : 22465 (java) S 22443 22447 22371 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 181666597 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22466] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22466/stat : 22466 (java) S 22443 22447 22371 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 181666601 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22467] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22467/stat : 22467 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 181666601 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22468] ppid=22443 vsize=910088 CPUtime=0.97
/proc/22447/task/22468/stat : 22468 (java) S 22443 22447 22371 0 -1 64 354 0 0 0 97 0 0 0 17 0 13 0 181666601 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22469] ppid=22443 vsize=910088 CPUtime=0.93
/proc/22447/task/22469/stat : 22469 (java) S 22443 22447 22371 0 -1 64 2794 0 0 0 92 1 0 0 16 0 13 0 181666601 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22470] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22470/stat : 22470 (java) S 22443 22447 22371 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 181666601 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22471] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22471/stat : 22471 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181666601 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22472] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22472/stat : 22472 (java) S 22443 22447 22371 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181669100 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.96
Current children cumulated vsize (KiB) 910088

[startup+342.725 s]
/proc/loadavg: 2.13 1.79 1.37 3/85 22472
/proc/meminfo: memFree=803320/2055920 swapFree=4192812/4192956
[pid=22447] ppid=22443 vsize=910088 CPUtime=341.78
/proc/22447/stat : 22447 (java) R 22443 22447 22371 0 -1 0 191471 0 1 0 34096 82 0 0 25 0 13 0 181666590 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054426833 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22447/statm: 227522 185978 2487 14 0 213959 0
[pid=22447/tid=22461] ppid=22443 vsize=910088 CPUtime=3.47
/proc/22447/task/22461/stat : 22461 (java) S 22443 22447 22371 0 -1 64 78552 0 0 0 316 31 0 0 17 0 13 0 181666594 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22462] ppid=22443 vsize=910088 CPUtime=3.16
/proc/22447/task/22462/stat : 22462 (java) S 22443 22447 22371 0 -1 64 81970 0 0 0 283 33 0 0 17 0 13 0 181666594 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22463] ppid=22443 vsize=910088 CPUtime=4.94
/proc/22447/task/22463/stat : 22463 (java) S 22443 22447 22371 0 -1 64 7498 0 0 0 491 3 0 0 16 0 13 0 181666597 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22464] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22464/stat : 22464 (java) S 22443 22447 22371 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 181666597 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22465] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22465/stat : 22465 (java) S 22443 22447 22371 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 181666597 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22466] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22466/stat : 22466 (java) S 22443 22447 22371 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 181666601 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22467] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22467/stat : 22467 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 181666601 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22468] ppid=22443 vsize=910088 CPUtime=0.97
/proc/22447/task/22468/stat : 22468 (java) S 22443 22447 22371 0 -1 64 354 0 0 0 97 0 0 0 17 0 13 0 181666601 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22469] ppid=22443 vsize=910088 CPUtime=0.93
/proc/22447/task/22469/stat : 22469 (java) S 22443 22447 22371 0 -1 64 2794 0 0 0 92 1 0 0 16 0 13 0 181666601 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22470] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22470/stat : 22470 (java) S 22443 22447 22371 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 181666601 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22471] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22471/stat : 22471 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181666601 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22472] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22472/stat : 22472 (java) S 22443 22447 22371 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181669100 931930112 185978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 341.78
Current children cumulated vsize (KiB) 910088

[startup+402.777 s]
/proc/loadavg: 2.10 1.84 1.41 3/85 22472
/proc/meminfo: memFree=803320/2055920 swapFree=4192812/4192956
[pid=22447] ppid=22443 vsize=910088 CPUtime=401.29
/proc/22447/stat : 22447 (java) R 22443 22447 22371 0 -1 0 191484 0 1 0 40047 82 0 0 25 0 13 0 181666590 931930112 185982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054510992 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22447/statm: 227522 185982 2490 14 0 213959 0
[pid=22447/tid=22461] ppid=22443 vsize=910088 CPUtime=3.78
/proc/22447/task/22461/stat : 22461 (java) S 22443 22447 22371 0 -1 64 78552 0 0 0 347 31 0 0 17 0 13 0 181666594 931930112 185982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22462] ppid=22443 vsize=910088 CPUtime=3.47
/proc/22447/task/22462/stat : 22462 (java) S 22443 22447 22371 0 -1 64 81970 0 0 0 313 34 0 0 17 0 13 0 181666594 931930112 185982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22463] ppid=22443 vsize=910088 CPUtime=7.13
/proc/22447/task/22463/stat : 22463 (java) S 22443 22447 22371 0 -1 64 7498 0 0 0 710 3 0 0 16 0 13 0 181666597 931930112 185982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22464] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22464/stat : 22464 (java) S 22443 22447 22371 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 181666597 931930112 185982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22465] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22465/stat : 22465 (java) S 22443 22447 22371 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 181666597 931930112 185982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22466] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22466/stat : 22466 (java) S 22443 22447 22371 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 181666601 931930112 185982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22467] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22467/stat : 22467 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 181666601 931930112 185982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22468] ppid=22443 vsize=910088 CPUtime=0.97
/proc/22447/task/22468/stat : 22468 (java) S 22443 22447 22371 0 -1 64 354 0 0 0 97 0 0 0 17 0 13 0 181666601 931930112 185982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22469] ppid=22443 vsize=910088 CPUtime=0.93
/proc/22447/task/22469/stat : 22469 (java) S 22443 22447 22371 0 -1 64 2794 0 0 0 92 1 0 0 16 0 13 0 181666601 931930112 185982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22447/tid=22470] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22470/stat : 22470 (java) S 22443 22447 22371 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 181666601 931930112 185982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22471] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22471/stat : 22471 (java) S 22443 22447 22371 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181666601 931930112 185982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22447/tid=22472] ppid=22443 vsize=910088 CPUtime=0
/proc/22447/task/22472/stat : 22472 (java) S 22443 22447 22371 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 181669100 931930112 185982 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.29
Current children cumulated vsize (KiB) 910088

Child status: 0
Real time (s): 421.353
CPU time (s): 419.853
CPU user time (s): 418.913
CPU system time (s): 0.939857
CPU usage (%): 99.6441
Max. virtual memory (cumulated for all children) (KiB): 911216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 418.913
system time used= 0.939857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191493
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10506
involuntary context switches= 9808

runsolver used 0.494924 s user time and 1.37779 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Tue Jan  9 08:51:27 UTC 2007


IDJOB= 234578
IDBENCH= 6696
FILE ID= node59/234578-1168332687

PBS_JOBID= 3503320

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-5/os-taillard-5-100-5.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234578-1168332687/sat4jCSP-bf3-cached.jar /tmp/evaluation/234578-1168332687/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-234578-1168332687 -o ROOT/results/node59/solver-234578-1168332687 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234578-1168332687/sat4jCSP-bf3-cached.jar /tmp/evaluation/234578-1168332687/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  bdb39889c17d6882097149cacb54071c

RANDOM SEED= 180128005

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1566232 kB
Buffers:         67900 kB
Cached:         344248 kB
SwapCached:          0 kB
Active:         179780 kB
Inactive:       252484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2528 kB
Writeback:           0 kB
Mapped:          30256 kB
Slab:            42940 kB
Committed_AS:  3853728 kB
PageTables:       1696 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66558 MiB



End job on node59 on Tue Jan  9 08:58:28 UTC 2007