Trace number 1078600

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+picosatSAT 1352.68 1365.56

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle13.xml
MD5SUM5c838c7da843ae4708fcbeb82b8744bc
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.297954
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints259
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension225
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/picosat
0.00/0.15	c 0	BEGIN Fri Jul  4 23:41:03 2008
0.00/0.15	c 0	PID 15047
0.00/0.16	c 0	HOST node3.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1078600-1215207662.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078600-1215207662.xml' 'HOME/temp.csp'
1.05/1.25	c 1	1 domains, 65 variables, 4 predicates, 4 relations, 259 constraints
1.05/1.26	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.26	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'
1.12/1.34	c 1	Parsing HOME/temp.csp
2.23/2.43	c 2	parsed 333 expressions
2.23/2.43	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.23/2.43	c 2	Converting to clausal form CSP
2.23/2.45	c 2	converted 34 (10%) expressions
2.23/2.45	c 2	converted 67 (20%) expressions
2.53/2.76	c 2	converted 100 (30%) expressions
2.62/2.88	c 3	converted 134 (40%) expressions
2.72/2.91	c 3	converted 167 (50%) expressions
2.82/3.00	c 3	converted 200 (60%) expressions
2.82/3.02	c 3	converted 234 (70%) expressions
2.82/3.03	c 3	converted 267 (80%) expressions
2.82/3.03	c 3	converted 300 (90%) expressions
4.80/5.07	c 5	converted 333 (100%) expressions
4.80/5.07	c 5	CSP : 65 integers, 0 booleans, 259 clauses, largest domain size 26
4.80/5.07	c 5	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.80/5.07	c 5	Propagation in CSP
4.80/5.08	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.80/5.08	c 5	CSP : 65 integers, 0 booleans, 259 clauses, largest domain size 26
4.80/5.08	c 5	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.80/5.08	c 5	Simplifing CSP by introducing new Boolean variables
4.90/5.10	c 5	CSP : 65 integers, 1676 booleans, 1935 clauses, largest domain size 26
4.90/5.10	c 5	Heap : 73 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.30/5.54	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.30/5.55	c 5	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
5.30/5.55	c 5	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
5.30/5.55	c 5	20 (30%) CSP integer variables are encoded (480 clauses, 5136 bytes)
5.30/5.56	c 5	26 (40%) CSP integer variables are encoded (624 clauses, 6720 bytes)
5.30/5.56	c 5	33 (50%) CSP integer variables are encoded (792 clauses, 8568 bytes)
5.30/5.56	c 5	39 (60%) CSP integer variables are encoded (936 clauses, 10152 bytes)
5.30/5.56	c 5	46 (70%) CSP integer variables are encoded (1104 clauses, 12289 bytes)
5.30/5.56	c 5	52 (80%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
5.30/5.56	c 5	59 (90%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
5.30/5.56	c 5	65 (100%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
7.57/7.84	c 8	194 (10%) CSP clauses are encoded (102295 clauses, 3214355 bytes)
7.57/7.85	c 8	387 (20%) CSP clauses are encoded (106613 clauses, 3290706 bytes)
7.57/7.87	c 8	581 (30%) CSP clauses are encoded (111107 clauses, 3365614 bytes)
7.57/7.88	c 8	774 (40%) CSP clauses are encoded (115575 clauses, 3441036 bytes)
7.57/7.90	c 8	968 (50%) CSP clauses are encoded (120094 clauses, 3518852 bytes)
7.66/7.91	c 8	1161 (60%) CSP clauses are encoded (124562 clauses, 3596644 bytes)
7.66/7.92	c 8	1355 (70%) CSP clauses are encoded (129081 clauses, 3675910 bytes)
7.66/7.93	c 8	1548 (80%) CSP clauses are encoded (133549 clauses, 3754602 bytes)
7.66/7.94	c 8	1742 (90%) CSP clauses are encoded (138068 clauses, 3836668 bytes)
1322.24/1334.86	c 1335	1935 (100%) CSP clauses are encoded (945435 clauses, 54560226 bytes)
1322.24/1334.86	c 1335	1935 CSP clauses encoded
1322.24/1334.86	c 1335	Writing map file : HOME/temp.map
1322.24/1334.86	c 1335	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1322.24/1334.86	c 1335	SAT : 3301 SAT variables, 945435 SAT clauses, 54560226 bytes
1322.24/1334.86	c 1335	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1322.30/1334.92	c 1335	SOLVING HOME/temp.cnf
1322.30/1334.92	c 1335	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1352.43/1365.34	c 1365	DECODING HOME/temp.out WITH HOME/temp.map
1352.43/1365.34	c 1365	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1352.47/1365.42	c 1365	Decoding HOME/temp.out
1352.47/1365.47	s SATISFIABLE
1352.47/1365.47	v 12 0 17 18 2 7 20 18 0 12 8 4 0 4 17 0 5 4 13 20 13 8 4 13 6 4 13 3 17 4 18 18 20 0 0 20 3 14 4 13 8 4 13 3 17 7 20 19 4 0 6 4 4 15 11 0 5 18 4 0 20 21 4 19 18
1352.47/1365.47	c 1365	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1352.47/1365.54	c 1365	CPU 1336.67 (0.03 0.01 1336.64 15.95)
1352.47/1365.54	c 1365	END Sat Jul  5 00:03:48 2008

Verifier Data (download as text)

OK

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-1078600-1215207662/watcher-1078600-1215207662 -o /tmp/evaluation-result-1078600-1215207662/solver-1078600-1215207662 -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/picosat -tmp=HOME/temp HOME/instance-1078600-1215207662.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.92 2.00 1.99 4/73 15047
/proc/meminfo: memFree=1783784/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=18572 CPUtime=0
/proc/15047/stat : 15047 (runsolver) D 15045 15047 13774 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1999741682 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 233632754983 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/15047/statm: 4643 292 257 25 0 2626 0

[startup+0.090987 s]
/proc/loadavg: 1.92 2.00 1.99 4/73 15047
/proc/meminfo: memFree=1783784/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=12272 CPUtime=0
/proc/15047/stat : 15047 (sugar) D 15045 15047 13774 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 1999741682 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 233632922213 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/15047/statm: 3068 328 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101989 s]
/proc/loadavg: 1.92 2.00 1.99 4/73 15047
/proc/meminfo: memFree=1783784/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=12272 CPUtime=0
/proc/15047/stat : 15047 (sugar) R 15045 15047 13774 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 1999741682 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 233632922213 0 0 4224 0 0 0 0 17 1 0 0
/proc/15047/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302011 s]
/proc/loadavg: 1.92 2.00 1.99 4/73 15047
/proc/meminfo: memFree=1783784/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=0.04
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999741682 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701043 s]
/proc/loadavg: 1.92 2.00 1.99 4/73 15047
/proc/meminfo: memFree=1783784/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=0.04
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999741682 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50111 s]
/proc/loadavg: 1.92 2.00 1.99 3/84 15059
/proc/meminfo: memFree=1759504/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=1.12
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 973 11998 0 1 3 1 98 10 16 0 1 0 1999741682 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 13600

[startup+3.10224 s]
/proc/loadavg: 1.92 2.00 1.99 4/84 15069
/proc/meminfo: memFree=1762512/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=1.12
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 973 11998 0 1 3 1 98 10 15 0 1 0 1999741682 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 797 370 3 0 500 0
[pid=15060] ppid=15047 vsize=5356 CPUtime=0
/proc/15060/stat : 15060 (sh) S 15047 15047 13774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999741809 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15060/statm: 1339 233 193 169 0 50 0
[pid=15061] ppid=15060 vsize=868384 CPUtime=1.81
/proc/15061/stat : 15061 (java) S 15060 15047 13774 0 -1 0 13945 0 1 0 173 8 0 0 18 0 9 0 1999741809 889225216 12627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15061/statm: 217096 12627 2541 9 0 211671 0
[pid=15061/tid=15062] ppid=15060 vsize=868384 CPUtime=0.98
/proc/15061/task/15062/stat : 15062 (java) R 15060 15047 13774 0 -1 64 2864 0 1 0 96 2 0 0 20 0 9 0 1999741810 889225216 12627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15063] ppid=15060 vsize=868384 CPUtime=0.61
/proc/15061/task/15063/stat : 15063 (java) R 15060 15047 13774 0 -1 64 8951 0 0 0 58 3 0 0 16 0 9 0 1999741811 889225216 12627 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15060 vsize=868384 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15060 15047 13774 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999741812 889225216 12627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15060 vsize=868384 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15060 15047 13774 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999741812 889225216 12627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15060 vsize=868384 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999741814 889225216 12627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15060 vsize=868384 CPUtime=0.17
/proc/15061/task/15067/stat : 15067 (java) S 15060 15047 13774 0 -1 64 1433 0 0 0 17 0 0 0 16 0 9 0 1999741814 889225216 12627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15060 vsize=868384 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999741814 889225216 12627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15060 vsize=868384 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999741814 889225216 12627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 887340

[startup+6.30151 s]
/proc/loadavg: 1.93 2.00 1.99 4/84 15069
/proc/meminfo: memFree=1690832/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=1.12
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 974 11998 0 1 3 1 98 10 15 0 1 0 1999741682 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 797 370 3 0 500 0
[pid=15060] ppid=15047 vsize=5356 CPUtime=0
/proc/15060/stat : 15060 (sh) S 15047 15047 13774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999741809 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15060/statm: 1339 233 193 169 0 50 0
[pid=15061] ppid=15060 vsize=868496 CPUtime=4.97
/proc/15061/stat : 15061 (java) S 15060 15047 13774 0 -1 0 26852 0 1 0 482 15 0 0 18 0 9 0 1999741809 889339904 24362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15061/statm: 217124 24362 2565 9 0 211671 0
[pid=15061/tid=15062] ppid=15060 vsize=868496 CPUtime=2.37
/proc/15061/task/15062/stat : 15062 (java) R 15060 15047 13774 0 -1 64 3693 0 1 0 234 3 0 0 22 0 9 0 1999741810 889339904 24362 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15063] ppid=15060 vsize=868496 CPUtime=2.35
/proc/15061/task/15063/stat : 15063 (java) S 15060 15047 13774 0 -1 64 21003 0 0 0 225 10 0 0 16 0 9 0 1999741811 889339904 24362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15060 15047 13774 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999741812 889339904 24362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15060 15047 13774 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999741812 889339904 24362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999741814 889339904 24362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15060 vsize=868496 CPUtime=0.23
/proc/15061/task/15067/stat : 15067 (java) S 15060 15047 13774 0 -1 64 1459 0 0 0 22 1 0 0 16 0 9 0 1999741814 889339904 24362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999741814 889339904 24362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999741814 889339904 24362 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 887452

[startup+12.702 s]
/proc/loadavg: 1.93 2.00 1.99 3/84 15069
/proc/meminfo: memFree=1686800/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=1.12
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 974 11998 0 1 3 1 98 10 16 0 1 0 1999741682 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 797 370 3 0 500 0
[pid=15060] ppid=15047 vsize=5356 CPUtime=0
/proc/15060/stat : 15060 (sh) S 15047 15047 13774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999741809 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15060/statm: 1339 233 193 169 0 50 0
[pid=15061] ppid=15060 vsize=868496 CPUtime=11.31
/proc/15061/stat : 15061 (java) S 15060 15047 13774 0 -1 0 27214 0 1 0 1113 18 0 0 18 0 9 0 1999741809 889339904 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15061/statm: 217124 24667 2565 9 0 211671 0
[pid=15061/tid=15062] ppid=15060 vsize=868496 CPUtime=8.54
/proc/15061/task/15062/stat : 15062 (java) R 15060 15047 13774 0 -1 64 3750 0 1 0 849 5 0 0 25 0 9 0 1999741810 889339904 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4126921394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15063] ppid=15060 vsize=868496 CPUtime=2.49
/proc/15061/task/15063/stat : 15063 (java) S 15060 15047 13774 0 -1 64 21297 0 0 0 239 10 0 0 16 0 9 0 1999741811 889339904 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15060 15047 13774 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999741812 889339904 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15060 15047 13774 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999741812 889339904 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999741814 889339904 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15060 vsize=868496 CPUtime=0.25
/proc/15061/task/15067/stat : 15067 (java) S 15060 15047 13774 0 -1 64 1470 0 0 0 24 1 0 0 16 0 9 0 1999741814 889339904 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999741814 889339904 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999741814 889339904 24667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887452

[startup+25.5011 s]
/proc/loadavg: 1.95 2.00 1.99 3/84 15069
/proc/meminfo: memFree=1677584/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=1.12
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 974 11998 0 1 3 1 98 10 16 0 1 0 1999741682 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 797 370 3 0 500 0
[pid=15060] ppid=15047 vsize=5356 CPUtime=0
/proc/15060/stat : 15060 (sh) S 15047 15047 13774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999741809 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15060/statm: 1339 233 193 169 0 50 0
[pid=15061] ppid=15060 vsize=868496 CPUtime=23.98
/proc/15061/stat : 15061 (java) S 15060 15047 13774 0 -1 0 29503 0 1 0 2379 19 0 0 18 0 9 0 1999741809 889339904 26923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15061/statm: 217124 26923 2565 9 0 211671 0
[pid=15061/tid=15062] ppid=15060 vsize=868496 CPUtime=21.07
/proc/15061/task/15062/stat : 15062 (java) R 15060 15047 13774 0 -1 64 3783 0 1 0 2102 5 0 0 25 0 9 0 1999741810 889339904 26923 996147200 134512640 134550740 4294955952 18446744073709551615 4126921421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15063] ppid=15060 vsize=868496 CPUtime=2.63
/proc/15061/task/15063/stat : 15063 (java) S 15060 15047 13774 0 -1 64 23553 0 0 0 252 11 0 0 16 0 9 0 1999741811 889339904 26923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15060 15047 13774 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999741812 889339904 26923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15060 15047 13774 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999741812 889339904 26923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999741814 889339904 26923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15060 vsize=868496 CPUtime=0.25
/proc/15061/task/15067/stat : 15067 (java) S 15060 15047 13774 0 -1 64 1470 0 0 0 24 1 0 0 16 0 9 0 1999741814 889339904 26923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999741814 889339904 26923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999741814 889339904 26923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 887452

[startup+51.1012 s]
/proc/loadavg: 1.96 2.00 1.99 3/84 15069
/proc/meminfo: memFree=1677584/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=1.12
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 974 11998 0 1 3 1 98 10 16 0 1 0 1999741682 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 797 370 3 0 500 0
[pid=15060] ppid=15047 vsize=5356 CPUtime=0
/proc/15060/stat : 15060 (sh) S 15047 15047 13774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999741809 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15060/statm: 1339 233 193 169 0 50 0
[pid=15061] ppid=15060 vsize=868496 CPUtime=49.34
/proc/15061/stat : 15061 (java) S 15060 15047 13774 0 -1 0 29503 0 1 0 4915 19 0 0 18 0 9 0 1999741809 889339904 26923 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=15061/tid=15068] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999741814 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999741814 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1111.7
Current children cumulated vsize (KiB) 887452

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15069
/proc/meminfo: memFree=1596368/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=1.12
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 974 11998 0 1 3 1 98 10 16 0 1 0 1999741682 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 797 370 3 0 500 0
[pid=15060] ppid=15047 vsize=5356 CPUtime=0
/proc/15060/stat : 15060 (sh) S 15047 15047 13774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999741809 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15060/statm: 1339 233 193 169 0 50 0
[pid=15061] ppid=15060 vsize=868496 CPUtime=1170.03
/proc/15061/stat : 15061 (java) S 15060 15047 13774 0 -1 0 51820 0 1 0 116953 50 0 0 18 0 9 0 1999741809 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15061/statm: 217124 40854 2565 9 0 211671 0
[pid=15061/tid=15062] ppid=15060 vsize=868496 CPUtime=1164.33
/proc/15061/task/15062/stat : 15062 (java) R 15060 15047 13774 0 -1 64 4295 0 1 0 116408 25 0 0 25 0 9 0 1999741810 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4126921351 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15063] ppid=15060 vsize=868496 CPUtime=5.41
/proc/15061/task/15063/stat : 15063 (java) S 15060 15047 13774 0 -1 64 45354 0 0 0 519 22 0 0 16 0 9 0 1999741811 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15060 15047 13774 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999741812 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15060 15047 13774 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999741812 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999741814 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15060 vsize=868496 CPUtime=0.26
/proc/15061/task/15067/stat : 15067 (java) S 15060 15047 13774 0 -1 64 1474 0 0 0 25 1 0 0 16 0 9 0 1999741814 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999741814 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999741814 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1171.15
Current children cumulated vsize (KiB) 887452

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15075
/proc/meminfo: memFree=1595984/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=1.12
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 974 11998 0 1 3 1 98 10 16 0 1 0 1999741682 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 797 370 3 0 500 0
[pid=15060] ppid=15047 vsize=5356 CPUtime=0
/proc/15060/stat : 15060 (sh) S 15047 15047 13774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999741809 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15060/statm: 1339 233 193 169 0 50 0
[pid=15061] ppid=15060 vsize=868496 CPUtime=1229.45
/proc/15061/stat : 15061 (java) S 15060 15047 13774 0 -1 0 51830 0 1 0 122895 50 0 0 18 0 9 0 1999741809 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15061/statm: 217124 40854 2565 9 0 211671 0
[pid=15061/tid=15062] ppid=15060 vsize=868496 CPUtime=1223.69
/proc/15061/task/15062/stat : 15062 (java) R 15060 15047 13774 0 -1 64 4305 0 1 0 122344 25 0 0 25 0 9 0 1999741810 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4126635809 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15063] ppid=15060 vsize=868496 CPUtime=5.47
/proc/15061/task/15063/stat : 15063 (java) S 15060 15047 13774 0 -1 64 45354 0 0 0 525 22 0 0 16 0 9 0 1999741811 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15060 15047 13774 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999741812 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15060 15047 13774 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999741812 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999741814 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15060 vsize=868496 CPUtime=0.26
/proc/15061/task/15067/stat : 15067 (java) S 15060 15047 13774 0 -1 64 1474 0 0 0 25 1 0 0 16 0 9 0 1999741814 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999741814 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999741814 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1230.57
Current children cumulated vsize (KiB) 887452

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15075
/proc/meminfo: memFree=1595984/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=1.12
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 974 11998 0 1 3 1 98 10 16 0 1 0 1999741682 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 797 370 3 0 500 0
[pid=15060] ppid=15047 vsize=5356 CPUtime=0
/proc/15060/stat : 15060 (sh) S 15047 15047 13774 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999741809 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15060/statm: 1339 233 193 169 0 50 0
[pid=15061] ppid=15060 vsize=868496 CPUtime=1288.9
/proc/15061/stat : 15061 (java) S 15060 15047 13774 0 -1 0 51831 0 1 0 128840 50 0 0 18 0 9 0 1999741809 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15061/statm: 217124 40854 2565 9 0 211671 0
[pid=15061/tid=15062] ppid=15060 vsize=868496 CPUtime=1283.15
/proc/15061/task/15062/stat : 15062 (java) R 15060 15047 13774 0 -1 64 4306 0 1 0 128289 26 0 0 25 0 9 0 1999741810 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15063] ppid=15060 vsize=868496 CPUtime=5.47
/proc/15061/task/15063/stat : 15063 (java) S 15060 15047 13774 0 -1 64 45354 0 0 0 525 22 0 0 16 0 9 0 1999741811 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15064] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15064/stat : 15064 (java) S 15060 15047 13774 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999741812 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15065] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15065/stat : 15065 (java) S 15060 15047 13774 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999741812 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15066] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15066/stat : 15066 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999741814 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15067] ppid=15060 vsize=868496 CPUtime=0.26
/proc/15061/task/15067/stat : 15067 (java) S 15060 15047 13774 0 -1 64 1474 0 0 0 25 1 0 0 16 0 9 0 1999741814 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15068] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15068/stat : 15068 (java) S 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999741814 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15061/tid=15069] ppid=15060 vsize=868496 CPUtime=0
/proc/15061/task/15069/stat : 15069 (java) R 15060 15047 13774 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999741814 889339904 40854 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1290.02
Current children cumulated vsize (KiB) 887452

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15077
/proc/meminfo: memFree=1663824/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=1322.34
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 1022 64231 0 2 3 1 132152 78 16 0 1 0 1999741682 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 798 370 3 0 500 0
[pid=15076] ppid=15047 vsize=5356 CPUtime=0
/proc/15076/stat : 15076 (sh) S 15047 15047 13774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999875175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15076/statm: 1339 232 193 169 0 50 0
[pid=15077] ppid=15076 vsize=62604 CPUtime=27.12
/proc/15077/stat : 15077 (picosat) R 15076 15047 13774 0 -1 4194304 15443 0 0 0 1281 1431 0 0 25 0 1 0 1999875175 64106496 15429 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15077/statm: 15651 15429 40 102 0 15546 0
Current children cumulated CPU time (s) 1349.46
Current children cumulated vsize (KiB) 81560

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

[startup+1363.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15077
/proc/meminfo: memFree=1661392/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=1322.34
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 1022 64231 0 2 3 1 132152 78 16 0 1 0 1999741682 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 798 370 3 0 500 0
[pid=15076] ppid=15047 vsize=5356 CPUtime=0
/proc/15076/stat : 15076 (sh) S 15047 15047 13774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999875175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15076/statm: 1339 232 193 169 0 50 0
[pid=15077] ppid=15076 vsize=64320 CPUtime=27.91
/proc/15077/stat : 15077 (picosat) R 15076 15047 13774 0 -1 4194304 15882 0 0 0 1317 1474 0 0 25 0 1 0 1999875175 65863680 15868 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15077/statm: 16080 15868 40 102 0 15975 0
Current children cumulated CPU time (s) 1350.25
Current children cumulated vsize (KiB) 83276

[startup+1364.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15077
/proc/meminfo: memFree=1659088/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=1322.34
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 1022 64231 0 2 3 1 132152 78 16 0 1 0 1999741682 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 798 370 3 0 500 0
[pid=15076] ppid=15047 vsize=5356 CPUtime=0
/proc/15076/stat : 15076 (sh) S 15047 15047 13774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999875175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15076/statm: 1339 232 193 169 0 50 0
[pid=15077] ppid=15076 vsize=66044 CPUtime=29.5
/proc/15077/stat : 15077 (picosat) R 15076 15047 13774 0 -1 4194304 16321 0 0 0 1438 1512 0 0 25 0 1 0 1999875175 67629056 16307 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15077/statm: 16511 16307 42 102 0 16406 0
Current children cumulated CPU time (s) 1351.84
Current children cumulated vsize (KiB) 85000

[startup+1365.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15077
/proc/meminfo: memFree=1659024/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=1322.34
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 1022 64231 0 2 3 1 132152 78 16 0 1 0 1999741682 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 798 370 3 0 500 0
[pid=15076] ppid=15047 vsize=5356 CPUtime=0
/proc/15076/stat : 15076 (sh) S 15047 15047 13774 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999875175 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15076/statm: 1339 232 193 169 0 50 0
[pid=15077] ppid=15076 vsize=66044 CPUtime=29.89
/proc/15077/stat : 15077 (picosat) R 15076 15047 13774 0 -1 4194304 16322 0 0 0 1477 1512 0 0 25 0 1 0 1999875175 67629056 16308 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15077/statm: 16511 16308 42 102 0 16406 0
Current children cumulated CPU time (s) 1352.23
Current children cumulated vsize (KiB) 85000

[startup+1365.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 15077
/proc/meminfo: memFree=1659024/2055920 swapFree=4180472/4192956
[pid=15047] ppid=15045 vsize=13600 CPUtime=1352.47
/proc/15047/stat : 15047 (sugar) S 15045 15047 13774 0 -1 4194304 1089 80846 0 2 3 1 133651 1592 15 0 1 0 1999741682 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15047/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1352.47
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1365.56
CPU time (s): 1352.68
CPU user time (s): 1336.68
CPU system time (s): 15.9956
CPU usage (%): 99.0569
Max. virtual memory (cumulated for all children) (KiB): 897700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1336.68
system time used= 15.9956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85698
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33292
involuntary context switches= 60498

runsolver used 1.69574 second user time and 4.56031 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-04 23:41:03
IDJOB=1078600
IDBENCH=56828
IDSOLVER=345
FILE ID=node3/1078600-1215207662
PBS_JOBID= 7881698
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle13.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078600-1215207662/watcher-1078600-1215207662 -o /tmp/evaluation-result-1078600-1215207662/solver-1078600-1215207662 -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/picosat" -tmp="HOME/temp" HOME/instance-1078600-1215207662.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5c838c7da843ae4708fcbeb82b8744bc
RANDOM SEED=1772564960

node3.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.232
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.232
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:       1784264 kB
Buffers:         18080 kB
Cached:         122900 kB
SwapCached:       6308 kB
Active:         187120 kB
Inactive:        31292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784264 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            6400 kB
Writeback:           0 kB
Mapped:          85396 kB
Slab:            38120 kB
Committed_AS:  3483296 kB
PageTables:       2116 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= 66504 MiB
End job on node3 at 2008-07-05 00:03:48