Trace number 2071807

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.08 1802.97

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-17_ext.xml
MD5SUM5ee30fcd9fb7e75f6504269d4bfa591b
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 benchmark6.45402
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of constraints31
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension31
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:29:50 2009
0.00/0.08	c 0	PID 19876
0.00/0.08	c 0	HOST node68.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071807-1247354990.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071807-1247354990.xml' 'HOME/temp.csp'
0.06/0.44	c 1	1 domains, 238 variables, 0 predicates, 2 relations, 31 constraints
0.06/0.46	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.46	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.41/0.53	c 1	Parsing HOME/temp.csp
0.41/0.70	c 1	parsed 272 expressions
0.41/0.71	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/0.71	c 1	Converting to clausal form CSP
0.41/0.73	c 1	converted 28 (10%) expressions
0.41/0.73	c 1	converted 55 (20%) expressions
0.41/0.73	c 1	converted 82 (30%) expressions
0.41/0.73	c 1	converted 109 (40%) expressions
0.41/0.73	c 1	converted 136 (50%) expressions
0.41/0.73	c 1	converted 164 (60%) expressions
0.41/0.73	c 1	converted 191 (70%) expressions
0.41/0.73	c 1	converted 218 (80%) expressions
1.52/1.62	c 2	converted 245 (90%) expressions
4.88/5.02	c 5	converted 272 (100%) expressions
4.88/5.02	c 5	CSP : 238 integers, 0 booleans, 31 clauses, largest domain size 26
4.88/5.02	c 5	Heap : 149 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.88/5.02	c 5	Propagation in CSP
4.88/5.02	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.88/5.02	c 5	CSP : 238 integers, 0 booleans, 31 clauses, largest domain size 26
4.88/5.02	c 5	Heap : 149 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.88/5.02	c 5	Simplifing CSP by introducing new Boolean variables
4.88/5.02	c 5	CSP : 238 integers, 0 booleans, 31 clauses, largest domain size 26
4.88/5.02	c 5	Heap : 149 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.77/5.99	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.87/6.01	c 6	24 (10%) CSP integer variables are encoded (576 clauses, 6192 bytes)
5.87/6.02	c 6	48 (20%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
5.87/6.02	c 6	72 (30%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
5.87/6.03	c 6	96 (40%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
5.87/6.03	c 6	119 (50%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
5.87/6.03	c 6	143 (60%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
5.87/6.03	c 6	167 (70%) CSP integer variables are encoded (4008 clauses, 50041 bytes)
5.87/6.03	c 6	191 (80%) CSP integer variables are encoded (4584 clauses, 57529 bytes)
5.87/6.03	c 6	215 (90%) CSP integer variables are encoded (5160 clauses, 65017 bytes)
5.87/6.03	c 6	238 (100%) CSP integer variables are encoded (5712 clauses, 72193 bytes)
365.71/366.14	c 366	4 (10%) CSP clauses are encoded (600832 clauses, 54992028 bytes)
635.97/636.60	c 637	7 (20%) CSP clauses are encoded (1047172 clauses, 97426082 bytes)
916.00/916.75	c 917	10 (30%) CSP clauses are encoded (1493512 clauses, 140427644 bytes)
1184.56/1185.44	c 1186	13 (40%) CSP clauses are encoded (1939852 clauses, 183429206 bytes)
1453.91/1454.96	c 1455	16 (50%) CSP clauses are encoded (2386192 clauses, 226430768 bytes)
1555.32/1556.41	c 1557	19 (60%) CSP clauses are encoded (2606120 clauses, 247001887 bytes)
1574.31/1575.44	c 1576	22 (70%) CSP clauses are encoded (2712842 clauses, 258543232 bytes)
1592.10/1593.28	c 1593	25 (80%) CSP clauses are encoded (2819564 clauses, 270476575 bytes)
1611.28/1612.41	c 1613	28 (90%) CSP clauses are encoded (2926286 clauses, 282409918 bytes)
1629.07/1630.26	c 1630	31 (100%) CSP clauses are encoded (3033008 clauses, 294343261 bytes)
1629.07/1630.26	c 1630	31 CSP clauses encoded
1629.07/1630.26	c 1630	Writing map file : HOME/temp.map
1629.07/1630.26	c 1630	Heap : 235 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1629.07/1630.27	c 1630	SAT : 5950 SAT variables, 3033008 SAT clauses, 294343261 bytes
1629.07/1630.27	c 1630	Heap : 235 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1629.15/1630.34	c 1631	SOLVING HOME/temp.cnf
1629.15/1630.34	c 1631	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1802.92	c ERROR INTERRUPTED
1800.08/1802.96	s UNKNOWN
1800.08/1802.96	c 1803	CPU 1629.21 (0.06 0.01 1626.56 2.58)
1800.08/1802.96	c 1803	END Sun Jul 12 01:59:53 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-2071807-1247354990/watcher-2071807-1247354990 -o /tmp/evaluation-result-2071807-1247354990/solver-2071807-1247354990 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2071807-1247354990.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.03 2.00 4/77 19876
/proc/meminfo: memFree=1585336/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=4708 CPUtime=0
/proc/19876/stat : 19876 (sugar) R 19874 19876 18865 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 22561708 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 209557976457 0 0 4096 0 0 0 0 17 1 0 0
/proc/19876/statm: 1177 43 33 3 0 8 0

[startup+0.101589 s]
/proc/loadavg: 1.97 2.03 2.00 4/77 19876
/proc/meminfo: memFree=1585336/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=0.06
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22561708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19876/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202606 s]
/proc/loadavg: 1.97 2.03 2.00 4/77 19876
/proc/meminfo: memFree=1585336/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=0.06
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22561708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19876/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302621 s]
/proc/loadavg: 1.97 2.03 2.00 4/77 19876
/proc/meminfo: memFree=1585336/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=0.06
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22561708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19876/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702691 s]
/proc/loadavg: 1.97 2.03 2.00 4/77 19876
/proc/meminfo: memFree=1585336/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=0.41
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1309 6801 0 1 5 1 31 4 16 0 1 0 22561708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19876/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16868

[startup+1.50183 s]
/proc/loadavg: 1.97 2.03 2.00 3/88 19898
/proc/meminfo: memFree=1559840/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=0.41
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1309 6801 0 1 5 1 31 4 15 0 1 0 22561708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19876/statm: 4217 1111 409 3 0 796 0
[pid=19889] ppid=19876 vsize=5356 CPUtime=0
/proc/19889/stat : 19889 (sh) S 19876 19876 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22561754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19889/statm: 1339 233 193 169 0 50 0
[pid=19890] ppid=19889 vsize=864356 CPUtime=1.01
/proc/19890/stat : 19890 (java) S 19889 19876 18865 0 -1 0 11805 0 1 0 95 6 0 0 19 0 9 0 22561754 885100544 10940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19890/statm: 216089 10940 2566 9 0 210594 0
[pid=19890/tid=19891] ppid=19889 vsize=864356 CPUtime=0.42
/proc/19890/task/19891/stat : 19891 (java) R 19889 19876 18865 0 -1 64 2908 0 1 0 40 2 0 0 19 0 9 0 22561755 885100544 10940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19892] ppid=19889 vsize=864356 CPUtime=0.53
/proc/19890/task/19892/stat : 19892 (java) R 19889 19876 18865 0 -1 64 7885 0 0 0 50 3 0 0 17 0 9 0 22561756 885100544 10940 996147200 134512640 134550932 4294955936 18446744073709551615 104194450 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19893] ppid=19889 vsize=864356 CPUtime=0
/proc/19890/task/19893/stat : 19893 (java) S 19889 19876 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22561756 885100544 10940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19894] ppid=19889 vsize=864356 CPUtime=0
/proc/19890/task/19894/stat : 19894 (java) S 19889 19876 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22561756 885100544 10940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19895] ppid=19889 vsize=864356 CPUtime=0
/proc/19890/task/19895/stat : 19895 (java) S 19889 19876 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22561759 885100544 10940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19896] ppid=19889 vsize=864356 CPUtime=0.04
/proc/19890/task/19896/stat : 19896 (java) S 19889 19876 18865 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 22561759 885100544 10940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19897] ppid=19889 vsize=864356 CPUtime=0
/proc/19890/task/19897/stat : 19897 (java) S 19889 19876 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22561759 885100544 10940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19898] ppid=19889 vsize=864356 CPUtime=0
/proc/19890/task/19898/stat : 19898 (java) S 19889 19876 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22561759 885100544 10940 996147200 134512640 134550932 4294955936 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) 886580

[startup+3.1021 s]
/proc/loadavg: 2.05 2.04 2.00 3/88 19898
/proc/meminfo: memFree=1515808/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=0.41
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1309 6801 0 1 5 1 31 4 16 0 1 0 22561708 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19876/statm: 4217 1111 409 3 0 796 0
[pid=19889] ppid=19876 vsize=5356 CPUtime=0
/proc/19889/stat : 19889 (sh) S 19876 19876 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22561754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19889/statm: 1339 233 193 169 0 50 0
[pid=19890] ppid=19889 vsize=864356 CPUtime=2.6
/proc/19890/stat : 19890 (java) S 19889 19876 18865 0 -1 0 26451 0 1 0 247 13 0 0 19 0 9 0 22561754 885100544 25439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19890/statm: 216089 25439 2566 9 0 210594 0
[pid=19890/tid=19891] ppid=19889 vsize=864356 CPUtime=0.92
/proc/19890/task/19891/stat : 19891 (java) R 19889 19876 18865 0 -1 64 3633 0 1 0 90 2 0 0 23 0 9 0 22561755 885100544 25439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19892] ppid=19889 vsize=864356 CPUtime=1.61
/proc/19890/task/19892/stat : 19892 (java) R 19889 19876 18865 0 -1 64 21806 0 0 0 152 9 0 0 16 0 9 0 22561756 885100544 25439 996147200 134512640 134550932 4294955936 18446744073709551615 104187614 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19893] ppid=19889 vsize=864356 CPUtime=0
/proc/19890/task/19893/stat : 19893 (java) S 19889 19876 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22561756 885100544 25439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19894] ppid=19889 vsize=864356 CPUtime=0
/proc/19890/task/19894/stat : 19894 (java) S 19889 19876 18865 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22561756 885100544 25439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19895] ppid=19889 vsize=864356 CPUtime=0
/proc/19890/task/19895/stat : 19895 (java) S 19889 19876 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22561759 885100544 25439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19896] ppid=19889 vsize=864356 CPUtime=0.04
/proc/19890/task/19896/stat : 19896 (java) S 19889 19876 18865 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 22561759 885100544 25439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19897] ppid=19889 vsize=864356 CPUtime=0
/proc/19890/task/19897/stat : 19897 (java) S 19889 19876 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22561759 885100544 25439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19898] ppid=19889 vsize=864356 CPUtime=0
/proc/19890/task/19898/stat : 19898 (java) S 19889 19876 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22561759 885100544 25439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886580

[startup+6.30163 s]
/proc/loadavg: 2.05 2.04 2.00 3/88 19898
/proc/meminfo: memFree=1379616/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=0.41
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1311 6801 0 1 5 1 31 4 16 0 1 0 22561708 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19876/statm: 4217 1112 409 3 0 796 0
[pid=19889] ppid=19876 vsize=5356 CPUtime=0
/proc/19889/stat : 19889 (sh) S 19876 19876 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22561754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19889/statm: 1339 233 193 169 0 50 0
[pid=19890] ppid=19889 vsize=864468 CPUtime=5.76
/proc/19890/stat : 19890 (java) S 19889 19876 18865 0 -1 0 56955 0 1 0 550 26 0 0 19 0 9 0 22561754 885215232 45604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19890/statm: 216117 45604 2591 9 0 210594 0
[pid=19890/tid=19891] ppid=19889 vsize=864468 CPUtime=1.82
/proc/19890/task/19891/stat : 19891 (java) R 19889 19876 18865 0 -1 64 5135 0 1 0 179 3 0 0 18 0 9 0 22561755 885215232 45604 996147200 134512640 134550932 4294955936 18446744073709551615 4126588160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19892] ppid=19889 vsize=864468 CPUtime=3.84
/proc/19890/task/19892/stat : 19892 (java) S 19889 19876 18865 0 -1 64 50787 0 0 0 363 21 0 0 16 0 9 0 22561756 885215232 45604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19893] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19893/stat : 19893 (java) S 19889 19876 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22561756 885215232 45604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19894] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19894/stat : 19894 (java) S 19889 19876 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22561756 885215232 45604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19895] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19895/stat : 19895 (java) S 19889 19876 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22561759 885215232 45604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19896] ppid=19889 vsize=864468 CPUtime=0.06
/proc/19890/task/19896/stat : 19896 (java) S 19889 19876 18865 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 22561759 885215232 45604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19897] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19897/stat : 19897 (java) S 19889 19876 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22561759 885215232 45604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19898] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19898/stat : 19898 (java) S 19889 19876 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22561759 885215232 45604 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886692

[startup+12.7017 s]
/proc/loadavg: 2.04 2.04 2.00 3/88 19898
/proc/meminfo: memFree=1379616/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=0.41
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1311 6801 0 1 5 1 31 4 16 0 1 0 22561708 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19876/statm: 4217 1112 409 3 0 796 0
[pid=19889] ppid=19876 vsize=5356 CPUtime=0
/proc/19889/stat : 19889 (sh) S 19876 19876 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22561754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19889/statm: 1339 233 193 169 0 50 0
[pid=19890] ppid=19889 vsize=864468 CPUtime=12.16
/proc/19890/stat : 19890 (java) S 19889 19876 18865 0 -1 0 57890 0 1 0 1190 26 0 0 19 0 9 0 22561754 885215232 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19890/statm: 216117 46532 2591 9 0 210594 0
[pid=19890/tid=19891] ppid=19889 vsize=864468 CPUtime=8.16
/proc/19890/task/19891/stat : 19891 (java) R 19889 19876 18865 0 -1 64 5142 0 1 0 813 3 0 0 25 0 9 0 22561755 885215232 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4126588202 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19892] ppid=19889 vsize=864468 CPUtime=3.89
/proc/19890/task/19892/stat : 19892 (java) S 19889 19876 18865 0 -1 64 51714 0 0 0 368 21 0 0 16 0 9 0 22561756 885215232 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19893] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19893/stat : 19893 (java) S 19889 19876 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22561756 885215232 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19894] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19894/stat : 19894 (java) S 19889 19876 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22561756 885215232 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19895] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19895/stat : 19895 (java) S 19889 19876 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22561759 885215232 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19896] ppid=19889 vsize=864468 CPUtime=0.07
/proc/19890/task/19896/stat : 19896 (java) S 19889 19876 18865 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 22561759 885215232 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19897] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19897/stat : 19897 (java) S 19889 19876 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22561759 885215232 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19898] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19898/stat : 19898 (java) S 19889 19876 18865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22561759 885215232 46532 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 886692

[startup+25.5029 s]
/proc/loadavg: 2.03 2.04 2.00 3/88 19898
/proc/meminfo: memFree=1350048/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=0.41
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1311 6801 0 1 5 1 31 4 16 0 1 0 22561708 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19876/statm: 4217 1112 409 3 0 796 0
[pid=19889] ppid=19876 vsize=5356 CPUtime=0
/proc/19889/stat : 19889 (sh) S 19876 19876 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22561754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19889/statm: 1339 233 193 169 0 50 0
[pid=19890] ppid=19889 vsize=864468 CPUtime=24.95
/proc/19890/stat : 19890 (java) S 19889 19876 18865 0 -1 0 58736 0 1 0 2469 26 0 0 19 0 9 0 22561754 885215232 47373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19890/statm: 216117 47373 2591 9 0 210594 0
[pid=19890/tid=19891] ppid=19889 vsize=864468 CPUtime=20.92
/proc/19890/task/19891/stat : 19891 (java) R 19889 19876 18865 0 -1 64 5147 0 1 0 2089 3 0 0 25 0 9 0 22561755 885215232 47373 996147200 134512640 134550932 4294955936 18446744073709551615 4126095872 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19892] ppid=19889 vsize=864468 CPUtime=3.94
/proc/19890/task/19892/stat : 19892 (java) S 19889 19876 18865 0 -1 64 52555 0 0 0 372 22 0 0 16 0 9 0 22561756 885215232 47373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19893] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19893/stat : 19893 (java) S 19889 19876 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22561756 885215232 47373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19894] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19894/stat : 19894 (java) S 19889 19876 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22561756 885215232 47373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19895] ppid=19889 vsize=864468 CPUtime=0

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

/proc/19876/statm: 4217 1112 409 3 0 796 0
[pid=19889] ppid=19876 vsize=5356 CPUtime=0
/proc/19889/stat : 19889 (sh) S 19876 19876 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22561754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19889/statm: 1339 233 193 169 0 50 0
[pid=19890] ppid=19889 vsize=864468 CPUtime=1480.88
/proc/19890/stat : 19890 (java) S 19889 19876 18865 0 -1 0 124981 0 1 0 147889 199 0 0 19 0 9 0 22561754 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19890/statm: 216117 81033 2590 9 0 210594 0
[pid=19890/tid=19891] ppid=19889 vsize=864468 CPUtime=1468.28
/proc/19890/task/19891/stat : 19891 (java) R 19889 19876 18865 0 -1 64 6270 0 1 0 146691 137 0 0 25 0 9 0 22561755 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4126588224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19892] ppid=19889 vsize=864468 CPUtime=12.43
/proc/19890/task/19892/stat : 19892 (java) S 19889 19876 18865 0 -1 64 117669 0 0 0 1185 58 0 0 16 0 9 0 22561756 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19893] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19893/stat : 19893 (java) S 19889 19876 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22561756 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19894] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19894/stat : 19894 (java) S 19889 19876 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22561756 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19895] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19895/stat : 19895 (java) S 19889 19876 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22561759 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19896] ppid=19889 vsize=864468 CPUtime=0.08
/proc/19890/task/19896/stat : 19896 (java) S 19889 19876 18865 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 22561759 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19897] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19897/stat : 19897 (java) S 19889 19876 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22561759 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19898] ppid=19889 vsize=864468 CPUtime=0.04
/proc/19890/task/19898/stat : 19898 (java) S 19889 19876 18865 0 -1 64 1 0 0 0 2 2 0 0 15 0 9 0 22561759 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1481.29
Current children cumulated vsize (KiB) 886692

[startup+1542.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/94 19975
/proc/meminfo: memFree=944112/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=0.41
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1311 6801 0 1 5 1 31 4 16 0 1 0 22561708 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19876/statm: 4217 1112 409 3 0 796 0
[pid=19889] ppid=19876 vsize=5356 CPUtime=0
/proc/19889/stat : 19889 (sh) S 19876 19876 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22561754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19889/statm: 1339 233 193 169 0 50 0
[pid=19890] ppid=19889 vsize=864468 CPUtime=1540.84
/proc/19890/stat : 19890 (java) S 19889 19876 18865 0 -1 0 125004 0 1 0 153882 202 0 0 19 0 9 0 22561754 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19890/statm: 216117 81033 2590 9 0 210594 0
[pid=19890/tid=19891] ppid=19889 vsize=864468 CPUtime=1528.04
/proc/19890/task/19891/stat : 19891 (java) R 19889 19876 18865 0 -1 64 6293 0 1 0 152664 140 0 0 25 0 9 0 22561755 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19892] ppid=19889 vsize=864468 CPUtime=12.62
/proc/19890/task/19892/stat : 19892 (java) S 19889 19876 18865 0 -1 64 117669 0 0 0 1204 58 0 0 16 0 9 0 22561756 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19893] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19893/stat : 19893 (java) S 19889 19876 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22561756 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19894] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19894/stat : 19894 (java) S 19889 19876 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22561756 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19895] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19895/stat : 19895 (java) S 19889 19876 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22561759 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19896] ppid=19889 vsize=864468 CPUtime=0.08
/proc/19890/task/19896/stat : 19896 (java) S 19889 19876 18865 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 22561759 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19897] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19897/stat : 19897 (java) S 19889 19876 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22561759 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19898] ppid=19889 vsize=864468 CPUtime=0.05
/proc/19890/task/19898/stat : 19898 (java) S 19889 19876 18865 0 -1 64 1 0 0 0 3 2 0 0 15 0 9 0 22561759 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1541.25
Current children cumulated vsize (KiB) 886692

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/94 19975
/proc/meminfo: memFree=891312/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=0.41
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1311 6801 0 1 5 1 31 4 16 0 1 0 22561708 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19876/statm: 4217 1112 409 3 0 796 0
[pid=19889] ppid=19876 vsize=5356 CPUtime=0
/proc/19889/stat : 19889 (sh) S 19876 19876 18865 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22561754 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19889/statm: 1339 233 193 169 0 50 0
[pid=19890] ppid=19889 vsize=864468 CPUtime=1600.78
/proc/19890/stat : 19890 (java) S 19889 19876 18865 0 -1 0 135484 0 1 0 159842 236 0 0 19 0 9 0 22561754 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19890/statm: 216117 81033 2590 9 0 210594 0
[pid=19890/tid=19891] ppid=19889 vsize=864468 CPUtime=1585.74
/proc/19890/task/19891/stat : 19891 (java) R 19889 19876 18865 0 -1 64 6459 0 1 0 158408 166 0 0 25 0 9 0 22561755 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4126588224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19892] ppid=19889 vsize=864468 CPUtime=14.87
/proc/19890/task/19892/stat : 19892 (java) S 19889 19876 18865 0 -1 64 127983 0 0 0 1421 66 0 0 16 0 9 0 22561756 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19893] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19893/stat : 19893 (java) S 19889 19876 18865 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22561756 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19894] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19894/stat : 19894 (java) S 19889 19876 18865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22561756 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19895] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19895/stat : 19895 (java) S 19889 19876 18865 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22561759 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19896] ppid=19889 vsize=864468 CPUtime=0.08
/proc/19890/task/19896/stat : 19896 (java) S 19889 19876 18865 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 22561759 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19890/tid=19897] ppid=19889 vsize=864468 CPUtime=0
/proc/19890/task/19897/stat : 19897 (java) S 19889 19876 18865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22561759 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19890/tid=19898] ppid=19889 vsize=864468 CPUtime=0.05
/proc/19890/task/19898/stat : 19898 (java) S 19889 19876 18865 0 -1 64 1 0 0 0 3 2 0 0 15 0 9 0 22561759 885215232 81033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1601.19
Current children cumulated vsize (KiB) 886692

[startup+1662.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/86 19977
/proc/meminfo: memFree=1116080/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=1629.2
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1367 142667 0 2 5 1 162656 258 17 0 1 0 22561708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19876/statm: 4217 1113 409 3 0 796 0
[pid=19976] ppid=19876 vsize=5356 CPUtime=0
/proc/19976/stat : 19976 (sh) S 19876 19876 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19976/statm: 1339 232 193 169 0 50 0
[pid=19977] ppid=19976 vsize=66760 CPUtime=31.63
/proc/19977/stat : 19977 (picosat) R 19976 19876 18865 0 -1 4194304 16262 0 0 0 1542 1621 0 0 25 0 1 0 22724743 68362240 16248 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19977/statm: 16690 16248 40 102 0 16585 0
Current children cumulated CPU time (s) 1660.83
Current children cumulated vsize (KiB) 88984

[startup+1722.3 s]
/proc/loadavg: 2.48 2.18 2.05 3/86 19977
/proc/meminfo: memFree=990192/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=1629.2
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1367 142667 0 2 5 1 162656 258 17 0 1 0 22561708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19876/statm: 4217 1113 409 3 0 796 0
[pid=19976] ppid=19876 vsize=5356 CPUtime=0
/proc/19976/stat : 19976 (sh) S 19876 19876 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19976/statm: 1339 232 193 169 0 50 0
[pid=19977] ppid=19976 vsize=186356 CPUtime=91.07
/proc/19977/stat : 19977 (picosat) R 19976 19876 18865 0 -1 4194304 46430 0 0 0 4411 4696 0 0 25 0 1 0 22724743 190828544 46416 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19977/statm: 46589 46416 40 102 0 46484 0
Current children cumulated CPU time (s) 1720.27
Current children cumulated vsize (KiB) 208580

[startup+1782.3 s]
/proc/loadavg: 2.24 2.17 2.06 3/86 19977
/proc/meminfo: memFree=888240/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=1629.2
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1367 142667 0 2 5 1 162656 258 17 0 1 0 22561708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19876/statm: 4217 1113 409 3 0 796 0
[pid=19976] ppid=19876 vsize=5356 CPUtime=0
/proc/19976/stat : 19976 (sh) S 19876 19876 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19976/statm: 1339 232 193 169 0 50 0
[pid=19977] ppid=19976 vsize=285656 CPUtime=150.49
/proc/19977/stat : 19977 (picosat) R 19976 19876 18865 0 -1 4194304 70175 0 0 0 7934 7115 0 0 25 0 1 0 22724743 292511744 70159 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19977/statm: 71414 70159 42 102 0 71309 0
Current children cumulated CPU time (s) 1779.69
Current children cumulated vsize (KiB) 307880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.9 s]
/proc/loadavg: 2.17 2.16 2.06 3/86 19977
/proc/meminfo: memFree=886640/2055920 swapFree=4192952/4192956
[pid=19876] ppid=19874 vsize=16868 CPUtime=1629.2
/proc/19876/stat : 19876 (sugar) S 19874 19876 18865 0 -1 4194304 1367 142667 0 2 5 1 162656 258 17 0 1 0 22561708 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19876/statm: 4217 1113 409 3 0 796 0
[pid=19976] ppid=19876 vsize=5356 CPUtime=0
/proc/19976/stat : 19976 (sh) S 19876 19876 18865 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22724742 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19976/statm: 1339 232 193 169 0 50 0
[pid=19977] ppid=19976 vsize=285656 CPUtime=170.88
/proc/19977/stat : 19977 (picosat) R 19976 19876 18865 0 -1 4194304 70179 0 0 0 9973 7115 0 0 25 0 1 0 22724743 292511744 70163 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19977/statm: 71414 70163 42 102 0 71309 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 307880

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 19876 and gives
#  childrusage.ru_utime.tv_sec=1626
#  childrusage.ru_utime.tv_usec=629714
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=600604
# CPU time returned by wait4() is 1629.23
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.97
CPU time (s): 1800.08
CPU user time (s): 1726.34
CPU system time (s): 73.74
CPU usage (%): 99.8399
Max. virtual memory (cumulated for all children) (KiB): 912556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1626.63
system time used= 2.6006
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144426
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= 45709
involuntary context switches= 21225

runsolver used 2.72659 second user time and 6.606 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 01:29:50
IDJOB=2071807
IDBENCH=55534
IDSOLVER=738
FILE ID=node68/2071807-1247354990
PBS_JOBID= 9506890
Free space on /tmp= 66312 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-17_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071807-1247354990/watcher-2071807-1247354990 -o /tmp/evaluation-result-2071807-1247354990/solver-2071807-1247354990 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2071807-1247354990.xml

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

MD5SUM BENCH= 5ee30fcd9fb7e75f6504269d4bfa591b
RANDOM SEED=894431590

node68.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.258
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.258
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:       1585816 kB
Buffers:         58440 kB
Cached:         287200 kB
SwapCached:          4 kB
Active:         239584 kB
Inactive:       160140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585816 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           92916 kB
Writeback:           0 kB
Mapped:          65476 kB
Slab:            55352 kB
Committed_AS:   217240 kB
PageTables:       2072 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= 66432 MiB
End job on node68 at 2009-07-12 01:59:55