Trace number 1075604

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.04 1808.34

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.590909
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 16:20:16 2008
0.00/0.04	c 0	PID 30332
0.00/0.04	c 0	HOST node27.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1075604-1215181215.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1075604-1215181215.xml' 'HOME/temp.csp'
1.07/1.17	c 1	1 domains, 291 variables, 7 predicates, 7 relations, 2544 constraints
1.14/1.22	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.14/1.22	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.15/1.30	c 1	Parsing HOME/temp.csp
2.01/2.20	c 2	parsed 2850 expressions
2.01/2.20	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.01/2.20	c 2	Converting to clausal form CSP
2.12/2.23	c 2	converted 285 (10%) expressions
4.69/4.81	c 4	converted 570 (20%) expressions
8.68/8.87	c 9	converted 855 (30%) expressions
8.68/8.90	c 9	converted 1140 (40%) expressions
8.77/8.96	c 9	converted 1425 (50%) expressions
8.77/8.99	c 9	converted 1710 (60%) expressions
8.87/9.01	c 9	converted 1995 (70%) expressions
8.87/9.06	c 9	converted 2280 (80%) expressions
8.87/9.08	c 9	converted 2565 (90%) expressions
9.08/9.21	c 9	converted 2850 (100%) expressions
9.08/9.21	c 9	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
9.08/9.21	c 9	Heap : 174 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.08/9.21	c 9	Propagation in CSP
9.08/9.24	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.08/9.24	c 9	CSP : 291 integers, 0 booleans, 2544 clauses, largest domain size 26
9.08/9.24	c 9	Heap : 176 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.08/9.24	c 9	Simplifing CSP by introducing new Boolean variables
9.17/9.35	c 9	CSP : 291 integers, 19364 booleans, 21908 clauses, largest domain size 26
9.17/9.35	c 9	Heap : 178 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.37/10.53	c 10	Encoding CSP to SAT : HOME/temp.cnf
10.37/10.56	c 10	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
10.37/10.57	c 10	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
10.37/10.57	c 10	88 (30%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
10.37/10.57	c 10	117 (40%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
10.37/10.57	c 10	146 (50%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
10.37/10.57	c 10	175 (60%) CSP integer variables are encoded (4200 clauses, 52537 bytes)
10.37/10.57	c 10	204 (70%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
10.37/10.58	c 10	233 (80%) CSP integer variables are encoded (5592 clauses, 70633 bytes)
10.37/10.58	c 10	262 (90%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
10.37/10.58	c 10	291 (100%) CSP integer variables are encoded (6984 clauses, 88729 bytes)
106.17/106.80	c 106	2191 (10%) CSP clauses are encoded (973579 clauses, 40467438 bytes)
1026.91/1034.47	c 1034	4382 (20%) CSP clauses are encoded (2517665 clauses, 128199329 bytes)
1027.01/1034.57	c 1034	6573 (30%) CSP clauses are encoded (2568556 clauses, 129149419 bytes)
1027.11/1034.67	c 1034	8764 (40%) CSP clauses are encoded (2619422 clauses, 130108854 bytes)
1027.22/1034.78	c 1034	10954 (50%) CSP clauses are encoded (2670287 clauses, 131111571 bytes)
1027.32/1034.88	c 1035	13145 (60%) CSP clauses are encoded (2721178 clauses, 132115253 bytes)
1027.42/1034.98	c 1035	15336 (70%) CSP clauses are encoded (2772044 clauses, 133118476 bytes)
1027.52/1035.09	c 1035	17527 (80%) CSP clauses are encoded (2822935 clauses, 134122158 bytes)
1027.63/1035.19	c 1035	19718 (90%) CSP clauses are encoded (2874101 clauses, 135125341 bytes)
1081.38/1089.47	c 1089	21908 (100%) CSP clauses are encoded (3067406 clauses, 151892728 bytes)
1081.38/1089.47	c 1089	21908 CSP clauses encoded
1081.38/1089.47	c 1089	Writing map file : HOME/temp.map
1081.38/1089.49	c 1089	Heap : 189 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1081.38/1089.49	c 1089	SAT : 26639 SAT variables, 3067406 SAT clauses, 151892728 bytes
1081.38/1089.49	c 1089	Heap : 189 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1081.48/1089.59	c 1089	SOLVING HOME/temp.cnf
1081.48/1089.59	c 1089	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1808.32	c ERROR INTERRUPTED
1800.04/1808.34	s UNKNOWN
1800.04/1808.34	c 1808	CPU 1079.78 (0.03 0.01 1079.75 1.75)
1800.04/1808.34	c 1808	END Fri Jul  4 16:50:24 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075604-1215181215/watcher-1075604-1215181215 -o /tmp/evaluation-result-1075604-1215181215/solver-1075604-1215181215 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1075604-1215181215.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.36 2.12 2.03 4/72 30332
/proc/meminfo: memFree=1367760/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=12268 CPUtime=0
/proc/30332/stat : 30332 (sugar) R 30330 30332 28464 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 129791684 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233597615102 0 0 4224 0 0 0 0 17 0 0 0
/proc/30332/statm: 3067 316 241 3 0 167 0

[startup+0.0458069 s]
/proc/loadavg: 2.36 2.12 2.03 4/72 30332
/proc/meminfo: memFree=1367760/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=0.03
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 884 127 0 0 3 0 0 0 16 0 1 0 129791684 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102114 s]
/proc/loadavg: 2.36 2.12 2.03 4/72 30332
/proc/meminfo: memFree=1367760/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=0.03
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 129791684 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301134 s]
/proc/loadavg: 2.36 2.12 2.03 4/72 30332
/proc/meminfo: memFree=1367760/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=0.03
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 129791684 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701174 s]
/proc/loadavg: 2.36 2.12 2.03 4/72 30332
/proc/meminfo: memFree=1367760/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=0.03
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 129791684 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50125 s]
/proc/loadavg: 2.36 2.12 2.03 4/83 30344
/proc/meminfo: memFree=1337784/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1.15
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 973 10560 0 1 3 0 105 7 15 0 1 0 129791684 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 13600

[startup+3.10242 s]
/proc/loadavg: 2.36 2.12 2.03 3/83 30354
/proc/meminfo: memFree=1344760/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1.15
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 973 10560 0 1 3 0 105 7 16 0 1 0 129791684 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 797 370 3 0 500 0
[pid=30345] ppid=30332 vsize=5356 CPUtime=0
/proc/30345/stat : 30345 (sh) S 30332 30332 28464 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 129791806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30345/statm: 1339 233 193 169 0 50 0
[pid=30346] ppid=30345 vsize=864748 CPUtime=1.86
/proc/30346/stat : 30346 (java) S 30345 30332 28464 0 -1 0 15368 0 1 0 176 10 0 0 20 0 9 0 129791807 885501952 13790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30346/statm: 216187 13790 2540 9 0 210762 0
[pid=30346/tid=30347] ppid=30345 vsize=864748 CPUtime=0.92
/proc/30346/task/30347/stat : 30347 (java) R 30345 30332 28464 0 -1 64 2902 0 1 0 90 2 0 0 25 0 9 0 129791808 885501952 13790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30348] ppid=30345 vsize=864748 CPUtime=0.83
/proc/30346/task/30348/stat : 30348 (java) R 30345 30332 28464 0 -1 64 11434 0 0 0 77 6 0 0 17 0 9 0 129791809 885501952 13790 996147200 134512640 134550740 4294955952 18446744073709551615 104180102 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30349] ppid=30345 vsize=864748 CPUtime=0
/proc/30346/task/30349/stat : 30349 (java) S 30345 30332 28464 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 129791809 885501952 13790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30350] ppid=30345 vsize=864748 CPUtime=0
/proc/30346/task/30350/stat : 30350 (java) S 30345 30332 28464 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 129791809 885501952 13790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30351] ppid=30345 vsize=864748 CPUtime=0
/proc/30346/task/30351/stat : 30351 (java) S 30345 30332 28464 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 129791811 885501952 13790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30352] ppid=30345 vsize=864748 CPUtime=0.07
/proc/30346/task/30352/stat : 30352 (java) S 30345 30332 28464 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 129791811 885501952 13790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30353] ppid=30345 vsize=864748 CPUtime=0
/proc/30346/task/30353/stat : 30353 (java) S 30345 30332 28464 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 129791811 885501952 13790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30354] ppid=30345 vsize=864748 CPUtime=0
/proc/30346/task/30354/stat : 30354 (java) S 30345 30332 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 129791811 885501952 13790 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883704

[startup+6.30175 s]
/proc/loadavg: 2.41 2.14 2.04 3/83 30354
/proc/meminfo: memFree=1262328/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1.15
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 973 10560 0 1 3 0 105 7 16 0 1 0 129791684 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 797 370 3 0 500 0
[pid=30345] ppid=30332 vsize=5356 CPUtime=0
/proc/30345/stat : 30345 (sh) S 30332 30332 28464 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 129791806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30345/statm: 1339 233 193 169 0 50 0
[pid=30346] ppid=30345 vsize=889408 CPUtime=5.04
/proc/30346/stat : 30346 (java) S 30345 30332 28464 0 -1 0 40057 0 1 0 482 22 0 0 20 0 9 0 129791807 910753792 35532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30346/statm: 222352 35532 2540 9 0 216927 0
[pid=30346/tid=30347] ppid=30345 vsize=889408 CPUtime=2.21
/proc/30346/task/30347/stat : 30347 (java) R 30345 30332 28464 0 -1 64 3668 0 1 0 219 2 0 0 25 0 9 0 129791808 910753792 35532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30348] ppid=30345 vsize=889408 CPUtime=2.61
/proc/30346/task/30348/stat : 30348 (java) R 30345 30332 28464 0 -1 64 34253 0 0 0 244 17 0 0 18 0 9 0 129791809 910753792 35532 996147200 134512640 134550740 4294955952 18446744073709551615 101574362 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30349] ppid=30345 vsize=889408 CPUtime=0
/proc/30346/task/30349/stat : 30349 (java) S 30345 30332 28464 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 129791809 910753792 35532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30350] ppid=30345 vsize=889408 CPUtime=0
/proc/30346/task/30350/stat : 30350 (java) S 30345 30332 28464 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 129791809 910753792 35532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30351] ppid=30345 vsize=889408 CPUtime=0
/proc/30346/task/30351/stat : 30351 (java) S 30345 30332 28464 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 129791811 910753792 35532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30352] ppid=30345 vsize=889408 CPUtime=0.17
/proc/30346/task/30352/stat : 30352 (java) S 30345 30332 28464 0 -1 64 1439 0 0 0 17 0 0 0 16 0 9 0 129791811 910753792 35532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30353] ppid=30345 vsize=889408 CPUtime=0
/proc/30346/task/30353/stat : 30353 (java) S 30345 30332 28464 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 129791811 910753792 35532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30354] ppid=30345 vsize=889408 CPUtime=0
/proc/30346/task/30354/stat : 30354 (java) S 30345 30332 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 129791811 910753792 35532 996147200 134512640 134550740 4294955952 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) 908364

[startup+12.7024 s]
/proc/loadavg: 2.38 2.13 2.04 3/83 30354
/proc/meminfo: memFree=1165432/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1.15
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 974 10560 0 1 3 0 105 7 16 0 1 0 129791684 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 797 370 3 0 500 0
[pid=30345] ppid=30332 vsize=5356 CPUtime=0
/proc/30345/stat : 30345 (sh) S 30332 30332 28464 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 129791806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30345/statm: 1339 233 193 169 0 50 0
[pid=30346] ppid=30345 vsize=868524 CPUtime=11.41
/proc/30346/stat : 30346 (java) S 30345 30332 28464 0 -1 0 72812 0 1 0 1101 40 0 0 20 0 9 0 129791807 889368576 51460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30346/statm: 217131 51460 2567 9 0 211678 0
[pid=30346/tid=30347] ppid=30345 vsize=868524 CPUtime=5.62
/proc/30346/task/30347/stat : 30347 (java) R 30345 30332 28464 0 -1 64 5277 0 1 0 558 4 0 0 25 0 9 0 129791808 889368576 51460 996147200 134512640 134550740 4294955952 18446744073709551615 4126988352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30348] ppid=30345 vsize=868524 CPUtime=5.5
/proc/30346/task/30348/stat : 30348 (java) S 30345 30332 28464 0 -1 64 65354 0 0 0 517 33 0 0 16 0 9 0 129791809 889368576 51460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30349] ppid=30345 vsize=868524 CPUtime=0
/proc/30346/task/30349/stat : 30349 (java) S 30345 30332 28464 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 129791809 889368576 51460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30350] ppid=30345 vsize=868524 CPUtime=0
/proc/30346/task/30350/stat : 30350 (java) S 30345 30332 28464 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 129791809 889368576 51460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30351] ppid=30345 vsize=868524 CPUtime=0
/proc/30346/task/30351/stat : 30351 (java) S 30345 30332 28464 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 129791811 889368576 51460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30352] ppid=30345 vsize=868524 CPUtime=0.25
/proc/30346/task/30352/stat : 30352 (java) S 30345 30332 28464 0 -1 64 1484 0 0 0 24 1 0 0 17 0 9 0 129791811 889368576 51460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30353] ppid=30345 vsize=868524 CPUtime=0
/proc/30346/task/30353/stat : 30353 (java) S 30345 30332 28464 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 129791811 889368576 51460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30354] ppid=30345 vsize=868524 CPUtime=0
/proc/30346/task/30354/stat : 30354 (java) S 30345 30332 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 129791811 889368576 51460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 887480

[startup+25.5027 s]
/proc/loadavg: 2.29 2.13 2.03 3/83 30354
/proc/meminfo: memFree=1150520/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1.15
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 974 10560 0 1 3 0 105 7 16 0 1 0 129791684 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 797 370 3 0 500 0
[pid=30345] ppid=30332 vsize=5356 CPUtime=0
/proc/30345/stat : 30345 (sh) S 30332 30332 28464 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 129791806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30345/statm: 1339 233 193 169 0 50 0
[pid=30346] ppid=30345 vsize=868524 CPUtime=24.14
/proc/30346/stat : 30346 (java) S 30345 30332 28464 0 -1 0 73515 0 1 0 2366 48 0 0 20 0 9 0 129791807 889368576 52113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30346/statm: 217131 52113 2567 9 0 211678 0
[pid=30346/tid=30347] ppid=30345 vsize=868524 CPUtime=18.1
/proc/30346/task/30347/stat : 30347 (java) R 30345 30332 28464 0 -1 64 5327 0 1 0 1799 11 0 0 25 0 9 0 129791808 889368576 52113 996147200 134512640 134550740 4294955952 18446744073709551615 4126990916 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30348] ppid=30345 vsize=868524 CPUtime=5.75
/proc/30346/task/30348/stat : 30348 (java) S 30345 30332 28464 0 -1 64 66002 0 0 0 541 34 0 0 16 0 9 0 129791809 889368576 52113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30349] ppid=30345 vsize=868524 CPUtime=0
/proc/30346/task/30349/stat : 30349 (java) S 30345 30332 28464 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 129791809 889368576 52113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30350] ppid=30345 vsize=868524 CPUtime=0
/proc/30346/task/30350/stat : 30350 (java) S 30345 30332 28464 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 129791809 889368576 52113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30351] ppid=30345 vsize=868524 CPUtime=0
/proc/30346/task/30351/stat : 30351 (java) S 30345 30332 28464 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 129791811 889368576 52113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30352] ppid=30345 vsize=868524 CPUtime=0.26
/proc/30346/task/30352/stat : 30352 (java) S 30345 30332 28464 0 -1 64 1489 0 0 0 25 1 0 0 16 0 9 0 129791811 889368576 52113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30353] ppid=30345 vsize=868524 CPUtime=0
/proc/30346/task/30353/stat : 30353 (java) S 30345 30332 28464 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 129791811 889368576 52113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30346/tid=30354] ppid=30345 vsize=868524 CPUtime=0
/proc/30346/task/30354/stat : 30354 (java) S 30345 30332 28464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 129791811 889368576 52113 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 887480

[startup+51.1013 s]
/proc/loadavg: 2.19 2.11 2.03 3/83 30354
/proc/meminfo: memFree=1136760/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1.15
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 974 10560 0 1 3 0 105 7 16 0 1 0 129791684 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 797 370 3 0 500 0
[pid=30345] ppid=30332 vsize=5356 CPUtime=0
/proc/30345/stat : 30345 (sh) S 30332 30332 28464 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 129791806 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30345/statm: 1339 233 193 169 0 50 0
[pid=30346] ppid=30345 vsize=868524 CPUtime=49.6
/proc/30346/stat : 30346 (java) S 30345 30332 28464 0 -1 0 74311 0 1 0 4905 55 0 0 20 0 9 0 129791807 889368576 52862 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/meminfo: memFree=393960/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1081.54
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 1023 138472 0 2 3 1 107975 175 16 0 1 0 129791684 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 799 370 3 0 500 0
[pid=30511] ppid=30332 vsize=5356 CPUtime=0
/proc/30511/stat : 30511 (sh) S 30332 30332 28464 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 129900644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30511/statm: 1339 232 193 169 0 50 0
[pid=30512] ppid=30511 vsize=186716 CPUtime=272.61
/proc/30512/stat : 30512 (picosat) R 30511 30332 28464 0 -1 4194304 45538 0 0 0 23619 3642 0 0 25 0 1 0 129900644 191197184 45399 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/30512/statm: 46679 45399 48 102 0 46574 0
Current children cumulated CPU time (s) 1354.15
Current children cumulated vsize (KiB) 205672

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30512
/proc/meminfo: memFree=392360/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1081.54
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 1023 138472 0 2 3 1 107975 175 16 0 1 0 129791684 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 799 370 3 0 500 0
[pid=30511] ppid=30332 vsize=5356 CPUtime=0
/proc/30511/stat : 30511 (sh) S 30332 30332 28464 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 129900644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30511/statm: 1339 232 193 169 0 50 0
[pid=30512] ppid=30511 vsize=187904 CPUtime=332.59
/proc/30512/stat : 30512 (picosat) R 30511 30332 28464 0 -1 4194304 46007 0 0 0 29617 3642 0 0 25 0 1 0 129900644 192413696 45745 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30512/statm: 46976 45745 48 102 0 46871 0
Current children cumulated CPU time (s) 1414.13
Current children cumulated vsize (KiB) 206860

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30512
/proc/meminfo: memFree=392424/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1081.54
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 1023 138472 0 2 3 1 107975 175 16 0 1 0 129791684 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 799 370 3 0 500 0
[pid=30511] ppid=30332 vsize=5356 CPUtime=0
/proc/30511/stat : 30511 (sh) S 30332 30332 28464 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 129900644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30511/statm: 1339 232 193 169 0 50 0
[pid=30512] ppid=30511 vsize=187904 CPUtime=392.57
/proc/30512/stat : 30512 (picosat) R 30511 30332 28464 0 -1 4194304 46007 0 0 0 35615 3642 0 0 25 0 1 0 129900644 192413696 45745 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30512/statm: 46976 45745 48 102 0 46871 0
Current children cumulated CPU time (s) 1474.11
Current children cumulated vsize (KiB) 206860

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30512
/proc/meminfo: memFree=383720/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1081.54
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 1023 138472 0 2 3 1 107975 175 16 0 1 0 129791684 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 799 370 3 0 500 0
[pid=30511] ppid=30332 vsize=5356 CPUtime=0
/proc/30511/stat : 30511 (sh) S 30332 30332 28464 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 129900644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30511/statm: 1339 232 193 169 0 50 0
[pid=30512] ppid=30511 vsize=189340 CPUtime=452.56
/proc/30512/stat : 30512 (picosat) R 30511 30332 28464 0 -1 4194304 46366 0 0 0 41613 3643 0 0 25 0 1 0 129900644 193884160 45973 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30512/statm: 47335 45973 48 102 0 47230 0
Current children cumulated CPU time (s) 1534.1
Current children cumulated vsize (KiB) 208296

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30512
/proc/meminfo: memFree=375144/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1081.54
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 1023 138472 0 2 3 1 107975 175 16 0 1 0 129791684 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 799 370 3 0 500 0
[pid=30511] ppid=30332 vsize=5356 CPUtime=0
/proc/30511/stat : 30511 (sh) S 30332 30332 28464 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 129900644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30511/statm: 1339 232 193 169 0 50 0
[pid=30512] ppid=30511 vsize=189340 CPUtime=512.54
/proc/30512/stat : 30512 (picosat) R 30511 30332 28464 0 -1 4194304 46366 0 0 0 47611 3643 0 0 25 0 1 0 129900644 193884160 45973 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 1 0 0
/proc/30512/statm: 47335 45973 48 102 0 47230 0
Current children cumulated CPU time (s) 1594.08
Current children cumulated vsize (KiB) 208296

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30512
/proc/meminfo: memFree=374056/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1081.54
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 1023 138472 0 2 3 1 107975 175 16 0 1 0 129791684 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 799 370 3 0 500 0
[pid=30511] ppid=30332 vsize=5356 CPUtime=0
/proc/30511/stat : 30511 (sh) S 30332 30332 28464 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 129900644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30511/statm: 1339 232 193 169 0 50 0
[pid=30512] ppid=30511 vsize=190264 CPUtime=572.53
/proc/30512/stat : 30512 (picosat) R 30511 30332 28464 0 -1 4194304 46749 0 0 0 53609 3644 0 0 25 0 1 0 129900644 194830336 46218 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30512/statm: 47566 46218 48 102 0 47461 0
Current children cumulated CPU time (s) 1654.07
Current children cumulated vsize (KiB) 209220

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30512
/proc/meminfo: memFree=364200/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1081.54
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 1023 138472 0 2 3 1 107975 175 16 0 1 0 129791684 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 799 370 3 0 500 0
[pid=30511] ppid=30332 vsize=5356 CPUtime=0
/proc/30511/stat : 30511 (sh) S 30332 30332 28464 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 129900644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30511/statm: 1339 232 193 169 0 50 0
[pid=30512] ppid=30511 vsize=190264 CPUtime=632.52
/proc/30512/stat : 30512 (picosat) R 30511 30332 28464 0 -1 4194304 46749 0 0 0 59608 3644 0 0 25 0 1 0 129900644 194830336 46218 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/30512/statm: 47566 46218 48 102 0 47461 0
Current children cumulated CPU time (s) 1714.06
Current children cumulated vsize (KiB) 209220

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30512
/proc/meminfo: memFree=358696/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1081.54
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 1023 138472 0 2 3 1 107975 175 16 0 1 0 129791684 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 799 370 3 0 500 0
[pid=30511] ppid=30332 vsize=5356 CPUtime=0
/proc/30511/stat : 30511 (sh) S 30332 30332 28464 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 129900644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30511/statm: 1339 232 193 169 0 50 0
[pid=30512] ppid=30511 vsize=190264 CPUtime=692.5
/proc/30512/stat : 30512 (picosat) R 30511 30332 28464 0 -1 4194304 46903 0 0 0 65606 3644 0 0 25 0 1 0 129900644 194830336 46231 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30512/statm: 47566 46231 48 102 0 47461 0
Current children cumulated CPU time (s) 1774.04
Current children cumulated vsize (KiB) 209220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30512
/proc/meminfo: memFree=353256/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1081.54
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 1023 138472 0 2 3 1 107975 175 16 0 1 0 129791684 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 799 370 3 0 500 0
[pid=30511] ppid=30332 vsize=5356 CPUtime=0
/proc/30511/stat : 30511 (sh) S 30332 30332 28464 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 129900644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30511/statm: 1339 232 193 169 0 50 0
[pid=30512] ppid=30511 vsize=190264 CPUtime=718.5
/proc/30512/stat : 30512 (picosat) R 30511 30332 28464 0 -1 4194304 46903 0 0 0 68206 3644 0 0 25 0 1 0 129900644 194830336 46231 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/30512/statm: 47566 46231 48 102 0 47461 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 209220

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1808.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 30512
/proc/meminfo: memFree=353256/2055920 swapFree=4192812/4192956
[pid=30332] ppid=30330 vsize=13600 CPUtime=1081.54
/proc/30332/stat : 30332 (sugar) S 30330 30332 28464 0 -1 4194304 1023 138472 0 2 3 1 107975 175 16 0 1 0 129791684 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30332/statm: 3400 799 370 3 0 500 0
[pid=30511] ppid=30332 vsize=5356 CPUtime=0
/proc/30511/stat : 30511 (sh) S 30332 30332 28464 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 129900644 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30511/statm: 1339 232 193 169 0 50 0
[pid=30512] ppid=30511 vsize=190264 CPUtime=718.5
/proc/30512/stat : 30512 (picosat) R 30511 30332 28464 0 -1 4194304 46903 0 0 0 68206 3644 0 0 25 0 1 0 129900644 194830336 46231 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/30512/statm: 47566 46231 48 102 0 47461 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 209220

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30332 and gives
#  childrusage.ru_utime.tv_sec=1079
#  childrusage.ru_utime.tv_usec=795846
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=768731
# CPU time returned by wait4() is 1081.56
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.34
CPU time (s): 1800.04
CPU user time (s): 1761.84
CPU system time (s): 38.2
CPU usage (%): 99.5407
Max. virtual memory (cumulated for all children) (KiB): 908364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1079.8
system time used= 1.76873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139849
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= 28731
involuntary context switches= 44014

runsolver used 2.25366 second user time and 6.01309 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 16:20:16
IDJOB=1075604
IDBENCH=56528
IDSOLVER=345
FILE ID=node27/1075604-1215181215
PBS_JOBID= 7881509
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-19-05.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1075604-1215181215/watcher-1075604-1215181215 -o /tmp/evaluation-result-1075604-1215181215/solver-1075604-1215181215 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1075604-1215181215.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 004360dc4ee08fb7f6c35dfdfdd00b76
RANDOM SEED=1285698438

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1368240 kB
Buffers:         77452 kB
Cached:         486744 kB
SwapCached:          0 kB
Active:         272456 kB
Inactive:       343292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1368240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2896 kB
Writeback:           0 kB
Mapped:          64472 kB
Slab:            57520 kB
Committed_AS:   329784 kB
PageTables:       1568 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-04 16:50:26