Trace number 2071312

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 1806.04

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-05.xml
MD5SUMa7dd4daeb8875c2d8b5f586914424d5a
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 benchmark22.6246
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2312
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension2168
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 01:01:31 2009
0.00/0.07	c 0	PID 16908
0.00/0.07	c 0	HOST node82.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2071312-1247353291.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071312-1247353291.xml' 'HOME/temp.csp'
0.06/0.63	c 1	1 domains, 368 variables, 6 predicates, 5 relations, 2312 constraints
0.06/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.64	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/0.72	c 1	Parsing HOME/temp.csp
0.61/0.91	c 1	parsed 2692 expressions
0.61/0.92	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.92	c 1	Converting to clausal form CSP
0.61/0.94	c 1	converted 270 (10%) expressions
2.15/2.25	c 3	converted 539 (20%) expressions
2.74/2.85	c 3	converted 808 (30%) expressions
4.74/4.85	c 5	converted 1077 (40%) expressions
4.74/4.88	c 5	converted 1346 (50%) expressions
4.94/5.07	c 5	converted 1616 (60%) expressions
5.05/5.10	c 5	converted 1885 (70%) expressions
5.05/5.13	c 5	converted 2154 (80%) expressions
5.05/5.19	c 5	converted 2423 (90%) expressions
5.15/5.22	c 5	converted 2692 (100%) expressions
5.15/5.22	c 6	CSP : 368 integers, 0 booleans, 2312 clauses, largest domain size 26
5.15/5.22	c 6	Heap : 118 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.15/5.22	c 6	Propagation in CSP
5.15/5.24	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.15/5.24	c 6	CSP : 368 integers, 0 booleans, 2312 clauses, largest domain size 26
5.15/5.24	c 6	Heap : 118 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.15/5.24	c 6	Simplifing CSP by introducing new Boolean variables
5.24/5.32	c 6	CSP : 368 integers, 22640 booleans, 24952 clauses, largest domain size 26
5.24/5.32	c 6	Heap : 117 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.05/6.16	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.05/6.19	c 6	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
6.05/6.20	c 6	74 (20%) CSP integer variables are encoded (1776 clauses, 21025 bytes)
6.14/6.20	c 6	111 (30%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
6.14/6.20	c 6	148 (40%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
6.14/6.20	c 6	184 (50%) CSP integer variables are encoded (4416 clauses, 55345 bytes)
6.14/6.20	c 6	221 (60%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
6.14/6.20	c 6	258 (70%) CSP integer variables are encoded (6192 clauses, 78433 bytes)
6.14/6.20	c 6	295 (80%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
6.14/6.20	c 6	332 (90%) CSP integer variables are encoded (7968 clauses, 101521 bytes)
6.14/6.21	c 6	368 (100%) CSP integer variables are encoded (8832 clauses, 112753 bytes)
76.19/76.33	c 77	2496 (10%) CSP clauses are encoded (1131478 clauses, 48487588 bytes)
203.11/203.40	c 204	4991 (20%) CSP clauses are encoded (2337282 clauses, 110993918 bytes)
203.32/203.51	c 204	7486 (30%) CSP clauses are encoded (2396477 clauses, 112155179 bytes)
203.41/203.62	c 204	9981 (40%) CSP clauses are encoded (2456022 clauses, 113299220 bytes)
203.51/203.73	c 204	12476 (50%) CSP clauses are encoded (2516092 clauses, 114452874 bytes)
203.61/203.84	c 204	14972 (60%) CSP clauses are encoded (2576188 clauses, 115605130 bytes)
203.71/203.95	c 204	17467 (70%) CSP clauses are encoded (2636258 clauses, 116778225 bytes)
203.81/204.07	c 204	19962 (80%) CSP clauses are encoded (2696328 clauses, 117964660 bytes)
203.91/204.18	c 204	22457 (90%) CSP clauses are encoded (2756773 clauses, 119142636 bytes)
204.02/204.29	c 205	24952 (100%) CSP clauses are encoded (2817468 clauses, 120341950 bytes)
204.02/204.29	c 205	24952 CSP clauses encoded
204.02/204.29	c 205	Writing map file : HOME/temp.map
204.11/204.31	c 205	Heap : 130 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
204.11/204.31	c 205	SAT : 31840 SAT variables, 2817468 SAT clauses, 120341950 bytes
204.11/204.31	c 205	Heap : 130 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
204.11/204.36	c 205	SOLVING HOME/temp.cnf
204.11/204.36	c 205	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1806.02	c ERROR INTERRUPTED
1800.02/1806.03	s UNKNOWN
1800.02/1806.03	c 1806	CPU 204.17 (0.05 0.01 202.91 1.2)
1800.02/1806.03	c 1806	END Sun Jul 12 01:31:37 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-2071312-1247353291/watcher-2071312-1247353291 -o /tmp/evaluation-result-2071312-1247353291/solver-2071312-1247353291 -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-2071312-1247353291.xml 

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


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.99 4/82 16908
/proc/meminfo: memFree=1889016/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=12272 CPUtime=0
/proc/16908/stat : 16908 (sugar) R 16906 16908 16070 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 22394095 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 224273677310 0 0 4224 0 0 0 0 17 1 0 0
/proc/16908/statm: 3068 328 246 3 0 168 0

[startup+0.081421 s]
/proc/loadavg: 1.93 2.00 1.99 4/82 16908
/proc/meminfo: memFree=1889016/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=0.06
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22394095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101424 s]
/proc/loadavg: 1.93 2.00 1.99 4/82 16908
/proc/meminfo: memFree=1889016/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=0.06
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22394095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301463 s]
/proc/loadavg: 1.93 2.00 1.99 4/82 16908
/proc/meminfo: memFree=1889016/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=0.06
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22394095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701534 s]
/proc/loadavg: 1.93 2.00 1.99 4/82 16908
/proc/meminfo: memFree=1889016/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=0.61
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1292 7244 0 1 5 1 51 4 16 0 1 0 22394095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16908/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50268 s]
/proc/loadavg: 1.93 2.00 1.99 3/93 16930
/proc/meminfo: memFree=1874528/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=0.61
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1309 7244 0 1 5 1 51 4 15 0 1 0 22394095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1111 409 3 0 796 0
[pid=16921] ppid=16908 vsize=5356 CPUtime=0
/proc/16921/stat : 16921 (sh) S 16908 16908 16070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22394160 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16921/statm: 1339 233 193 169 0 50 0
[pid=16922] ppid=16921 vsize=864244 CPUtime=0.84
/proc/16922/stat : 16922 (java) S 16921 16908 16070 0 -1 0 10079 0 1 0 79 5 0 0 18 0 9 0 22394160 884985856 9329 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16922/statm: 216061 9330 2566 9 0 210566 0
[pid=16922/tid=16923] ppid=16921 vsize=864244 CPUtime=0.45
/proc/16922/task/16923/stat : 16923 (java) R 16921 16908 16070 0 -1 64 2805 0 1 0 44 1 0 0 23 0 9 0 22394161 884985856 9330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16924] ppid=16921 vsize=864244 CPUtime=0.32
/proc/16922/task/16924/stat : 16924 (java) R 16921 16908 16070 0 -1 64 6260 0 0 0 30 2 0 0 16 0 9 0 22394162 884985856 9331 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16925] ppid=16921 vsize=864244 CPUtime=0
/proc/16922/task/16925/stat : 16925 (java) S 16921 16908 16070 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22394163 884985856 9333 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16926] ppid=16921 vsize=864244 CPUtime=0
/proc/16922/task/16926/stat : 16926 (java) S 16921 16908 16070 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22394163 884985856 9334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16927] ppid=16921 vsize=864244 CPUtime=0
/proc/16922/task/16927/stat : 16927 (java) S 16921 16908 16070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22394164 884985856 9335 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16928] ppid=16921 vsize=864244 CPUtime=0.04
/proc/16922/task/16928/stat : 16928 (java) S 16921 16908 16070 0 -1 64 317 0 0 0 4 0 0 0 16 0 9 0 22394164 884985856 9336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16929] ppid=16921 vsize=864244 CPUtime=0
/proc/16922/task/16929/stat : 16929 (java) S 16921 16908 16070 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22394165 884985856 9337 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16930] ppid=16921 vsize=864244 CPUtime=0
/proc/16922/task/16930/stat : 16930 (java) S 16921 16908 16070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22394165 884985856 9338 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886468

[startup+3.10298 s]
/proc/loadavg: 1.94 2.00 1.99 4/93 16930
/proc/meminfo: memFree=1839776/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=0.61
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1309 7244 0 1 5 1 51 4 16 0 1 0 22394095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1111 409 3 0 796 0
[pid=16921] ppid=16908 vsize=5356 CPUtime=0
/proc/16921/stat : 16921 (sh) S 16908 16908 16070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22394160 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16921/statm: 1339 233 193 169 0 50 0
[pid=16922] ppid=16921 vsize=868520 CPUtime=2.44
/proc/16922/stat : 16922 (java) S 16921 16908 16070 0 -1 0 22858 0 1 0 233 11 0 0 18 0 9 0 22394160 889364480 22056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16922/statm: 217130 22056 2566 9 0 211635 0
[pid=16922/tid=16923] ppid=16921 vsize=868520 CPUtime=1.01
/proc/16922/task/16923/stat : 16923 (java) R 16921 16908 16070 0 -1 64 3262 0 1 0 100 1 0 0 25 0 9 0 22394161 889364480 22056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16924] ppid=16921 vsize=868520 CPUtime=1.25
/proc/16922/task/16924/stat : 16924 (java) R 16921 16908 16070 0 -1 64 17424 0 0 0 118 7 0 0 17 0 9 0 22394162 889364480 22056 996147200 134512640 134550932 4294955936 18446744073709551615 103825760 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16925] ppid=16921 vsize=868520 CPUtime=0
/proc/16922/task/16925/stat : 16925 (java) S 16921 16908 16070 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22394163 889364480 22056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16926] ppid=16921 vsize=868520 CPUtime=0
/proc/16922/task/16926/stat : 16926 (java) S 16921 16908 16070 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22394163 889364480 22056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16927] ppid=16921 vsize=868520 CPUtime=0
/proc/16922/task/16927/stat : 16927 (java) S 16921 16908 16070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22394164 889364480 22056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16928] ppid=16921 vsize=868520 CPUtime=0.14
/proc/16922/task/16928/stat : 16928 (java) S 16921 16908 16070 0 -1 64 1473 0 0 0 14 0 0 0 16 0 9 0 22394164 889364480 22056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16929] ppid=16921 vsize=868520 CPUtime=0
/proc/16922/task/16929/stat : 16929 (java) S 16921 16908 16070 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22394165 889364480 22056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16930] ppid=16921 vsize=868520 CPUtime=0
/proc/16922/task/16930/stat : 16930 (java) S 16921 16908 16070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22394165 889364480 22056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 890744

[startup+6.30257 s]
/proc/loadavg: 1.94 2.00 1.99 4/93 16930
/proc/meminfo: memFree=1743912/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=0.61
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1310 7244 0 1 5 1 51 4 16 0 1 0 22394095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1111 409 3 0 796 0
[pid=16921] ppid=16908 vsize=5356 CPUtime=0
/proc/16921/stat : 16921 (sh) S 16908 16908 16070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22394160 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16921/statm: 1339 233 193 169 0 50 0
[pid=16922] ppid=16921 vsize=868688 CPUtime=5.63
/proc/16922/stat : 16922 (java) S 16921 16908 16070 0 -1 0 48399 0 1 0 541 22 0 0 18 0 9 0 22394160 889536512 37302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16922/statm: 217172 37302 2593 9 0 211649 0
[pid=16922/tid=16923] ppid=16921 vsize=868688 CPUtime=1.85
/proc/16922/task/16923/stat : 16923 (java) R 16921 16908 16070 0 -1 64 4637 0 1 0 183 2 0 0 24 0 9 0 22394161 889536512 37302 996147200 134512640 134550932 4294955936 18446744073709551615 4126546813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16924] ppid=16921 vsize=868688 CPUtime=3.55
/proc/16922/task/16924/stat : 16924 (java) S 16921 16908 16070 0 -1 64 41541 0 0 0 337 18 0 0 18 0 9 0 22394162 889536512 37302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16925] ppid=16921 vsize=868688 CPUtime=0
/proc/16922/task/16925/stat : 16925 (java) S 16921 16908 16070 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22394163 889536512 37302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16926] ppid=16921 vsize=868688 CPUtime=0
/proc/16922/task/16926/stat : 16926 (java) S 16921 16908 16070 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22394163 889536512 37302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16927] ppid=16921 vsize=868688 CPUtime=0
/proc/16922/task/16927/stat : 16927 (java) S 16921 16908 16070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22394164 889536512 37302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16928] ppid=16921 vsize=868688 CPUtime=0.21
/proc/16922/task/16928/stat : 16928 (java) S 16921 16908 16070 0 -1 64 1522 0 0 0 20 1 0 0 16 0 9 0 22394164 889536512 37302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16929] ppid=16921 vsize=868688 CPUtime=0
/proc/16922/task/16929/stat : 16929 (java) S 16921 16908 16070 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22394165 889536512 37302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16930] ppid=16921 vsize=868688 CPUtime=0
/proc/16922/task/16930/stat : 16930 (java) S 16921 16908 16070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22394165 889536512 37302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 890912

[startup+12.7028 s]
/proc/loadavg: 1.95 2.00 1.99 3/93 16930
/proc/meminfo: memFree=1736168/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=0.61
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1310 7244 0 1 5 1 51 4 16 0 1 0 22394095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1111 409 3 0 796 0
[pid=16921] ppid=16908 vsize=5356 CPUtime=0
/proc/16921/stat : 16921 (sh) S 16908 16908 16070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22394160 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16921/statm: 1339 233 193 169 0 50 0
[pid=16922] ppid=16921 vsize=868688 CPUtime=12.03
/proc/16922/stat : 16922 (java) S 16921 16908 16070 0 -1 0 49107 0 1 0 1176 27 0 0 18 0 9 0 22394160 889536512 37966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16922/statm: 217172 37966 2593 9 0 211649 0
[pid=16922/tid=16923] ppid=16921 vsize=868688 CPUtime=8.08
/proc/16922/task/16923/stat : 16923 (java) R 16921 16908 16070 0 -1 64 4684 0 1 0 801 7 0 0 25 0 9 0 22394161 889536512 37966 996147200 134512640 134550932 4294955936 18446744073709551615 4126970732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16924] ppid=16921 vsize=868688 CPUtime=3.71
/proc/16922/task/16924/stat : 16924 (java) S 16921 16908 16070 0 -1 64 42198 0 0 0 353 18 0 0 16 0 9 0 22394162 889536512 37966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16925] ppid=16921 vsize=868688 CPUtime=0
/proc/16922/task/16925/stat : 16925 (java) S 16921 16908 16070 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22394163 889536512 37966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16926] ppid=16921 vsize=868688 CPUtime=0
/proc/16922/task/16926/stat : 16926 (java) S 16921 16908 16070 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22394163 889536512 37966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16927] ppid=16921 vsize=868688 CPUtime=0
/proc/16922/task/16927/stat : 16927 (java) S 16921 16908 16070 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22394164 889536512 37966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16928] ppid=16921 vsize=868688 CPUtime=0.22
/proc/16922/task/16928/stat : 16928 (java) S 16921 16908 16070 0 -1 64 1526 0 0 0 21 1 0 0 16 0 9 0 22394164 889536512 37966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16929] ppid=16921 vsize=868688 CPUtime=0
/proc/16922/task/16929/stat : 16929 (java) S 16921 16908 16070 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22394165 889536512 37966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16930] ppid=16921 vsize=868688 CPUtime=0
/proc/16922/task/16930/stat : 16930 (java) S 16921 16908 16070 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22394165 889536512 37966 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 890912

[startup+25.5012 s]
/proc/loadavg: 1.95 2.00 1.99 3/93 16930
/proc/meminfo: memFree=1714728/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=0.61
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1310 7244 0 1 5 1 51 4 16 0 1 0 22394095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1111 409 3 0 796 0
[pid=16921] ppid=16908 vsize=5356 CPUtime=0
/proc/16921/stat : 16921 (sh) S 16908 16908 16070 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22394160 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16921/statm: 1339 233 193 169 0 50 0
[pid=16922] ppid=16921 vsize=868688 CPUtime=24.82
/proc/16922/stat : 16922 (java) S 16921 16908 16070 0 -1 0 51626 0 1 0 2447 35 0 0 18 0 9 0 22394160 889536512 40417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16922/statm: 217172 40417 2593 9 0 211649 0
[pid=16922/tid=16923] ppid=16921 vsize=868688 CPUtime=20.51
/proc/16922/task/16923/stat : 16923 (java) R 16921 16908 16070 0 -1 64 4752 0 1 0 2038 13 0 0 25 0 9 0 22394161 889536512 40417 996147200 134512640 134550932 4294955936 18446744073709551615 4126970752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16924] ppid=16921 vsize=868688 CPUtime=4.05
/proc/16922/task/16924/stat : 16924 (java) S 16921 16908 16070 0 -1 64 44649 0 0 0 386 19 0 0 16 0 9 0 22394162 889536512 40417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16925] ppid=16921 vsize=868688 CPUtime=0
/proc/16922/task/16925/stat : 16925 (java) S 16921 16908 16070 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22394163 889536512 40417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16926] ppid=16921 vsize=868688 CPUtime=0
/proc/16922/task/16926/stat : 16926 (java) S 16921 16908 16070 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22394163 889536512 40417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16922/tid=16927] ppid=16921 vsize=868688 CPUtime=0

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

/proc/meminfo: memFree=1336536/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=204.17
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1365 98941 0 2 5 1 20291 120 16 0 1 0 22394095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1113 409 3 0 796 0
[pid=16931] ppid=16908 vsize=5356 CPUtime=0
/proc/16931/stat : 16931 (sh) S 16908 16908 16070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16931/statm: 1339 232 193 169 0 50 0
[pid=16932] ppid=16931 vsize=166124 CPUtime=1094.69
/proc/16932/stat : 16932 (picosat) R 16931 16908 16070 0 -1 4194304 41495 0 0 0 106737 2732 0 0 25 0 1 0 22414532 170110976 40080 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16932/statm: 41531 40080 48 102 0 41426 0
Current children cumulated CPU time (s) 1298.86
Current children cumulated vsize (KiB) 188348

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/86 17124
/proc/meminfo: memFree=1317720/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=204.17
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1365 98941 0 2 5 1 20291 120 16 0 1 0 22394095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1113 409 3 0 796 0
[pid=16931] ppid=16908 vsize=5356 CPUtime=0
/proc/16931/stat : 16931 (sh) S 16908 16908 16070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16931/statm: 1339 232 193 169 0 50 0
[pid=16932] ppid=16931 vsize=166124 CPUtime=1154.39
/proc/16932/stat : 16932 (picosat) R 16931 16908 16070 0 -1 4194304 41495 0 0 0 112706 2733 0 0 25 0 1 0 22414532 170110976 40080 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16932/statm: 41531 40080 48 102 0 41426 0
Current children cumulated CPU time (s) 1358.56
Current children cumulated vsize (KiB) 188348

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17124
/proc/meminfo: memFree=1316760/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=204.17
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1365 98941 0 2 5 1 20291 120 16 0 1 0 22394095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1113 409 3 0 796 0
[pid=16931] ppid=16908 vsize=5356 CPUtime=0
/proc/16931/stat : 16931 (sh) S 16908 16908 16070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16931/statm: 1339 232 193 169 0 50 0
[pid=16932] ppid=16931 vsize=166916 CPUtime=1214.09
/proc/16932/stat : 16932 (picosat) R 16931 16908 16070 0 -1 4194304 41884 0 0 0 118675 2734 0 0 25 0 1 0 22414532 170921984 40292 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16932/statm: 41729 40292 48 102 0 41624 0
Current children cumulated CPU time (s) 1418.26
Current children cumulated vsize (KiB) 189140

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17124
/proc/meminfo: memFree=1316568/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=204.17
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1365 98941 0 2 5 1 20291 120 16 0 1 0 22394095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1113 409 3 0 796 0
[pid=16931] ppid=16908 vsize=5356 CPUtime=0
/proc/16931/stat : 16931 (sh) S 16908 16908 16070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16931/statm: 1339 232 193 169 0 50 0
[pid=16932] ppid=16931 vsize=166916 CPUtime=1273.78
/proc/16932/stat : 16932 (picosat) R 16931 16908 16070 0 -1 4194304 42082 0 0 0 124644 2734 0 0 25 0 1 0 22414532 170921984 40306 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16932/statm: 41729 40306 48 102 0 41624 0
Current children cumulated CPU time (s) 1477.95
Current children cumulated vsize (KiB) 189140

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17124
/proc/meminfo: memFree=1316248/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=204.17
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1365 98941 0 2 5 1 20291 120 16 0 1 0 22394095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1113 409 3 0 796 0
[pid=16931] ppid=16908 vsize=5356 CPUtime=0
/proc/16931/stat : 16931 (sh) S 16908 16908 16070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16931/statm: 1339 232 193 169 0 50 0
[pid=16932] ppid=16931 vsize=166916 CPUtime=1333.47
/proc/16932/stat : 16932 (picosat) R 16931 16908 16070 0 -1 4194304 42082 0 0 0 130613 2734 0 0 25 0 1 0 22414532 170921984 40306 996147200 134512640 134931368 4294956256 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 0 0 0
/proc/16932/statm: 41729 40306 48 102 0 41624 0
Current children cumulated CPU time (s) 1537.64
Current children cumulated vsize (KiB) 189140

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17124
/proc/meminfo: memFree=1298392/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=204.17
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1365 98941 0 2 5 1 20291 120 16 0 1 0 22394095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1113 409 3 0 796 0
[pid=16931] ppid=16908 vsize=5356 CPUtime=0
/proc/16931/stat : 16931 (sh) S 16908 16908 16070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16931/statm: 1339 232 193 169 0 50 0
[pid=16932] ppid=16931 vsize=168896 CPUtime=1393.18
/proc/16932/stat : 16932 (picosat) R 16931 16908 16070 0 -1 4194304 42583 0 0 0 136583 2735 0 0 25 0 1 0 22414532 172949504 40807 996147200 134512640 134931368 4294956256 18446744073709551615 134542053 0 0 4096 0 0 0 0 17 0 0 0
/proc/16932/statm: 42224 40807 48 102 0 42119 0
Current children cumulated CPU time (s) 1597.35
Current children cumulated vsize (KiB) 191120

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17124
/proc/meminfo: memFree=1297496/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=204.17
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1365 98941 0 2 5 1 20291 120 16 0 1 0 22394095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1113 409 3 0 796 0
[pid=16931] ppid=16908 vsize=5356 CPUtime=0
/proc/16931/stat : 16931 (sh) S 16908 16908 16070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16931/statm: 1339 232 193 169 0 50 0
[pid=16932] ppid=16931 vsize=168896 CPUtime=1452.87
/proc/16932/stat : 16932 (picosat) R 16931 16908 16070 0 -1 4194304 42785 0 0 0 142552 2735 0 0 25 0 1 0 22414532 172949504 40816 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/16932/statm: 42224 40816 48 102 0 42119 0
Current children cumulated CPU time (s) 1657.04
Current children cumulated vsize (KiB) 191120

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 17124
/proc/meminfo: memFree=1297432/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=204.17
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1365 98941 0 2 5 1 20291 120 16 0 1 0 22394095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1113 409 3 0 796 0
[pid=16931] ppid=16908 vsize=5356 CPUtime=0
/proc/16931/stat : 16931 (sh) S 16908 16908 16070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16931/statm: 1339 232 193 169 0 50 0
[pid=16932] ppid=16931 vsize=168896 CPUtime=1512.57
/proc/16932/stat : 16932 (picosat) R 16931 16908 16070 0 -1 4194304 42786 0 0 0 148522 2735 0 0 25 0 1 0 22414532 172949504 40817 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/16932/statm: 42224 40817 48 102 0 42119 0
Current children cumulated CPU time (s) 1716.74
Current children cumulated vsize (KiB) 191120

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/86 17124
/proc/meminfo: memFree=1274200/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=204.17
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1365 98941 0 2 5 1 20291 120 16 0 1 0 22394095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1113 409 3 0 796 0
[pid=16931] ppid=16908 vsize=5356 CPUtime=0
/proc/16931/stat : 16931 (sh) S 16908 16908 16070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16931/statm: 1339 232 193 169 0 50 0
[pid=16932] ppid=16931 vsize=169688 CPUtime=1572.27
/proc/16932/stat : 16932 (picosat) R 16931 16908 16070 0 -1 4194304 43205 0 0 0 154491 2736 0 0 25 0 1 0 22414532 173760512 41028 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/16932/statm: 42422 41028 48 102 0 42317 0
Current children cumulated CPU time (s) 1776.44
Current children cumulated vsize (KiB) 191912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806 s]
/proc/loadavg: 2.03 2.01 2.00 3/86 17124
/proc/meminfo: memFree=1274200/2055920 swapFree=4192812/4192956
[pid=16908] ppid=16906 vsize=16868 CPUtime=204.17
/proc/16908/stat : 16908 (sugar) S 16906 16908 16070 0 -1 4194304 1365 98941 0 2 5 1 20291 120 16 0 1 0 22394095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16908/statm: 4217 1113 409 3 0 796 0
[pid=16931] ppid=16908 vsize=5356 CPUtime=0
/proc/16931/stat : 16931 (sh) S 16908 16908 16070 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414531 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16931/statm: 1339 232 193 169 0 50 0
[pid=16932] ppid=16931 vsize=169688 CPUtime=1595.85
/proc/16932/stat : 16932 (picosat) R 16931 16908 16070 0 -1 4194304 43205 0 0 0 156849 2736 0 0 25 0 1 0 22414532 173760512 41028 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16932/statm: 42422 41028 48 102 0 42317 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 191912

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 16908 and gives
#  childrusage.ru_utime.tv_sec=202
#  childrusage.ru_utime.tv_usec=968144
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=227813
# CPU time returned by wait4() is 204.196
# 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): 1806.04
CPU time (s): 1800.02
CPU user time (s): 1771.45
CPU system time (s): 28.57
CPU usage (%): 99.6668
Max. virtual memory (cumulated for all children) (KiB): 916524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.968
system time used= 1.22781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100700
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= 13010
involuntary context switches= 14781

runsolver used 2.08068 second user time and 5.71313 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 01:01:31
IDJOB=2071312
IDBENCH=55474
IDSOLVER=738
FILE ID=node82/2071312-1247353291
PBS_JOBID= 9506822
Free space on /tmp= 66140 MiB

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

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

MD5SUM BENCH= a7dd4daeb8875c2d8b5f586914424d5a
RANDOM SEED=433364364

node82.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1889432 kB
Buffers:         12008 kB
Cached:          69048 kB
SwapCached:          0 kB
Active:          86472 kB
Inactive:        28784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1889432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2064 kB
Writeback:           0 kB
Mapped:          52496 kB
Slab:            36328 kB
Committed_AS:   193336 kB
PageTables:       1864 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66064 MiB
End job on node82 at 2009-07-12 01:31:39