Trace number 2064965

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? (MO) 444.85 448.853

General information on the benchmark

Namecsp/fischer/
normalized-fischer-8-7-fair.xml
MD5SUM6868c0dbaa1b83433bdc467ecccba464
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark159.489
Satisfiable
(Un)Satisfiability was proved
Number of variables14823
Number of constraints14025
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14025
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:38:55 2009
0.00/0.08	c 0	PID 16965
0.00/0.08	c 0	HOST node73.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2064965-1247337535.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-2064965-1247337535.xml' 'HOME/temp.csp'
1.55/1.63	c 1	3 domains, 14823 variables, 9 predicates, 0 relations, 14025 constraints
1.55/1.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.65	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'
1.60/1.73	c 2	Parsing HOME/temp.csp
1.60/1.87	c 2	parsed 10000 expressions
1.60/1.98	c 2	parsed 20000 expressions
2.03/2.13	c 2	parsed 28860 expressions
2.03/2.13	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.03/2.13	c 2	Converting to clausal form CSP
2.03/2.18	c 2	converted 2886 (10%) expressions
2.03/2.19	c 2	converted 5772 (20%) expressions
2.03/2.19	c 2	converted 8658 (30%) expressions
2.13/2.20	c 2	converted 11544 (40%) expressions
2.13/2.21	c 2	converted 14430 (50%) expressions
2.33/2.49	c 2	converted 17316 (60%) expressions
2.82/2.92	c 3	converted 20202 (70%) expressions
3.22/3.38	c 3	converted 23088 (80%) expressions
3.50/3.68	c 3	converted 25974 (90%) expressions
4.00/4.20	c 4	converted 28860 (100%) expressions
4.11/4.21	c 4	CSP : 25945 integers, 892 booleans, 63064 clauses, largest domain size 20001
4.11/4.21	c 4	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.11/4.21	c 4	Propagation in CSP
249.05/250.98	c 251	182010063 values, 0 unsatisfiable literals, and 0 valid clauses are removed
249.05/250.99	c 251	CSP : 25945 integers, 892 booleans, 63064 clauses, largest domain size 20001
249.05/250.99	c 251	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
249.15/251.02	c 251	Simplifing CSP by introducing new Boolean variables
249.26/251.14	c 251	CSP : 25945 integers, 23406 booleans, 85578 clauses, largest domain size 20001
249.26/251.14	c 251	Heap : 46 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
249.66/251.51	c 251	Encoding CSP to SAT : HOME/temp.cnf
249.95/251.81	c 252	2595 (10%) CSP integer variables are encoded (188652 clauses, 2987933 bytes)
251.53/253.46	c 253	5189 (20%) CSP integer variables are encoded (1465284 clauses, 25624866 bytes)
252.22/254.15	c 254	7784 (30%) CSP integer variables are encoded (1982016 clauses, 35442774 bytes)
252.82/254.77	c 255	10378 (40%) CSP integer variables are encoded (2451964 clauses, 44371786 bytes)
253.41/255.33	c 255	12973 (50%) CSP integer variables are encoded (2868296 clauses, 52282094 bytes)
253.41/255.33	c 255	15567 (60%) CSP integer variables are encoded (2868296 clauses, 52282094 bytes)
253.89/255.88	c 256	18162 (70%) CSP integer variables are encoded (3278214 clauses, 60070536 bytes)
254.28/256.21	c 256	20756 (80%) CSP integer variables are encoded (3508168 clauses, 64439662 bytes)
254.38/256.36	c 256	23351 (90%) CSP integer variables are encoded (3618152 clauses, 66529358 bytes)
254.66/256.64	c 256	25945 (100%) CSP integer variables are encoded (3828120 clauses, 70518750 bytes)
275.02/277.43	c 277	8558 (10%) CSP clauses are encoded (15322205 clauses, 310785217 bytes)
275.52/277.97	c 278	17116 (20%) CSP clauses are encoded (15645118 clauses, 317241427 bytes)
276.79/279.21	c 279	25674 (30%) CSP clauses are encoded (16408423 clauses, 332696346 bytes)
278.26/280.70	c 281	34232 (40%) CSP clauses are encoded (17330819 clauses, 352113982 bytes)
279.11/281.67	c 281	42789 (50%) CSP clauses are encoded (17893690 clauses, 364069885 bytes)
279.21/281.72	c 282	51347 (60%) CSP clauses are encoded (17897730 clauses, 364152042 bytes)
279.21/281.77	c 282	59905 (70%) CSP clauses are encoded (17901729 clauses, 364233318 bytes)
280.18/282.77	c 283	68463 (80%) CSP clauses are encoded (18505791 clauses, 377066001 bytes)
281.35/283.91	c 284	77021 (90%) CSP clauses are encoded (19189498 clauses, 391590672 bytes)
281.35/283.98	c 284	85578 (100%) CSP clauses are encoded (19205078 clauses, 392002824 bytes)
281.35/283.98	c 284	85578 CSP clauses encoded
281.35/283.98	c 284	Writing map file : HOME/temp.map
281.45/284.04	c 284	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
281.45/284.04	c 284	SAT : 3858791 SAT variables, 19205078 SAT clauses, 392002824 bytes
281.45/284.04	c 284	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
281.45/284.10	c 284	SOLVING HOME/temp.cnf
281.53/284.10	c 284	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
444.74/448.72	c ERROR INTERRUPTED
444.85/448.85	s UNKNOWN
444.85/448.85	c 449	CPU 281.53 (0.06 0.02 277.6 3.85)
444.85/448.85	c 449	END Sat Jul 11 20:46:24 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-2064965-1247337535/watcher-2064965-1247337535 -o /tmp/evaluation-result-2064965-1247337535/solver-2064965-1247337535 -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-2064965-1247337535.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.00 2.00 2.05 4/73 16965
/proc/meminfo: memFree=1885040/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=18576 CPUtime=0
/proc/16965/stat : 16965 (runsolver) R 16963 16965 16442 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20818828 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 210723466535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16965/statm: 4644 284 249 26 0 2626 0

[startup+0.099855 s]
/proc/loadavg: 2.00 2.00 2.05 4/73 16965
/proc/meminfo: memFree=1885040/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=0.07
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20818828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102852 s]
/proc/loadavg: 2.00 2.00 2.05 4/73 16965
/proc/meminfo: memFree=1885040/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=0.07
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20818828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301874 s]
/proc/loadavg: 2.00 2.00 2.05 4/73 16965
/proc/meminfo: memFree=1885040/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=0.07
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20818828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702927 s]
/proc/loadavg: 2.00 2.00 2.05 4/73 16965
/proc/meminfo: memFree=1885040/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=0.07
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20818828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50302 s]
/proc/loadavg: 2.00 2.00 2.05 3/84 16977
/proc/meminfo: memFree=1858200/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=0.07
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20818828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1111 409 3 0 796 0
[pid=16968] ppid=16965 vsize=5356 CPUtime=0
/proc/16968/stat : 16968 (sh) S 16965 16965 16442 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 20818837 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16968/statm: 1339 233 193 169 0 50 0
[pid=16969] ppid=16968 vsize=864788 CPUtime=1.38
/proc/16969/stat : 16969 (java) S 16968 16965 16442 0 -1 0 13012 0 1 0 131 7 0 0 18 0 9 0 20818837 885542912 11042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16969/statm: 216197 11042 2557 9 0 210709 0
[pid=16969/tid=16970] ppid=16968 vsize=864788 CPUtime=0.81
/proc/16969/task/16970/stat : 16970 (java) R 16968 16965 16442 0 -1 64 3066 0 1 0 79 2 0 0 24 0 9 0 20818838 885542912 11042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16971] ppid=16968 vsize=864788 CPUtime=0.41
/proc/16969/task/16971/stat : 16971 (java) R 16968 16965 16442 0 -1 64 8714 0 0 0 38 3 0 0 16 0 9 0 20818840 885542912 11042 996147200 134512640 134550932 4294955984 18446744073709551615 102759299 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16972] ppid=16968 vsize=864788 CPUtime=0
/proc/16969/task/16972/stat : 16972 (java) S 16968 16965 16442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20818840 885542912 11042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16973] ppid=16968 vsize=864788 CPUtime=0
/proc/16969/task/16973/stat : 16973 (java) S 16968 16965 16442 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20818840 885542912 11042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16974] ppid=16968 vsize=864788 CPUtime=0
/proc/16969/task/16974/stat : 16974 (java) S 16968 16965 16442 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 20818842 885542912 11042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16975] ppid=16968 vsize=864788 CPUtime=0.13
/proc/16969/task/16975/stat : 16975 (java) S 16968 16965 16442 0 -1 64 526 0 0 0 13 0 0 0 16 0 9 0 20818842 885542912 11042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16976] ppid=16968 vsize=864788 CPUtime=0
/proc/16969/task/16976/stat : 16976 (java) S 16968 16965 16442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20818842 885542912 11042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16969/tid=16977] ppid=16968 vsize=864788 CPUtime=0
/proc/16969/task/16977/stat : 16977 (java) S 16968 16965 16442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20818842 885542912 11042 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887012

[startup+3.10121 s]
/proc/loadavg: 2.00 2.00 2.05 3/84 16987
/proc/meminfo: memFree=1867280/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=1.6
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1309 13483 0 1 5 2 145 8 16 0 1 0 20818828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1111 409 3 0 796 0
[pid=16978] ppid=16965 vsize=5356 CPUtime=0
/proc/16978/stat : 16978 (sh) S 16965 16965 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20818994 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16978/statm: 1339 233 193 169 0 50 0
[pid=16979] ppid=16978 vsize=868888 CPUtime=1.42
/proc/16979/stat : 16979 (java) S 16978 16965 16442 0 -1 0 11900 0 1 0 136 6 0 0 18 0 9 0 20818994 889741312 10907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16979/statm: 217222 10907 2566 9 0 211727 0
[pid=16979/tid=16980] ppid=16978 vsize=868888 CPUtime=0.79
/proc/16979/task/16980/stat : 16980 (java) R 16978 16965 16442 0 -1 64 2731 0 1 0 77 2 0 0 25 0 9 0 20818995 889741312 10907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16981] ppid=16978 vsize=868888 CPUtime=0.41
/proc/16979/task/16981/stat : 16981 (java) R 16978 16965 16442 0 -1 64 6947 0 0 0 39 2 0 0 16 0 9 0 20818997 889741312 10907 996147200 134512640 134550932 4294955936 18446744073709551615 103731847 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16982] ppid=16978 vsize=868888 CPUtime=0
/proc/16979/task/16982/stat : 16982 (java) S 16978 16965 16442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20818997 889741312 10907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16983] ppid=16978 vsize=868888 CPUtime=0
/proc/16979/task/16983/stat : 16983 (java) S 16978 16965 16442 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20818997 889741312 10907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16984] ppid=16978 vsize=868888 CPUtime=0
/proc/16979/task/16984/stat : 16984 (java) S 16978 16965 16442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20818999 889741312 10907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16985] ppid=16978 vsize=868888 CPUtime=0.19
/proc/16979/task/16985/stat : 16985 (java) S 16978 16965 16442 0 -1 64 1519 0 0 0 19 0 0 0 16 0 9 0 20818999 889741312 10907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16986] ppid=16978 vsize=868888 CPUtime=0
/proc/16979/task/16986/stat : 16986 (java) S 16978 16965 16442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20818999 889741312 10907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16987] ppid=16978 vsize=868888 CPUtime=0
/proc/16979/task/16987/stat : 16987 (java) S 16978 16965 16442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20818999 889741312 10907 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 891112

[startup+6.30259 s]
/proc/loadavg: 2.00 2.00 2.05 3/84 16987
/proc/meminfo: memFree=1826128/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=1.6
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1310 13483 0 1 5 2 145 8 15 0 1 0 20818828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1111 409 3 0 796 0
[pid=16978] ppid=16965 vsize=5356 CPUtime=0
/proc/16978/stat : 16978 (sh) S 16965 16965 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20818994 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16978/statm: 1339 233 193 169 0 50 0
[pid=16979] ppid=16978 vsize=868636 CPUtime=4.59
/proc/16979/stat : 16979 (java) S 16978 16965 16442 0 -1 0 17717 0 1 0 449 10 0 0 18 0 9 0 20818994 889483264 16110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16979/statm: 217159 16110 2566 9 0 211664 0
[pid=16979/tid=16980] ppid=16978 vsize=868636 CPUtime=3.35
/proc/16979/task/16980/stat : 16980 (java) R 16978 16965 16442 0 -1 64 3226 0 1 0 332 3 0 0 25 0 9 0 20818995 889483264 16110 996147200 134512640 134550932 4294955936 18446744073709551615 4126966777 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16981] ppid=16978 vsize=868636 CPUtime=1.01
/proc/16979/task/16981/stat : 16981 (java) S 16978 16965 16442 0 -1 64 12266 0 0 0 96 5 0 0 16 0 9 0 20818997 889483264 16110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16982] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16982/stat : 16982 (java) S 16978 16965 16442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20818997 889483264 16110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16983] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16983/stat : 16983 (java) S 16978 16965 16442 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20818997 889483264 16110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16984] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16984/stat : 16984 (java) S 16978 16965 16442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20818999 889483264 16110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16985] ppid=16978 vsize=868636 CPUtime=0.2
/proc/16979/task/16985/stat : 16985 (java) S 16978 16965 16442 0 -1 64 1522 0 0 0 20 0 0 0 16 0 9 0 20818999 889483264 16110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16986] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16986/stat : 16986 (java) S 16978 16965 16442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20818999 889483264 16110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16987] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16987/stat : 16987 (java) S 16978 16965 16442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20818999 889483264 16110 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890860

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.05 3/84 16987
/proc/meminfo: memFree=1825936/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=1.6
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1310 13483 0 1 5 2 145 8 15 0 1 0 20818828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1111 409 3 0 796 0
[pid=16978] ppid=16965 vsize=5356 CPUtime=0
/proc/16978/stat : 16978 (sh) S 16965 16965 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20818994 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16978/statm: 1339 233 193 169 0 50 0
[pid=16979] ppid=16978 vsize=868636 CPUtime=10.92
/proc/16979/stat : 16979 (java) S 16978 16965 16442 0 -1 0 17960 0 1 0 1080 12 0 0 18 0 9 0 20818994 889483264 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16979/statm: 217159 16113 2566 9 0 211664 0
[pid=16979/tid=16980] ppid=16978 vsize=868636 CPUtime=9.58
/proc/16979/task/16980/stat : 16980 (java) R 16978 16965 16442 0 -1 64 3466 0 1 0 954 4 0 0 25 0 9 0 20818995 889483264 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4126573596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16981] ppid=16978 vsize=868636 CPUtime=1.1
/proc/16979/task/16981/stat : 16981 (java) S 16978 16965 16442 0 -1 64 12269 0 0 0 104 6 0 0 16 0 9 0 20818997 889483264 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16982] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16982/stat : 16982 (java) S 16978 16965 16442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20818997 889483264 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16983] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16983/stat : 16983 (java) S 16978 16965 16442 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20818997 889483264 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16984] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16984/stat : 16984 (java) S 16978 16965 16442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20818999 889483264 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16985] ppid=16978 vsize=868636 CPUtime=0.2
/proc/16979/task/16985/stat : 16985 (java) S 16978 16965 16442 0 -1 64 1522 0 0 0 20 0 0 0 16 0 9 0 20818999 889483264 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16986] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16986/stat : 16986 (java) S 16978 16965 16442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20818999 889483264 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16987] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16987/stat : 16987 (java) S 16978 16965 16442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20818999 889483264 16113 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890860

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.04 3/84 16987
/proc/meminfo: memFree=1825880/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=1.6
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1310 13483 0 1 5 2 145 8 15 0 1 0 20818828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1111 409 3 0 796 0
[pid=16978] ppid=16965 vsize=5356 CPUtime=0
/proc/16978/stat : 16978 (sh) S 16965 16965 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20818994 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16978/statm: 1339 233 193 169 0 50 0
[pid=16979] ppid=16978 vsize=868636 CPUtime=23.59
/proc/16979/stat : 16979 (java) S 16978 16965 16442 0 -1 0 18443 0 1 0 2343 16 0 0 18 0 9 0 20818994 889483264 16118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16979/statm: 217159 16118 2566 9 0 211664 0
[pid=16979/tid=16980] ppid=16978 vsize=868636 CPUtime=22.05
/proc/16979/task/16980/stat : 16980 (java) R 16978 16965 16442 0 -1 64 3944 0 1 0 2200 5 0 0 25 0 9 0 20818995 889483264 16118 996147200 134512640 134550932 4294955936 18446744073709551615 4126857697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16981] ppid=16978 vsize=868636 CPUtime=1.32
/proc/16979/task/16981/stat : 16981 (java) S 16978 16965 16442 0 -1 64 12274 0 0 0 123 9 0 0 16 0 9 0 20818997 889483264 16118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16982] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16982/stat : 16982 (java) S 16978 16965 16442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20818997 889483264 16118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16983] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16983/stat : 16983 (java) S 16978 16965 16442 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20818997 889483264 16118 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16984] ppid=16978 vsize=868636 CPUtime=0

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

/proc/16965/statm: 4217 1111 409 3 0 796 0
[pid=16978] ppid=16965 vsize=5356 CPUtime=0
/proc/16978/stat : 16978 (sh) S 16965 16965 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20818994 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16978/statm: 1339 233 193 169 0 50 0
[pid=16979] ppid=16978 vsize=868636 CPUtime=159.04
/proc/16979/stat : 16979 (java) S 16978 16965 16442 0 -1 0 23615 0 1 0 15831 73 0 0 18 0 9 0 20818994 889483264 16179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16979/statm: 217159 16179 2566 9 0 211664 0
[pid=16979/tid=16980] ppid=16978 vsize=868636 CPUtime=155.12
/proc/16979/task/16980/stat : 16980 (java) R 16978 16965 16442 0 -1 64 9055 0 1 0 15486 26 0 0 25 0 9 0 20818995 889483264 16179 996147200 134512640 134550932 4294955936 18446744073709551615 4126502213 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16981] ppid=16978 vsize=868636 CPUtime=3.68
/proc/16979/task/16981/stat : 16981 (java) S 16978 16965 16442 0 -1 64 12335 0 0 0 324 44 0 0 16 0 9 0 20818997 889483264 16179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16982] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16982/stat : 16982 (java) S 16978 16965 16442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20818997 889483264 16179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16983] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16983/stat : 16983 (java) S 16978 16965 16442 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20818997 889483264 16179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16984] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16984/stat : 16984 (java) S 16978 16965 16442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20818999 889483264 16179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16985] ppid=16978 vsize=868636 CPUtime=0.2
/proc/16979/task/16985/stat : 16985 (java) S 16978 16965 16442 0 -1 64 1522 0 0 0 20 0 0 0 16 0 9 0 20818999 889483264 16179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16986] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16986/stat : 16986 (java) S 16978 16965 16442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20818999 889483264 16179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16987] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16987/stat : 16987 (java) S 16978 16965 16442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20818999 889483264 16179 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 890860

[startup+222.302 s]
/proc/loadavg: 2.39 2.09 2.06 4/94 17028
/proc/meminfo: memFree=1807944/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=1.6
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1310 13483 0 1 5 2 145 8 15 0 1 0 20818828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1111 409 3 0 796 0
[pid=16978] ppid=16965 vsize=5356 CPUtime=0
/proc/16978/stat : 16978 (sh) S 16965 16965 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20818994 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16978/statm: 1339 233 193 169 0 50 0
[pid=16979] ppid=16978 vsize=868636 CPUtime=218.87
/proc/16979/stat : 16979 (java) S 16978 16965 16442 0 -1 0 25938 0 1 0 21787 100 0 0 18 0 9 0 20818994 889483264 16206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16979/statm: 217159 16206 2566 9 0 211664 0
[pid=16979/tid=16980] ppid=16978 vsize=868636 CPUtime=213.89
/proc/16979/task/16980/stat : 16980 (java) R 16978 16965 16442 0 -1 64 11351 0 1 0 21352 37 0 0 25 0 9 0 20818995 889483264 16206 996147200 134512640 134550932 4294955936 18446744073709551615 4125952192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16979/tid=16981] ppid=16978 vsize=868636 CPUtime=4.73
/proc/16979/task/16981/stat : 16981 (java) S 16978 16965 16442 0 -1 64 12362 0 0 0 413 60 0 0 16 0 9 0 20818997 889483264 16206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16979/tid=16982] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16982/stat : 16982 (java) S 16978 16965 16442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20818997 889483264 16206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16983] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16983/stat : 16983 (java) S 16978 16965 16442 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20818997 889483264 16206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16984] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16984/stat : 16984 (java) S 16978 16965 16442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20818999 889483264 16206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16985] ppid=16978 vsize=868636 CPUtime=0.2
/proc/16979/task/16985/stat : 16985 (java) S 16978 16965 16442 0 -1 64 1522 0 0 0 20 0 0 0 16 0 9 0 20818999 889483264 16206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16986] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16986/stat : 16986 (java) S 16978 16965 16442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20818999 889483264 16206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16987] ppid=16978 vsize=868636 CPUtime=0
/proc/16979/task/16987/stat : 16987 (java) S 16978 16965 16442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20818999 889483264 16206 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.47
Current children cumulated vsize (KiB) 890860

[startup+282.302 s]
/proc/loadavg: 2.75 2.23 2.10 3/94 17028
/proc/meminfo: memFree=1438408/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=1.6
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1310 13483 0 1 5 2 145 8 16 0 1 0 20818828 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1111 409 3 0 796 0
[pid=16978] ppid=16965 vsize=5356 CPUtime=0
/proc/16978/stat : 16978 (sh) S 16965 16965 16442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20818994 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16978/statm: 1339 233 193 169 0 50 0
[pid=16979] ppid=16978 vsize=868748 CPUtime=278.19
/proc/16979/stat : 16979 (java) S 16978 16965 16442 0 -1 0 34732 0 1 0 27459 360 0 0 18 0 9 0 20818994 889597952 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16979/statm: 217187 17668 2591 9 0 211664 0
[pid=16979/tid=16980] ppid=16978 vsize=868748 CPUtime=271.11
/proc/16979/task/16980/stat : 16980 (java) R 16978 16965 16442 0 -1 64 14557 0 1 0 26840 271 0 0 25 0 9 0 20818995 889597952 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4127056657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16981] ppid=16978 vsize=868748 CPUtime=6.78
/proc/16979/task/16981/stat : 16981 (java) S 16978 16965 16442 0 -1 64 17906 0 0 0 591 87 0 0 16 0 9 0 20818997 889597952 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16982] ppid=16978 vsize=868748 CPUtime=0
/proc/16979/task/16982/stat : 16982 (java) S 16978 16965 16442 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20818997 889597952 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16979/tid=16983] ppid=16978 vsize=868748 CPUtime=0
/proc/16979/task/16983/stat : 16983 (java) S 16978 16965 16442 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20818997 889597952 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16979/tid=16984] ppid=16978 vsize=868748 CPUtime=0
/proc/16979/task/16984/stat : 16984 (java) S 16978 16965 16442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20818999 889597952 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16985] ppid=16978 vsize=868748 CPUtime=0.26
/proc/16979/task/16985/stat : 16985 (java) S 16978 16965 16442 0 -1 64 1566 0 0 0 26 0 0 0 17 0 9 0 20818999 889597952 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16986] ppid=16978 vsize=868748 CPUtime=0
/proc/16979/task/16986/stat : 16986 (java) S 16978 16965 16442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20818999 889597952 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16979/tid=16987] ppid=16978 vsize=868748 CPUtime=0
/proc/16979/task/16987/stat : 16987 (java) S 16978 16965 16442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20818999 889597952 17668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.79
Current children cumulated vsize (KiB) 890972

[startup+342.302 s]
/proc/loadavg: 2.38 2.24 2.11 4/86 17030
/proc/meminfo: memFree=1011464/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=281.53
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1365 48636 0 2 6 2 27760 385 16 0 1 0 20818828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1113 409 3 0 796 0
[pid=17029] ppid=16965 vsize=5356 CPUtime=0
/proc/17029/stat : 17029 (sh) S 16965 16965 16442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20847239 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17029/statm: 1339 232 193 169 0 50 0
[pid=17030] ppid=17029 vsize=488992 CPUtime=57.56
/proc/17030/stat : 17030 (picosat) R 17029 16965 16442 0 -1 4194304 115704 0 0 0 2626 3130 0 0 25 0 1 0 20847239 500727808 115690 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17030/statm: 122248 115690 40 102 0 122143 0
Current children cumulated CPU time (s) 339.09
Current children cumulated vsize (KiB) 511216

[startup+402.302 s]
/proc/loadavg: 2.15 2.20 2.10 3/86 17030
/proc/meminfo: memFree=781576/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=281.53
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1365 48636 0 2 6 2 27760 385 16 0 1 0 20818828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1113 409 3 0 796 0
[pid=17029] ppid=16965 vsize=5356 CPUtime=0
/proc/17029/stat : 17029 (sh) S 16965 16965 16442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20847239 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17029/statm: 1339 232 193 169 0 50 0
[pid=17030] ppid=17029 vsize=742612 CPUtime=116.94
/proc/17030/stat : 17030 (picosat) R 17029 16965 16442 0 -1 4194304 173186 0 0 0 5311 6383 0 0 25 0 1 0 20847239 760434688 173172 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17030/statm: 185653 173172 40 102 0 185548 0
Current children cumulated CPU time (s) 398.47
Current children cumulated vsize (KiB) 764836



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+448.702 s]
/proc/loadavg: 2.06 2.16 2.09 4/84 17066
/proc/meminfo: memFree=292064/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=281.53
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1365 48636 0 2 6 2 27760 385 16 0 1 0 20818828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1113 409 3 0 796 0
[pid=17029] ppid=16965 vsize=5356 CPUtime=0
/proc/17029/stat : 17029 (sh) S 16965 16965 16442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20847239 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17029/statm: 1339 232 193 169 0 50 0
[pid=17030] ppid=17029 vsize=916984 CPUtime=163.21
/proc/17030/stat : 17030 (picosat) R 17029 16965 16442 0 -1 4194304 205510 0 0 0 7800 8521 0 0 25 0 1 0 20847239 938991616 205485 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 0 0 0
/proc/17030/statm: 229246 205485 42 102 0 229141 0
Current children cumulated CPU time (s) 444.74
Current children cumulated vsize (KiB) 939208

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

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

[startup+448.825 s]
/proc/loadavg: 2.06 2.16 2.09 4/84 17066
/proc/meminfo: memFree=292064/2055920 swapFree=4192812/4192956
[pid=16965] ppid=16963 vsize=16868 CPUtime=281.53
/proc/16965/stat : 16965 (sugar) S 16963 16965 16442 0 -1 4194304 1394 48636 0 2 6 2 27760 385 16 0 1 0 20818828 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16965/statm: 4217 1113 409 3 0 796 0
[pid=17029] ppid=16965 vsize=0 CPUtime=0
/proc/17029/stat : 17029 (sh) Z 16965 16965 16442 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20847239 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17029/statm: 0 0 0 0 0 0 0
[pid=17030] ppid=1 vsize=0 CPUtime=163.32
/proc/17030/stat : 17030 (picosat) R 1 16965 16442 0 -1 4195332 205510 0 0 0 7800 8532 0 0 25 0 1 0 20847239 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/17030/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 444.85
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16965 and gives
#  childrusage.ru_utime.tv_sec=277
#  childrusage.ru_utime.tv_usec=665788
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=881409
# CPU time returned by wait4() is 281.547
# while last known CPU time is 444.85
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 448.853
CPU time (s): 444.85
CPU user time (s): 355.66
CPU system time (s): 89.19
CPU usage (%): 99.1082
Max. virtual memory (cumulated for all children) (KiB): 939208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 277.666
system time used= 3.88141
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50395
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= 110871
involuntary context switches= 114228

runsolver used 0.678896 second user time and 1.63375 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-11 20:38:55
IDJOB=2064965
IDBENCH=54233
IDSOLVER=738
FILE ID=node73/2064965-1247337535
PBS_JOBID= 9506627
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-8-7-fair.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-2064965-1247337535/watcher-2064965-1247337535 -o /tmp/evaluation-result-2064965-1247337535/solver-2064965-1247337535 -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-2064965-1247337535.xml

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

MD5SUM BENCH= 6868c0dbaa1b83433bdc467ecccba464
RANDOM SEED=614554472

node73.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.213
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.213
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:       1885520 kB
Buffers:         12816 kB
Cached:          74156 kB
SwapCached:          0 kB
Active:          88152 kB
Inactive:        30648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1885520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3756 kB
Writeback:           0 kB
Mapped:          43564 kB
Slab:            37152 kB
Committed_AS:   162724 kB
PageTables:       1748 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= 66428 MiB
End job on node73 at 2009-07-11 20:46:26