Trace number 2065119

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) 489.16 496.42

General information on the benchmark

Namecsp/fischer/
normalized-fischer-7-10-fair.xml
MD5SUMc6466a941664f0d3e6f4f15dbdbb5432
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables18252
Number of constraints17269
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17269
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.07	c 0	BEGIN Sat Jul 11 20:44:50 2009
0.03/0.07	c 0	PID 17286
0.03/0.07	c 0	HOST node84.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2065119-1247337889.xml TO HOME/temp.csp
0.03/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-2065119-1247337889.xml' 'HOME/temp.csp'
1.46/1.52	c 1	3 domains, 18252 variables, 9 predicates, 0 relations, 17269 constraints
1.46/1.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.46/1.54	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.49/1.62	c 1	Parsing HOME/temp.csp
1.49/1.79	c 1	parsed 10000 expressions
1.49/1.89	c 1	parsed 20000 expressions
1.49/2.02	c 2	parsed 30000 expressions
1.49/2.07	c 2	parsed 35533 expressions
1.49/2.08	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/2.08	c 2	Converting to clausal form CSP
2.02/2.13	c 2	converted 3554 (10%) expressions
2.02/2.14	c 2	converted 7107 (20%) expressions
2.02/2.15	c 2	converted 10660 (30%) expressions
2.02/2.16	c 2	converted 14214 (40%) expressions
2.02/2.16	c 2	converted 17767 (50%) expressions
2.42/2.52	c 2	converted 21320 (60%) expressions
2.91/3.06	c 3	converted 24874 (70%) expressions
3.31/3.43	c 3	converted 28427 (80%) expressions
3.81/3.98	c 4	converted 31980 (90%) expressions
4.20/4.35	c 4	converted 35533 (100%) expressions
4.20/4.35	c 4	CSP : 31943 integers, 1090 booleans, 77605 clauses, largest domain size 20001
4.20/4.35	c 4	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.20/4.35	c 4	Propagation in CSP
365.19/368.85	c 368	224702175 values, 0 unsatisfiable literals, and 0 valid clauses are removed
365.19/368.85	c 368	CSP : 31943 integers, 1090 booleans, 77605 clauses, largest domain size 20001
365.19/368.85	c 368	Heap : 49 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
365.19/368.88	c 368	Simplifing CSP by introducing new Boolean variables
365.39/369.04	c 369	CSP : 31943 integers, 28800 booleans, 105315 clauses, largest domain size 20001
365.39/369.04	c 369	Heap : 56 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
365.78/369.43	c 369	Encoding CSP to SAT : HOME/temp.cnf
366.07/369.71	c 369	3195 (10%) CSP integer variables are encoded (197422 clauses, 3137715 bytes)
367.86/371.55	c 371	6389 (20%) CSP integer variables are encoded (1747618 clauses, 30990740 bytes)
368.66/372.32	c 372	9583 (30%) CSP integer variables are encoded (2385934 clauses, 43118744 bytes)
369.06/372.77	c 372	12778 (40%) CSP integer variables are encoded (2755893 clauses, 50147965 bytes)
369.55/373.26	c 373	15972 (50%) CSP integer variables are encoded (3161429 clauses, 57853149 bytes)
369.55/373.26	c 373	19166 (60%) CSP integer variables are encoded (3161429 clauses, 57853149 bytes)
370.15/373.82	c 373	22361 (70%) CSP integer variables are encoded (3631335 clauses, 66781363 bytes)
370.52/374.22	c 374	25555 (80%) CSP integer variables are encoded (3931275 clauses, 72480223 bytes)
370.62/374.30	c 374	28749 (90%) CSP integer variables are encoded (4001265 clauses, 73810033 bytes)
370.81/374.56	c 374	31943 (100%) CSP integer variables are encoded (4211233 clauses, 77799425 bytes)
392.64/399.59	c 399	10532 (10%) CSP clauses are encoded (17728257 clauses, 364453707 bytes)
393.14/400.03	c 400	21063 (20%) CSP clauses are encoded (18011945 clauses, 370131271 bytes)
394.43/401.36	c 401	31595 (30%) CSP clauses are encoded (18935941 clauses, 388839591 bytes)
396.00/402.95	c 403	42126 (40%) CSP clauses are encoded (20018893 clauses, 411805434 bytes)
397.19/404.16	c 404	52658 (50%) CSP clauses are encoded (20822372 clauses, 428872990 bytes)
397.29/404.22	c 404	63189 (60%) CSP clauses are encoded (20827349 clauses, 428974226 bytes)
397.29/404.28	c 404	73721 (70%) CSP clauses are encoded (20832273 clauses, 429074296 bytes)
397.97/404.97	c 405	84252 (80%) CSP clauses are encoded (21277202 clauses, 438524508 bytes)
398.97/405.99	c 406	94784 (90%) CSP clauses are encoded (21962072 clauses, 453073313 bytes)
399.06/406.07	c 406	105315 (100%) CSP clauses are encoded (21976716 clauses, 453453653 bytes)
399.06/406.07	c 406	105315 CSP clauses encoded
399.06/406.07	c 406	Writing map file : HOME/temp.map
399.17/406.13	c 406	Heap : 47 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
399.17/406.13	c 406	SAT : 4249067 SAT variables, 21976716 SAT clauses, 453453653 bytes
399.17/406.13	c 406	Heap : 47 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
399.24/406.20	c 406	SOLVING HOME/temp.cnf
399.24/406.20	c 406	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
489.16/496.32	c ERROR INTERRUPTED
489.16/496.42	s UNKNOWN
489.16/496.42	c 496	CPU 399.24 (0.07 0.01 394.88 4.28)
489.16/496.42	c 496	END Sat Jul 11 20:53: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-2065119-1247337889/watcher-2065119-1247337889 -o /tmp/evaluation-result-2065119-1247337889/solver-2065119-1247337889 -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-2065119-1247337889.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.91 1.97 1.99 4/81 17286
/proc/meminfo: memFree=1325000/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=7504 CPUtime=0
/proc/17286/stat : 17286 (sugar) R 17284 17286 16881 0 -1 4194304 66 0 0 0 0 0 0 0 20 0 1 0 20854322 7684096 51 996147200 4194304 4206940 548682068608 18446744073709551615 243662910857 0 0 4096 0 0 0 0 17 1 0 0
/proc/17286/statm: 1876 51 38 3 0 55 0

[startup+0.0505639 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 17286
/proc/meminfo: memFree=1325000/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=14776 CPUtime=0.03
/proc/17286/stat : 17286 (sugar) R 17284 17286 16881 0 -1 4194304 875 0 0 0 3 0 0 0 20 0 1 0 20854322 15130624 843 996147200 4194304 4206940 548682068608 18446744073709551615 243665407288 0 0 4224 0 0 0 0 17 0 0 0
/proc/17286/statm: 3694 843 378 3 0 533 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14776

[startup+0.101571 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 17286
/proc/meminfo: memFree=1325000/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=16868 CPUtime=0.06
/proc/17286/stat : 17286 (sugar) S 17284 17286 16881 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20854322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17286/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301607 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 17286
/proc/meminfo: memFree=1325000/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=16868 CPUtime=0.06
/proc/17286/stat : 17286 (sugar) S 17284 17286 16881 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20854322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17286/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701684 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 17286
/proc/meminfo: memFree=1325000/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=16868 CPUtime=0.06
/proc/17286/stat : 17286 (sugar) S 17284 17286 16881 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20854322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17286/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50283 s]
/proc/loadavg: 1.91 1.97 1.99 4/92 17298
/proc/meminfo: memFree=1289008/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=16868 CPUtime=0.06
/proc/17286/stat : 17286 (sugar) S 17284 17286 16881 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20854322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17286/statm: 4217 1111 409 3 0 796 0
[pid=17289] ppid=17286 vsize=5356 CPUtime=0
/proc/17289/stat : 17289 (sh) S 17286 17286 16881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20854330 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17289/statm: 1339 233 193 169 0 50 0
[pid=17290] ppid=17289 vsize=864772 CPUtime=1.4
/proc/17290/stat : 17290 (java) S 17289 17286 16881 0 -1 0 14694 0 1 0 133 7 0 0 18 0 9 0 20854330 885526528 12715 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17290/statm: 216193 12715 2557 9 0 210705 0
[pid=17290/tid=17291] ppid=17289 vsize=864772 CPUtime=0.79
/proc/17290/task/17291/stat : 17291 (java) R 17289 17286 16881 0 -1 64 3086 0 1 0 77 2 0 0 25 0 9 0 20854331 885526528 12715 996147200 134512640 134550932 4294955984 18446744073709551615 4126733888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17290/tid=17292] ppid=17289 vsize=864772 CPUtime=0.44
/proc/17290/task/17292/stat : 17292 (java) S 17289 17286 16881 0 -1 64 10371 0 0 0 41 3 0 0 16 0 9 0 20854332 885526528 12715 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17290/tid=17293] ppid=17289 vsize=864772 CPUtime=0
/proc/17290/task/17293/stat : 17293 (java) S 17289 17286 16881 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20854332 885526528 12715 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17290/tid=17294] ppid=17289 vsize=864772 CPUtime=0
/proc/17290/task/17294/stat : 17294 (java) S 17289 17286 16881 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20854332 885526528 12715 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17290/tid=17295] ppid=17289 vsize=864772 CPUtime=0
/proc/17290/task/17295/stat : 17295 (java) S 17289 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20854334 885526528 12715 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17290/tid=17296] ppid=17289 vsize=864772 CPUtime=0.14
/proc/17290/task/17296/stat : 17296 (java) S 17289 17286 16881 0 -1 64 532 0 0 0 14 0 0 0 16 0 9 0 20854334 885526528 12715 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17290/tid=17297] ppid=17289 vsize=864772 CPUtime=0
/proc/17290/task/17297/stat : 17297 (java) S 17289 17286 16881 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20854334 885526528 12715 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17290/tid=17298] ppid=17289 vsize=864772 CPUtime=0
/proc/17290/task/17298/stat : 17298 (java) S 17289 17286 16881 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20854334 885526528 12715 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) 886996

[startup+3.10212 s]
/proc/loadavg: 1.91 1.97 1.99 3/92 17308
/proc/meminfo: memFree=1303792/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=16868 CPUtime=1.49
/proc/17286/stat : 17286 (sugar) S 17284 17286 16881 0 -1 4194304 1309 15120 0 1 5 1 135 8 16 0 1 0 20854322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17286/statm: 4217 1111 409 3 0 796 0
[pid=17299] ppid=17286 vsize=5356 CPUtime=0
/proc/17299/stat : 17299 (sh) S 17286 17286 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20854477 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17299/statm: 1339 233 193 169 0 50 0
[pid=17300] ppid=17299 vsize=868620 CPUtime=1.52
/proc/17300/stat : 17300 (java) S 17299 17286 16881 0 -1 0 12745 0 1 0 146 6 0 0 20 0 9 0 20854477 889466880 11428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 217155 11428 2566 9 0 211660 0
[pid=17300/tid=17301] ppid=17299 vsize=868620 CPUtime=0.83
/proc/17300/task/17301/stat : 17301 (java) R 17299 17286 16881 0 -1 64 2876 0 1 0 81 2 0 0 25 0 9 0 20854478 889466880 11428 996147200 134512640 134550932 4294955936 18446744073709551615 4126567400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17302] ppid=17299 vsize=868620 CPUtime=0.51
/proc/17300/task/17302/stat : 17302 (java) S 17299 17286 16881 0 -1 64 7677 0 0 0 48 3 0 0 16 0 9 0 20854479 889466880 11428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17303/stat : 17303 (java) S 17299 17286 16881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20854479 889466880 11428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17304/stat : 17304 (java) S 17299 17286 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20854479 889466880 11428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17305/stat : 17305 (java) S 17299 17286 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20854481 889466880 11428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17299 vsize=868620 CPUtime=0.17
/proc/17300/task/17306/stat : 17306 (java) S 17299 17286 16881 0 -1 64 1490 0 0 0 16 1 0 0 16 0 9 0 20854481 889466880 11428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17299 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20854481 889466880 11428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17299 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20854481 889466880 11428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890844

[startup+6.3027 s]
/proc/loadavg: 2.16 2.02 2.01 3/92 17308
/proc/meminfo: memFree=1256944/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=16868 CPUtime=1.49
/proc/17286/stat : 17286 (sugar) S 17284 17286 16881 0 -1 4194304 1310 15120 0 1 5 1 135 8 15 0 1 0 20854322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17286/statm: 4217 1111 409 3 0 796 0
[pid=17299] ppid=17286 vsize=5356 CPUtime=0
/proc/17299/stat : 17299 (sh) S 17286 17286 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20854477 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17299/statm: 1339 233 193 169 0 50 0
[pid=17300] ppid=17299 vsize=868620 CPUtime=4.69
/proc/17300/stat : 17300 (java) S 17299 17286 16881 0 -1 0 19968 0 1 0 458 11 0 0 20 0 9 0 20854477 889466880 18334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 217155 18334 2566 9 0 211660 0
[pid=17300/tid=17301] ppid=17299 vsize=868620 CPUtime=3.37
/proc/17300/task/17301/stat : 17301 (java) R 17299 17286 16881 0 -1 64 3245 0 1 0 335 2 0 0 25 0 9 0 20854478 889466880 18334 996147200 134512640 134550932 4294955936 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17302] ppid=17299 vsize=868620 CPUtime=1.11
/proc/17300/task/17302/stat : 17302 (java) S 17299 17286 16881 0 -1 64 14520 0 0 0 104 7 0 0 16 0 9 0 20854479 889466880 18334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17303/stat : 17303 (java) S 17299 17286 16881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20854479 889466880 18334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17304/stat : 17304 (java) S 17299 17286 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20854479 889466880 18334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17305/stat : 17305 (java) S 17299 17286 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20854481 889466880 18334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17299 vsize=868620 CPUtime=0.19
/proc/17300/task/17306/stat : 17306 (java) S 17299 17286 16881 0 -1 64 1501 0 0 0 18 1 0 0 15 0 9 0 20854481 889466880 18334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17299 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20854481 889466880 18334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17299 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20854481 889466880 18334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890844

[startup+12.7029 s]
/proc/loadavg: 2.15 2.02 2.00 3/92 17308
/proc/meminfo: memFree=1256824/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=16868 CPUtime=1.49
/proc/17286/stat : 17286 (sugar) S 17284 17286 16881 0 -1 4194304 1310 15120 0 1 5 1 135 8 15 0 1 0 20854322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17286/statm: 4217 1111 409 3 0 796 0
[pid=17299] ppid=17286 vsize=5356 CPUtime=0
/proc/17299/stat : 17299 (sh) S 17286 17286 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20854477 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17299/statm: 1339 233 193 169 0 50 0
[pid=17300] ppid=17299 vsize=868620 CPUtime=11.02
/proc/17300/stat : 17300 (java) S 17299 17286 16881 0 -1 0 20215 0 1 0 1089 13 0 0 20 0 9 0 20854477 889466880 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 217155 18337 2566 9 0 211660 0
[pid=17300/tid=17301] ppid=17299 vsize=868620 CPUtime=9.59
/proc/17300/task/17301/stat : 17301 (java) R 17299 17286 16881 0 -1 64 3489 0 1 0 956 3 0 0 25 0 9 0 20854478 889466880 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4126863695 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17302] ppid=17299 vsize=868620 CPUtime=1.24
/proc/17300/task/17302/stat : 17302 (java) S 17299 17286 16881 0 -1 64 14523 0 0 0 115 9 0 0 16 0 9 0 20854479 889466880 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17303/stat : 17303 (java) S 17299 17286 16881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20854479 889466880 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17304/stat : 17304 (java) S 17299 17286 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20854479 889466880 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17305/stat : 17305 (java) S 17299 17286 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20854481 889466880 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17299 vsize=868620 CPUtime=0.19
/proc/17300/task/17306/stat : 17306 (java) S 17299 17286 16881 0 -1 64 1501 0 0 0 18 1 0 0 15 0 9 0 20854481 889466880 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17299 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20854481 889466880 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17299 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20854481 889466880 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890844

[startup+25.5012 s]
/proc/loadavg: 2.11 2.02 2.00 3/92 17308
/proc/meminfo: memFree=1256888/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=16868 CPUtime=1.49
/proc/17286/stat : 17286 (sugar) S 17284 17286 16881 0 -1 4194304 1310 15120 0 1 5 1 135 8 15 0 1 0 20854322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17286/statm: 4217 1111 409 3 0 796 0
[pid=17299] ppid=17286 vsize=5356 CPUtime=0
/proc/17299/stat : 17299 (sh) S 17286 17286 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20854477 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17299/statm: 1339 233 193 169 0 50 0
[pid=17300] ppid=17299 vsize=868620 CPUtime=23.69
/proc/17300/stat : 17300 (java) S 17299 17286 16881 0 -1 0 20711 0 1 0 2351 18 0 0 20 0 9 0 20854477 889466880 18342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 217155 18342 2566 9 0 211660 0
[pid=17300/tid=17301] ppid=17299 vsize=868620 CPUtime=22
/proc/17300/task/17301/stat : 17301 (java) R 17299 17286 16881 0 -1 64 3980 0 1 0 2196 4 0 0 25 0 9 0 20854478 889466880 18342 996147200 134512640 134550932 4294955936 18446744073709551615 4126520152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17302] ppid=17299 vsize=868620 CPUtime=1.47
/proc/17300/task/17302/stat : 17302 (java) S 17299 17286 16881 0 -1 64 14528 0 0 0 136 11 0 0 16 0 9 0 20854479 889466880 18342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17303/stat : 17303 (java) S 17299 17286 16881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20854479 889466880 18342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17304/stat : 17304 (java) S 17299 17286 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20854479 889466880 18342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17299 vsize=868620 CPUtime=0

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

/proc/17300/task/17305/stat : 17305 (java) S 17299 17286 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20854481 889466880 18414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17299 vsize=868620 CPUtime=0.19
/proc/17300/task/17306/stat : 17306 (java) S 17299 17286 16881 0 -1 64 1501 0 0 0 18 1 0 0 15 0 9 0 20854481 889466880 18414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17299 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20854481 889466880 18414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17299 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20854481 889466880 18414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 890844

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 17308
/proc/meminfo: memFree=1255672/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=16868 CPUtime=1.49
/proc/17286/stat : 17286 (sugar) S 17284 17286 16881 0 -1 4194304 1310 15120 0 1 5 1 135 8 15 0 1 0 20854322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17286/statm: 4217 1111 409 3 0 796 0
[pid=17299] ppid=17286 vsize=5356 CPUtime=0
/proc/17299/stat : 17299 (sh) S 17286 17286 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20854477 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17299/statm: 1339 233 193 169 0 50 0
[pid=17300] ppid=17299 vsize=868620 CPUtime=278.03
/proc/17300/stat : 17300 (java) S 17299 17286 16881 0 -1 0 30501 0 1 0 27685 118 0 0 20 0 9 0 20854477 889466880 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 217155 18436 2566 9 0 211660 0
[pid=17300/tid=17301] ppid=17299 vsize=868620 CPUtime=271.37
/proc/17300/task/17301/stat : 17301 (java) R 17299 17286 16881 0 -1 64 13676 0 1 0 27097 40 0 0 25 0 9 0 20854478 889466880 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4126968024 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17302] ppid=17299 vsize=868620 CPUtime=6.45
/proc/17300/task/17302/stat : 17302 (java) S 17299 17286 16881 0 -1 64 14622 0 0 0 569 76 0 0 16 0 9 0 20854479 889466880 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17303/stat : 17303 (java) S 17299 17286 16881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20854479 889466880 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17304/stat : 17304 (java) S 17299 17286 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20854479 889466880 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17305/stat : 17305 (java) S 17299 17286 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20854481 889466880 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17299 vsize=868620 CPUtime=0.19
/proc/17300/task/17306/stat : 17306 (java) S 17299 17286 16881 0 -1 64 1501 0 0 0 18 1 0 0 15 0 9 0 20854481 889466880 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17299 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20854481 889466880 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17299 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20854481 889466880 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (KiB) 890844

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 17308
/proc/meminfo: memFree=1255544/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=16868 CPUtime=1.49
/proc/17286/stat : 17286 (sugar) S 17284 17286 16881 0 -1 4194304 1310 15120 0 1 5 1 135 8 15 0 1 0 20854322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17286/statm: 4217 1111 409 3 0 796 0
[pid=17299] ppid=17286 vsize=5356 CPUtime=0
/proc/17299/stat : 17299 (sh) S 17286 17286 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20854477 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17299/statm: 1339 233 193 169 0 50 0
[pid=17300] ppid=17299 vsize=868620 CPUtime=337.45
/proc/17300/stat : 17300 (java) S 17299 17286 16881 0 -1 0 32817 0 1 0 33603 142 0 0 20 0 9 0 20854477 889466880 18459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 217155 18459 2566 9 0 211660 0
[pid=17300/tid=17301] ppid=17299 vsize=868620 CPUtime=329.64
/proc/17300/task/17301/stat : 17301 (java) R 17299 17286 16881 0 -1 64 15969 0 1 0 32915 49 0 0 25 0 9 0 20854478 889466880 18459 996147200 134512640 134550932 4294955936 18446744073709551615 4126563696 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17302] ppid=17299 vsize=868620 CPUtime=7.6
/proc/17300/task/17302/stat : 17302 (java) S 17299 17286 16881 0 -1 64 14645 0 0 0 669 91 0 0 15 0 9 0 20854479 889466880 18459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17303/stat : 17303 (java) S 17299 17286 16881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20854479 889466880 18459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17304/stat : 17304 (java) S 17299 17286 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20854479 889466880 18459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17305/stat : 17305 (java) S 17299 17286 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20854481 889466880 18459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17299 vsize=868620 CPUtime=0.19
/proc/17300/task/17306/stat : 17306 (java) S 17299 17286 16881 0 -1 64 1501 0 0 0 18 1 0 0 15 0 9 0 20854481 889466880 18459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17299 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20854481 889466880 18459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17299 vsize=868620 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17299 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20854481 889466880 18459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 338.94
Current children cumulated vsize (KiB) 890844

[startup+402.303 s]
/proc/loadavg: 2.57 2.13 2.04 3/93 17311
/proc/meminfo: memFree=849648/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=16868 CPUtime=1.5
/proc/17286/stat : 17286 (sugar) S 17284 17286 16881 0 -1 4194304 1310 15120 0 1 6 1 135 8 16 0 1 0 20854322 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17286/statm: 4217 1111 409 3 0 796 0
[pid=17299] ppid=17286 vsize=5356 CPUtime=0
/proc/17299/stat : 17299 (sh) S 17286 17286 16881 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20854477 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17299/statm: 1339 233 193 169 0 50 0
[pid=17300] ppid=17299 vsize=868732 CPUtime=393.92
/proc/17300/stat : 17300 (java) S 17299 17286 16881 0 -1 0 42090 0 1 0 39004 388 0 0 20 0 9 0 20854477 889581568 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17300/statm: 217183 20693 2591 9 0 211660 0
[pid=17300/tid=17301] ppid=17299 vsize=868732 CPUtime=384.12
/proc/17300/task/17301/stat : 17301 (java) R 17299 17286 16881 0 -1 64 18932 0 1 0 38140 272 0 0 25 0 9 0 20854478 889581568 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17302] ppid=17299 vsize=868732 CPUtime=9.51
/proc/17300/task/17302/stat : 17302 (java) S 17299 17286 16881 0 -1 64 20914 0 0 0 838 113 0 0 16 0 9 0 20854479 889581568 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17303] ppid=17299 vsize=868732 CPUtime=0
/proc/17300/task/17303/stat : 17303 (java) S 17299 17286 16881 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20854479 889581568 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17304] ppid=17299 vsize=868732 CPUtime=0
/proc/17300/task/17304/stat : 17304 (java) S 17299 17286 16881 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20854479 889581568 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17305] ppid=17299 vsize=868732 CPUtime=0
/proc/17300/task/17305/stat : 17305 (java) S 17299 17286 16881 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20854481 889581568 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17306] ppid=17299 vsize=868732 CPUtime=0.25
/proc/17300/task/17306/stat : 17306 (java) S 17299 17286 16881 0 -1 64 1542 0 0 0 24 1 0 0 17 0 9 0 20854481 889581568 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17307] ppid=17299 vsize=868732 CPUtime=0
/proc/17300/task/17307/stat : 17307 (java) S 17299 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20854481 889581568 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17300/tid=17308] ppid=17299 vsize=868732 CPUtime=0
/proc/17300/task/17308/stat : 17308 (java) S 17299 17286 16881 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20854481 889581568 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 395.42
Current children cumulated vsize (KiB) 890956

[startup+462.302 s]
/proc/loadavg: 3.59 2.54 2.19 3/84 17316
/proc/meminfo: memFree=358208/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=16868 CPUtime=399.24
/proc/17286/stat : 17286 (sugar) S 17284 17286 16881 0 -1 4194304 1365 57758 0 2 7 1 39488 428 16 0 1 0 20854322 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17286/statm: 4217 1113 409 3 0 796 0
[pid=17314] ppid=17286 vsize=5356 CPUtime=0
/proc/17314/stat : 17314 (sh) S 17286 17286 16881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20894942 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17314/statm: 1339 232 193 169 0 50 0
[pid=17315] ppid=17314 vsize=756420 CPUtime=55.92
/proc/17315/stat : 17315 (picosat) R 17314 17286 16881 0 -1 4194304 124981 0 0 0 2554 3038 0 0 25 0 1 0 20894943 774574080 124967 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17315/statm: 189105 124967 40 102 0 189000 0
Current children cumulated CPU time (s) 455.16
Current children cumulated vsize (KiB) 778644



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+496.302 s]
/proc/loadavg: 3.77 2.70 2.26 3/84 17316
/proc/meminfo: memFree=218368/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=16868 CPUtime=399.24
/proc/17286/stat : 17286 (sugar) S 17284 17286 16881 0 -1 4194304 1365 57758 0 2 7 1 39488 428 16 0 1 0 20854322 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17286/statm: 4217 1113 409 3 0 796 0
[pid=17314] ppid=17286 vsize=5356 CPUtime=0
/proc/17314/stat : 17314 (sh) S 17286 17286 16881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20894942 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17314/statm: 1339 232 193 169 0 50 0
[pid=17315] ppid=17314 vsize=899392 CPUtime=89.92
/proc/17315/stat : 17315 (picosat) R 17314 17286 16881 0 -1 4194304 160559 0 0 0 4105 4887 0 0 25 0 1 0 20894943 920977408 160545 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17315/statm: 224848 160545 40 102 0 224743 0
Current children cumulated CPU time (s) 489.16
Current children cumulated vsize (KiB) 921616

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

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

[startup+496.302 s]
/proc/loadavg: 3.77 2.70 2.26 3/84 17316
/proc/meminfo: memFree=218368/2055920 swapFree=4192812/4192956
[pid=17286] ppid=17284 vsize=16868 CPUtime=399.24
/proc/17286/stat : 17286 (sugar) S 17284 17286 16881 0 -1 4194304 1365 57758 0 2 7 1 39488 428 16 0 1 0 20854322 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17286/statm: 4217 1113 409 3 0 796 0
[pid=17314] ppid=17286 vsize=5356 CPUtime=0
/proc/17314/stat : 17314 (sh) S 17286 17286 16881 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20894942 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17314/statm: 1339 232 193 169 0 50 0
[pid=17315] ppid=17314 vsize=899392 CPUtime=89.92
/proc/17315/stat : 17315 (picosat) R 17314 17286 16881 0 -1 4194304 160559 0 0 0 4105 4887 0 0 25 0 1 0 20894943 920977408 160545 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17315/statm: 224848 160545 40 102 0 224743 0
Current children cumulated CPU time (s) 489.16
Current children cumulated vsize (KiB) 921616

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17286 and gives
#  childrusage.ru_utime.tv_sec=394
#  childrusage.ru_utime.tv_usec=958957
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=310344
# CPU time returned by wait4() is 399.269
# while last known CPU time is 489.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 496.42
CPU time (s): 489.16
CPU user time (s): 436
CPU system time (s): 53.16
CPU usage (%): 98.5375
Max. virtual memory (cumulated for all children) (KiB): 921616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 394.959
system time used= 4.31034
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59517
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= 153558
involuntary context switches= 167924

runsolver used 0.637903 second user time and 1.60875 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-11 20:44:50
IDJOB=2065119
IDBENCH=54304
IDSOLVER=738
FILE ID=node84/2065119-1247337889
PBS_JOBID= 9506769
Free space on /tmp= 66284 MiB

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

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

MD5SUM BENCH= c6466a941664f0d3e6f4f15dbdbb5432
RANDOM SEED=413198927

node84.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1325416 kB
Buffers:         16776 kB
Cached:          77132 kB
SwapCached:          0 kB
Active:         645508 kB
Inactive:        28280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1325416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4488 kB
Writeback:           0 kB
Mapped:         597716 kB
Slab:            40972 kB
Committed_AS:   892716 kB
PageTables:       2856 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= 65852 MiB
End job on node84 at 2009-07-11 20:53:08