Trace number 2068661

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 1815.85

General information on the benchmark

Namecsp/ukHerald/
normalized-crossword-m1-uk-19-05.xml
MD5SUM7673da9bb2ec89d6ebeb64aba0b3e8de
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.735887
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints2544
Maximum constraint arity32
Maximum domain size26
Number of constraints which are defined in extension126
Number of constraints which are defined in intension2418
Global constraints used (with number of constraints)

Solver Data

0.07/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.07/0.08	c 0	BEGIN Sat Jul 11 23:34:04 2009
0.07/0.08	c 0	PID 19331
0.07/0.08	c 0	HOST node5.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2068661-1247348043.xml TO HOME/temp.csp
0.07/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-2068661-1247348043.xml' 'HOME/temp.csp'
1.16/1.25	c 1	1 domains, 291 variables, 7 predicates, 7 relations, 2544 constraints
1.16/1.29	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.29	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'
1.23/1.37	c 1	Parsing HOME/temp.csp
2.01/2.17	c 2	parsed 2850 expressions
2.01/2.17	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.01/2.17	c 2	Converting to clausal form CSP
2.01/2.20	c 2	converted 285 (10%) expressions
5.57/5.75	c 5	converted 570 (20%) expressions
9.43/9.62	c 9	converted 855 (30%) expressions
9.43/9.65	c 9	converted 1140 (40%) expressions
10.82/11.02	c 10	converted 1425 (50%) expressions
10.82/11.04	c 11	converted 1710 (60%) expressions
10.82/11.07	c 11	converted 1995 (70%) expressions
10.82/11.09	c 11	converted 2280 (80%) expressions
10.91/11.12	c 11	converted 2565 (90%) expressions
11.31/11.51	c 11	converted 2850 (100%) expressions
11.31/11.51	c 11	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
11.31/11.51	c 11	Heap : 197 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.31/11.51	c 11	Propagation in CSP
11.31/11.53	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.31/11.53	c 11	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
11.31/11.53	c 11	Heap : 198 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.31/11.55	c 11	Simplifing CSP by introducing new Boolean variables
11.31/11.60	c 11	CSP : 291 integers, 19364 booleans, 21908 clauses, largest domain size 26
11.31/11.60	c 11	Heap : 205 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.69/12.92	c 12	Encoding CSP to SAT : HOME/temp.cnf
12.69/12.95	c 12	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
12.69/12.96	c 12	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
12.69/12.96	c 12	88 (30%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
12.69/12.96	c 12	117 (40%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
12.69/12.96	c 12	146 (50%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
12.69/12.96	c 12	175 (60%) CSP integer variables are encoded (4200 clauses, 52537 bytes)
12.69/12.96	c 12	204 (70%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
12.69/12.97	c 12	233 (80%) CSP integer variables are encoded (5592 clauses, 70633 bytes)
12.69/12.97	c 12	262 (90%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
12.69/12.97	c 12	291 (100%) CSP integer variables are encoded (6984 clauses, 88729 bytes)
162.75/164.66	c 164	2191 (10%) CSP clauses are encoded (1412008 clauses, 59962894 bytes)
1388.78/1400.58	c 1400	4382 (20%) CSP clauses are encoded (3221678 clauses, 162432645 bytes)
1388.87/1400.69	c 1400	6573 (30%) CSP clauses are encoded (3272569 clauses, 163382735 bytes)
1388.97/1400.79	c 1400	8764 (40%) CSP clauses are encoded (3323435 clauses, 164342170 bytes)
1389.17/1400.90	c 1400	10954 (50%) CSP clauses are encoded (3374300 clauses, 165344887 bytes)
1389.27/1401.00	c 1400	13145 (60%) CSP clauses are encoded (3425191 clauses, 166348569 bytes)
1389.37/1401.10	c 1401	15336 (70%) CSP clauses are encoded (3476057 clauses, 167351792 bytes)
1389.47/1401.21	c 1401	17527 (80%) CSP clauses are encoded (3526948 clauses, 168355474 bytes)
1389.56/1401.31	c 1401	19718 (90%) CSP clauses are encoded (3578114 clauses, 169358657 bytes)
1427.47/1439.60	c 1439	21908 (100%) CSP clauses are encoded (3761812 clauses, 184706914 bytes)
1427.47/1439.61	c 1439	21908 CSP clauses encoded
1427.47/1439.61	c 1439	Writing map file : HOME/temp.map
1427.47/1439.62	c 1439	Heap : 221 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1427.47/1439.62	c 1439	SAT : 26639 SAT variables, 3761812 SAT clauses, 184706914 bytes
1427.47/1439.62	c 1439	Heap : 221 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1427.47/1439.69	c 1439	SOLVING HOME/temp.cnf
1427.47/1439.69	c 1439	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1815.82	c ERROR INTERRUPTED
1800.00/1815.84	s UNKNOWN
1800.00/1815.84	c 1815	CPU 1427.57 (0.06 0.01 1425.43 2.07)
1800.00/1815.84	c 1815	END Sun Jul 12 00:04:19 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-2068661-1247348043/watcher-2068661-1247348043 -o /tmp/evaluation-result-2068661-1247348043/solver-2068661-1247348043 -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-2068661-1247348043.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.92 2.03 2.06 4/80 19331
/proc/meminfo: memFree=1809088/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=18576 CPUtime=0
/proc/19331/stat : 19331 (runsolver) R 19329 19331 19294 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21871813 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 226913479975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19331/statm: 4644 284 249 26 0 2626 0

[startup+0.0812589 s]
/proc/loadavg: 1.92 2.03 2.06 4/80 19331
/proc/meminfo: memFree=1809088/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16740 CPUtime=0.07
/proc/19331/stat : 19331 (sugar) R 19329 19331 19294 0 -1 4194304 1117 0 0 0 6 1 0 0 18 0 1 0 21871813 17141760 1085 996147200 4194304 4206940 548682068608 18446744073709551615 226931338193 0 0 4224 0 0 0 0 17 1 0 0
/proc/19331/statm: 4185 1085 385 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102263 s]
/proc/loadavg: 1.92 2.03 2.06 4/80 19331
/proc/meminfo: memFree=1809088/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=0.07
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21871813 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301297 s]
/proc/loadavg: 1.92 2.03 2.06 4/80 19331
/proc/meminfo: memFree=1809088/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=0.07
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21871813 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701374 s]
/proc/loadavg: 1.92 2.03 2.06 4/80 19331
/proc/meminfo: memFree=1809088/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=0.07
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21871813 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50521 s]
/proc/loadavg: 1.93 2.03 2.06 4/91 19343
/proc/meminfo: memFree=1781672/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=1.23
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1309 10596 0 1 6 1 109 7 16 0 1 0 21871813 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 16868

[startup+3.10184 s]
/proc/loadavg: 1.93 2.03 2.06 3/91 19353
/proc/meminfo: memFree=1787048/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=1.23
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1309 10596 0 1 6 1 109 7 15 0 1 0 21871813 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1111 409 3 0 796 0
[pid=19344] ppid=19331 vsize=5356 CPUtime=0
/proc/19344/stat : 19344 (sh) S 19331 19331 19294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21871943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19344/statm: 1339 233 193 169 0 50 0
[pid=19345] ppid=19344 vsize=864412 CPUtime=1.77
/proc/19345/stat : 19345 (java) S 19344 19331 19294 0 -1 0 14498 0 1 0 169 8 0 0 19 0 9 0 21871943 885157888 13440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19345/statm: 216103 13440 2566 9 0 210608 0
[pid=19345/tid=19346] ppid=19344 vsize=864412 CPUtime=1.02
/proc/19345/task/19346/stat : 19346 (java) R 19344 19331 19294 0 -1 64 2875 0 1 0 100 2 0 0 21 0 9 0 21871944 885157888 13440 996147200 134512640 134550932 4294955936 18446744073709551615 101450306 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19347] ppid=19344 vsize=864412 CPUtime=0.68
/proc/19345/task/19347/stat : 19347 (java) S 19344 19331 19294 0 -1 64 10611 0 0 0 64 4 0 0 16 0 9 0 21871946 885157888 13440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19348] ppid=19344 vsize=864412 CPUtime=0
/proc/19345/task/19348/stat : 19348 (java) S 19344 19331 19294 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21871946 885157888 13440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19349] ppid=19344 vsize=864412 CPUtime=0
/proc/19345/task/19349/stat : 19349 (java) S 19344 19331 19294 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21871946 885157888 13440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19350] ppid=19344 vsize=864412 CPUtime=0
/proc/19345/task/19350/stat : 19350 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21871948 885157888 13440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19351] ppid=19344 vsize=864412 CPUtime=0.04
/proc/19345/task/19351/stat : 19351 (java) S 19344 19331 19294 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 21871948 885157888 13440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19352] ppid=19344 vsize=864412 CPUtime=0
/proc/19345/task/19352/stat : 19352 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21871948 885157888 13440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19353] ppid=19344 vsize=864412 CPUtime=0
/proc/19345/task/19353/stat : 19353 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21871948 885157888 13440 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) 886636

[startup+6.30245 s]
/proc/loadavg: 1.93 2.03 2.06 3/91 19353
/proc/meminfo: memFree=1703912/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=1.23
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1309 10596 0 1 6 1 109 7 16 0 1 0 21871813 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1111 409 3 0 796 0
[pid=19344] ppid=19331 vsize=5356 CPUtime=0
/proc/19344/stat : 19344 (sh) S 19331 19331 19294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21871943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19344/statm: 1339 233 193 169 0 50 0
[pid=19345] ppid=19344 vsize=868532 CPUtime=4.94
/proc/19345/stat : 19345 (java) S 19344 19331 19294 0 -1 0 35576 0 1 0 477 17 0 0 19 0 9 0 21871943 889376768 34334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19345/statm: 217133 34334 2567 9 0 211638 0
[pid=19345/tid=19346] ppid=19344 vsize=868532 CPUtime=2.39
/proc/19345/task/19346/stat : 19346 (java) R 19344 19331 19294 0 -1 64 3691 0 1 0 237 2 0 0 25 0 9 0 21871944 889376768 34334 996147200 134512640 134550932 4294955936 18446744073709551615 4126526065 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19347] ppid=19344 vsize=868532 CPUtime=2.35
/proc/19345/task/19347/stat : 19347 (java) S 19344 19331 19294 0 -1 64 29753 0 0 0 223 12 0 0 16 0 9 0 21871946 889376768 34334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19348] ppid=19344 vsize=868532 CPUtime=0
/proc/19345/task/19348/stat : 19348 (java) S 19344 19331 19294 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21871946 889376768 34334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19349] ppid=19344 vsize=868532 CPUtime=0
/proc/19345/task/19349/stat : 19349 (java) S 19344 19331 19294 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21871946 889376768 34334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19350] ppid=19344 vsize=868532 CPUtime=0
/proc/19345/task/19350/stat : 19350 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21871948 889376768 34334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19351] ppid=19344 vsize=868532 CPUtime=0.16
/proc/19345/task/19351/stat : 19351 (java) S 19344 19331 19294 0 -1 64 1429 0 0 0 16 0 0 0 16 0 9 0 21871948 889376768 34334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19352] ppid=19344 vsize=868532 CPUtime=0
/proc/19345/task/19352/stat : 19352 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21871948 889376768 34334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19353] ppid=19344 vsize=868532 CPUtime=0
/proc/19345/task/19353/stat : 19353 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21871948 889376768 34334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890756

[startup+12.7017 s]
/proc/loadavg: 1.94 2.03 2.06 3/91 19353
/proc/meminfo: memFree=1568232/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=1.23
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1310 10596 0 1 6 1 109 7 15 0 1 0 21871813 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1111 409 3 0 796 0
[pid=19344] ppid=19331 vsize=5356 CPUtime=0
/proc/19344/stat : 19344 (sh) S 19331 19331 19294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21871943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19344/statm: 1339 233 193 169 0 50 0
[pid=19345] ppid=19344 vsize=889104 CPUtime=11.26
/proc/19345/stat : 19345 (java) S 19344 19331 19294 0 -1 0 88802 0 1 0 1087 39 0 0 19 0 9 0 21871943 910442496 63855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19345/statm: 222276 63855 2567 9 0 216781 0
[pid=19345/tid=19346] ppid=19344 vsize=889104 CPUtime=3.99
/proc/19345/task/19346/stat : 19346 (java) S 19344 19331 19294 0 -1 64 5838 0 1 0 396 3 0 0 17 0 9 0 21871944 910442496 63855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19347] ppid=19344 vsize=889104 CPUtime=7.06
/proc/19345/task/19347/stat : 19347 (java) R 19344 19331 19294 0 -1 64 80822 0 0 0 672 34 0 0 25 0 9 0 21871946 910442496 63855 996147200 134512640 134550932 4294955936 18446744073709551615 104191036 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19348] ppid=19344 vsize=889104 CPUtime=0
/proc/19345/task/19348/stat : 19348 (java) S 19344 19331 19294 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21871946 910442496 63855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19349] ppid=19344 vsize=889104 CPUtime=0
/proc/19345/task/19349/stat : 19349 (java) S 19344 19331 19294 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21871946 910442496 63855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19350] ppid=19344 vsize=889104 CPUtime=0
/proc/19345/task/19350/stat : 19350 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21871948 910442496 63855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19351] ppid=19344 vsize=889104 CPUtime=0.17
/proc/19345/task/19351/stat : 19351 (java) S 19344 19331 19294 0 -1 64 1439 0 0 0 17 0 0 0 16 0 9 0 21871948 910442496 63855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19352] ppid=19344 vsize=889104 CPUtime=0
/proc/19345/task/19352/stat : 19352 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21871948 910442496 63855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19353] ppid=19344 vsize=889104 CPUtime=0
/proc/19345/task/19353/stat : 19353 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21871948 910442496 63855 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 911328

[startup+25.5021 s]
/proc/loadavg: 1.95 2.03 2.06 3/91 19353
/proc/meminfo: memFree=1548968/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=1.23
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1310 10596 0 1 6 1 109 7 16 0 1 0 21871813 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1111 409 3 0 796 0
[pid=19344] ppid=19331 vsize=5356 CPUtime=0
/proc/19344/stat : 19344 (sh) S 19331 19331 19294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21871943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19344/statm: 1339 233 193 169 0 50 0
[pid=19345] ppid=19344 vsize=868728 CPUtime=23.92
/proc/19345/stat : 19345 (java) S 19344 19331 19294 0 -1 0 92360 0 1 0 2339 53 0 0 19 0 9 0 21871943 889577472 62224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19345/statm: 217182 62224 2593 9 0 211659 0
[pid=19345/tid=19346] ppid=19344 vsize=868728 CPUtime=16.18
/proc/19345/task/19346/stat : 19346 (java) R 19344 19331 19294 0 -1 64 5949 0 1 0 1604 14 0 0 25 0 9 0 21871944 889577472 62224 996147200 134512640 134550932 4294955936 18446744073709551615 4126955796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19347] ppid=19344 vsize=868728 CPUtime=7.48
/proc/19345/task/19347/stat : 19347 (java) S 19344 19331 19294 0 -1 64 84227 0 0 0 711 37 0 0 16 0 9 0 21871946 889577472 62224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19348] ppid=19344 vsize=868728 CPUtime=0
/proc/19345/task/19348/stat : 19348 (java) S 19344 19331 19294 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21871946 889577472 62224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19349] ppid=19344 vsize=868728 CPUtime=0
/proc/19345/task/19349/stat : 19349 (java) S 19344 19331 19294 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21871946 889577472 62224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19350] ppid=19344 vsize=868728 CPUtime=0
/proc/19345/task/19350/stat : 19350 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21871948 889577472 62224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19351] ppid=19344 vsize=868728 CPUtime=0.23
/proc/19345/task/19351/stat : 19351 (java) S 19344 19331 19294 0 -1 64 1481 0 0 0 23 0 0 0 16 0 9 0 21871948 889577472 62224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19352] ppid=19344 vsize=868728 CPUtime=0
/proc/19345/task/19352/stat : 19352 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21871948 889577472 62224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19353] ppid=19344 vsize=868728 CPUtime=0
/proc/19345/task/19353/stat : 19353 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21871948 889577472 62224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 890952

[startup+51.1021 s]
/proc/loadavg: 1.97 2.03 2.06 3/91 19353
/proc/meminfo: memFree=1517480/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=1.23
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1310 10596 0 1 6 1 109 7 16 0 1 0 21871813 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1111 409 3 0 796 0
[pid=19344] ppid=19331 vsize=5356 CPUtime=0
/proc/19344/stat : 19344 (sh) S 19331 19331 19294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21871943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19344/statm: 1339 233 193 169 0 50 0
[pid=19345] ppid=19344 vsize=868728 CPUtime=49.25
/proc/19345/stat : 19345 (java) S 19344 19331 19294 0 -1 0 97255 0 1 0 4862 63 0 0 19 0 9 0 21871943 889577472 67080 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19345/statm: 217182 67080 2593 9 0 211659 0

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

/proc/19345/task/19349/stat : 19349 (java) S 19344 19331 19294 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21871946 889577472 96593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19350] ppid=19344 vsize=868728 CPUtime=0
/proc/19345/task/19350/stat : 19350 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21871948 889577472 96593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19351] ppid=19344 vsize=868728 CPUtime=0.24
/proc/19345/task/19351/stat : 19351 (java) S 19344 19331 19294 0 -1 64 1491 0 0 0 24 0 0 0 16 0 9 0 21871948 889577472 96593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19345/tid=19352] ppid=19344 vsize=868728 CPUtime=0
/proc/19345/task/19352/stat : 19352 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21871948 889577472 96593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19353] ppid=19344 vsize=868728 CPUtime=0
/proc/19345/task/19353/stat : 19353 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21871948 889577472 96593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1350.94
Current children cumulated vsize (KiB) 890952

[startup+1422.31 s]
/proc/loadavg: 2.57 2.42 2.28 3/93 19556
/proc/meminfo: memFree=898136/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=1.23
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1310 10596 0 1 6 1 109 7 15 0 1 0 21871813 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1111 409 3 0 796 0
[pid=19344] ppid=19331 vsize=5356 CPUtime=0
/proc/19344/stat : 19344 (sh) S 19331 19331 19294 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21871943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19344/statm: 1339 233 193 169 0 50 0
[pid=19345] ppid=19344 vsize=868728 CPUtime=1409.11
/proc/19345/stat : 19345 (java) S 19344 19331 19294 0 -1 0 148713 0 1 0 140724 187 0 0 19 0 9 0 21871943 889577472 99339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19345/statm: 217182 99339 2592 9 0 211659 0
[pid=19345/tid=19346] ppid=19344 vsize=868728 CPUtime=1392.99
/proc/19345/task/19346/stat : 19346 (java) R 19344 19331 19294 0 -1 64 6478 0 1 0 139180 119 0 0 25 0 9 0 21871944 889577472 99339 996147200 134512640 134550932 4294955936 18446744073709551615 4126554224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19347] ppid=19344 vsize=868728 CPUtime=15.85
/proc/19345/task/19347/stat : 19347 (java) S 19344 19331 19294 0 -1 64 140041 0 0 0 1519 66 0 0 16 0 9 0 21871946 889577472 99339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19348] ppid=19344 vsize=868728 CPUtime=0
/proc/19345/task/19348/stat : 19348 (java) S 19344 19331 19294 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21871946 889577472 99339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19345/tid=19349] ppid=19344 vsize=868728 CPUtime=0
/proc/19345/task/19349/stat : 19349 (java) S 19344 19331 19294 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21871946 889577472 99339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19350] ppid=19344 vsize=868728 CPUtime=0
/proc/19345/task/19350/stat : 19350 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21871948 889577472 99339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19351] ppid=19344 vsize=868728 CPUtime=0.24
/proc/19345/task/19351/stat : 19351 (java) S 19344 19331 19294 0 -1 64 1491 0 0 0 24 0 0 0 16 0 9 0 21871948 889577472 99339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19345/tid=19352] ppid=19344 vsize=868728 CPUtime=0
/proc/19345/task/19352/stat : 19352 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21871948 889577472 99339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19345/tid=19353] ppid=19344 vsize=868728 CPUtime=0
/proc/19345/task/19353/stat : 19353 (java) S 19344 19331 19294 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21871948 889577472 99339 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1410.34
Current children cumulated vsize (KiB) 890952

[startup+1482.3 s]
/proc/loadavg: 2.48 2.41 2.28 4/85 19558
/proc/meminfo: memFree=1173776/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=1427.57
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1365 159640 0 2 6 1 142543 207 17 0 1 0 21871813 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1113 409 3 0 796 0
[pid=19557] ppid=19331 vsize=5356 CPUtime=0
/proc/19557/stat : 19557 (sh) S 19331 19331 19294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22015783 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19557/statm: 1339 232 193 169 0 50 0
[pid=19558] ppid=19557 vsize=106964 CPUtime=42.16
/proc/19558/stat : 19558 (picosat) R 19557 19331 19294 0 -1 4194304 26446 0 0 0 1997 2219 0 0 25 0 1 0 22015784 109531136 26432 996147200 134512640 134931368 4294956256 18446744073709551615 134549533 0 0 4096 0 0 0 0 17 1 0 0
/proc/19558/statm: 26741 26432 40 102 0 26636 0
Current children cumulated CPU time (s) 1469.73
Current children cumulated vsize (KiB) 129188

[startup+1542.3 s]
/proc/loadavg: 2.35 2.39 2.28 3/85 19558
/proc/meminfo: memFree=1065936/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=1427.57
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1365 159640 0 2 6 1 142543 207 17 0 1 0 21871813 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1113 409 3 0 796 0
[pid=19557] ppid=19331 vsize=5356 CPUtime=0
/proc/19557/stat : 19557 (sh) S 19331 19331 19294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22015783 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19557/statm: 1339 232 193 169 0 50 0
[pid=19558] ppid=19557 vsize=214352 CPUtime=101.58
/proc/19558/stat : 19558 (picosat) R 19557 19331 19294 0 -1 4194304 52973 0 0 0 5671 4487 0 0 25 0 1 0 22015784 219496448 52933 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19558/statm: 53588 52933 42 102 0 53483 0
Current children cumulated CPU time (s) 1529.15
Current children cumulated vsize (KiB) 236576

[startup+1602.3 s]
/proc/loadavg: 2.54 2.42 2.29 4/85 19558
/proc/meminfo: memFree=1063184/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=1427.57
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1365 159640 0 2 6 1 142543 207 17 0 1 0 21871813 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1113 409 3 0 796 0
[pid=19557] ppid=19331 vsize=5356 CPUtime=0
/proc/19557/stat : 19557 (sh) S 19331 19331 19294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22015783 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19557/statm: 1339 232 193 169 0 50 0
[pid=19558] ppid=19557 vsize=216992 CPUtime=161.01
/proc/19558/stat : 19558 (picosat) R 19557 19331 19294 0 -1 4194304 53671 0 0 0 11613 4488 0 0 25 0 1 0 22015784 222199808 53631 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19558/statm: 54248 53631 42 102 0 54143 0
Current children cumulated CPU time (s) 1588.58
Current children cumulated vsize (KiB) 239216

[startup+1662.3 s]
/proc/loadavg: 2.42 2.40 2.29 3/85 19564
/proc/meminfo: memFree=1059984/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=1427.57
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1365 159640 0 2 6 1 142543 207 17 0 1 0 21871813 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1113 409 3 0 796 0
[pid=19557] ppid=19331 vsize=5356 CPUtime=0
/proc/19557/stat : 19557 (sh) S 19331 19331 19294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22015783 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19557/statm: 1339 232 193 169 0 50 0
[pid=19558] ppid=19557 vsize=219896 CPUtime=220.41
/proc/19558/stat : 19558 (picosat) R 19557 19331 19294 0 -1 4194304 54433 0 0 0 17552 4489 0 0 25 0 1 0 22015784 225173504 54393 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/19558/statm: 54974 54393 42 102 0 54869 0
Current children cumulated CPU time (s) 1647.98
Current children cumulated vsize (KiB) 242120

[startup+1722.3 s]
/proc/loadavg: 2.55 2.45 2.31 3/85 19564
/proc/meminfo: memFree=1058896/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=1427.57
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1365 159640 0 2 6 1 142543 207 17 0 1 0 21871813 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1113 409 3 0 796 0
[pid=19557] ppid=19331 vsize=5356 CPUtime=0
/proc/19557/stat : 19557 (sh) S 19331 19331 19294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22015783 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19557/statm: 1339 232 193 169 0 50 0
[pid=19558] ppid=19557 vsize=220948 CPUtime=279.83
/proc/19558/stat : 19558 (picosat) R 19557 19331 19294 0 -1 4194304 54762 0 0 0 23494 4489 0 0 25 0 1 0 22015784 226250752 54622 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19558/statm: 55237 54622 48 102 0 55132 0
Current children cumulated CPU time (s) 1707.4
Current children cumulated vsize (KiB) 243172

[startup+1782.3 s]
/proc/loadavg: 2.52 2.44 2.31 4/85 19564
/proc/meminfo: memFree=1058896/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=1427.57
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1365 159640 0 2 6 1 142543 207 17 0 1 0 21871813 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1113 409 3 0 796 0
[pid=19557] ppid=19331 vsize=5356 CPUtime=0
/proc/19557/stat : 19557 (sh) S 19331 19331 19294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22015783 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19557/statm: 1339 232 193 169 0 50 0
[pid=19558] ppid=19557 vsize=220948 CPUtime=339.25
/proc/19558/stat : 19558 (picosat) R 19557 19331 19294 0 -1 4194304 54772 0 0 0 29436 4489 0 0 25 0 1 0 22015784 226250752 54632 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19558/statm: 55237 54632 48 102 0 55132 0
Current children cumulated CPU time (s) 1766.82
Current children cumulated vsize (KiB) 243172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.8 s]
/proc/loadavg: 2.49 2.44 2.31 3/85 19564
/proc/meminfo: memFree=1057296/2055920 swapFree=4192812/4192956
[pid=19331] ppid=19329 vsize=16868 CPUtime=1427.57
/proc/19331/stat : 19331 (sugar) S 19329 19331 19294 0 -1 4194304 1365 159640 0 2 6 1 142543 207 17 0 1 0 21871813 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19331/statm: 4217 1113 409 3 0 796 0
[pid=19557] ppid=19331 vsize=5356 CPUtime=0
/proc/19557/stat : 19557 (sh) S 19331 19331 19294 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22015783 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19557/statm: 1339 232 193 169 0 50 0
[pid=19558] ppid=19557 vsize=222400 CPUtime=372.43
/proc/19558/stat : 19558 (picosat) R 19557 19331 19294 0 -1 4194304 55166 0 0 0 32753 4490 0 0 25 0 1 0 22015784 227737600 55026 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19558/statm: 55600 55026 48 102 0 55495 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 244624

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 19331 and gives
#  childrusage.ru_utime.tv_sec=1425
#  childrusage.ru_utime.tv_usec=505290
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=92681
# CPU time returned by wait4() is 1427.6
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.85
CPU time (s): 1800
CPU user time (s): 1753.02
CPU system time (s): 46.98
CPU usage (%): 99.1272
Max. virtual memory (cumulated for all children) (KiB): 916564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1425.51
system time used= 2.09268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161399
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= 36922
involuntary context switches= 66419

runsolver used 2.27865 second user time and 6.33204 second system time

The end

Launcher Data

Begin job on node5 at 2009-07-11 23:34:03
IDJOB=2068661
IDBENCH=54906
IDSOLVER=738
FILE ID=node5/2068661-1247348043
PBS_JOBID= 9506836
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukHerald/normalized-crossword-m1-uk-19-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-2068661-1247348043/watcher-2068661-1247348043 -o /tmp/evaluation-result-2068661-1247348043/solver-2068661-1247348043 -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-2068661-1247348043.xml

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

MD5SUM BENCH= 7673da9bb2ec89d6ebeb64aba0b3e8de
RANDOM SEED=1058678627

node5.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1809568 kB
Buffers:          8752 kB
Cached:          68836 kB
SwapCached:          0 kB
Active:         162452 kB
Inactive:        33404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2988 kB
Writeback:           0 kB
Mapped:         136128 kB
Slab:            35532 kB
Committed_AS:   917064 kB
PageTables:       1992 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= 66384 MiB
End job on node5 at 2009-07-12 00:04:21