Trace number 2073127

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? (TO) 1800.01 1809.48

General information on the benchmark

Namecsp/pseudoGLB/
normalized-robin18.xml
MD5SUM41ef1c424a83810014d2d1a1b4688746
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables23409
Number of constraints1386
Maximum constraint arity289
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(1386)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:13:57 2009
0.00/0.08	c 0	PID 17552
0.00/0.08	c 0	HOST node45.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2073127-1247357636.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2073127-1247357636.xml' 'HOME/temp.csp'
2.05/2.20	c 2	1 domains, 23409 variables, 0 predicates, 0 relations, 1386 constraints
2.14/2.22	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.14/2.22	c 2	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'
2.15/2.30	c 2	Parsing HOME/temp.csp
2.15/2.44	c 2	parsed 10000 expressions
2.15/2.54	c 2	parsed 20000 expressions
4.19/4.32	c 4	parsed 24796 expressions
4.19/4.32	c 4	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.19/4.32	c 4	Converting to clausal form CSP
4.19/4.37	c 4	converted 2480 (10%) expressions
4.19/4.37	c 4	converted 4960 (20%) expressions
4.19/4.38	c 4	converted 7439 (30%) expressions
4.19/4.38	c 4	converted 9919 (40%) expressions
4.19/4.38	c 4	converted 12398 (50%) expressions
4.19/4.39	c 4	converted 14878 (60%) expressions
4.19/4.39	c 4	converted 17358 (70%) expressions
4.19/4.39	c 4	converted 19837 (80%) expressions
4.19/4.40	c 4	converted 22317 (90%) expressions
15.74/15.95	c 16	converted 24796 (100%) expressions
15.74/15.97	c 16	CSP : 93555 integers, 0 booleans, 141678 clauses, largest domain size 52
15.74/15.97	c 16	Heap : 130 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.74/15.97	c 16	Propagation in CSP
18.92/19.14	c 19	413316 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.92/19.16	c 19	CSP : 93555 integers, 0 booleans, 141678 clauses, largest domain size 52
18.92/19.16	c 19	Heap : 135 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.01/19.21	c 19	Simplifing CSP by introducing new Boolean variables
19.01/19.27	c 19	CSP : 93555 integers, 0 booleans, 141678 clauses, largest domain size 52
19.01/19.27	c 19	Heap : 133 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.71/19.90	c 20	Encoding CSP to SAT : HOME/temp.cnf
19.71/19.95	c 20	9356 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
19.71/19.96	c 20	18711 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
19.81/20.01	c 20	28067 (30%) CSP integer variables are encoded (29183 clauses, 437809 bytes)
19.91/20.10	c 20	37422 (40%) CSP integer variables are encoded (88097 clauses, 1365560 bytes)
19.91/20.18	c 20	46778 (50%) CSP integer variables are encoded (146992 clauses, 2366775 bytes)
20.01/20.27	c 20	56133 (60%) CSP integer variables are encoded (205903 clauses, 3368262 bytes)
20.11/20.36	c 20	65489 (70%) CSP integer variables are encoded (264823 clauses, 4369902 bytes)
20.21/20.44	c 20	74844 (80%) CSP integer variables are encoded (323757 clauses, 5371780 bytes)
20.21/20.49	c 20	84200 (90%) CSP integer variables are encoded (352715 clauses, 5864066 bytes)
20.30/20.52	c 20	93555 (100%) CSP integer variables are encoded (362070 clauses, 6023101 bytes)
24.75/25.29	c 25	14168 (10%) CSP clauses are encoded (1340824 clauses, 28105950 bytes)
29.31/29.89	c 30	28336 (20%) CSP clauses are encoded (2319380 clauses, 51634276 bytes)
33.98/34.57	c 34	42504 (30%) CSP clauses are encoded (3298000 clauses, 75648451 bytes)
38.64/39.27	c 39	56672 (40%) CSP clauses are encoded (4279671 clauses, 99692443 bytes)
43.31/43.99	c 44	70839 (50%) CSP clauses are encoded (5261857 clauses, 124347175 bytes)
48.07/48.99	c 49	85007 (60%) CSP clauses are encoded (6244046 clauses, 149572648 bytes)
52.84/53.79	c 54	99175 (70%) CSP clauses are encoded (7223996 clauses, 174742079 bytes)
57.21/58.18	c 58	113343 (80%) CSP clauses are encoded (8099428 clauses, 197107432 bytes)
58.89/59.83	c 60	127511 (90%) CSP clauses are encoded (8310340 clauses, 201744075 bytes)
60.48/61.46	c 61	141678 (100%) CSP clauses are encoded (8521218 clauses, 206409194 bytes)
60.48/61.46	c 61	141678 CSP clauses encoded
60.48/61.47	c 61	Writing map file : HOME/temp.map
60.58/61.54	c 61	Heap : 91 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
60.58/61.54	c 61	SAT : 455625 SAT variables, 8521218 SAT clauses, 206409194 bytes
60.58/61.54	c 61	Heap : 91 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
60.67/61.61	c 62	SOLVING HOME/temp.cnf
60.67/61.61	c 62	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1809.43	c ERROR INTERRUPTED
1800.01/1809.48	s UNKNOWN
1800.01/1809.48	c 1809	CPU 60.68 (0.07 0.01 58.85 1.75)
1800.01/1809.48	c 1809	END Sun Jul 12 02:44:06 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-2073127-1247357636/watcher-2073127-1247357636 -o /tmp/evaluation-result-2073127-1247357636/solver-2073127-1247357636 -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-2073127-1247357636.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: 1.97 1.99 1.99 4/72 17552
/proc/meminfo: memFree=1846600/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=18576 CPUtime=0
/proc/17552/stat : 17552 (runsolver) R 17550 17552 16154 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22827468 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17552/statm: 4644 284 249 26 0 2626 0

[startup+0.09844 s]
/proc/loadavg: 1.97 1.99 1.99 4/72 17552
/proc/meminfo: memFree=1846600/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=0.06
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22827468 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101444 s]
/proc/loadavg: 1.97 1.99 1.99 4/72 17552
/proc/meminfo: memFree=1846600/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=0.06
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22827468 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301463 s]
/proc/loadavg: 1.97 1.99 1.99 4/72 17552
/proc/meminfo: memFree=1846600/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=0.06
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22827468 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701544 s]
/proc/loadavg: 1.97 1.99 1.99 4/72 17552
/proc/meminfo: memFree=1846600/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=0.06
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22827468 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50269 s]
/proc/loadavg: 1.97 1.99 1.99 4/83 17564
/proc/meminfo: memFree=1815280/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=0.06
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22827468 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1111 409 3 0 796 0
[pid=17555] ppid=17552 vsize=5356 CPUtime=0
/proc/17555/stat : 17555 (sh) S 17552 17552 16154 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22827477 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17555/statm: 1339 233 193 169 0 50 0
[pid=17556] ppid=17555 vsize=864792 CPUtime=1.4
/proc/17556/stat : 17556 (java) S 17555 17552 16154 0 -1 0 12307 0 1 0 132 8 0 0 18 0 9 0 22827477 885547008 10827 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17556/statm: 216198 10827 2556 9 0 210710 0
[pid=17556/tid=17557] ppid=17555 vsize=864792 CPUtime=0.86
/proc/17556/task/17557/stat : 17557 (java) R 17555 17552 16154 0 -1 64 3122 0 1 0 83 3 0 0 25 0 9 0 22827478 885547008 10827 996147200 134512640 134550932 4294955984 18446744073709551615 4126802596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17556/tid=17558] ppid=17555 vsize=864792 CPUtime=0.34
/proc/17556/task/17558/stat : 17558 (java) S 17555 17552 16154 0 -1 64 7944 0 0 0 32 2 0 0 16 0 9 0 22827480 885547008 10827 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17556/tid=17559] ppid=17555 vsize=864792 CPUtime=0
/proc/17556/task/17559/stat : 17559 (java) S 17555 17552 16154 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 22827480 885547008 10827 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17556/tid=17560] ppid=17555 vsize=864792 CPUtime=0
/proc/17556/task/17560/stat : 17560 (java) S 17555 17552 16154 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 22827480 885547008 10827 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17556/tid=17561] ppid=17555 vsize=864792 CPUtime=0
/proc/17556/task/17561/stat : 17561 (java) S 17555 17552 16154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22827482 885547008 10827 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17556/tid=17562] ppid=17555 vsize=864792 CPUtime=0.16
/proc/17556/task/17562/stat : 17562 (java) S 17555 17552 16154 0 -1 64 537 0 0 0 16 0 0 0 16 0 9 0 22827482 885547008 10827 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17556/tid=17563] ppid=17555 vsize=864792 CPUtime=0
/proc/17556/task/17563/stat : 17563 (java) S 17555 17552 16154 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22827482 885547008 10827 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17556/tid=17564] ppid=17555 vsize=864792 CPUtime=0
/proc/17556/task/17564/stat : 17564 (java) S 17555 17552 16154 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22827482 885547008 10827 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887016

[startup+3.10198 s]
/proc/loadavg: 1.97 1.99 1.99 3/83 17564
/proc/meminfo: memFree=1805424/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=2.15
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1309 13210 0 1 5 1 198 11 16 0 1 0 22827468 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30256 s]
/proc/loadavg: 1.97 1.99 1.99 3/83 17574
/proc/meminfo: memFree=1776240/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=2.16
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1309 13210 0 1 6 1 198 11 16 0 1 0 22827468 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1111 409 3 0 796 0
[pid=17565] ppid=17552 vsize=5356 CPUtime=0
/proc/17565/stat : 17565 (sh) S 17552 17552 16154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22827691 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17565/statm: 1339 233 193 169 0 50 0
[pid=17566] ppid=17565 vsize=868552 CPUtime=4.04
/proc/17566/stat : 17566 (java) S 17565 17552 16154 0 -1 0 21465 0 1 0 393 11 0 0 18 0 9 0 22827692 889397248 20241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17566/statm: 217138 20241 2568 9 0 211643 0
[pid=17566/tid=17567] ppid=17565 vsize=868552 CPUtime=2.66
/proc/17566/task/17567/stat : 17567 (java) R 17565 17552 16154 0 -1 64 3270 0 1 0 264 2 0 0 25 0 9 0 22827693 889397248 20241 996147200 134512640 134550932 4294955936 18446744073709551615 4126695296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17568] ppid=17565 vsize=868552 CPUtime=1.16
/proc/17566/task/17568/stat : 17568 (java) S 17565 17552 16154 0 -1 64 15979 0 0 0 109 7 0 0 16 0 9 0 22827694 889397248 20241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17569] ppid=17565 vsize=868552 CPUtime=0
/proc/17566/task/17569/stat : 17569 (java) S 17565 17552 16154 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22827694 889397248 20241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17570] ppid=17565 vsize=868552 CPUtime=0
/proc/17566/task/17570/stat : 17570 (java) S 17565 17552 16154 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22827694 889397248 20241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17571] ppid=17565 vsize=868552 CPUtime=0
/proc/17566/task/17571/stat : 17571 (java) S 17565 17552 16154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22827696 889397248 20241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17572] ppid=17565 vsize=868552 CPUtime=0.18
/proc/17566/task/17572/stat : 17572 (java) S 17565 17552 16154 0 -1 64 1514 0 0 0 18 0 0 0 16 0 9 0 22827696 889397248 20241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17573] ppid=17565 vsize=868552 CPUtime=0
/proc/17566/task/17573/stat : 17573 (java) S 17565 17552 16154 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22827696 889397248 20241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17574] ppid=17565 vsize=868552 CPUtime=0
/proc/17566/task/17574/stat : 17574 (java) S 17565 17552 16154 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22827696 889397248 20241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890776

[startup+12.7027 s]
/proc/loadavg: 1.98 1.99 1.99 3/83 17574
/proc/meminfo: memFree=1716400/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=2.16
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1309 13210 0 1 6 1 198 11 16 0 1 0 22827468 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1111 409 3 0 796 0
[pid=17565] ppid=17552 vsize=5356 CPUtime=0
/proc/17565/stat : 17565 (sh) S 17552 17552 16154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22827691 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17565/statm: 1339 233 193 169 0 50 0
[pid=17566] ppid=17565 vsize=880888 CPUtime=10.4
/proc/17566/stat : 17566 (java) S 17565 17552 16154 0 -1 0 49901 0 1 0 1015 25 0 0 18 0 9 0 22827692 902029312 37216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17566/statm: 220222 37216 2567 9 0 214727 0
[pid=17566/tid=17567] ppid=17565 vsize=880888 CPUtime=7.51
/proc/17566/task/17567/stat : 17567 (java) R 17565 17552 16154 0 -1 64 3861 0 1 0 748 3 0 0 25 0 9 0 22827693 902029312 37216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17568] ppid=17565 vsize=880888 CPUtime=2.67
/proc/17566/task/17568/stat : 17568 (java) R 17565 17552 16154 0 -1 64 43824 0 0 0 247 20 0 0 16 0 9 0 22827694 902029312 37216 996147200 134512640 134550932 4294955936 18446744073709551615 102758032 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17569] ppid=17565 vsize=880888 CPUtime=0
/proc/17566/task/17569/stat : 17569 (java) S 17565 17552 16154 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22827694 902029312 37216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17570] ppid=17565 vsize=880888 CPUtime=0
/proc/17566/task/17570/stat : 17570 (java) S 17565 17552 16154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22827694 902029312 37216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17571] ppid=17565 vsize=880888 CPUtime=0
/proc/17566/task/17571/stat : 17571 (java) S 17565 17552 16154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22827696 902029312 37216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17572] ppid=17565 vsize=880888 CPUtime=0.18
/proc/17566/task/17572/stat : 17572 (java) S 17565 17552 16154 0 -1 64 1514 0 0 0 18 0 0 0 16 0 9 0 22827696 902029312 37216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17573] ppid=17565 vsize=880888 CPUtime=0
/proc/17566/task/17573/stat : 17573 (java) S 17565 17552 16154 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22827696 902029312 37216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17574] ppid=17565 vsize=880888 CPUtime=0
/proc/17566/task/17574/stat : 17574 (java) S 17565 17552 16154 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22827696 902029312 37216 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 903112

[startup+25.5021 s]
/proc/loadavg: 1.98 1.99 1.99 3/83 17574
/proc/meminfo: memFree=1651376/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=2.16
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1310 13210 0 1 6 1 198 11 16 0 1 0 22827468 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1111 409 3 0 796 0
[pid=17565] ppid=17552 vsize=5356 CPUtime=0
/proc/17565/stat : 17565 (sh) S 17552 17552 16154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22827691 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17565/statm: 1339 233 193 169 0 50 0
[pid=17566] ppid=17565 vsize=868748 CPUtime=22.88
/proc/17566/stat : 17566 (java) S 17565 17552 16154 0 -1 0 64082 0 1 0 2236 52 0 0 18 0 9 0 22827692 889597952 42574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17566/statm: 217187 42574 2591 9 0 211664 0
[pid=17566/tid=17567] ppid=17565 vsize=868748 CPUtime=18.17
/proc/17566/task/17567/stat : 17567 (java) R 17565 17552 16154 0 -1 64 4807 0 1 0 1794 23 0 0 25 0 9 0 22827693 889597952 42574 996147200 134512640 134550932 4294955936 18446744073709551615 4126562007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17568] ppid=17565 vsize=868748 CPUtime=4.43
/proc/17566/task/17568/stat : 17568 (java) S 17565 17552 16154 0 -1 64 57019 0 0 0 416 27 0 0 16 0 9 0 22827694 889597952 42574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17569] ppid=17565 vsize=868748 CPUtime=0
/proc/17566/task/17569/stat : 17569 (java) S 17565 17552 16154 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22827694 889597952 42574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17570] ppid=17565 vsize=868748 CPUtime=0
/proc/17566/task/17570/stat : 17570 (java) S 17565 17552 16154 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22827694 889597952 42574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17571] ppid=17565 vsize=868748 CPUtime=0
/proc/17566/task/17571/stat : 17571 (java) S 17565 17552 16154 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22827696 889597952 42574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17572] ppid=17565 vsize=868748 CPUtime=0.25
/proc/17566/task/17572/stat : 17572 (java) S 17565 17552 16154 0 -1 64 1554 0 0 0 25 0 0 0 15 0 9 0 22827696 889597952 42574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17573] ppid=17565 vsize=868748 CPUtime=0
/proc/17566/task/17573/stat : 17573 (java) S 17565 17552 16154 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22827696 889597952 42574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17566/tid=17574] ppid=17565 vsize=868748 CPUtime=0
/proc/17566/task/17574/stat : 17574 (java) S 17565 17552 16154 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22827696 889597952 42574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 890972

[startup+51.1027 s]
/proc/loadavg: 2.33 2.07 2.02 3/83 17574
/proc/meminfo: memFree=1522288/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=2.16
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1310 13210 0 1 6 1 198 11 16 0 1 0 22827468 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1111 409 3 0 796 0
[pid=17565] ppid=17552 vsize=5356 CPUtime=0
/proc/17565/stat : 17565 (sh) S 17552 17552 16154 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22827691 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17565/statm: 1339 233 193 169 0 50 0
[pid=17566] ppid=17565 vsize=868748 CPUtime=48.09
/proc/17566/stat : 17566 (java) S 17565 17552 16154 0 -1 0 64387 0 1 0 4678 131 0 0 18 0 9 0 22827692 889597952 42574 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/meminfo: memFree=1252472/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=60.67
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1365 78021 0 2 7 1 5885 174 16 0 1 0 22827468 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1113 409 3 0 796 0
[pid=17575] ppid=17552 vsize=5356 CPUtime=0
/proc/17575/stat : 17575 (sh) S 17552 17552 16154 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833630 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17575/statm: 1339 232 193 169 0 50 0
[pid=17576] ppid=17575 vsize=395592 CPUtime=1234.59
/proc/17576/stat : 17576 (picosat) R 17575 17552 16154 0 -1 4194304 94934 0 0 0 119002 4457 0 0 25 0 1 0 22833630 405086208 94907 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 1 0 0
/proc/17576/statm: 98898 94907 48 102 0 98793 0
Current children cumulated CPU time (s) 1295.26
Current children cumulated vsize (KiB) 417816

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17576
/proc/meminfo: memFree=1248824/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=60.67
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1365 78021 0 2 7 1 5885 174 16 0 1 0 22827468 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1113 409 3 0 796 0
[pid=17575] ppid=17552 vsize=5356 CPUtime=0
/proc/17575/stat : 17575 (sh) S 17552 17552 16154 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833630 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17575/statm: 1339 232 193 169 0 50 0
[pid=17576] ppid=17575 vsize=399164 CPUtime=1294.3
/proc/17576/stat : 17576 (picosat) R 17575 17552 16154 0 -1 4194304 95852 0 0 0 124971 4459 0 0 25 0 1 0 22833630 408743936 95825 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/17576/statm: 99791 95825 48 102 0 99686 0
Current children cumulated CPU time (s) 1354.97
Current children cumulated vsize (KiB) 421388

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17576
/proc/meminfo: memFree=1243128/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=60.67
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1365 78021 0 2 7 1 5885 174 16 0 1 0 22827468 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1113 409 3 0 796 0
[pid=17575] ppid=17552 vsize=5356 CPUtime=0
/proc/17575/stat : 17575 (sh) S 17552 17552 16154 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833630 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17575/statm: 1339 232 193 169 0 50 0
[pid=17576] ppid=17575 vsize=404984 CPUtime=1354.01
/proc/17576/stat : 17576 (picosat) R 17575 17552 16154 0 -1 4194304 97301 0 0 0 130940 4461 0 0 25 0 1 0 22833630 414703616 97274 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17576/statm: 101246 97274 48 102 0 101141 0
Current children cumulated CPU time (s) 1414.68
Current children cumulated vsize (KiB) 427208

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 17576
/proc/meminfo: memFree=1237688/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=60.67
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1365 78021 0 2 7 1 5885 174 16 0 1 0 22827468 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1113 409 3 0 796 0
[pid=17575] ppid=17552 vsize=5356 CPUtime=0
/proc/17575/stat : 17575 (sh) S 17552 17552 16154 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833630 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17575/statm: 1339 232 193 169 0 50 0
[pid=17576] ppid=17575 vsize=410456 CPUtime=1413.71
/proc/17576/stat : 17576 (picosat) R 17575 17552 16154 0 -1 4194304 98660 0 0 0 136909 4462 0 0 25 0 1 0 22833630 420306944 98633 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17576/statm: 102614 98633 48 102 0 102509 0
Current children cumulated CPU time (s) 1474.38
Current children cumulated vsize (KiB) 432680

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 17576
/proc/meminfo: memFree=1232504/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=60.67
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1365 78021 0 2 7 1 5885 174 16 0 1 0 22827468 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1113 409 3 0 796 0
[pid=17575] ppid=17552 vsize=5356 CPUtime=0
/proc/17575/stat : 17575 (sh) S 17552 17552 16154 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833630 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17575/statm: 1339 232 193 169 0 50 0
[pid=17576] ppid=17575 vsize=415600 CPUtime=1473.42
/proc/17576/stat : 17576 (picosat) R 17575 17552 16154 0 -1 4194304 99965 0 0 0 142878 4464 0 0 25 0 1 0 22833630 425574400 99938 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17576/statm: 103900 99938 48 102 0 103795 0
Current children cumulated CPU time (s) 1534.09
Current children cumulated vsize (KiB) 437824

[startup+1602.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/75 17576
/proc/meminfo: memFree=1224952/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=60.67
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1365 78021 0 2 7 1 5885 174 16 0 1 0 22827468 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1113 409 3 0 796 0
[pid=17575] ppid=17552 vsize=5356 CPUtime=0
/proc/17575/stat : 17575 (sh) S 17552 17552 16154 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833630 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17575/statm: 1339 232 193 169 0 50 0
[pid=17576] ppid=17575 vsize=423060 CPUtime=1533.13
/proc/17576/stat : 17576 (picosat) R 17575 17552 16154 0 -1 4194304 101825 0 0 0 148846 4467 0 0 25 0 1 0 22833630 433213440 101798 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/17576/statm: 105765 101798 48 102 0 105660 0
Current children cumulated CPU time (s) 1593.8
Current children cumulated vsize (KiB) 445284

[startup+1662.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/75 17576
/proc/meminfo: memFree=1221240/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=60.67
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1365 78021 0 2 7 1 5885 174 16 0 1 0 22827468 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1113 409 3 0 796 0
[pid=17575] ppid=17552 vsize=5356 CPUtime=0
/proc/17575/stat : 17575 (sh) S 17552 17552 16154 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833630 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17575/statm: 1339 232 193 169 0 50 0
[pid=17576] ppid=17575 vsize=426640 CPUtime=1592.83
/proc/17576/stat : 17576 (picosat) R 17575 17552 16154 0 -1 4194304 102744 0 0 0 154815 4468 0 0 25 0 1 0 22833630 436879360 102717 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/17576/statm: 106660 102717 48 102 0 106555 0
Current children cumulated CPU time (s) 1653.5
Current children cumulated vsize (KiB) 448864

[startup+1722.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/75 17576
/proc/meminfo: memFree=1216952/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=60.67
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1365 78021 0 2 7 1 5885 174 16 0 1 0 22827468 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1113 409 3 0 796 0
[pid=17575] ppid=17552 vsize=5356 CPUtime=0
/proc/17575/stat : 17575 (sh) S 17552 17552 16154 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833630 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17575/statm: 1339 232 193 169 0 50 0
[pid=17576] ppid=17575 vsize=430336 CPUtime=1652.54
/proc/17576/stat : 17576 (picosat) R 17575 17552 16154 0 -1 4194304 103818 0 0 0 160785 4469 0 0 25 0 1 0 22833630 440664064 103694 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/17576/statm: 107584 103694 48 102 0 107479 0
Current children cumulated CPU time (s) 1713.21
Current children cumulated vsize (KiB) 452560

[startup+1782.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/75 17576
/proc/meminfo: memFree=1216824/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=60.67
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1365 78021 0 2 7 1 5885 174 16 0 1 0 22827468 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1113 409 3 0 796 0
[pid=17575] ppid=17552 vsize=5356 CPUtime=0
/proc/17575/stat : 17575 (sh) S 17552 17552 16154 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833630 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17575/statm: 1339 232 193 169 0 50 0
[pid=17576] ppid=17575 vsize=430336 CPUtime=1712.24
/proc/17576/stat : 17576 (picosat) R 17575 17552 16154 0 -1 4194304 103818 0 0 0 166755 4469 0 0 25 0 1 0 22833630 440664064 103694 996147200 134512640 134931368 4294956256 18446744073709551615 134544695 0 0 4096 0 0 0 0 17 1 0 0
/proc/17576/statm: 107584 103694 48 102 0 107479 0
Current children cumulated CPU time (s) 1772.91
Current children cumulated vsize (KiB) 452560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 2.00 2.04 2.01 4/85 17617
/proc/meminfo: memFree=784176/2055920 swapFree=4192812/4192956
[pid=17552] ppid=17550 vsize=16868 CPUtime=60.67
/proc/17552/stat : 17552 (sugar) S 17550 17552 16154 0 -1 4194304 1365 78021 0 2 7 1 5885 174 16 0 1 0 22827468 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17552/statm: 4217 1113 409 3 0 796 0
[pid=17575] ppid=17552 vsize=5356 CPUtime=0
/proc/17575/stat : 17575 (sh) S 17552 17552 16154 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22833630 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17575/statm: 1339 232 193 169 0 50 0
[pid=17576] ppid=17575 vsize=430336 CPUtime=1739.34
/proc/17576/stat : 17576 (picosat) R 17575 17552 16154 0 -1 4194304 103818 0 0 0 169463 4471 0 0 25 0 1 0 22833630 440664064 103694 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/17576/statm: 107584 103694 48 102 0 107479 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 452560

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17552 and gives
#  childrusage.ru_utime.tv_sec=58
#  childrusage.ru_utime.tv_usec=935040
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=772730
# CPU time returned by wait4() is 60.7078
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.48
CPU time (s): 1800.01
CPU user time (s): 1753.55
CPU system time (s): 46.46
CPU usage (%): 99.4766
Max. virtual memory (cumulated for all children) (KiB): 913352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.935
system time used= 1.77273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79780
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= 10588
involuntary context switches= 11045

runsolver used 2.40063 second user time and 5.86311 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-12 02:13:57
IDJOB=2073127
IDBENCH=55945
IDSOLVER=738
FILE ID=node45/2073127-1247357636
PBS_JOBID= 9506843
Free space on /tmp= 66352 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-robin18.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-2073127-1247357636/watcher-2073127-1247357636 -o /tmp/evaluation-result-2073127-1247357636/solver-2073127-1247357636 -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-2073127-1247357636.xml

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

MD5SUM BENCH= 41ef1c424a83810014d2d1a1b4688746
RANDOM SEED=99102050

node45.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.281
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.281
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:       1847080 kB
Buffers:         32224 kB
Cached:         101940 kB
SwapCached:          0 kB
Active:         111264 kB
Inactive:        47388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9916 kB
Writeback:           0 kB
Mapped:          36028 kB
Slab:            35712 kB
Committed_AS:   171188 kB
PageTables:       1712 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= 66352 MiB
End job on node45 at 2009-07-12 02:44:08