Trace number 2071345

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.02 1802.43

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-07.xml
MD5SUMd3bbb87c49a34df4eb9bda6df8940577
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 benchmark1.9767
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2572
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension152
Number of constraints which are defined in intension2420
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:03:58 2009
0.00/0.08	c 0	PID 16667
0.06/0.08	c 0	HOST node45.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071345-1247353437.xml TO HOME/temp.csp
0.06/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-2071345-1247353437.xml' 'HOME/temp.csp'
0.06/0.93	c 0	1 domains, 368 variables, 8 predicates, 6 relations, 2572 constraints
0.06/0.97	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.97	c 0	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.91/1.05	c 1	Parsing HOME/temp.csp
1.20/1.31	c 1	parsed 2955 expressions
1.20/1.32	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.32	c 1	Converting to clausal form CSP
1.20/1.34	c 1	converted 296 (10%) expressions
2.90/3.08	c 3	converted 591 (20%) expressions
3.10/3.24	c 3	converted 887 (30%) expressions
4.30/4.41	c 4	converted 1182 (40%) expressions
4.30/4.44	c 4	converted 1478 (50%) expressions
4.30/4.48	c 4	converted 1773 (60%) expressions
4.40/4.56	c 4	converted 2069 (70%) expressions
4.49/4.66	c 4	converted 2364 (80%) expressions
4.60/4.73	c 4	converted 2660 (90%) expressions
4.69/4.87	c 4	converted 2955 (100%) expressions
4.69/4.87	c 4	CSP : 368 integers, 0 booleans, 2572 clauses, largest domain size 26
4.69/4.87	c 4	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.69/4.87	c 4	Propagation in CSP
4.69/4.88	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.69/4.88	c 4	CSP : 368 integers, 0 booleans, 2572 clauses, largest domain size 26
4.69/4.88	c 4	Heap : 93 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.69/4.89	c 4	Simplifing CSP by introducing new Boolean variables
4.79/4.99	c 4	CSP : 368 integers, 21160 booleans, 23732 clauses, largest domain size 26
4.79/4.99	c 4	Heap : 98 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.30/5.45	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.30/5.49	c 5	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
5.30/5.49	c 5	74 (20%) CSP integer variables are encoded (1776 clauses, 21025 bytes)
5.30/5.49	c 5	111 (30%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
5.30/5.49	c 5	148 (40%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
5.30/5.49	c 5	184 (50%) CSP integer variables are encoded (4416 clauses, 55345 bytes)
5.30/5.50	c 5	221 (60%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
5.30/5.50	c 5	258 (70%) CSP integer variables are encoded (6192 clauses, 78433 bytes)
5.30/5.50	c 5	295 (80%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
5.30/5.50	c 5	332 (90%) CSP integer variables are encoded (7968 clauses, 101521 bytes)
5.30/5.50	c 5	368 (100%) CSP integer variables are encoded (8832 clauses, 112753 bytes)
40.60/40.96	c 40	2374 (10%) CSP clauses are encoded (822176 clauses, 32319607 bytes)
126.54/127.32	c 127	4747 (20%) CSP clauses are encoded (1603000 clauses, 72579976 bytes)
126.65/127.43	c 127	7120 (30%) CSP clauses are encoded (1658123 clauses, 73615103 bytes)
126.74/127.54	c 127	9493 (40%) CSP clauses are encoded (1713221 clauses, 74695359 bytes)
130.92/131.78	c 131	11866 (50%) CSP clauses are encoded (1799412 clauses, 77730926 bytes)
143.25/144.11	c 144	14240 (60%) CSP clauses are encoded (1946790 clauses, 85066672 bytes)
143.35/144.22	c 144	16613 (70%) CSP clauses are encoded (2003088 clauses, 86177977 bytes)
143.45/144.33	c 144	18986 (80%) CSP clauses are encoded (2059386 clauses, 87289282 bytes)
159.96/160.94	c 160	21359 (90%) CSP clauses are encoded (2237356 clauses, 97195303 bytes)
160.06/161.05	c 161	23732 (100%) CSP clauses are encoded (2295304 clauses, 98334392 bytes)
160.06/161.05	c 161	23732 CSP clauses encoded
160.06/161.05	c 161	Writing map file : HOME/temp.map
160.06/161.07	c 161	Heap : 156 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
160.06/161.07	c 161	SAT : 30360 SAT variables, 2295304 SAT clauses, 98334392 bytes
160.06/161.07	c 161	Heap : 156 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
160.13/161.15	c 161	SOLVING HOME/temp.cnf
160.13/161.15	c 161	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1802.42	c ERROR INTERRUPTED
1800.02/1802.43	s UNKNOWN
1800.02/1802.43	c 1802	CPU 160.19 (0.06 0.01 159.12 1)
1800.02/1802.43	c 1802	END Sun Jul 12 01:34:00 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-2071345-1247353437/watcher-2071345-1247353437 -o /tmp/evaluation-result-2071345-1247353437/solver-2071345-1247353437 -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-2071345-1247353437.xml 

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


[startup+0 s]
/proc/loadavg: 2.07 2.11 2.05 4/81 16667
/proc/meminfo: memFree=1857224/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=18576 CPUtime=0
/proc/16667/stat : 16667 (runsolver) R 16665 16667 16267 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22407527 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16667/statm: 4644 284 249 26 0 2626 0

[startup+0.081292 s]
/proc/loadavg: 2.07 2.11 2.05 4/81 16667
/proc/meminfo: memFree=1857224/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16740 CPUtime=0.06
/proc/16667/stat : 16667 (sugar) R 16665 16667 16267 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22407527 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16667/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10226 s]
/proc/loadavg: 2.07 2.11 2.05 4/81 16667
/proc/meminfo: memFree=1857224/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=0.06
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22407527 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301295 s]
/proc/loadavg: 2.07 2.11 2.05 4/81 16667
/proc/meminfo: memFree=1857224/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=0.06
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22407527 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70238 s]
/proc/loadavg: 2.07 2.11 2.05 4/81 16667
/proc/meminfo: memFree=1857224/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=0.06
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22407527 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50152 s]
/proc/loadavg: 2.07 2.11 2.05 3/88 16685
/proc/meminfo: memFree=1851344/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=0.9
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1309 7555 0 1 5 1 80 4 15 0 1 0 22407527 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1111 409 3 0 796 0
[pid=16680] ppid=16667 vsize=5356 CPUtime=0
/proc/16680/stat : 16680 (sh) S 16667 16667 16267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22407624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16680/statm: 1339 233 193 169 0 50 0
[pid=16681] ppid=16680 vsize=864212 CPUtime=0.5
/proc/16681/stat : 16681 (java) S 16680 16667 16267 0 -1 0 6842 0 1 0 47 3 0 0 19 0 9 0 22407624 884953088 6116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16681/statm: 216053 6116 2566 9 0 210558 0
[pid=16681/tid=16682] ppid=16680 vsize=864212 CPUtime=0.28
/proc/16681/task/16682/stat : 16682 (java) R 16680 16667 16267 0 -1 64 2571 0 1 0 27 1 0 0 18 0 9 0 22407625 884953088 6116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16683] ppid=16680 vsize=864212 CPUtime=0.15
/proc/16681/task/16683/stat : 16683 (java) R 16680 16667 16267 0 -1 64 3253 0 0 0 14 1 0 0 16 0 9 0 22407626 884953088 6116 996147200 134512640 134550932 4294955936 18446744073709551615 102768123 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16684] ppid=16680 vsize=864212 CPUtime=0
/proc/16681/task/16684/stat : 16684 (java) S 16680 16667 16267 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22407626 884953088 6116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16685] ppid=16680 vsize=864212 CPUtime=0
/proc/16681/task/16685/stat : 16685 (java) S 16680 16667 16267 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22407626 884953088 6116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886436

[startup+3.10281 s]
/proc/loadavg: 2.07 2.11 2.05 4/92 16689
/proc/meminfo: memFree=1822832/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=0.9
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1309 7555 0 1 5 1 80 4 16 0 1 0 22407527 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1111 409 3 0 796 0
[pid=16680] ppid=16667 vsize=5356 CPUtime=0
/proc/16680/stat : 16680 (sh) S 16667 16667 16267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22407624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16680/statm: 1339 233 193 169 0 50 0
[pid=16681] ppid=16680 vsize=865364 CPUtime=2.1
/proc/16681/stat : 16681 (java) S 16680 16667 16267 0 -1 0 17730 0 1 0 202 8 0 0 19 0 9 0 22407624 886132736 16964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16681/statm: 216341 16964 2566 9 0 210846 0
[pid=16681/tid=16682] ppid=16680 vsize=865364 CPUtime=0.89
/proc/16681/task/16682/stat : 16682 (java) R 16680 16667 16267 0 -1 64 3175 0 1 0 88 1 0 0 23 0 9 0 22407625 886132736 16964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16683] ppid=16680 vsize=865364 CPUtime=1.09
/proc/16681/task/16683/stat : 16683 (java) S 16680 16667 16267 0 -1 64 13252 0 0 0 104 5 0 0 16 0 9 0 22407626 886132736 16964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16684] ppid=16680 vsize=865364 CPUtime=0
/proc/16681/task/16684/stat : 16684 (java) S 16680 16667 16267 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22407626 886132736 16964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16685] ppid=16680 vsize=865364 CPUtime=0
/proc/16681/task/16685/stat : 16685 (java) S 16680 16667 16267 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22407626 886132736 16964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16686] ppid=16680 vsize=865364 CPUtime=0
/proc/16681/task/16686/stat : 16686 (java) S 16680 16667 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22407629 886132736 16964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16687] ppid=16680 vsize=865364 CPUtime=0.08
/proc/16681/task/16687/stat : 16687 (java) R 16680 16667 16267 0 -1 64 600 0 0 0 8 0 0 0 16 0 9 0 22407629 886132736 16964 996147200 134512640 134550932 4294955936 18446744073709551615 102382193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16688] ppid=16680 vsize=865364 CPUtime=0
/proc/16681/task/16688/stat : 16688 (java) S 16680 16667 16267 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22407629 886132736 16964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16689] ppid=16680 vsize=865364 CPUtime=0
/proc/16681/task/16689/stat : 16689 (java) S 16680 16667 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22407629 886132736 16964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887588

[startup+6.30239 s]
/proc/loadavg: 2.07 2.11 2.05 3/92 16689
/proc/meminfo: memFree=1734704/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=0.91
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1310 7555 0 1 6 1 80 4 15 0 1 0 22407527 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1111 409 3 0 796 0
[pid=16680] ppid=16667 vsize=5356 CPUtime=0
/proc/16680/stat : 16680 (sh) S 16667 16667 16267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22407624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16680/statm: 1339 233 193 169 0 50 0
[pid=16681] ppid=16680 vsize=868688 CPUtime=5.27
/proc/16681/stat : 16681 (java) S 16680 16667 16267 0 -1 0 34073 0 1 0 510 17 0 0 19 0 9 0 22407624 889536512 33132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16681/statm: 217172 33132 2592 9 0 211649 0
[pid=16681/tid=16682] ppid=16680 vsize=868688 CPUtime=2.43
/proc/16681/task/16682/stat : 16682 (java) R 16680 16667 16267 0 -1 64 4245 0 1 0 240 3 0 0 25 0 9 0 22407625 889536512 33132 996147200 134512640 134550932 4294955936 18446744073709551615 103211075 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16683] ppid=16680 vsize=868688 CPUtime=2.6
/proc/16681/task/16683/stat : 16683 (java) S 16680 16667 16267 0 -1 64 27606 0 0 0 248 12 0 0 16 0 9 0 22407626 889536512 33132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16684] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16684/stat : 16684 (java) S 16680 16667 16267 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22407626 889536512 33132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16685] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16685/stat : 16685 (java) S 16680 16667 16267 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22407626 889536512 33132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16686] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16686/stat : 16686 (java) S 16680 16667 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22407629 889536512 33132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16687] ppid=16680 vsize=868688 CPUtime=0.21
/proc/16681/task/16687/stat : 16687 (java) S 16680 16667 16267 0 -1 64 1519 0 0 0 21 0 0 0 15 0 9 0 22407629 889536512 33132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16688] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16688/stat : 16688 (java) S 16680 16667 16267 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22407629 889536512 33132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16689] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16689/stat : 16689 (java) S 16680 16667 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22407629 889536512 33132 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890912

[startup+12.7015 s]
/proc/loadavg: 2.06 2.10 2.04 3/92 16689
/proc/meminfo: memFree=1719216/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=0.91
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1310 7555 0 1 6 1 80 4 15 0 1 0 22407527 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1111 409 3 0 796 0
[pid=16680] ppid=16667 vsize=5356 CPUtime=0
/proc/16680/stat : 16680 (sh) S 16667 16667 16267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22407624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16680/statm: 1339 233 193 169 0 50 0
[pid=16681] ppid=16680 vsize=868688 CPUtime=11.64
/proc/16681/stat : 16681 (java) S 16680 16667 16267 0 -1 0 35069 0 1 0 1141 23 0 0 19 0 9 0 22407624 889536512 34079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16681/statm: 217172 34079 2592 9 0 211649 0
[pid=16681/tid=16682] ppid=16680 vsize=868688 CPUtime=8.63
/proc/16681/task/16682/stat : 16682 (java) R 16680 16667 16267 0 -1 64 4295 0 1 0 854 9 0 0 25 0 9 0 22407625 889536512 34079 996147200 134512640 134550932 4294955936 18446744073709551615 4126963106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16683] ppid=16680 vsize=868688 CPUtime=2.76
/proc/16681/task/16683/stat : 16683 (java) S 16680 16667 16267 0 -1 64 28543 0 0 0 263 13 0 0 16 0 9 0 22407626 889536512 34079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16684] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16684/stat : 16684 (java) S 16680 16667 16267 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22407626 889536512 34079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16685] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16685/stat : 16685 (java) S 16680 16667 16267 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22407626 889536512 34079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16686] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16686/stat : 16686 (java) S 16680 16667 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22407629 889536512 34079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16687] ppid=16680 vsize=868688 CPUtime=0.22
/proc/16681/task/16687/stat : 16687 (java) S 16680 16667 16267 0 -1 64 1528 0 0 0 22 0 0 0 16 0 9 0 22407629 889536512 34079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16688] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16688/stat : 16688 (java) S 16680 16667 16267 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22407629 889536512 34079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16689] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16689/stat : 16689 (java) S 16680 16667 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22407629 889536512 34079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890912

[startup+25.5029 s]
/proc/loadavg: 2.05 2.10 2.04 3/92 16689
/proc/meminfo: memFree=1698224/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=0.91
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1310 7555 0 1 6 1 80 4 15 0 1 0 22407527 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1111 409 3 0 796 0
[pid=16680] ppid=16667 vsize=5356 CPUtime=0
/proc/16680/stat : 16680 (sh) S 16667 16667 16267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22407624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16680/statm: 1339 233 193 169 0 50 0
[pid=16681] ppid=16680 vsize=868688 CPUtime=24.36
/proc/16681/stat : 16681 (java) S 16680 16667 16267 0 -1 0 37497 0 1 0 2404 32 0 0 19 0 9 0 22407624 889536512 36432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16681/statm: 217172 36432 2592 9 0 211649 0
[pid=16681/tid=16682] ppid=16680 vsize=868688 CPUtime=20.99
/proc/16681/task/16682/stat : 16682 (java) R 16680 16667 16267 0 -1 64 4370 0 1 0 2084 15 0 0 25 0 9 0 22407625 889536512 36432 996147200 134512640 134550932 4294955936 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16683] ppid=16680 vsize=868688 CPUtime=3.12
/proc/16681/task/16683/stat : 16683 (java) S 16680 16667 16267 0 -1 64 30896 0 0 0 297 15 0 0 16 0 9 0 22407626 889536512 36432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16684] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16684/stat : 16684 (java) S 16680 16667 16267 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22407626 889536512 36432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16685] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16685/stat : 16685 (java) S 16680 16667 16267 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22407626 889536512 36432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16686] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16686/stat : 16686 (java) S 16680 16667 16267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22407629 889536512 36432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16687] ppid=16680 vsize=868688 CPUtime=0.22
/proc/16681/task/16687/stat : 16687 (java) S 16680 16667 16267 0 -1 64 1528 0 0 0 22 0 0 0 16 0 9 0 22407629 889536512 36432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16688] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16688/stat : 16688 (java) S 16680 16667 16267 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22407629 889536512 36432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16681/tid=16689] ppid=16680 vsize=868688 CPUtime=0
/proc/16681/task/16689/stat : 16689 (java) S 16680 16667 16267 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22407629 889536512 36432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27

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

/proc/meminfo: memFree=1600944/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=160.18
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1365 68374 0 2 6 1 15912 99 16 0 1 0 22407527 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1113 409 3 0 796 0
[pid=16690] ppid=16667 vsize=5356 CPUtime=0
/proc/16690/stat : 16690 (sh) S 16667 16667 16267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22423642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16690/statm: 1339 232 193 169 0 50 0
[pid=16691] ppid=16690 vsize=144044 CPUtime=1139.98
/proc/16691/stat : 16691 (picosat) R 16690 16667 16267 0 -1 4194304 36332 0 0 0 111627 2371 0 0 25 0 1 0 22423643 147501056 34126 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/16691/statm: 36011 34126 48 102 0 35906 0
Current children cumulated CPU time (s) 1300.16
Current children cumulated vsize (KiB) 166268

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 16836
/proc/meminfo: memFree=1600816/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=160.18
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1365 68374 0 2 6 1 15912 99 16 0 1 0 22407527 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1113 409 3 0 796 0
[pid=16690] ppid=16667 vsize=5356 CPUtime=0
/proc/16690/stat : 16690 (sh) S 16667 16667 16267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22423642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16690/statm: 1339 232 193 169 0 50 0
[pid=16691] ppid=16690 vsize=144044 CPUtime=1199.95
/proc/16691/stat : 16691 (picosat) R 16690 16667 16267 0 -1 4194304 36332 0 0 0 117624 2371 0 0 25 0 1 0 22423643 147501056 34126 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16691/statm: 36011 34126 48 102 0 35906 0
Current children cumulated CPU time (s) 1360.13
Current children cumulated vsize (KiB) 166268

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16836
/proc/meminfo: memFree=1599792/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=160.18
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1365 68374 0 2 6 1 15912 99 16 0 1 0 22407527 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1113 409 3 0 796 0
[pid=16690] ppid=16667 vsize=5356 CPUtime=0
/proc/16690/stat : 16690 (sh) S 16667 16667 16267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22423642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16690/statm: 1339 232 193 169 0 50 0
[pid=16691] ppid=16690 vsize=144968 CPUtime=1259.93
/proc/16691/stat : 16691 (picosat) R 16690 16667 16267 0 -1 4194304 36763 0 0 0 123622 2371 0 0 25 0 1 0 22423643 148447232 34344 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16691/statm: 36242 34344 48 102 0 36137 0
Current children cumulated CPU time (s) 1420.11
Current children cumulated vsize (KiB) 167192

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16836
/proc/meminfo: memFree=1598768/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=160.18
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1365 68374 0 2 6 1 15912 99 16 0 1 0 22407527 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1113 409 3 0 796 0
[pid=16690] ppid=16667 vsize=5356 CPUtime=0
/proc/16690/stat : 16690 (sh) S 16667 16667 16267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22423642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16690/statm: 1339 232 193 169 0 50 0
[pid=16691] ppid=16690 vsize=145892 CPUtime=1319.89
/proc/16691/stat : 16691 (picosat) R 16690 16667 16267 0 -1 4194304 37251 0 0 0 129618 2371 0 0 25 0 1 0 22423643 149393408 34609 996147200 134512640 134931368 4294956256 18446744073709551615 134531683 0 0 4096 0 0 0 0 17 0 0 0
/proc/16691/statm: 36473 34609 48 102 0 36368 0
Current children cumulated CPU time (s) 1480.07
Current children cumulated vsize (KiB) 168116

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16836
/proc/meminfo: memFree=1598448/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=160.18
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1365 68374 0 2 6 1 15912 99 16 0 1 0 22407527 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1113 409 3 0 796 0
[pid=16690] ppid=16667 vsize=5356 CPUtime=0
/proc/16690/stat : 16690 (sh) S 16667 16667 16267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22423642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16690/statm: 1339 232 193 169 0 50 0
[pid=16691] ppid=16690 vsize=145892 CPUtime=1379.86
/proc/16691/stat : 16691 (picosat) R 16690 16667 16267 0 -1 4194304 37251 0 0 0 135615 2371 0 0 25 0 1 0 22423643 149393408 34609 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16691/statm: 36473 34609 48 102 0 36368 0
Current children cumulated CPU time (s) 1540.04
Current children cumulated vsize (KiB) 168116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16836
/proc/meminfo: memFree=1597488/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=160.18
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1365 68374 0 2 6 1 15912 99 16 0 1 0 22407527 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1113 409 3 0 796 0
[pid=16690] ppid=16667 vsize=5356 CPUtime=0
/proc/16690/stat : 16690 (sh) S 16667 16667 16267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22423642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16690/statm: 1339 232 193 169 0 50 0
[pid=16691] ppid=16690 vsize=146684 CPUtime=1439.84
/proc/16691/stat : 16691 (picosat) R 16690 16667 16267 0 -1 4194304 37713 0 0 0 141612 2372 0 0 25 0 1 0 22423643 150204416 34840 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16691/statm: 36671 34840 48 102 0 36566 0
Current children cumulated CPU time (s) 1600.02
Current children cumulated vsize (KiB) 168908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16836
/proc/meminfo: memFree=1597488/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=160.18
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1365 68374 0 2 6 1 15912 99 16 0 1 0 22407527 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1113 409 3 0 796 0
[pid=16690] ppid=16667 vsize=5356 CPUtime=0
/proc/16690/stat : 16690 (sh) S 16667 16667 16267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22423642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16690/statm: 1339 232 193 169 0 50 0
[pid=16691] ppid=16690 vsize=146684 CPUtime=1499.81
/proc/16691/stat : 16691 (picosat) R 16690 16667 16267 0 -1 4194304 37713 0 0 0 147609 2372 0 0 25 0 1 0 22423643 150204416 34840 996147200 134512640 134931368 4294956256 18446744073709551615 134529170 0 0 4096 0 0 0 0 17 0 0 0
/proc/16691/statm: 36671 34840 48 102 0 36566 0
Current children cumulated CPU time (s) 1659.99
Current children cumulated vsize (KiB) 168908

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16836
/proc/meminfo: memFree=1597488/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=160.18
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1365 68374 0 2 6 1 15912 99 16 0 1 0 22407527 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1113 409 3 0 796 0
[pid=16690] ppid=16667 vsize=5356 CPUtime=0
/proc/16690/stat : 16690 (sh) S 16667 16667 16267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22423642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16690/statm: 1339 232 193 169 0 50 0
[pid=16691] ppid=16690 vsize=146948 CPUtime=1559.78
/proc/16691/stat : 16691 (picosat) R 16690 16667 16267 0 -1 4194304 37766 0 0 0 153606 2372 0 0 25 0 1 0 22423643 150474752 34893 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/16691/statm: 36737 34893 48 102 0 36632 0
Current children cumulated CPU time (s) 1719.96
Current children cumulated vsize (KiB) 169172

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16836
/proc/meminfo: memFree=1596848/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=160.18
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1365 68374 0 2 6 1 15912 99 16 0 1 0 22407527 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1113 409 3 0 796 0
[pid=16690] ppid=16667 vsize=5356 CPUtime=0
/proc/16690/stat : 16690 (sh) S 16667 16667 16267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22423642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16690/statm: 1339 232 193 169 0 50 0
[pid=16691] ppid=16690 vsize=147212 CPUtime=1619.74
/proc/16691/stat : 16691 (picosat) R 16690 16667 16267 0 -1 4194304 38088 0 0 0 159602 2372 0 0 25 0 1 0 22423643 150745088 34972 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 0 0 0
/proc/16691/statm: 36803 34972 48 102 0 36698 0
Current children cumulated CPU time (s) 1779.92
Current children cumulated vsize (KiB) 169436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16836
/proc/meminfo: memFree=1596848/2055920 swapFree=4192812/4192956
[pid=16667] ppid=16665 vsize=16868 CPUtime=160.18
/proc/16667/stat : 16667 (sugar) S 16665 16667 16267 0 -1 4194304 1365 68374 0 2 6 1 15912 99 16 0 1 0 22407527 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16667/statm: 4217 1113 409 3 0 796 0
[pid=16690] ppid=16667 vsize=5356 CPUtime=0
/proc/16690/stat : 16690 (sh) S 16667 16667 16267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22423642 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16690/statm: 1339 232 193 169 0 50 0
[pid=16691] ppid=16690 vsize=147212 CPUtime=1639.84
/proc/16691/stat : 16691 (picosat) R 16690 16667 16267 0 -1 4194304 38088 0 0 0 161612 2372 0 0 25 0 1 0 22423643 150745088 34972 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/16691/statm: 36803 34972 48 102 0 36698 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 169436

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 16667 and gives
#  childrusage.ru_utime.tv_sec=159
#  childrusage.ru_utime.tv_usec=185800
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=20844
# CPU time returned by wait4() is 160.207
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1802.43
CPU time (s): 1800.02
CPU user time (s): 1775.3
CPU system time (s): 24.72
CPU usage (%): 99.8662
Max. virtual memory (cumulated for all children) (KiB): 911404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.186
system time used= 1.02084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70133
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= 11483
involuntary context switches= 13051

runsolver used 2.21866 second user time and 6.01908 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-12 01:03:57
IDJOB=2071345
IDBENCH=55481
IDSOLVER=738
FILE ID=node45/2071345-1247353437
PBS_JOBID= 9506912
Free space on /tmp= 66356 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-07.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-2071345-1247353437/watcher-2071345-1247353437 -o /tmp/evaluation-result-2071345-1247353437/solver-2071345-1247353437 -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-2071345-1247353437.xml

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

MD5SUM BENCH= d3bbb87c49a34df4eb9bda6df8940577
RANDOM SEED=2034186098

node45.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.281
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.281
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:       1857704 kB
Buffers:         23980 kB
Cached:          93184 kB
SwapCached:          0 kB
Active:          88216 kB
Inactive:        59988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1988 kB
Writeback:           0 kB
Mapped:          51388 kB
Slab:            35180 kB
Committed_AS:   206040 kB
PageTables:       1840 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= 66356 MiB
End job on node45 at 2009-07-12 01:34:02