Trace number 1068525

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.13+minisat? (TO) 1800.05 1817.33

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg11-13_ext.xml
MD5SUMb068a0a446c09d97a12e996164cab2f5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1649.07
Satisfiable
(Un)Satisfiability was proved
Number of variables143
Number of constraints24
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 09:06:01 2008
0.00/0.04	c 0	PID 546
0.03/0.05	c 0	HOST node40.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1068525-1215155161.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068525-1215155161.xml' 'HOME/temp.csp'
0.03/0.87	c 1	1 domains, 143 variables, 0 predicates, 2 relations, 24 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.84/0.97	c 1	Parsing HOME/temp.csp
1.42/1.55	c 2	parsed 170 expressions
1.42/1.55	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.42/1.55	c 2	Converting to clausal form CSP
1.42/1.57	c 2	converted 17 (10%) expressions
1.42/1.57	c 2	converted 34 (20%) expressions
1.42/1.57	c 2	converted 51 (30%) expressions
1.42/1.57	c 2	converted 68 (40%) expressions
1.42/1.57	c 2	converted 85 (50%) expressions
1.42/1.57	c 2	converted 102 (60%) expressions
1.42/1.57	c 2	converted 119 (70%) expressions
1.42/1.57	c 2	converted 136 (80%) expressions
4.88/5.03	c 5	converted 153 (90%) expressions
11.31/11.59	c 12	converted 170 (100%) expressions
11.31/11.59	c 12	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
11.31/11.59	c 12	Heap : 299 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.31/11.59	c 12	Propagation in CSP
11.31/11.59	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.31/11.59	c 12	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
11.31/11.59	c 12	Heap : 299 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.31/11.59	c 12	Simplifing CSP by introducing new Boolean variables
11.31/11.59	c 12	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
11.31/11.59	c 12	Heap : 299 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.90/13.15	c 14	Encoding CSP to SAT : HOME/temp.cnf
12.90/13.17	c 14	15 (10%) CSP integer variables are encoded (360 clauses, 3816 bytes)
12.90/13.18	c 14	29 (20%) CSP integer variables are encoded (696 clauses, 7512 bytes)
12.90/13.19	c 14	43 (30%) CSP integer variables are encoded (1032 clauses, 11353 bytes)
12.90/13.19	c 14	58 (40%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
12.90/13.19	c 14	72 (50%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
12.90/13.19	c 14	86 (60%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
12.90/13.19	c 14	101 (70%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
12.90/13.19	c 14	115 (80%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
12.90/13.19	c 14	129 (90%) CSP integer variables are encoded (3096 clauses, 38185 bytes)
12.90/13.20	c 14	143 (100%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
1326.17/1338.88	c 1339	3 (10%) CSP clauses are encoded (918294 clauses, 70423444 bytes)
1800.05/1817.23	c ERROR INTERRUPTED
1800.05/1817.32	s UNKNOWN
1800.05/1817.32	c 1818	CPU 0.78 (0.03 0 0.75 0.06)
1800.05/1817.32	c 1818	END Fri Jul  4 09:36:19 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068525-1215155161/watcher-1068525-1215155161 -o /tmp/evaluation-result-1068525-1215155161/solver-1068525-1215155161 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1068525-1215155161.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 546
/proc/meminfo: memFree=1571280/2055920 swapFree=4094608/4192956
[pid=546] ppid=544 vsize=12268 CPUtime=0
/proc/546/stat : 546 (sugar) R 544 546 29756 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1545183813 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264519776869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/546/statm: 3067 316 241 3 0 167 0

[startup+0.0493261 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 546
/proc/meminfo: memFree=1571280/2055920 swapFree=4094608/4192956
[pid=546] ppid=544 vsize=13600 CPUtime=0.03
/proc/546/stat : 546 (sugar) S 544 546 29756 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1545183813 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/546/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102873 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 546
/proc/meminfo: memFree=1571280/2055920 swapFree=4094608/4192956
[pid=546] ppid=544 vsize=13600 CPUtime=0.03
/proc/546/stat : 546 (sugar) S 544 546 29756 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1545183813 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/546/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301458 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 546
/proc/meminfo: memFree=1571280/2055920 swapFree=4094608/4192956
[pid=546] ppid=544 vsize=13600 CPUtime=0.03
/proc/546/stat : 546 (sugar) S 544 546 29756 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1545183813 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/546/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701512 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 546
/proc/meminfo: memFree=1571280/2055920 swapFree=4094608/4192956
[pid=546] ppid=544 vsize=13600 CPUtime=0.03
/proc/546/stat : 546 (sugar) S 544 546 29756 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1545183813 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/546/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50262 s]
/proc/loadavg: 1.91 1.98 1.99 3/84 568
/proc/meminfo: memFree=1563512/2055920 swapFree=4094608/4192956
[pid=546] ppid=544 vsize=13600 CPUtime=0.84
/proc/546/stat : 546 (sugar) S 544 546 29756 0 -1 4194304 973 9337 0 1 3 0 75 6 16 0 1 0 1545183813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/546/statm: 3400 797 370 3 0 500 0
[pid=559] ppid=546 vsize=5356 CPUtime=0
/proc/559/stat : 559 (sh) S 546 546 29756 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545183903 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/559/statm: 1339 233 193 169 0 50 0
[pid=560] ppid=559 vsize=864076 CPUtime=0.58
/proc/560/stat : 560 (java) S 559 546 29756 0 -1 0 7142 0 1 0 55 3 0 0 18 0 9 0 1545183903 884813824 6381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/560/statm: 216019 6381 2532 9 0 210601 0
[pid=560/tid=561] ppid=559 vsize=864076 CPUtime=0.34
/proc/560/task/561/stat : 561 (java) R 559 546 29756 0 -1 64 2455 0 1 0 34 0 0 0 22 0 9 0 1545183904 884813824 6381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=562] ppid=559 vsize=864076 CPUtime=0.17
/proc/560/task/562/stat : 562 (java) R 559 546 29756 0 -1 64 3673 0 0 0 16 1 0 0 16 0 9 0 1545183905 884813824 6381 996147200 134512640 134550740 4294955952 18446744073709551615 102516781 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=563] ppid=559 vsize=864076 CPUtime=0
/proc/560/task/563/stat : 563 (java) S 559 546 29756 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545183905 884813824 6381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=564] ppid=559 vsize=864076 CPUtime=0
/proc/560/task/564/stat : 564 (java) S 559 546 29756 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1545183905 884813824 6381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=565] ppid=559 vsize=864076 CPUtime=0
/proc/560/task/565/stat : 565 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1545183907 884813824 6381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=566] ppid=559 vsize=864076 CPUtime=0.03
/proc/560/task/566/stat : 566 (java) S 559 546 29756 0 -1 64 316 0 0 0 3 0 0 0 17 0 9 0 1545183907 884813824 6381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=567] ppid=559 vsize=864076 CPUtime=0
/proc/560/task/567/stat : 567 (java) S 559 546 29756 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545183907 884813824 6381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=568] ppid=559 vsize=864076 CPUtime=0
/proc/560/task/568/stat : 568 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545183907 884813824 6381 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883032

[startup+3.10282 s]
/proc/loadavg: 1.91 1.98 1.99 4/84 568
/proc/meminfo: memFree=1535736/2055920 swapFree=4094608/4192956
[pid=546] ppid=544 vsize=13600 CPUtime=0.84
/proc/546/stat : 546 (sugar) S 544 546 29756 0 -1 4194304 973 9337 0 1 3 0 75 6 15 0 1 0 1545183813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/546/statm: 3400 797 370 3 0 500 0
[pid=559] ppid=546 vsize=5356 CPUtime=0
/proc/559/stat : 559 (sh) S 546 546 29756 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545183903 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/559/statm: 1339 233 193 169 0 50 0
[pid=560] ppid=559 vsize=864376 CPUtime=2.16
/proc/560/stat : 560 (java) S 559 546 29756 0 -1 0 18815 0 1 0 207 9 0 0 18 0 9 0 1545183903 885121024 17326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/560/statm: 216094 17326 2540 9 0 210669 0
[pid=560/tid=561] ppid=559 vsize=864376 CPUtime=0.89
/proc/560/task/561/stat : 561 (java) R 559 546 29756 0 -1 64 3147 0 1 0 88 1 0 0 25 0 9 0 1545183904 885121024 17326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=562] ppid=559 vsize=864376 CPUtime=1.18
/proc/560/task/562/stat : 562 (java) R 559 546 29756 0 -1 64 14641 0 0 0 112 6 0 0 16 0 9 0 1545183905 885121024 17326 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=563] ppid=559 vsize=864376 CPUtime=0
/proc/560/task/563/stat : 563 (java) S 559 546 29756 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545183905 885121024 17326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=564] ppid=559 vsize=864376 CPUtime=0
/proc/560/task/564/stat : 564 (java) S 559 546 29756 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1545183905 885121024 17326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=565] ppid=559 vsize=864376 CPUtime=0
/proc/560/task/565/stat : 565 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1545183907 885121024 17326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=566] ppid=559 vsize=864376 CPUtime=0.06
/proc/560/task/566/stat : 566 (java) S 559 546 29756 0 -1 64 329 0 0 0 6 0 0 0 16 0 9 0 1545183907 885121024 17326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=567] ppid=559 vsize=864376 CPUtime=0
/proc/560/task/567/stat : 567 (java) S 559 546 29756 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545183907 885121024 17326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=568] ppid=559 vsize=864376 CPUtime=0
/proc/560/task/568/stat : 568 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545183907 885121024 17326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883332

[startup+6.30124 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 568
/proc/meminfo: memFree=1441016/2055920 swapFree=4094608/4192956
[pid=546] ppid=544 vsize=13600 CPUtime=0.84
/proc/546/stat : 546 (sugar) S 544 546 29756 0 -1 4194304 973 9337 0 1 3 0 75 6 16 0 1 0 1545183813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/546/statm: 3400 797 370 3 0 500 0
[pid=559] ppid=546 vsize=5356 CPUtime=0
/proc/559/stat : 559 (sh) S 546 546 29756 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545183903 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/559/statm: 1339 233 193 169 0 50 0
[pid=560] ppid=559 vsize=864376 CPUtime=5.32
/proc/560/stat : 560 (java) S 559 546 29756 0 -1 0 41414 0 1 0 512 20 0 0 18 0 9 0 1545183903 885121024 39025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/560/statm: 216094 39025 2540 9 0 210669 0
[pid=560/tid=561] ppid=559 vsize=864376 CPUtime=1.87
/proc/560/task/561/stat : 561 (java) R 559 546 29756 0 -1 64 4463 0 1 0 186 1 0 0 25 0 9 0 1545183904 885121024 39025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=562] ppid=559 vsize=864376 CPUtime=3.37
/proc/560/task/562/stat : 562 (java) R 559 546 29756 0 -1 64 35924 0 0 0 320 17 0 0 16 0 9 0 1545183905 885121024 39025 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=563] ppid=559 vsize=864376 CPUtime=0
/proc/560/task/563/stat : 563 (java) S 559 546 29756 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545183905 885121024 39025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=564] ppid=559 vsize=864376 CPUtime=0
/proc/560/task/564/stat : 564 (java) S 559 546 29756 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1545183905 885121024 39025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=565] ppid=559 vsize=864376 CPUtime=0
/proc/560/task/565/stat : 565 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1545183907 885121024 39025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=566] ppid=559 vsize=864376 CPUtime=0.06
/proc/560/task/566/stat : 566 (java) S 559 546 29756 0 -1 64 329 0 0 0 6 0 0 0 16 0 9 0 1545183907 885121024 39025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=567] ppid=559 vsize=864376 CPUtime=0
/proc/560/task/567/stat : 567 (java) S 559 546 29756 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545183907 885121024 39025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=568] ppid=559 vsize=864376 CPUtime=0
/proc/560/task/568/stat : 568 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545183907 885121024 39025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883332

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 568
/proc/meminfo: memFree=1255224/2055920 swapFree=4094608/4192956
[pid=546] ppid=544 vsize=13600 CPUtime=0.84
/proc/546/stat : 546 (sugar) S 544 546 29756 0 -1 4194304 974 9337 0 1 3 0 75 6 16 0 1 0 1545183813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/546/statm: 3400 797 370 3 0 500 0
[pid=559] ppid=546 vsize=5356 CPUtime=0
/proc/559/stat : 559 (sh) S 546 546 29756 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545183903 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/559/statm: 1339 233 193 169 0 50 0
[pid=560] ppid=559 vsize=885868 CPUtime=11.67
/proc/560/stat : 560 (java) S 559 546 29756 0 -1 0 103665 0 1 0 1120 47 0 0 18 0 9 0 1545183903 907128832 85487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/560/statm: 221467 85487 2540 9 0 216042 0
[pid=560/tid=561] ppid=559 vsize=885868 CPUtime=3.72
/proc/560/task/561/stat : 561 (java) S 559 546 29756 0 -1 64 5759 0 1 0 370 2 0 0 16 0 9 0 1545183904 907128832 85487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=562] ppid=559 vsize=885868 CPUtime=7.85
/proc/560/task/562/stat : 562 (java) R 559 546 29756 0 -1 64 96879 0 0 0 742 43 0 0 25 0 9 0 1545183905 907128832 85487 996147200 134512640 134550740 4294955952 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=563] ppid=559 vsize=885868 CPUtime=0
/proc/560/task/563/stat : 563 (java) S 559 546 29756 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545183905 907128832 85487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=564] ppid=559 vsize=885868 CPUtime=0
/proc/560/task/564/stat : 564 (java) S 559 546 29756 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1545183905 907128832 85487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=565] ppid=559 vsize=885868 CPUtime=0
/proc/560/task/565/stat : 565 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1545183907 907128832 85487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=566] ppid=559 vsize=885868 CPUtime=0.06
/proc/560/task/566/stat : 566 (java) S 559 546 29756 0 -1 64 329 0 0 0 6 0 0 0 16 0 9 0 1545183907 907128832 85487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=567] ppid=559 vsize=885868 CPUtime=0
/proc/560/task/567/stat : 567 (java) S 559 546 29756 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545183907 907128832 85487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=568] ppid=559 vsize=885868 CPUtime=0
/proc/560/task/568/stat : 568 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545183907 907128832 85487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 904824

[startup+25.5027 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 568
/proc/meminfo: memFree=1229368/2055920 swapFree=4094608/4192956
[pid=546] ppid=544 vsize=13600 CPUtime=0.84
/proc/546/stat : 546 (sugar) S 544 546 29756 0 -1 4194304 974 9337 0 1 3 0 75 6 16 0 1 0 1545183813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/546/statm: 3400 797 370 3 0 500 0
[pid=559] ppid=546 vsize=5356 CPUtime=0
/proc/559/stat : 559 (sh) S 546 546 29756 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545183903 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/559/statm: 1339 233 193 169 0 50 0
[pid=560] ppid=559 vsize=864488 CPUtime=24.34
/proc/560/stat : 560 (java) S 559 546 29756 0 -1 0 110476 0 1 0 2384 50 0 0 18 0 9 0 1545183903 885235712 86895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/560/statm: 216122 86895 2564 9 0 210669 0
[pid=560/tid=561] ppid=559 vsize=864488 CPUtime=15.8
/proc/560/task/561/stat : 561 (java) R 559 546 29756 0 -1 64 7502 0 1 0 1577 3 0 0 25 0 9 0 1545183904 885235712 86895 996147200 134512640 134550740 4294955952 18446744073709551615 4126597285 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=562] ppid=559 vsize=864488 CPUtime=8.41
/proc/560/task/562/stat : 562 (java) S 559 546 29756 0 -1 64 101926 0 0 0 796 45 0 0 16 0 9 0 1545183905 885235712 86895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=563] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/563/stat : 563 (java) S 559 546 29756 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545183905 885235712 86895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=564] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/564/stat : 564 (java) S 559 546 29756 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1545183905 885235712 86895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/559/stat : 559 (sh) S 546 546 29756 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545183903 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/559/statm: 1339 233 193 169 0 50 0
[pid=560] ppid=559 vsize=864488 CPUtime=1586.33
/proc/560/stat : 560 (java) S 559 546 29756 0 -1 0 150887 0 1 0 158522 111 0 0 18 0 9 0 1545183903 885235712 127102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/560/statm: 216122 127102 2564 9 0 210669 0
[pid=560/tid=561] ppid=559 vsize=864488 CPUtime=1575.28
/proc/560/task/561/stat : 561 (java) R 559 546 29756 0 -1 64 7706 0 1 0 157481 47 0 0 25 0 9 0 1545183904 885235712 127102 996147200 134512640 134550740 4294955952 18446744073709551615 4125952076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=562] ppid=559 vsize=864488 CPUtime=10.91
/proc/560/task/562/stat : 562 (java) S 559 546 29756 0 -1 64 142125 0 0 0 1028 63 0 0 16 0 9 0 1545183905 885235712 127102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=563] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/563/stat : 563 (java) S 559 546 29756 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545183905 885235712 127102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=564] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/564/stat : 564 (java) S 559 546 29756 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1545183905 885235712 127102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=565] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/565/stat : 565 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1545183907 885235712 127102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=566] ppid=559 vsize=864488 CPUtime=0.11
/proc/560/task/566/stat : 566 (java) S 559 546 29756 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 1545183907 885235712 127102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=567] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/567/stat : 567 (java) S 559 546 29756 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545183907 885235712 127102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=568] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/568/stat : 568 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545183907 885235712 127102 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.17
Current children cumulated vsize (KiB) 883444

[startup+1662.3 s]
/proc/loadavg: 2.20 2.13 2.05 3/91 607
/proc/meminfo: memFree=1000264/2055920 swapFree=4094608/4192956
[pid=546] ppid=544 vsize=13600 CPUtime=0.84
/proc/546/stat : 546 (sugar) S 544 546 29756 0 -1 4194304 974 9337 0 1 3 0 75 6 16 0 1 0 1545183813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/546/statm: 3400 797 370 3 0 500 0
[pid=559] ppid=546 vsize=5356 CPUtime=0
/proc/559/stat : 559 (sh) S 546 546 29756 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545183903 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/559/statm: 1339 233 193 169 0 50 0
[pid=560] ppid=559 vsize=864488 CPUtime=1645.77
/proc/560/stat : 560 (java) S 559 546 29756 0 -1 0 152936 0 1 0 164465 112 0 0 18 0 9 0 1545183903 885235712 129144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/560/statm: 216122 129144 2564 9 0 210669 0
[pid=560/tid=561] ppid=559 vsize=864488 CPUtime=1634.59
/proc/560/task/561/stat : 561 (java) R 559 546 29756 0 -1 64 7713 0 1 0 163412 47 0 0 25 0 9 0 1545183904 885235712 129144 996147200 134512640 134550740 4294955952 18446744073709551615 4126616068 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=562] ppid=559 vsize=864488 CPUtime=11.04
/proc/560/task/562/stat : 562 (java) S 559 546 29756 0 -1 64 144167 0 0 0 1041 63 0 0 16 0 9 0 1545183905 885235712 129144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=563] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/563/stat : 563 (java) S 559 546 29756 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545183905 885235712 129144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=564] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/564/stat : 564 (java) S 559 546 29756 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1545183905 885235712 129144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=565] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/565/stat : 565 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1545183907 885235712 129144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=566] ppid=559 vsize=864488 CPUtime=0.11
/proc/560/task/566/stat : 566 (java) S 559 546 29756 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 1545183907 885235712 129144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=567] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/567/stat : 567 (java) S 559 546 29756 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545183907 885235712 129144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=568] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/568/stat : 568 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545183907 885235712 129144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.61
Current children cumulated vsize (KiB) 883444

[startup+1722.3 s]
/proc/loadavg: 2.07 2.10 2.05 3/91 607
/proc/meminfo: memFree=994184/2055920 swapFree=4094608/4192956
[pid=546] ppid=544 vsize=13600 CPUtime=0.84
/proc/546/stat : 546 (sugar) S 544 546 29756 0 -1 4194304 974 9337 0 1 3 0 75 6 16 0 1 0 1545183813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/546/statm: 3400 797 370 3 0 500 0
[pid=559] ppid=546 vsize=5356 CPUtime=0
/proc/559/stat : 559 (sh) S 546 546 29756 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545183903 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/559/statm: 1339 233 193 169 0 50 0
[pid=560] ppid=559 vsize=864488 CPUtime=1705.2
/proc/560/stat : 560 (java) S 559 546 29756 0 -1 0 154450 0 1 0 170408 112 0 0 18 0 9 0 1545183903 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/560/statm: 216122 130653 2564 9 0 210669 0
[pid=560/tid=561] ppid=559 vsize=864488 CPUtime=1693.93
/proc/560/task/561/stat : 561 (java) R 559 546 29756 0 -1 64 7718 0 1 0 169346 47 0 0 25 0 9 0 1545183904 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4126561377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=562] ppid=559 vsize=864488 CPUtime=11.13
/proc/560/task/562/stat : 562 (java) S 559 546 29756 0 -1 64 145676 0 0 0 1050 63 0 0 16 0 9 0 1545183905 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=563] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/563/stat : 563 (java) S 559 546 29756 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545183905 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=564] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/564/stat : 564 (java) S 559 546 29756 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1545183905 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=565] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/565/stat : 565 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1545183907 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=566] ppid=559 vsize=864488 CPUtime=0.11
/proc/560/task/566/stat : 566 (java) S 559 546 29756 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 1545183907 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=567] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/567/stat : 567 (java) S 559 546 29756 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545183907 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=568] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/568/stat : 568 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545183907 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.04
Current children cumulated vsize (KiB) 883444

[startup+1782.3 s]
/proc/loadavg: 2.10 2.10 2.05 3/91 607
/proc/meminfo: memFree=993992/2055920 swapFree=4094608/4192956
[pid=546] ppid=544 vsize=13600 CPUtime=0.84
/proc/546/stat : 546 (sugar) S 544 546 29756 0 -1 4194304 974 9337 0 1 3 0 75 6 16 0 1 0 1545183813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/546/statm: 3400 797 370 3 0 500 0
[pid=559] ppid=546 vsize=5356 CPUtime=0
/proc/559/stat : 559 (sh) S 546 546 29756 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545183903 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/559/statm: 1339 233 193 169 0 50 0
[pid=560] ppid=559 vsize=864488 CPUtime=1764.63
/proc/560/stat : 560 (java) S 559 546 29756 0 -1 0 154450 0 1 0 176351 112 0 0 18 0 9 0 1545183903 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/560/statm: 216122 130653 2564 9 0 210669 0
[pid=560/tid=561] ppid=559 vsize=864488 CPUtime=1753.36
/proc/560/task/561/stat : 561 (java) R 559 546 29756 0 -1 64 7718 0 1 0 175289 47 0 0 25 0 9 0 1545183904 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=562] ppid=559 vsize=864488 CPUtime=11.13
/proc/560/task/562/stat : 562 (java) S 559 546 29756 0 -1 64 145676 0 0 0 1050 63 0 0 16 0 9 0 1545183905 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=563] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/563/stat : 563 (java) S 559 546 29756 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545183905 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=564] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/564/stat : 564 (java) S 559 546 29756 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1545183905 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=565] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/565/stat : 565 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1545183907 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=566] ppid=559 vsize=864488 CPUtime=0.11
/proc/560/task/566/stat : 566 (java) S 559 546 29756 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 1545183907 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=567] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/567/stat : 567 (java) S 559 546 29756 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545183907 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=568] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/568/stat : 568 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545183907 885235712 130653 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.47
Current children cumulated vsize (KiB) 883444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.05 2.09 2.04 3/91 607
/proc/meminfo: memFree=960328/2055920 swapFree=4094608/4192956
[pid=546] ppid=544 vsize=13600 CPUtime=0.84
/proc/546/stat : 546 (sugar) S 544 546 29756 0 -1 4194304 974 9337 0 1 3 0 75 6 16 0 1 0 1545183813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/546/statm: 3400 797 370 3 0 500 0
[pid=559] ppid=546 vsize=5356 CPUtime=0
/proc/559/stat : 559 (sh) S 546 546 29756 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1545183903 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/559/statm: 1339 233 193 169 0 50 0
[pid=560] ppid=559 vsize=864488 CPUtime=1799.21
/proc/560/stat : 560 (java) S 559 546 29756 0 -1 0 156919 0 1 0 179792 129 0 0 18 0 9 0 1545183903 885235712 133090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/560/statm: 216122 133090 2564 9 0 210669 0
[pid=560/tid=561] ppid=559 vsize=864488 CPUtime=1787.75
/proc/560/task/561/stat : 561 (java) R 559 546 29756 0 -1 64 7750 0 1 0 178712 63 0 0 25 0 9 0 1545183904 885235712 133090 996147200 134512640 134550740 4294955952 18446744073709551615 4126597248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=562] ppid=559 vsize=864488 CPUtime=11.31
/proc/560/task/562/stat : 562 (java) S 559 546 29756 0 -1 64 148113 0 0 0 1067 64 0 0 16 0 9 0 1545183905 885235712 133090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=563] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/563/stat : 563 (java) S 559 546 29756 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1545183905 885235712 133090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=564] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/564/stat : 564 (java) S 559 546 29756 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1545183905 885235712 133090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=565] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/565/stat : 565 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1545183907 885235712 133090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=566] ppid=559 vsize=864488 CPUtime=0.11
/proc/560/task/566/stat : 566 (java) S 559 546 29756 0 -1 64 358 0 0 0 11 0 0 0 16 0 9 0 1545183907 885235712 133090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=567] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/567/stat : 567 (java) S 559 546 29756 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1545183907 885235712 133090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=560/tid=568] ppid=559 vsize=864488 CPUtime=0
/proc/560/task/568/stat : 568 (java) S 559 546 29756 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1545183907 885235712 133090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 883444

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 546 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=795879
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=78987
# CPU time returned by wait4() is 0.874866
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.33
CPU time (s): 1800.05
CPU user time (s): 1798.7
CPU system time (s): 1.35
CPU usage (%): 99.0493
Max. virtual memory (cumulated for all children) (KiB): 904824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.795879
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10642
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 517
involuntary context switches= 363

runsolver used 2.36464 second user time and 5.9441 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-04 09:06:01
IDJOB=1068525
IDBENCH=55527
IDSOLVER=346
FILE ID=node40/1068525-1215155161
PBS_JOBID= 7877355
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg11-13_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1068525-1215155161/watcher-1068525-1215155161 -o /tmp/evaluation-result-1068525-1215155161/solver-1068525-1215155161 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1068525-1215155161.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b068a0a446c09d97a12e996164cab2f5
RANDOM SEED=1355145381

node40.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.209
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.209
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:       1571760 kB
Buffers:         34116 kB
Cached:         220104 kB
SwapCached:      92376 kB
Active:         345988 kB
Inactive:        95496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1571760 kB
SwapTotal:     4192956 kB
SwapFree:      4094608 kB
Dirty:            2312 kB
Writeback:           0 kB
Mapped:         193416 kB
Slab:            27488 kB
Committed_AS:  3139492 kB
PageTables:       2244 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= 66544 MiB
End job on node40 at 2008-07-04 09:36:21