Trace number 2070850

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Sugar v1.14.6+picosat? 264.557 293.683

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-20-2-7.xml
MD5SUM2dc4449fba58f7ec0fed491a75880a0e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity9
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 00:38:03 2009
0.00/0.07	c 0	PID 19480
0.00/0.07	c 0	HOST node6.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2070850-1247351883.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2070850-1247351883.xml' 'HOME/temp.csp'
0.06/0.24	c 1	1 domains, 100 variables, 20 predicates, 0 relations, 20 constraints
0.06/0.28	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.28	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.25/0.35	c 1	Parsing HOME/temp.csp
0.25/0.37	c 1	parsed 141 expressions
0.25/0.38	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.38	c 1	Converting to clausal form CSP
0.25/0.40	c 1	converted 15 (10%) expressions
0.25/0.40	c 1	converted 29 (20%) expressions
0.25/0.40	c 1	converted 43 (30%) expressions
0.25/0.40	c 1	converted 57 (40%) expressions
0.25/0.40	c 1	converted 71 (50%) expressions
0.25/0.40	c 1	converted 85 (60%) expressions
0.25/0.40	c 1	converted 99 (70%) expressions
0.25/0.40	c 1	converted 113 (80%) expressions
0.25/0.43	c 1	converted 127 (90%) expressions
0.25/0.49	c 1	converted 141 (100%) expressions
0.25/0.49	c 1	CSP : 244 integers, 0 booleans, 328 clauses, largest domain size 9929
0.25/0.49	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.49	c 1	Propagation in CSP
0.25/0.49	c 1	35656 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/0.49	c 1	CSP : 244 integers, 0 booleans, 328 clauses, largest domain size 9868
0.25/0.49	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.49	c 1	Simplifing CSP by introducing new Boolean variables
0.25/0.49	c 1	CSP : 244 integers, 0 booleans, 328 clauses, largest domain size 9868
0.25/0.49	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.52	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.25/0.53	c 1	25 (10%) CSP integer variables are encoded (1533 clauses, 17816 bytes)
0.25/0.53	c 1	49 (20%) CSP integer variables are encoded (3143 clauses, 38746 bytes)
0.25/0.53	c 1	74 (30%) CSP integer variables are encoded (4745 clauses, 59572 bytes)
0.25/0.54	c 1	98 (40%) CSP integer variables are encoded (6352 clauses, 80463 bytes)
0.25/0.62	c 1	122 (50%) CSP integer variables are encoded (70807 clauses, 1040197 bytes)
0.25/0.77	c 1	147 (60%) CSP integer variables are encoded (190553 clauses, 3017752 bytes)
0.25/0.97	c 1	171 (70%) CSP integer variables are encoded (334762 clauses, 5469305 bytes)
1.12/1.15	c 1	196 (80%) CSP integer variables are encoded (470980 clauses, 7785011 bytes)
1.21/1.30	c 2	220 (90%) CSP integer variables are encoded (593957 clauses, 9875620 bytes)
1.32/1.39	c 2	244 (100%) CSP integer variables are encoded (673789 clauses, 11232764 bytes)
1.51/1.53	c 2	33 (10%) CSP clauses are encoded (748231 clauses, 12594407 bytes)
43.03/44.07	c 44	66 (20%) CSP clauses are encoded (25377982 clauses, 505000709 bytes)
145.64/153.92	c 154	99 (30%) CSP clauses are encoded (83803528 clauses, 1775088438 bytes)
214.94/226.24	c 227	132 (40%) CSP clauses are encoded (123123445 clauses, 2676714939 bytes)
263.74/277.45	c 278	ERROR Exception Too large HOME/temp.cnf
263.74/277.45	c 278	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
263.74/277.45	c 278	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
263.74/277.45	c 278	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
263.74/277.45	s UNKNOWN
263.74/277.45	c 278	CPU 263.81 (0.06 0.01 235.26 28.48)
263.74/277.45	c 278	END Sun Jul 12 00:42:41 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070850-1247351883/watcher-2070850-1247351883 -o /tmp/evaluation-result-2070850-1247351883/solver-2070850-1247351883 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2070850-1247351883.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.38 2.33 2.33 3/67 19480
/proc/meminfo: memFree=1849488/2055924 swapFree=4192952/4192956
[pid=19480] ppid=19478 vsize=12272 CPUtime=0
/proc/19480/stat : 19480 (sugar) R 19478 19480 17663 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22255740 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 268600769280 0 0 4224 0 0 0 0 17 0 0 0
/proc/19480/statm: 3068 327 246 3 0 168 0

[startup+0.091616 s]
/proc/loadavg: 2.38 2.33 2.33 3/67 19480
/proc/meminfo: memFree=1849488/2055924 swapFree=4192952/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=0.06
/proc/19480/stat : 19480 (sugar) S 19478 19480 17663 0 -1 4194304 1227 128 0 0 6 0 0 0 18 0 1 0 22255740 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19480/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101613 s]
/proc/loadavg: 2.38 2.33 2.33 3/67 19480
/proc/meminfo: memFree=1849488/2055924 swapFree=4192952/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=0.06
/proc/19480/stat : 19480 (sugar) S 19478 19480 17663 0 -1 4194304 1227 128 0 0 6 0 0 0 18 0 1 0 22255740 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19480/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30166 s]
/proc/loadavg: 2.38 2.33 2.33 3/67 19480
/proc/meminfo: memFree=1849488/2055924 swapFree=4192952/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=0.25
/proc/19480/stat : 19480 (sugar) S 19478 19480 17663 0 -1 4194304 1292 4342 0 1 6 0 17 2 17 0 1 0 22255740 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19480/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 16868

[startup+0.701738 s]
/proc/loadavg: 2.38 2.33 2.33 3/67 19480
/proc/meminfo: memFree=1849488/2055924 swapFree=4192952/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=0.25
/proc/19480/stat : 19480 (sugar) S 19478 19480 17663 0 -1 4194304 1310 4342 0 1 6 0 17 2 15 0 1 0 22255740 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19480/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 16868

[startup+1.50291 s]
/proc/loadavg: 2.38 2.33 2.33 5/93 19533
/proc/meminfo: memFree=1823424/2055924 swapFree=4192952/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=0.25
/proc/19480/stat : 19480 (sugar) S 19478 19480 17663 0 -1 4194304 1310 4342 0 1 6 0 17 2 16 0 1 0 22255740 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19480/statm: 4217 1111 409 3 0 796 0
[pid=19493] ppid=19480 vsize=5356 CPUtime=0
/proc/19493/stat : 19493 (sh) S 19480 19480 17663 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22255768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19493/statm: 1339 233 193 169 0 50 0
[pid=19494] ppid=19493 vsize=865140 CPUtime=1.26
/proc/19494/stat : 19494 (java) S 19493 19480 17663 0 -1 0 5379 0 1 0 115 11 0 0 18 0 9 0 22255768 885903360 4353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19494/statm: 216285 4353 2589 9 0 210762 0
[pid=19494/tid=19495] ppid=19493 vsize=865140 CPUtime=1.09
/proc/19494/task/19495/stat : 19495 (java) R 19493 19480 17663 0 -1 64 3012 0 1 0 100 9 0 0 25 0 9 0 22255769 885903360 4353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19496] ppid=19493 vsize=865140 CPUtime=0.07
/proc/19494/task/19496/stat : 19496 (java) S 19493 19480 17663 0 -1 64 1326 0 0 0 6 1 0 0 16 0 9 0 22255770 885903360 4353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19497] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19497/stat : 19497 (java) S 19493 19480 17663 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19498] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19498/stat : 19498 (java) S 19493 19480 17663 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19499] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19499/stat : 19499 (java) S 19493 19480 17663 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22255773 885903360 4353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19500] ppid=19493 vsize=865140 CPUtime=0.08
/proc/19494/task/19500/stat : 19500 (java) S 19493 19480 17663 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 22255773 885903360 4353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19501] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19501/stat : 19501 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22255773 885903360 4353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19502] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19502/stat : 19502 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22255773 885903360 4353 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 887364

[startup+3.10221 s]
/proc/loadavg: 2.38 2.33 2.33 4/93 19533
/proc/meminfo: memFree=1795712/2055924 swapFree=4192952/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=0.25
/proc/19480/stat : 19480 (sugar) S 19478 19480 17663 0 -1 4194304 1310 4342 0 1 6 0 17 2 16 0 1 0 22255740 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19480/statm: 4217 1111 409 3 0 796 0
[pid=19493] ppid=19480 vsize=5356 CPUtime=0
/proc/19493/stat : 19493 (sh) S 19480 19480 17663 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22255768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19493/statm: 1339 233 193 169 0 50 0
[pid=19494] ppid=19493 vsize=865140 CPUtime=2.85
/proc/19494/stat : 19494 (java) S 19493 19480 17663 0 -1 0 5909 0 1 0 260 25 0 0 18 0 9 0 22255768 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19494/statm: 216285 4355 2589 9 0 210762 0
[pid=19494/tid=19495] ppid=19493 vsize=865140 CPUtime=2.55
/proc/19494/task/19495/stat : 19495 (java) R 19493 19480 17663 0 -1 64 3540 0 1 0 235 20 0 0 25 0 9 0 22255769 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19496] ppid=19493 vsize=865140 CPUtime=0.19
/proc/19494/task/19496/stat : 19496 (java) S 19493 19480 17663 0 -1 64 1326 0 0 0 15 4 0 0 16 0 9 0 22255770 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19497] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19497/stat : 19497 (java) S 19493 19480 17663 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19498] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19498/stat : 19498 (java) S 19493 19480 17663 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19499] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19499/stat : 19499 (java) S 19493 19480 17663 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19500] ppid=19493 vsize=865140 CPUtime=0.08
/proc/19494/task/19500/stat : 19500 (java) S 19493 19480 17663 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19501] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19501/stat : 19501 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19502] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19502/stat : 19502 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 887364

[startup+6.30284 s]
/proc/loadavg: 2.51 2.36 2.34 3/93 19533
/proc/meminfo: memFree=1721344/2055924 swapFree=4192952/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=0.25
/proc/19480/stat : 19480 (sugar) S 19478 19480 17663 0 -1 4194304 1310 4342 0 1 6 0 17 2 16 0 1 0 22255740 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19480/statm: 4217 1111 409 3 0 796 0
[pid=19493] ppid=19480 vsize=5356 CPUtime=0
/proc/19493/stat : 19493 (sh) S 19480 19480 17663 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22255768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19493/statm: 1339 233 193 169 0 50 0
[pid=19494] ppid=19493 vsize=865140 CPUtime=6.03
/proc/19494/stat : 19494 (java) S 19493 19480 17663 0 -1 0 7017 0 1 0 547 56 0 0 18 0 9 0 22255768 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19494/statm: 216285 4355 2589 9 0 210762 0
[pid=19494/tid=19495] ppid=19493 vsize=865140 CPUtime=5.48
/proc/19494/task/19495/stat : 19495 (java) R 19493 19480 17663 0 -1 64 4648 0 1 0 503 45 0 0 25 0 9 0 22255769 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19496] ppid=19493 vsize=865140 CPUtime=0.44
/proc/19494/task/19496/stat : 19496 (java) S 19493 19480 17663 0 -1 64 1326 0 0 0 34 10 0 0 16 0 9 0 22255770 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19497] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19497/stat : 19497 (java) S 19493 19480 17663 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19498] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19498/stat : 19498 (java) S 19493 19480 17663 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19499] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19499/stat : 19499 (java) S 19493 19480 17663 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19500] ppid=19493 vsize=865140 CPUtime=0.08
/proc/19494/task/19500/stat : 19500 (java) S 19493 19480 17663 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19501] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19501/stat : 19501 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19502] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19502/stat : 19502 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 887364

[startup+12.7021 s]
/proc/loadavg: 2.63 2.39 2.34 3/93 19533
/proc/meminfo: memFree=1565632/2055924 swapFree=4192952/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=0.25
/proc/19480/stat : 19480 (sugar) S 19478 19480 17663 0 -1 4194304 1310 4342 0 1 6 0 17 2 16 0 1 0 22255740 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19480/statm: 4217 1111 409 3 0 796 0
[pid=19493] ppid=19480 vsize=5356 CPUtime=0
/proc/19493/stat : 19493 (sh) S 19480 19480 17663 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22255768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19493/statm: 1339 233 193 169 0 50 0
[pid=19494] ppid=19493 vsize=865140 CPUtime=12.31
/proc/19494/stat : 19494 (java) S 19493 19480 17663 0 -1 0 9180 0 1 0 1114 117 0 0 18 0 9 0 22255768 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19494/statm: 216285 4355 2589 9 0 210762 0
[pid=19494/tid=19495] ppid=19493 vsize=865140 CPUtime=11.24
/proc/19494/task/19495/stat : 19495 (java) R 19493 19480 17663 0 -1 64 6811 0 1 0 1032 92 0 0 25 0 9 0 22255769 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4126536756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19496] ppid=19493 vsize=865140 CPUtime=0.96
/proc/19494/task/19496/stat : 19496 (java) S 19493 19480 17663 0 -1 64 1326 0 0 0 73 23 0 0 16 0 9 0 22255770 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19497] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19497/stat : 19497 (java) S 19493 19480 17663 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19498] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19498/stat : 19498 (java) S 19493 19480 17663 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19499] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19499/stat : 19499 (java) S 19493 19480 17663 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19500] ppid=19493 vsize=865140 CPUtime=0.08
/proc/19494/task/19500/stat : 19500 (java) S 19493 19480 17663 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19501] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19501/stat : 19501 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19502] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19502/stat : 19502 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 887364

[startup+25.5026 s]
/proc/loadavg: 3.15 2.52 2.39 3/94 19539
/proc/meminfo: memFree=1253304/2055924 swapFree=4192952/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=0.25
/proc/19480/stat : 19480 (sugar) S 19478 19480 17663 0 -1 4194304 1310 4342 0 1 6 0 17 2 16 0 1 0 22255740 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19480/statm: 4217 1111 409 3 0 796 0
[pid=19493] ppid=19480 vsize=5356 CPUtime=0
/proc/19493/stat : 19493 (sh) S 19480 19480 17663 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22255768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19493/statm: 1339 233 193 169 0 50 0
[pid=19494] ppid=19493 vsize=865140 CPUtime=24.7
/proc/19494/stat : 19494 (java) S 19493 19480 17663 0 -1 0 13258 0 1 0 2230 240 0 0 18 0 9 0 22255768 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19494/statm: 216285 4355 2589 9 0 210762 0
[pid=19494/tid=19495] ppid=19493 vsize=865140 CPUtime=22.79
/proc/19494/task/19495/stat : 19495 (java) R 19493 19480 17663 0 -1 64 10889 0 1 0 2085 194 0 0 25 0 9 0 22255769 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4126557532 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19496] ppid=19493 vsize=865140 CPUtime=1.8
/proc/19494/task/19496/stat : 19496 (java) S 19493 19480 17663 0 -1 64 1326 0 0 0 135 45 0 0 16 0 9 0 22255770 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19497] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19497/stat : 19497 (java) S 19493 19480 17663 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19498] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19498/stat : 19498 (java) S 19493 19480 17663 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19499] ppid=19493 vsize=865140 CPUtime=0

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

[pid=19494/tid=19498] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19498/stat : 19498 (java) S 19493 19480 17663 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19499] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19499/stat : 19499 (java) S 19493 19480 17663 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19500] ppid=19493 vsize=865140 CPUtime=0.08
/proc/19494/task/19500/stat : 19500 (java) S 19493 19480 17663 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19501] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19501/stat : 19501 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19502] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19502/stat : 19502 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (KiB) 887364

[startup+102.308 s]
/proc/loadavg: 4.06 2.92 2.53 3/93 19557
/proc/meminfo: memFree=16192/2055924 swapFree=4192812/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=0.25
/proc/19480/stat : 19480 (sugar) S 19478 19480 17663 0 -1 4194304 1310 4342 0 1 6 0 17 2 16 0 1 0 22255740 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19480/statm: 4217 1111 409 3 0 796 0
[pid=19493] ppid=19480 vsize=5356 CPUtime=0
/proc/19493/stat : 19493 (sh) S 19480 19480 17663 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22255768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19493/statm: 1339 233 193 169 0 50 0
[pid=19494] ppid=19493 vsize=865140 CPUtime=95.97
/proc/19494/stat : 19494 (java) S 19493 19480 17663 0 -1 0 36811 0 1 0 8638 959 0 0 18 0 9 0 22255768 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19494/statm: 216285 4355 2589 9 0 210762 0
[pid=19494/tid=19495] ppid=19493 vsize=865140 CPUtime=88.63
/proc/19494/task/19495/stat : 19495 (java) R 19493 19480 17663 0 -1 64 34442 0 1 0 8090 773 0 0 25 0 9 0 22255769 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 102093965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19496] ppid=19493 vsize=865140 CPUtime=7.23
/proc/19494/task/19496/stat : 19496 (java) S 19493 19480 17663 0 -1 64 1326 0 0 0 539 184 0 0 16 0 9 0 22255770 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19497] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19497/stat : 19497 (java) S 19493 19480 17663 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19498] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19498/stat : 19498 (java) S 19493 19480 17663 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19499] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19499/stat : 19499 (java) S 19493 19480 17663 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19500] ppid=19493 vsize=865140 CPUtime=0.08
/proc/19494/task/19500/stat : 19500 (java) S 19493 19480 17663 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19501] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19501/stat : 19501 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19502] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19502/stat : 19502 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22255773 885903360 4355 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.22
Current children cumulated vsize (KiB) 887364

[startup+162.301 s]
/proc/loadavg: 4.01 3.11 2.62 3/93 19577
/proc/meminfo: memFree=16320/2055924 swapFree=4192812/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=0.25
/proc/19480/stat : 19480 (sugar) S 19478 19480 17663 0 -1 4194304 1310 4342 0 1 6 0 17 2 16 0 1 0 22255740 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19480/statm: 4217 1111 409 3 0 796 0
[pid=19493] ppid=19480 vsize=5356 CPUtime=0
/proc/19493/stat : 19493 (sh) S 19480 19480 17663 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22255768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19493/statm: 1339 233 193 169 0 50 0
[pid=19494] ppid=19493 vsize=865140 CPUtime=153.42
/proc/19494/stat : 19494 (java) S 19493 19480 17663 0 -1 0 56178 0 1 0 13730 1612 0 0 18 0 9 0 22255768 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19494/statm: 216285 4356 2589 9 0 210762 0
[pid=19494/tid=19495] ppid=19493 vsize=865140 CPUtime=141.53
/proc/19494/task/19495/stat : 19495 (java) R 19493 19480 17663 0 -1 64 53808 0 1 0 12843 1310 0 0 23 0 9 0 22255769 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19496] ppid=19493 vsize=865140 CPUtime=11.78
/proc/19494/task/19496/stat : 19496 (java) S 19493 19480 17663 0 -1 64 1327 0 0 0 878 300 0 0 16 0 9 0 22255770 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19497] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19497/stat : 19497 (java) S 19493 19480 17663 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19498] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19498/stat : 19498 (java) S 19493 19480 17663 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19499] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19499/stat : 19499 (java) S 19493 19480 17663 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22255773 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19500] ppid=19493 vsize=865140 CPUtime=0.08
/proc/19494/task/19500/stat : 19500 (java) S 19493 19480 17663 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 22255773 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19501] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19501/stat : 19501 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22255773 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19502] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19502/stat : 19502 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22255773 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 153.67
Current children cumulated vsize (KiB) 887364

[startup+222.301 s]
/proc/loadavg: 4.20 3.33 2.73 3/93 19595
/proc/meminfo: memFree=15232/2055924 swapFree=4192812/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=0.25
/proc/19480/stat : 19480 (sugar) S 19478 19480 17663 0 -1 4194304 1310 4342 0 1 6 0 17 2 16 0 1 0 22255740 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19480/statm: 4217 1111 409 3 0 796 0
[pid=19493] ppid=19480 vsize=5356 CPUtime=0
/proc/19493/stat : 19493 (sh) S 19480 19480 17663 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22255768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19493/statm: 1339 233 193 169 0 50 0
[pid=19494] ppid=19493 vsize=865140 CPUtime=210.92
/proc/19494/stat : 19494 (java) S 19493 19480 17663 0 -1 0 75697 0 1 0 18847 2245 0 0 18 0 9 0 22255768 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19494/statm: 216285 4356 2589 9 0 210762 0
[pid=19494/tid=19495] ppid=19493 vsize=865140 CPUtime=194.52
/proc/19494/task/19495/stat : 19495 (java) R 19493 19480 17663 0 -1 64 73327 0 1 0 17620 1832 0 0 16 0 9 0 22255769 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4126536738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19496] ppid=19493 vsize=865140 CPUtime=16.29
/proc/19494/task/19496/stat : 19496 (java) S 19493 19480 17663 0 -1 64 1327 0 0 0 1217 412 0 0 16 0 9 0 22255770 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19494/tid=19497] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19497/stat : 19497 (java) S 19493 19480 17663 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19498] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19498/stat : 19498 (java) S 19493 19480 17663 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22255771 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19499] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19499/stat : 19499 (java) S 19493 19480 17663 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22255773 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19500] ppid=19493 vsize=865140 CPUtime=0.08
/proc/19494/task/19500/stat : 19500 (java) S 19493 19480 17663 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 22255773 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19501] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19501/stat : 19501 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22255773 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19494/tid=19502] ppid=19493 vsize=865140 CPUtime=0
/proc/19494/task/19502/stat : 19502 (java) S 19493 19480 17663 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22255773 885903360 4356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 211.17
Current children cumulated vsize (KiB) 887364

[startup+282.302 s]
/proc/loadavg: 4.82 3.67 2.88 1/73 19613
/proc/meminfo: memFree=1957664/2055924 swapFree=4192812/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=264.37
/proc/19480/stat : 19480 (sugar) D 19478 19480 17663 0 -1 4194304 1335 98459 0 2 6 57 23526 2848 18 0 1 0 22255740 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19480/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 264.37
Current children cumulated vsize (KiB) 16868

Solver just ended. Dumping a history of the last processes samples

[startup+288.102 s]
/proc/loadavg: 4.60 3.64 2.87 1/73 19613
/proc/meminfo: memFree=1956128/2055924 swapFree=4192812/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=264.44
/proc/19480/stat : 19480 (sugar) D 19478 19480 17663 0 -1 4194304 1335 98459 0 2 6 64 23526 2848 18 0 1 0 22255740 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19480/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 264.44
Current children cumulated vsize (KiB) 16868

[startup+291.302 s]
/proc/loadavg: 4.39 3.61 2.87 1/71 19613
/proc/meminfo: memFree=1958192/2055924 swapFree=4192812/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=264.47
/proc/19480/stat : 19480 (sugar) D 19478 19480 17663 0 -1 4194304 1335 98459 0 2 6 67 23526 2848 18 0 1 0 22255740 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19480/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 264.47
Current children cumulated vsize (KiB) 16868

[startup+292.902 s]
/proc/loadavg: 4.20 3.58 2.86 1/69 19629
/proc/meminfo: memFree=1956160/2055924 swapFree=4192812/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=264.49
/proc/19480/stat : 19480 (sugar) D 19478 19480 17663 0 -1 4194304 1335 98459 0 2 6 69 23526 2848 18 0 1 0 22255740 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19480/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 264.49
Current children cumulated vsize (KiB) 16868

[startup+293.302 s]
/proc/loadavg: 4.20 3.58 2.86 1/69 19629
/proc/meminfo: memFree=1956160/2055924 swapFree=4192812/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=264.52
/proc/19480/stat : 19480 (sugar) D 19478 19480 17663 0 -1 4194304 1335 98459 0 2 6 72 23526 2848 18 0 1 0 22255740 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19480/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 264.52
Current children cumulated vsize (KiB) 16868

[startup+293.501 s]
/proc/loadavg: 4.20 3.58 2.86 1/69 19629
/proc/meminfo: memFree=1956160/2055924 swapFree=4192812/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=264.53
/proc/19480/stat : 19480 (sugar) D 19478 19480 17663 0 -1 4194304 1335 98459 0 2 6 73 23526 2848 18 0 1 0 22255740 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19480/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 264.53
Current children cumulated vsize (KiB) 16868

[startup+293.601 s]
/proc/loadavg: 4.20 3.58 2.86 1/69 19629
/proc/meminfo: memFree=1956160/2055924 swapFree=4192812/4192956
[pid=19480] ppid=19478 vsize=16868 CPUtime=264.53
/proc/19480/stat : 19480 (sugar) D 19478 19480 17663 0 -1 4194304 1335 98459 0 2 6 73 23526 2848 18 0 1 0 22255740 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268583015465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/19480/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 264.53
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 293.683
CPU time (s): 264.557
CPU user time (s): 235.331
CPU system time (s): 29.2256
CPU usage (%): 90.0825
Max. virtual memory (cumulated for all children) (KiB): 887364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 235.331
system time used= 29.2256
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99855
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 786560
involuntary context switches= 779053

runsolver used 0.381941 second user time and 1.04984 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 00:38:03
IDJOB=2070850
IDBENCH=55410
IDSOLVER=738
FILE ID=node6/2070850-1247351883
PBS_JOBID= 9506832
Free space on /tmp= 66400 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-20-2-7.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070850-1247351883/watcher-2070850-1247351883 -o /tmp/evaluation-result-2070850-1247351883/solver-2070850-1247351883 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2070850-1247351883.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2dc4449fba58f7ec0fed491a75880a0e
RANDOM SEED=1641856325

node6.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.263
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.263
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:      2055924 kB
MemFree:       1850032 kB
Buffers:         45960 kB
Cached:          94864 kB
SwapCached:          4 kB
Active:          85880 kB
Inactive:        69916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1850032 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:          24816 kB
Slab:            35880 kB
Committed_AS:   127064 kB
PageTables:       1688 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= 66396 MiB
End job on node6 at 2009-07-12 00:42:57