Trace number 2076922

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.09 1816.64

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-19-05.xml
MD5SUM004360dc4ee08fb7f6c35dfdfdd00b76
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.677896
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.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sun Jul 12 03:46:32 2009
0.04/0.07	c 0	PID 19920
0.04/0.08	c 0	HOST node76.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2076922-1247363191.xml TO HOME/temp.csp
0.04/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-2076922-1247363191.xml' 'HOME/temp.csp'
0.96/1.02	c 1	1 domains, 291 variables, 7 predicates, 7 relations, 2544 constraints
0.96/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.08	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.99/1.15	c 1	Parsing HOME/temp.csp
0.99/1.87	c 2	parsed 2850 expressions
0.99/1.88	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.88	c 2	Converting to clausal form CSP
0.99/1.91	c 2	converted 285 (10%) expressions
4.09/4.29	c 4	converted 570 (20%) expressions
7.79/8.00	c 8	converted 855 (30%) expressions
7.89/8.09	c 8	converted 1140 (40%) expressions
7.99/8.11	c 8	converted 1425 (50%) expressions
7.99/8.13	c 8	converted 1710 (60%) expressions
7.99/8.18	c 8	converted 1995 (70%) expressions
8.08/8.20	c 8	converted 2280 (80%) expressions
8.08/8.23	c 8	converted 2565 (90%) expressions
8.28/8.40	c 8	converted 2850 (100%) expressions
8.28/8.40	c 8	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
8.28/8.40	c 8	Heap : 163 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.28/8.40	c 8	Propagation in CSP
8.28/8.41	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.28/8.41	c 8	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
8.28/8.41	c 8	Heap : 163 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.28/8.42	c 8	Simplifing CSP by introducing new Boolean variables
8.28/8.46	c 8	CSP : 291 integers, 19364 booleans, 21908 clauses, largest domain size 26
8.28/8.46	c 8	Heap : 170 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.69/9.81	c 9	Encoding CSP to SAT : HOME/temp.cnf
9.69/9.85	c 9	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
9.69/9.85	c 9	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
9.69/9.85	c 9	88 (30%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
9.69/9.85	c 9	117 (40%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
9.69/9.85	c 9	146 (50%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
9.69/9.85	c 9	175 (60%) CSP integer variables are encoded (4200 clauses, 52537 bytes)
9.69/9.86	c 9	204 (70%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
9.69/9.86	c 9	233 (80%) CSP integer variables are encoded (5592 clauses, 70633 bytes)
9.69/9.86	c 9	262 (90%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
9.69/9.86	c 9	291 (100%) CSP integer variables are encoded (6984 clauses, 88729 bytes)
98.41/99.97	c 100	2191 (10%) CSP clauses are encoded (973579 clauses, 40467438 bytes)
949.14/957.90	c 958	4382 (20%) CSP clauses are encoded (2517665 clauses, 128199329 bytes)
949.14/958.00	c 958	6573 (30%) CSP clauses are encoded (2568556 clauses, 129149419 bytes)
949.25/958.09	c 958	8764 (40%) CSP clauses are encoded (2619422 clauses, 130108854 bytes)
949.34/958.18	c 958	10954 (50%) CSP clauses are encoded (2670287 clauses, 131111571 bytes)
949.44/958.28	c 958	13145 (60%) CSP clauses are encoded (2721178 clauses, 132115253 bytes)
949.54/958.37	c 958	15336 (70%) CSP clauses are encoded (2772044 clauses, 133118476 bytes)
949.64/958.47	c 958	17527 (80%) CSP clauses are encoded (2822935 clauses, 134122158 bytes)
949.74/958.56	c 958	19718 (90%) CSP clauses are encoded (2874101 clauses, 135125341 bytes)
998.95/1007.88	c 1008	21908 (100%) CSP clauses are encoded (3067406 clauses, 151892728 bytes)
998.95/1007.88	c 1008	21908 CSP clauses encoded
998.95/1007.88	c 1008	Writing map file : HOME/temp.map
998.95/1007.89	c 1008	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
998.95/1007.89	c 1008	SAT : 26639 SAT variables, 3067406 SAT clauses, 151892728 bytes
998.95/1007.89	c 1008	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
999.05/1007.96	c 1008	SOLVING HOME/temp.cnf
999.05/1007.96	c 1008	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1816.61	c ERROR INTERRUPTED
1800.09/1816.63	s UNKNOWN
1800.09/1816.63	c 1816	CPU 999.12 (0.06 0.01 997.33 1.72)
1800.09/1816.63	c 1816	END Sun Jul 12 04:16:48 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-2076922-1247363191/watcher-2076922-1247363191 -o /tmp/evaluation-result-2076922-1247363191/solver-2076922-1247363191 -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-2076922-1247363191.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.61 2.30 2.20 4/83 19920
/proc/meminfo: memFree=1416752/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=18576 CPUtime=0
/proc/19920/stat : 19920 (runsolver) R 19918 19920 17203 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 23384499 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 265674091815 0 0 4096 24578 0 0 0 17 0 0 0
/proc/19920/statm: 4644 284 249 26 0 2626 0

[startup+0.0571431 s]
/proc/loadavg: 2.61 2.30 2.20 4/83 19920
/proc/meminfo: memFree=1416752/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=15948 CPUtime=0.04
/proc/19920/stat : 19920 (sugar) R 19918 19920 17203 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 23384499 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 265682992126 0 0 4224 0 0 0 0 17 1 0 0
/proc/19920/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.105651 s]
/proc/loadavg: 2.61 2.30 2.20 4/83 19920
/proc/meminfo: memFree=1416752/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=0.06
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23384499 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19920/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301188 s]
/proc/loadavg: 2.61 2.30 2.20 4/83 19920
/proc/meminfo: memFree=1416752/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=0.06
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23384499 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19920/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701282 s]
/proc/loadavg: 2.61 2.30 2.20 4/83 19920
/proc/meminfo: memFree=1416752/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=0.06
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23384499 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19920/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50142 s]
/proc/loadavg: 2.61 2.30 2.20 5/94 19932
/proc/meminfo: memFree=1385240/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=0.99
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1309 10642 0 1 5 1 87 6 16 0 1 0 23384499 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 16868

[startup+3.10174 s]
/proc/loadavg: 2.61 2.30 2.20 4/94 19942
/proc/meminfo: memFree=1383320/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=0.99
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1309 10642 0 1 5 1 87 6 16 0 1 0 23384499 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1111 409 3 0 796 0
[pid=19933] ppid=19920 vsize=5356 CPUtime=0
/proc/19933/stat : 19933 (sh) S 19920 19920 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23384607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19933/statm: 1339 233 193 169 0 50 0
[pid=19934] ppid=19933 vsize=864420 CPUtime=1.99
/proc/19934/stat : 19934 (java) S 19933 19920 17203 0 -1 0 17786 0 1 0 191 8 0 0 20 0 9 0 23384608 885166080 16128 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19934/statm: 216105 16130 2566 9 0 210610 0
[pid=19934/tid=19935] ppid=19933 vsize=864420 CPUtime=0.97
/proc/19934/task/19935/stat : 19935 (java) R 19933 19920 17203 0 -1 64 3199 0 1 0 96 1 0 0 25 0 9 0 23384609 885166080 16131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19933 vsize=864420 CPUtime=0.96
/proc/19934/task/19936/stat : 19936 (java) R 19933 19920 17203 0 -1 64 13581 0 0 0 91 5 0 0 16 0 9 0 23384610 885166080 16133 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19937] ppid=19933 vsize=864420 CPUtime=0
/proc/19934/task/19937/stat : 19937 (java) S 19933 19920 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23384610 885166080 16134 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19933 vsize=864420 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19933 19920 17203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23384610 885166080 16135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19933 vsize=864420 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19933 19920 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23384612 885166080 16136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19933 vsize=864420 CPUtime=0.04
/proc/19934/task/19940/stat : 19940 (java) S 19933 19920 17203 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 23384612 885166080 16137 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19933 vsize=864420 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19933 19920 17203 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23384612 885166080 16138 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19942] ppid=19933 vsize=864420 CPUtime=0
/proc/19934/task/19942/stat : 19942 (java) S 19933 19920 17203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23384612 885166080 16139 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886644

[startup+6.30236 s]
/proc/loadavg: 2.72 2.32 2.21 4/94 19942
/proc/meminfo: memFree=1291800/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=0.99
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1309 10642 0 1 5 1 87 6 16 0 1 0 23384499 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1111 409 3 0 796 0
[pid=19933] ppid=19920 vsize=5356 CPUtime=0
/proc/19933/stat : 19933 (sh) S 19920 19920 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23384607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19933/statm: 1339 233 193 169 0 50 0
[pid=19934] ppid=19933 vsize=868624 CPUtime=5.2
/proc/19934/stat : 19934 (java) S 19933 19920 17203 0 -1 0 45406 0 1 0 498 22 0 0 20 0 9 0 23384608 889470976 33144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19934/statm: 217156 33144 2567 9 0 211661 0
[pid=19934/tid=19935] ppid=19933 vsize=868624 CPUtime=2.07
/proc/19934/task/19935/stat : 19935 (java) R 19933 19920 17203 0 -1 64 4376 0 1 0 205 2 0 0 24 0 9 0 23384609 889470976 33144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19933 vsize=868624 CPUtime=2.96
/proc/19934/task/19936/stat : 19936 (java) R 19933 19920 17203 0 -1 64 38900 0 0 0 279 17 0 0 17 0 9 0 23384610 889470976 33144 996147200 134512640 134550932 4294955936 18446744073709551615 104187648 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19937] ppid=19933 vsize=868624 CPUtime=0
/proc/19934/task/19937/stat : 19937 (java) S 19933 19920 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23384610 889470976 33144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19933 vsize=868624 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19933 19920 17203 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23384610 889470976 33144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19933 vsize=868624 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19933 19920 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23384612 889470976 33144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19933 vsize=868624 CPUtime=0.13
/proc/19934/task/19940/stat : 19940 (java) S 19933 19920 17203 0 -1 64 1428 0 0 0 13 0 0 0 16 0 9 0 23384612 889470976 33144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19933 vsize=868624 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19933 19920 17203 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23384612 889470976 33144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19942] ppid=19933 vsize=868624 CPUtime=0
/proc/19934/task/19942/stat : 19942 (java) S 19933 19920 17203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23384612 889470976 33144 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890848

[startup+12.7016 s]
/proc/loadavg: 2.82 2.35 2.22 4/94 19942
/proc/meminfo: memFree=1214368/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=0.99
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1310 10642 0 1 5 1 87 6 16 0 1 0 23384499 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1111 409 3 0 796 0
[pid=19933] ppid=19920 vsize=5356 CPUtime=0
/proc/19933/stat : 19933 (sh) S 19920 19920 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23384607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19933/statm: 1339 233 193 169 0 50 0
[pid=19934] ppid=19933 vsize=868736 CPUtime=11.59
/proc/19934/stat : 19934 (java) S 19933 19920 17203 0 -1 0 72560 0 1 0 1119 40 0 0 20 0 9 0 23384608 889585664 50960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19934/statm: 217184 50960 2593 9 0 211661 0
[pid=19934/tid=19935] ppid=19933 vsize=868736 CPUtime=6.01
/proc/19934/task/19935/stat : 19935 (java) R 19933 19920 17203 0 -1 64 5323 0 1 0 595 6 0 0 25 0 9 0 23384609 889585664 50960 996147200 134512640 134550932 4294955936 18446744073709551615 4126955044 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19933 vsize=868736 CPUtime=5.34
/proc/19934/task/19936/stat : 19936 (java) S 19933 19920 17203 0 -1 64 65058 0 0 0 502 32 0 0 16 0 9 0 23384610 889585664 50960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19937] ppid=19933 vsize=868736 CPUtime=0
/proc/19934/task/19937/stat : 19937 (java) S 19933 19920 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23384610 889585664 50960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19933 vsize=868736 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19933 19920 17203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23384610 889585664 50960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19933 vsize=868736 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19933 19920 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23384612 889585664 50960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19933 vsize=868736 CPUtime=0.2
/proc/19934/task/19940/stat : 19940 (java) S 19933 19920 17203 0 -1 64 1477 0 0 0 20 0 0 0 17 0 9 0 23384612 889585664 50960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19933 vsize=868736 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19933 19920 17203 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23384612 889585664 50960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19942] ppid=19933 vsize=868736 CPUtime=0
/proc/19934/task/19942/stat : 19942 (java) S 19933 19920 17203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23384612 889585664 50960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 890960

[startup+25.5021 s]
/proc/loadavg: 2.93 2.40 2.23 3/94 19942
/proc/meminfo: memFree=1199712/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=0.99
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1310 10642 0 1 5 1 87 6 16 0 1 0 23384499 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1111 409 3 0 796 0
[pid=19933] ppid=19920 vsize=5356 CPUtime=0
/proc/19933/stat : 19933 (sh) S 19920 19920 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23384607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19933/statm: 1339 233 193 169 0 50 0
[pid=19934] ppid=19933 vsize=868736 CPUtime=23.26
/proc/19934/stat : 19934 (java) S 19933 19920 17203 0 -1 0 73257 0 1 0 2278 48 0 0 20 0 9 0 23384608 889585664 51611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19934/statm: 217184 51611 2593 9 0 211661 0
[pid=19934/tid=19935] ppid=19933 vsize=868736 CPUtime=17.45
/proc/19934/task/19935/stat : 19935 (java) R 19933 19920 17203 0 -1 64 5371 0 1 0 1732 13 0 0 25 0 9 0 23384609 889585664 51611 996147200 134512640 134550932 4294955936 18446744073709551615 4126970757 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19933 vsize=868736 CPUtime=5.57
/proc/19934/task/19936/stat : 19936 (java) S 19933 19920 17203 0 -1 64 65704 0 0 0 524 33 0 0 16 0 9 0 23384610 889585664 51611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19937] ppid=19933 vsize=868736 CPUtime=0
/proc/19934/task/19937/stat : 19937 (java) S 19933 19920 17203 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23384610 889585664 51611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19933 vsize=868736 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19933 19920 17203 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23384610 889585664 51611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19933 vsize=868736 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19933 19920 17203 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23384612 889585664 51611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19933 vsize=868736 CPUtime=0.21
/proc/19934/task/19940/stat : 19940 (java) S 19933 19920 17203 0 -1 64 1480 0 0 0 21 0 0 0 16 0 9 0 23384612 889585664 51611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19933 vsize=868736 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19933 19920 17203 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23384612 889585664 51611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19934/tid=19942] ppid=19933 vsize=868736 CPUtime=0
/proc/19934/task/19942/stat : 19942 (java) S 19933 19920 17203 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23384612 889585664 51611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.25
Current children cumulated vsize (KiB) 890960

[startup+51.103 s]
/proc/loadavg: 2.67 2.38 2.23 3/93 19943
/proc/meminfo: memFree=1182360/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=0.99
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1310 10642 0 1 5 1 87 6 16 0 1 0 23384499 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1111 409 3 0 796 0
[pid=19933] ppid=19920 vsize=5356 CPUtime=0
/proc/19933/stat : 19933 (sh) S 19920 19920 17203 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23384607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19933/statm: 1339 233 193 169 0 50 0
[pid=19934] ppid=19933 vsize=868736 CPUtime=48.84
/proc/19934/stat : 19934 (java) S 19933 19920 17203 0 -1 0 75010 0 1 0 4829 55 0 0 20 0 9 0 23384608 889585664 53316 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19934/statm: 217184 53316 2593 9 0 211661 0

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

/proc/meminfo: memFree=1157016/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=999.11
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1365 138228 0 2 5 1 99733 172 17 0 1 0 23384499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1113 409 3 0 796 0
[pid=20580] ppid=19920 vsize=5356 CPUtime=0
/proc/20580/stat : 20580 (sh) S 19920 19920 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23485296 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20580/statm: 1339 232 193 169 0 50 0
[pid=20581] ppid=20580 vsize=187904 CPUtime=291.56
/proc/20581/stat : 20581 (picosat) R 20580 19920 17203 0 -1 4194304 46007 0 0 0 25731 3425 0 0 25 0 1 0 23485296 192413696 45745 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20581/statm: 46976 45745 48 102 0 46871 0
Current children cumulated CPU time (s) 1290.67
Current children cumulated vsize (KiB) 210128

[startup+1362.3 s]
/proc/loadavg: 2.08 2.11 2.14 3/86 20581
/proc/meminfo: memFree=1157016/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=999.11
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1365 138228 0 2 5 1 99733 172 17 0 1 0 23384499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1113 409 3 0 796 0
[pid=20580] ppid=19920 vsize=5356 CPUtime=0
/proc/20580/stat : 20580 (sh) S 19920 19920 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23485296 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20580/statm: 1339 232 193 169 0 50 0
[pid=20581] ppid=20580 vsize=187904 CPUtime=350.99
/proc/20581/stat : 20581 (picosat) R 20580 19920 17203 0 -1 4194304 46007 0 0 0 31674 3425 0 0 25 0 1 0 23485296 192413696 45745 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20581/statm: 46976 45745 48 102 0 46871 0
Current children cumulated CPU time (s) 1350.1
Current children cumulated vsize (KiB) 210128

[startup+1422.31 s]
/proc/loadavg: 2.12 2.12 2.13 3/86 20581
/proc/meminfo: memFree=1143832/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=999.11
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1365 138228 0 2 5 1 99733 172 17 0 1 0 23384499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1113 409 3 0 796 0
[pid=20580] ppid=19920 vsize=5356 CPUtime=0
/proc/20580/stat : 20580 (sh) S 19920 19920 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23485296 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20580/statm: 1339 232 193 169 0 50 0
[pid=20581] ppid=20580 vsize=189340 CPUtime=410.42
/proc/20581/stat : 20581 (picosat) R 20580 19920 17203 0 -1 4194304 46366 0 0 0 37617 3425 0 0 25 0 1 0 23485296 193884160 45973 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20581/statm: 47335 45973 48 102 0 47230 0
Current children cumulated CPU time (s) 1409.53
Current children cumulated vsize (KiB) 211564

[startup+1482.3 s]
/proc/loadavg: 2.04 2.10 2.12 3/86 20581
/proc/meminfo: memFree=1143832/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=999.11
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1365 138228 0 2 5 1 99733 172 17 0 1 0 23384499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1113 409 3 0 796 0
[pid=20580] ppid=19920 vsize=5356 CPUtime=0
/proc/20580/stat : 20580 (sh) S 19920 19920 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23485296 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20580/statm: 1339 232 193 169 0 50 0
[pid=20581] ppid=20580 vsize=189340 CPUtime=469.85
/proc/20581/stat : 20581 (picosat) R 20580 19920 17203 0 -1 4194304 46366 0 0 0 43560 3425 0 0 25 0 1 0 23485296 193884160 45973 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20581/statm: 47335 45973 48 102 0 47230 0
Current children cumulated CPU time (s) 1468.96
Current children cumulated vsize (KiB) 211564

[startup+1542.3 s]
/proc/loadavg: 2.01 2.08 2.11 3/86 20581
/proc/meminfo: memFree=1142744/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=999.11
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1365 138228 0 2 5 1 99733 172 17 0 1 0 23384499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1113 409 3 0 796 0
[pid=20580] ppid=19920 vsize=5356 CPUtime=0
/proc/20580/stat : 20580 (sh) S 19920 19920 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23485296 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20580/statm: 1339 232 193 169 0 50 0
[pid=20581] ppid=20580 vsize=190264 CPUtime=529.28
/proc/20581/stat : 20581 (picosat) R 20580 19920 17203 0 -1 4194304 46749 0 0 0 49502 3426 0 0 25 0 1 0 23485296 194830336 46218 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20581/statm: 47566 46218 48 102 0 47461 0
Current children cumulated CPU time (s) 1528.39
Current children cumulated vsize (KiB) 212488

[startup+1602.3 s]
/proc/loadavg: 2.00 2.06 2.10 3/86 20581
/proc/meminfo: memFree=1135960/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=999.11
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1365 138228 0 2 5 1 99733 172 17 0 1 0 23384499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1113 409 3 0 796 0
[pid=20580] ppid=19920 vsize=5356 CPUtime=0
/proc/20580/stat : 20580 (sh) S 19920 19920 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23485296 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20580/statm: 1339 232 193 169 0 50 0
[pid=20581] ppid=20580 vsize=190264 CPUtime=588.72
/proc/20581/stat : 20581 (picosat) R 20580 19920 17203 0 -1 4194304 46749 0 0 0 55446 3426 0 0 25 0 1 0 23485296 194830336 46218 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/20581/statm: 47566 46218 48 102 0 47461 0
Current children cumulated CPU time (s) 1587.83
Current children cumulated vsize (KiB) 212488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.05 2.09 3/86 20581
/proc/meminfo: memFree=1135384/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=999.11
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1365 138228 0 2 5 1 99733 172 17 0 1 0 23384499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1113 409 3 0 796 0
[pid=20580] ppid=19920 vsize=5356 CPUtime=0
/proc/20580/stat : 20580 (sh) S 19920 19920 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23485296 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20580/statm: 1339 232 193 169 0 50 0
[pid=20581] ppid=20580 vsize=190264 CPUtime=648.15
/proc/20581/stat : 20581 (picosat) R 20580 19920 17203 0 -1 4194304 46751 0 0 0 61389 3426 0 0 25 0 1 0 23485296 194830336 46220 996147200 134512640 134931368 4294956256 18446744073709551615 134524227 0 0 4096 0 0 0 0 17 1 0 0
/proc/20581/statm: 47566 46220 48 102 0 47461 0
Current children cumulated CPU time (s) 1647.26
Current children cumulated vsize (KiB) 212488

[startup+1722.3 s]
/proc/loadavg: 2.07 2.06 2.09 3/86 20581
/proc/meminfo: memFree=1120152/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=999.11
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1365 138228 0 2 5 1 99733 172 17 0 1 0 23384499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1113 409 3 0 796 0
[pid=20580] ppid=19920 vsize=5356 CPUtime=0
/proc/20580/stat : 20580 (sh) S 19920 19920 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23485296 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20580/statm: 1339 232 193 169 0 50 0
[pid=20581] ppid=20580 vsize=190264 CPUtime=707.57
/proc/20581/stat : 20581 (picosat) R 20580 19920 17203 0 -1 4194304 46903 0 0 0 67331 3426 0 0 25 0 1 0 23485296 194830336 46231 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20581/statm: 47566 46231 48 102 0 47461 0
Current children cumulated CPU time (s) 1706.68
Current children cumulated vsize (KiB) 212488

[startup+1782.3 s]
/proc/loadavg: 2.02 2.05 2.08 3/86 20581
/proc/meminfo: memFree=1120216/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=999.11
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1365 138228 0 2 5 1 99733 172 17 0 1 0 23384499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1113 409 3 0 796 0
[pid=20580] ppid=19920 vsize=5356 CPUtime=0
/proc/20580/stat : 20580 (sh) S 19920 19920 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23485296 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20580/statm: 1339 232 193 169 0 50 0
[pid=20581] ppid=20580 vsize=190264 CPUtime=767
/proc/20581/stat : 20581 (picosat) R 20580 19920 17203 0 -1 4194304 46903 0 0 0 73274 3426 0 0 25 0 1 0 23485296 194830336 46231 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20581/statm: 47566 46231 48 102 0 47461 0
Current children cumulated CPU time (s) 1766.11
Current children cumulated vsize (KiB) 212488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.6 s]
/proc/loadavg: 2.01 2.04 2.08 3/86 20581
/proc/meminfo: memFree=1119576/2055920 swapFree=4192812/4192956
[pid=19920] ppid=19918 vsize=16868 CPUtime=999.11
/proc/19920/stat : 19920 (sugar) S 19918 19920 17203 0 -1 4194304 1365 138228 0 2 5 1 99733 172 17 0 1 0 23384499 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19920/statm: 4217 1113 409 3 0 796 0
[pid=20580] ppid=19920 vsize=5356 CPUtime=0
/proc/20580/stat : 20580 (sh) S 19920 19920 17203 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23485296 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20580/statm: 1339 232 193 169 0 50 0
[pid=20581] ppid=20580 vsize=190792 CPUtime=800.98
/proc/20581/stat : 20581 (picosat) R 20580 19920 17203 0 -1 4194304 47063 0 0 0 76671 3427 0 0 25 0 1 0 23485296 195371008 46391 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20581/statm: 47698 46391 48 102 0 47593 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 213016

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 19920 and gives
#  childrusage.ru_utime.tv_sec=997
#  childrusage.ru_utime.tv_usec=396372
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=746734
# CPU time returned by wait4() is 999.143
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.64
CPU time (s): 1800.09
CPU user time (s): 1764.09
CPU system time (s): 36
CPU usage (%): 99.089
Max. virtual memory (cumulated for all children) (KiB): 916964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 997.396
system time used= 1.74673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139987
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= 28369
involuntary context switches= 38896

runsolver used 2.35464 second user time and 5.9151 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 03:46:32
IDJOB=2076922
IDBENCH=56528
IDSOLVER=738
FILE ID=node76/2076922-1247363191
PBS_JOBID= 9506828
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-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-2076922-1247363191/watcher-2076922-1247363191 -o /tmp/evaluation-result-2076922-1247363191/solver-2076922-1247363191 -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-2076922-1247363191.xml

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

MD5SUM BENCH= 004360dc4ee08fb7f6c35dfdfdd00b76
RANDOM SEED=965346920

node76.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.277
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.277
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:       1417232 kB
Buffers:         20188 kB
Cached:         103572 kB
SwapCached:          0 kB
Active:         526636 kB
Inactive:        58616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3660 kB
Writeback:           0 kB
Mapped:         481916 kB
Slab:            37792 kB
Committed_AS:   630516 kB
PageTables:       2760 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= 66348 MiB
End job on node76 at 2009-07-12 04:16:50