Trace number 2065120

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+minisat? (MO) 422.68 427.457

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.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 20:44:50 2009
0.05/0.08	c 0	PID 14825
0.05/0.08	c 0	HOST node64.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2065120-1247337890.xml TO HOME/temp.csp
0.05/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-2065120-1247337890.xml' 'HOME/temp.csp'
1.74/1.81	c 2	3 domains, 18252 variables, 9 predicates, 0 relations, 17269 constraints
1.74/1.86	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.74/1.86	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.77/1.94	c 2	Parsing HOME/temp.csp
1.77/2.08	c 2	parsed 10000 expressions
1.99/2.19	c 2	parsed 20000 expressions
2.18/2.33	c 2	parsed 30000 expressions
2.18/2.38	c 2	parsed 35533 expressions
2.18/2.39	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.18/2.39	c 2	Converting to clausal form CSP
2.29/2.44	c 2	converted 3554 (10%) expressions
2.29/2.45	c 2	converted 7107 (20%) expressions
2.29/2.45	c 2	converted 10660 (30%) expressions
2.29/2.47	c 2	converted 14214 (40%) expressions
2.29/2.47	c 2	converted 17767 (50%) expressions
2.68/2.86	c 3	converted 21320 (60%) expressions
3.27/3.43	c 3	converted 24874 (70%) expressions
3.67/3.81	c 4	converted 28427 (80%) expressions
4.27/4.40	c 4	converted 31980 (90%) expressions
4.57/4.78	c 5	converted 35533 (100%) expressions
4.57/4.79	c 5	CSP : 31943 integers, 1090 booleans, 77605 clauses, largest domain size 20001
4.57/4.79	c 5	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.57/4.79	c 5	Propagation in CSP
378.98/382.71	c 383	224702175 values, 0 unsatisfiable literals, and 0 valid clauses are removed
378.98/382.72	c 383	CSP : 31943 integers, 1090 booleans, 77605 clauses, largest domain size 20001
378.98/382.72	c 383	Heap : 50 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
378.98/382.74	c 383	Simplifing CSP by introducing new Boolean variables
379.17/382.91	c 383	CSP : 31943 integers, 28800 booleans, 105315 clauses, largest domain size 20001
379.17/382.91	c 383	Heap : 56 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
379.57/383.31	c 383	Encoding CSP to SAT : HOME/temp.cnf
379.86/383.61	c 383	3195 (10%) CSP integer variables are encoded (197422 clauses, 3137715 bytes)
381.75/385.55	c 385	6389 (20%) CSP integer variables are encoded (1747618 clauses, 30990740 bytes)
382.54/386.37	c 386	9583 (30%) CSP integer variables are encoded (2385934 clauses, 43118744 bytes)
383.03/386.85	c 387	12778 (40%) CSP integer variables are encoded (2755893 clauses, 50147965 bytes)
383.52/387.37	c 387	15972 (50%) CSP integer variables are encoded (3161429 clauses, 57853149 bytes)
383.52/387.37	c 387	19166 (60%) CSP integer variables are encoded (3161429 clauses, 57853149 bytes)
384.16/388.14	c 388	22361 (70%) CSP integer variables are encoded (3631335 clauses, 66781363 bytes)
384.56/388.53	c 388	25555 (80%) CSP integer variables are encoded (3931275 clauses, 72480223 bytes)
384.65/388.62	c 388	28749 (90%) CSP integer variables are encoded (4001265 clauses, 73810033 bytes)
384.85/388.89	c 389	31943 (100%) CSP integer variables are encoded (4211233 clauses, 77799425 bytes)
408.09/412.58	c 412	10532 (10%) CSP clauses are encoded (17728257 clauses, 364453707 bytes)
408.56/413.08	c 413	21063 (20%) CSP clauses are encoded (18011945 clauses, 370131271 bytes)
410.02/414.53	c 414	31595 (30%) CSP clauses are encoded (18935941 clauses, 388839591 bytes)
411.70/416.21	c 416	42126 (40%) CSP clauses are encoded (20018893 clauses, 411805434 bytes)
412.87/417.47	c 417	52658 (50%) CSP clauses are encoded (20822372 clauses, 428872990 bytes)
412.98/417.54	c 417	63189 (60%) CSP clauses are encoded (20827349 clauses, 428974226 bytes)
413.07/417.60	c 417	73721 (70%) CSP clauses are encoded (20832273 clauses, 429074296 bytes)
413.73/418.36	c 418	84252 (80%) CSP clauses are encoded (21277202 clauses, 438524508 bytes)
414.81/419.47	c 419	94784 (90%) CSP clauses are encoded (21962072 clauses, 453073313 bytes)
414.91/419.55	c 419	105315 (100%) CSP clauses are encoded (21976716 clauses, 453453653 bytes)
414.91/419.55	c 419	105315 CSP clauses encoded
414.91/419.55	c 419	Writing map file : HOME/temp.map
415.01/419.61	c 419	Heap : 47 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
415.01/419.61	c 419	SAT : 4249067 SAT variables, 21976716 SAT clauses, 453453653 bytes
415.01/419.61	c 419	Heap : 47 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
415.01/419.67	c 420	SOLVING HOME/temp.cnf
415.01/419.67	c 420	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
415.01/419.68	c 420	This is MiniSat 2.0 beta
415.01/419.68	c 420	WARNING: for repeatability, setting FPU to use double precision
415.01/419.68	c 420	============================[ Problem Statistics ]=============================
415.01/419.68	c 420	|                                                                             |
415.01/419.68	c 420	|  Number of variables:  4249067                                              |
415.01/419.68	c 420	|  Number of clauses:    21976716                                             |
422.57/427.32	c ERROR INTERRUPTED
422.68/427.45	s UNKNOWN
422.68/427.45	c 427	CPU 415.07 (0.07 0.02 410.51 4.47)
422.68/427.45	c 427	END Sat Jul 11 20:51:57 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-2065120-1247337890/watcher-2065120-1247337890 -o /tmp/evaluation-result-2065120-1247337890/solver-2065120-1247337890 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2065120-1247337890.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.04 2.01 2.00 4/74 14825
/proc/meminfo: memFree=1256352/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=12268 CPUtime=0
/proc/14825/stat : 14825 (sugar) R 14823 14825 14121 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20852286 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 251255290469 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14825/statm: 3067 316 241 3 0 167 0

[startup+0.071643 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 14825
/proc/meminfo: memFree=1256352/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=16344 CPUtime=0.05
/proc/14825/stat : 14825 (sugar) R 14823 14825 14121 0 -1 4194304 1014 0 0 0 4 1 0 0 18 0 1 0 20852286 16736256 982 996147200 4194304 4206940 548682068608 18446744073709551615 251254994450 0 0 4224 0 0 0 0 17 1 0 0
/proc/14825/statm: 4086 982 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.102663 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 14825
/proc/meminfo: memFree=1256352/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=16868 CPUtime=0.06
/proc/14825/stat : 14825 (sugar) S 14823 14825 14121 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20852286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14825/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301661 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 14825
/proc/meminfo: memFree=1256352/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=16868 CPUtime=0.06
/proc/14825/stat : 14825 (sugar) S 14823 14825 14121 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20852286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14825/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702709 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 14825
/proc/meminfo: memFree=1256352/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=16868 CPUtime=0.06
/proc/14825/stat : 14825 (sugar) S 14823 14825 14121 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20852286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14825/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5028 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 14837
/proc/meminfo: memFree=1227912/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=16868 CPUtime=0.06
/proc/14825/stat : 14825 (sugar) S 14823 14825 14121 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20852286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14825/statm: 4217 1111 409 3 0 796 0
[pid=14828] ppid=14825 vsize=5356 CPUtime=0
/proc/14828/stat : 14828 (sh) S 14825 14825 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20852294 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14828/statm: 1339 233 193 169 0 50 0
[pid=14829] ppid=14828 vsize=864788 CPUtime=1.38
/proc/14829/stat : 14829 (java) S 14828 14825 14121 0 -1 0 14556 0 1 0 131 7 0 0 18 0 9 0 20852295 885542912 12584 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14829/statm: 216197 12584 2556 9 0 210709 0
[pid=14829/tid=14830] ppid=14828 vsize=864788 CPUtime=0.78
/proc/14829/task/14830/stat : 14830 (java) R 14828 14825 14121 0 -1 64 3082 0 1 0 76 2 0 0 24 0 9 0 20852296 885542912 12584 996147200 134512640 134550932 4294955984 18446744073709551615 4125926214 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14829/tid=14831] ppid=14828 vsize=864788 CPUtime=0.45
/proc/14829/task/14831/stat : 14831 (java) S 14828 14825 14121 0 -1 64 10248 0 0 0 41 4 0 0 16 0 9 0 20852297 885542912 12584 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14829/tid=14832] ppid=14828 vsize=864788 CPUtime=0
/proc/14829/task/14832/stat : 14832 (java) S 14828 14825 14121 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20852297 885542912 12584 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14829/tid=14833] ppid=14828 vsize=864788 CPUtime=0
/proc/14829/task/14833/stat : 14833 (java) S 14828 14825 14121 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20852297 885542912 12584 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14829/tid=14834] ppid=14828 vsize=864788 CPUtime=0
/proc/14829/task/14834/stat : 14834 (java) S 14828 14825 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20852299 885542912 12584 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14829/tid=14835] ppid=14828 vsize=864788 CPUtime=0.13
/proc/14829/task/14835/stat : 14835 (java) S 14828 14825 14121 0 -1 64 521 0 0 0 13 0 0 0 16 0 9 0 20852300 885542912 12584 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14829/tid=14836] ppid=14828 vsize=864788 CPUtime=0
/proc/14829/task/14836/stat : 14836 (java) S 14828 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20852300 885542912 12584 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14829/tid=14837] ppid=14828 vsize=864788 CPUtime=0
/proc/14829/task/14837/stat : 14837 (java) S 14828 14825 14121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20852300 885542912 12584 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887012

[startup+3.10197 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 14847
/proc/meminfo: memFree=1243848/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=16868 CPUtime=1.77
/proc/14825/stat : 14825 (sugar) S 14823 14825 14121 0 -1 4194304 1309 15121 0 1 5 1 162 9 15 0 1 0 20852286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14825/statm: 4217 1111 409 3 0 796 0
[pid=14838] ppid=14825 vsize=5356 CPUtime=0
/proc/14838/stat : 14838 (sh) S 14825 14825 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20852473 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14838/statm: 1339 233 193 169 0 50 0
[pid=14839] ppid=14838 vsize=868616 CPUtime=1.21
/proc/14839/stat : 14839 (java) S 14838 14825 14121 0 -1 0 11344 0 1 0 116 5 0 0 18 0 9 0 20852473 889462784 10246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14839/statm: 217154 10246 2567 9 0 211659 0
[pid=14839/tid=14840] ppid=14838 vsize=868616 CPUtime=0.68
/proc/14839/task/14840/stat : 14840 (java) R 14838 14825 14121 0 -1 64 2719 0 1 0 66 2 0 0 25 0 9 0 20852474 889462784 10246 996147200 134512640 134550932 4294955936 18446744073709551615 103842082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14841] ppid=14838 vsize=868616 CPUtime=0.33
/proc/14839/task/14841/stat : 14841 (java) S 14838 14825 14121 0 -1 64 6436 0 0 0 32 1 0 0 16 0 9 0 20852475 889462784 10246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14842] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14842/stat : 14842 (java) S 14838 14825 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20852475 889462784 10246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14843] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14843/stat : 14843 (java) S 14838 14825 14121 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20852475 889462784 10246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14844] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14844/stat : 14844 (java) S 14838 14825 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20852477 889462784 10246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14845] ppid=14838 vsize=868616 CPUtime=0.17
/proc/14839/task/14845/stat : 14845 (java) S 14838 14825 14121 0 -1 64 1487 0 0 0 17 0 0 0 16 0 9 0 20852477 889462784 10246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14846] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14846/stat : 14846 (java) S 14838 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20852477 889462784 10246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14847] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14847/stat : 14847 (java) S 14838 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20852477 889462784 10246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890840

[startup+6.30232 s]
/proc/loadavg: 2.11 2.03 2.01 3/85 14847
/proc/meminfo: memFree=1188424/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=16868 CPUtime=1.77
/proc/14825/stat : 14825 (sugar) S 14823 14825 14121 0 -1 4194304 1310 15121 0 1 5 1 162 9 15 0 1 0 20852286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14825/statm: 4217 1111 409 3 0 796 0
[pid=14838] ppid=14825 vsize=5356 CPUtime=0
/proc/14838/stat : 14838 (sh) S 14825 14825 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20852473 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14838/statm: 1339 233 193 169 0 50 0
[pid=14839] ppid=14838 vsize=868616 CPUtime=4.37
/proc/14839/stat : 14839 (java) S 14838 14825 14121 0 -1 0 19946 0 1 0 428 9 0 0 18 0 9 0 20852473 889462784 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14839/statm: 217154 18337 2566 9 0 211659 0
[pid=14839/tid=14840] ppid=14838 vsize=868616 CPUtime=3
/proc/14839/task/14840/stat : 14840 (java) R 14838 14825 14121 0 -1 64 3223 0 1 0 298 2 0 0 25 0 9 0 20852474 889462784 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4126969935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14841] ppid=14838 vsize=868616 CPUtime=1.14
/proc/14839/task/14841/stat : 14841 (java) S 14838 14825 14121 0 -1 64 14510 0 0 0 109 5 0 0 16 0 9 0 20852475 889462784 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14842] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14842/stat : 14842 (java) S 14838 14825 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20852475 889462784 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14843] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14843/stat : 14843 (java) S 14838 14825 14121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20852475 889462784 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14844] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14844/stat : 14844 (java) S 14838 14825 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20852477 889462784 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14845] ppid=14838 vsize=868616 CPUtime=0.2
/proc/14839/task/14845/stat : 14845 (java) S 14838 14825 14121 0 -1 64 1511 0 0 0 19 1 0 0 15 0 9 0 20852477 889462784 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14846] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14846/stat : 14846 (java) S 14838 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20852477 889462784 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14847] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14847/stat : 14847 (java) S 14838 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20852477 889462784 18337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890840

[startup+12.702 s]
/proc/loadavg: 2.10 2.03 2.00 3/85 14847
/proc/meminfo: memFree=1188232/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=16868 CPUtime=1.77
/proc/14825/stat : 14825 (sugar) S 14823 14825 14121 0 -1 4194304 1310 15121 0 1 5 1 162 9 15 0 1 0 20852286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14825/statm: 4217 1111 409 3 0 796 0
[pid=14838] ppid=14825 vsize=5356 CPUtime=0
/proc/14838/stat : 14838 (sh) S 14825 14825 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20852473 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14838/statm: 1339 233 193 169 0 50 0
[pid=14839] ppid=14838 vsize=868616 CPUtime=10.72
/proc/14839/stat : 14839 (java) S 14838 14825 14121 0 -1 0 20183 0 1 0 1061 11 0 0 18 0 9 0 20852473 889462784 18340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14839/statm: 217154 18340 2566 9 0 211659 0
[pid=14839/tid=14840] ppid=14838 vsize=868616 CPUtime=9.22
/proc/14839/task/14840/stat : 14840 (java) R 14838 14825 14121 0 -1 64 3457 0 1 0 920 2 0 0 25 0 9 0 20852474 889462784 18340 996147200 134512640 134550932 4294955936 18446744073709551615 4126571408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14841] ppid=14838 vsize=868616 CPUtime=1.27
/proc/14839/task/14841/stat : 14841 (java) S 14838 14825 14121 0 -1 64 14513 0 0 0 120 7 0 0 16 0 9 0 20852475 889462784 18340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14842] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14842/stat : 14842 (java) S 14838 14825 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20852475 889462784 18340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14843] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14843/stat : 14843 (java) S 14838 14825 14121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20852475 889462784 18340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14844] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14844/stat : 14844 (java) S 14838 14825 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20852477 889462784 18340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14845] ppid=14838 vsize=868616 CPUtime=0.2
/proc/14839/task/14845/stat : 14845 (java) S 14838 14825 14121 0 -1 64 1511 0 0 0 19 1 0 0 15 0 9 0 20852477 889462784 18340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14846] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14846/stat : 14846 (java) S 14838 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20852477 889462784 18340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14847] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14847/stat : 14847 (java) S 14838 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20852477 889462784 18340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890840

[startup+25.5025 s]
/proc/loadavg: 2.08 2.03 2.00 3/85 14847
/proc/meminfo: memFree=1188360/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=16868 CPUtime=1.77
/proc/14825/stat : 14825 (sugar) S 14823 14825 14121 0 -1 4194304 1310 15121 0 1 5 1 162 9 15 0 1 0 20852286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14825/statm: 4217 1111 409 3 0 796 0
[pid=14838] ppid=14825 vsize=5356 CPUtime=0
/proc/14838/stat : 14838 (sh) S 14825 14825 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20852473 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14838/statm: 1339 233 193 169 0 50 0
[pid=14839] ppid=14838 vsize=868616 CPUtime=23.39
/proc/14839/stat : 14839 (java) S 14838 14825 14121 0 -1 0 20654 0 1 0 2323 16 0 0 18 0 9 0 20852473 889462784 18344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14839/statm: 217154 18344 2566 9 0 211659 0
[pid=14839/tid=14840] ppid=14838 vsize=868616 CPUtime=21.66
/proc/14839/task/14840/stat : 14840 (java) R 14838 14825 14121 0 -1 64 3924 0 1 0 2162 4 0 0 25 0 9 0 20852474 889462784 18344 996147200 134512640 134550932 4294955936 18446744073709551615 4126571242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14841] ppid=14838 vsize=868616 CPUtime=1.5
/proc/14839/task/14841/stat : 14841 (java) S 14838 14825 14121 0 -1 64 14517 0 0 0 140 10 0 0 16 0 9 0 20852475 889462784 18344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14842] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14842/stat : 14842 (java) S 14838 14825 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20852475 889462784 18344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14843] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14843/stat : 14843 (java) S 14838 14825 14121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20852475 889462784 18344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14844] ppid=14838 vsize=868616 CPUtime=0

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

[pid=14838] ppid=14825 vsize=5356 CPUtime=0
/proc/14838/stat : 14838 (sh) S 14825 14825 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20852473 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14838/statm: 1339 233 193 169 0 50 0
[pid=14839] ppid=14838 vsize=868616 CPUtime=218.32
/proc/14839/stat : 14839 (java) S 14838 14825 14121 0 -1 0 27909 0 1 0 21742 90 0 0 18 0 9 0 20852473 889462784 18414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14839/statm: 217154 18414 2566 9 0 211659 0
[pid=14839/tid=14840] ppid=14838 vsize=868616 CPUtime=213.03
/proc/14839/task/14840/stat : 14840 (java) R 14838 14825 14121 0 -1 64 11109 0 1 0 21275 28 0 0 25 0 9 0 20852474 889462784 18414 996147200 134512640 134550932 4294955936 18446744073709551615 4126863183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14841] ppid=14838 vsize=868616 CPUtime=5.07
/proc/14839/task/14841/stat : 14841 (java) S 14838 14825 14121 0 -1 64 14587 0 0 0 447 60 0 0 16 0 9 0 20852475 889462784 18414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14842] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14842/stat : 14842 (java) S 14838 14825 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20852475 889462784 18414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14843] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14843/stat : 14843 (java) S 14838 14825 14121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20852475 889462784 18414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14844] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14844/stat : 14844 (java) S 14838 14825 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20852477 889462784 18414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14845] ppid=14838 vsize=868616 CPUtime=0.2
/proc/14839/task/14845/stat : 14845 (java) S 14838 14825 14121 0 -1 64 1511 0 0 0 19 1 0 0 15 0 9 0 20852477 889462784 18414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14846] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14846/stat : 14846 (java) S 14838 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20852477 889462784 18414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14847] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14847/stat : 14847 (java) S 14838 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20852477 889462784 18414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 890840

[startup+282.302 s]
/proc/loadavg: 2.13 2.06 2.01 3/86 14848
/proc/meminfo: memFree=1187712/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=16868 CPUtime=1.77
/proc/14825/stat : 14825 (sugar) S 14823 14825 14121 0 -1 4194304 1310 15121 0 1 5 1 162 9 15 0 1 0 20852286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14825/statm: 4217 1111 409 3 0 796 0
[pid=14838] ppid=14825 vsize=5356 CPUtime=0
/proc/14838/stat : 14838 (sh) S 14825 14825 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20852473 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14838/statm: 1339 233 193 169 0 50 0
[pid=14839] ppid=14838 vsize=868616 CPUtime=277.75
/proc/14839/stat : 14839 (java) S 14838 14825 14121 0 -1 0 30124 0 1 0 27664 111 0 0 18 0 9 0 20852473 889462784 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14839/statm: 217154 18436 2566 9 0 211659 0
[pid=14839/tid=14840] ppid=14838 vsize=868616 CPUtime=271.4
/proc/14839/task/14840/stat : 14840 (java) R 14838 14825 14121 0 -1 64 13302 0 1 0 27105 35 0 0 25 0 9 0 20852474 889462784 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14841] ppid=14838 vsize=868616 CPUtime=6.12
/proc/14839/task/14841/stat : 14841 (java) S 14838 14825 14121 0 -1 64 14609 0 0 0 538 74 0 0 16 0 9 0 20852475 889462784 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14842] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14842/stat : 14842 (java) S 14838 14825 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20852475 889462784 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14843] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14843/stat : 14843 (java) S 14838 14825 14121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20852475 889462784 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14844] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14844/stat : 14844 (java) S 14838 14825 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20852477 889462784 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14845] ppid=14838 vsize=868616 CPUtime=0.2
/proc/14839/task/14845/stat : 14845 (java) S 14838 14825 14121 0 -1 64 1511 0 0 0 19 1 0 0 15 0 9 0 20852477 889462784 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14846] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14846/stat : 14846 (java) S 14838 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20852477 889462784 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14847] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14847/stat : 14847 (java) S 14838 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20852477 889462784 18436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.52
Current children cumulated vsize (KiB) 890840

[startup+342.303 s]
/proc/loadavg: 2.12 2.07 2.00 3/86 14848
/proc/meminfo: memFree=1187584/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=16868 CPUtime=1.77
/proc/14825/stat : 14825 (sugar) S 14823 14825 14121 0 -1 4194304 1310 15121 0 1 5 1 162 9 15 0 1 0 20852286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14825/statm: 4217 1111 409 3 0 796 0
[pid=14838] ppid=14825 vsize=5356 CPUtime=0
/proc/14838/stat : 14838 (sh) S 14825 14825 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20852473 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14838/statm: 1339 233 193 169 0 50 0
[pid=14839] ppid=14838 vsize=868616 CPUtime=337.19
/proc/14839/stat : 14839 (java) S 14838 14825 14121 0 -1 0 32338 0 1 0 33586 133 0 0 18 0 9 0 20852473 889462784 18457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14839/statm: 217154 18457 2566 9 0 211659 0
[pid=14839/tid=14840] ppid=14838 vsize=868616 CPUtime=329.74
/proc/14839/task/14840/stat : 14840 (java) R 14838 14825 14121 0 -1 64 15495 0 1 0 32931 43 0 0 25 0 9 0 20852474 889462784 18457 996147200 134512640 134550932 4294955936 18446744073709551615 4126563153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14841] ppid=14838 vsize=868616 CPUtime=7.22
/proc/14839/task/14841/stat : 14841 (java) S 14838 14825 14121 0 -1 64 14630 0 0 0 634 88 0 0 16 0 9 0 20852475 889462784 18457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14842] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14842/stat : 14842 (java) S 14838 14825 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20852475 889462784 18457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14843] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14843/stat : 14843 (java) S 14838 14825 14121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20852475 889462784 18457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14844] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14844/stat : 14844 (java) S 14838 14825 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20852477 889462784 18457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14845] ppid=14838 vsize=868616 CPUtime=0.2
/proc/14839/task/14845/stat : 14845 (java) S 14838 14825 14121 0 -1 64 1511 0 0 0 19 1 0 0 15 0 9 0 20852477 889462784 18457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14846] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14846/stat : 14846 (java) S 14838 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20852477 889462784 18457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14847] ppid=14838 vsize=868616 CPUtime=0
/proc/14839/task/14847/stat : 14847 (java) S 14838 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20852477 889462784 18457 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 338.96
Current children cumulated vsize (KiB) 890840

[startup+402.302 s]
/proc/loadavg: 2.11 2.07 2.00 3/86 14850
/proc/meminfo: memFree=950912/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=16868 CPUtime=1.77
/proc/14825/stat : 14825 (sugar) S 14823 14825 14121 0 -1 4194304 1310 15121 0 1 5 1 162 9 15 0 1 0 20852286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14825/statm: 4217 1111 409 3 0 796 0
[pid=14838] ppid=14825 vsize=5356 CPUtime=0
/proc/14838/stat : 14838 (sh) S 14825 14825 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20852473 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14838/statm: 1339 233 193 169 0 50 0
[pid=14839] ppid=14838 vsize=868728 CPUtime=396.37
/proc/14839/stat : 14839 (java) S 14838 14825 14121 0 -1 0 41332 0 1 0 39336 301 0 0 18 0 9 0 20852473 889577472 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14839/statm: 217182 20693 2591 9 0 211659 0
[pid=14839/tid=14840] ppid=14838 vsize=868728 CPUtime=387.05
/proc/14839/task/14840/stat : 14840 (java) R 14838 14825 14121 0 -1 64 18175 0 1 0 38514 191 0 0 25 0 9 0 20852474 889577472 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4126880343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14841] ppid=14838 vsize=868728 CPUtime=9.02
/proc/14839/task/14841/stat : 14841 (java) S 14838 14825 14121 0 -1 64 20901 0 0 0 794 108 0 0 16 0 9 0 20852475 889577472 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14842] ppid=14838 vsize=868728 CPUtime=0
/proc/14839/task/14842/stat : 14842 (java) S 14838 14825 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20852475 889577472 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14843] ppid=14838 vsize=868728 CPUtime=0
/proc/14839/task/14843/stat : 14843 (java) S 14838 14825 14121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20852475 889577472 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14844] ppid=14838 vsize=868728 CPUtime=0
/proc/14839/task/14844/stat : 14844 (java) S 14838 14825 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20852477 889577472 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14845] ppid=14838 vsize=868728 CPUtime=0.27
/proc/14839/task/14845/stat : 14845 (java) S 14838 14825 14121 0 -1 64 1554 0 0 0 26 1 0 0 17 0 9 0 20852477 889577472 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14846] ppid=14838 vsize=868728 CPUtime=0
/proc/14839/task/14846/stat : 14846 (java) S 14838 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20852477 889577472 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14839/tid=14847] ppid=14838 vsize=868728 CPUtime=0
/proc/14839/task/14847/stat : 14847 (java) S 14838 14825 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20852477 889577472 20693 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.14
Current children cumulated vsize (KiB) 890952



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+427.302 s]
/proc/loadavg: 2.13 2.08 2.01 3/78 14852
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=16868 CPUtime=415.07
/proc/14825/stat : 14825 (sugar) S 14823 14825 14121 0 -1 4194304 1376 57753 0 2 7 2 41051 447 16 0 1 0 20852286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14825/statm: 4217 1113 409 3 0 796 0
[pid=14851] ppid=14825 vsize=5356 CPUtime=0
/proc/14851/stat : 14851 (sh) S 14825 14825 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20894254 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14851/statm: 1339 232 193 169 0 50 0
[pid=14852] ppid=14851 vsize=905336 CPUtime=7.5
/proc/14852/stat : 14852 (minisat) R 14851 14825 14121 0 -1 4194304 204459 0 0 0 638 112 0 0 25 0 1 0 20894254 927064064 204445 996147200 134512640 135127466 4294956256 18446744073709551615 134532774 0 0 4096 3 0 0 0 17 1 0 0
/proc/14852/statm: 226334 204445 62 150 0 226181 0
Current children cumulated CPU time (s) 422.57
Current children cumulated vsize (KiB) 927560

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

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

[startup+427.422 s]
/proc/loadavg: 2.13 2.08 2.01 3/78 14852
/proc/meminfo: memFree=16000/2055920 swapFree=4192812/4192956
[pid=14825] ppid=14823 vsize=16868 CPUtime=415.07
/proc/14825/stat : 14825 (sugar) S 14823 14825 14121 0 -1 4194304 1398 57753 0 2 7 2 41051 447 16 0 1 0 20852286 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/14825/statm: 4217 1113 409 3 0 796 0
[pid=14851] ppid=14825 vsize=0 CPUtime=0
/proc/14851/stat : 14851 (sh) Z 14825 14825 14121 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20894254 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/14851/statm: 0 0 0 0 0 0 0
[pid=14852] ppid=1 vsize=0 CPUtime=7.61
/proc/14852/stat : 14852 (minisat) R 1 14825 14121 0 -1 4195332 204459 0 0 0 638 123 0 0 25 0 1 0 20894254 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/14852/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 422.68
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14825 and gives
#  childrusage.ru_utime.tv_sec=410
#  childrusage.ru_utime.tv_usec=586581
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=499316
# CPU time returned by wait4() is 415.086
# while last known CPU time is 422.68
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 427.457
CPU time (s): 422.68
CPU user time (s): 416.96
CPU system time (s): 5.72
CPU usage (%): 98.8826
Max. virtual memory (cumulated for all children) (KiB): 927560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 410.587
system time used= 4.49932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59512
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= 153703
involuntary context switches= 162225

runsolver used 0.565913 second user time and 1.44578 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-11 20:44:50
IDJOB=2065120
IDBENCH=54304
IDSOLVER=739
FILE ID=node64/2065120-1247337890
PBS_JOBID= 9506753
Free space on /tmp= 66308 MiB

SOLVER NAME= Sugar v1.14.6+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065120-1247337890/watcher-2065120-1247337890 -o /tmp/evaluation-result-2065120-1247337890/solver-2065120-1247337890 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065120-1247337890.xml

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

MD5SUM BENCH= c6466a941664f0d3e6f4f15dbdbb5432
RANDOM SEED=2113999456

node64.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.220
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.220
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:       1256832 kB
Buffers:         39628 kB
Cached:         478660 kB
SwapCached:        144 kB
Active:         292252 kB
Inactive:       454268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1256832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4344 kB
Writeback:           0 kB
Mapped:         238792 kB
Slab:            36968 kB
Committed_AS:   481652 kB
PageTables:       2464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66304 MiB
End job on node64 at 2009-07-11 20:51:59