Trace number 1076649

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+minisat? (TO) 1800.92 1818.14

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg10-12_ext.xml
MD5SUMccd3962fadde28be4037bce110f3708a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints22
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension22
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 18:29:24 2008
0.00/0.05	c 0	PID 12317
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1076649-1215188964.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076649-1215188964.xml' 'HOME/temp.csp'
1.45/1.52	c 2	1 domains, 120 variables, 0 predicates, 2 relations, 22 constraints
1.45/1.57	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.45/1.57	c 2	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.50/1.65	c 2	Parsing HOME/temp.csp
3.29/3.47	c 4	parsed 145 expressions
3.29/3.48	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.29/3.48	c 4	Converting to clausal form CSP
3.38/3.52	c 4	converted 15 (10%) expressions
3.38/3.52	c 4	converted 29 (20%) expressions
3.38/3.52	c 4	converted 44 (30%) expressions
3.38/3.52	c 4	converted 58 (40%) expressions
3.38/3.52	c 4	converted 73 (50%) expressions
3.38/3.52	c 4	converted 87 (60%) expressions
3.38/3.52	c 4	converted 102 (70%) expressions
3.38/3.52	c 4	converted 116 (80%) expressions
13.19/13.49	c 14	converted 131 (90%) expressions
30.42/30.87	c 31	converted 145 (100%) expressions
30.42/30.87	c 31	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
30.42/30.87	c 31	Heap : 654 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
30.42/30.87	c 31	Propagation in CSP
30.42/30.87	c 31	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
30.42/30.87	c 31	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
30.42/30.87	c 31	Heap : 654 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
30.42/30.87	c 31	Simplifing CSP by introducing new Boolean variables
30.42/30.87	c 31	CSP : 120 integers, 0 booleans, 22 clauses, largest domain size 26
30.42/30.87	c 31	Heap : 654 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
34.39/34.83	c 35	Encoding CSP to SAT : HOME/temp.cnf
34.39/34.85	c 35	12 (10%) CSP integer variables are encoded (288 clauses, 3024 bytes)
34.39/34.86	c 35	24 (20%) CSP integer variables are encoded (576 clauses, 6192 bytes)
34.39/34.87	c 35	36 (30%) CSP integer variables are encoded (864 clauses, 9360 bytes)
34.39/34.87	c 35	48 (40%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
34.39/34.87	c 35	60 (50%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
34.39/34.87	c 35	72 (60%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
34.39/34.87	c 35	84 (70%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
34.39/34.87	c 35	96 (80%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
34.39/34.87	c 35	108 (90%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
34.39/34.88	c 35	120 (100%) CSP integer variables are encoded (2880 clauses, 35377 bytes)
1800.01/1816.13	c ERROR INTERRUPTED

Verifier Data (download as text)

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

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-1076649-1215188964/watcher-1076649-1215188964 -o /tmp/evaluation-result-1076649-1215188964/solver-1076649-1215188964 -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/minisat -tmp=HOME/temp HOME/instance-1076649-1215188964.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.28 2.05 2.01 4/72 12317
/proc/meminfo: memFree=1717152/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=18572 CPUtime=0
/proc/12317/stat : 12317 (runsolver) R 12315 12317 8597 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1997868675 19017728 292 996147200 4194304 4296836 548682068224 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12317/statm: 4643 292 257 25 0 2626 0

[startup+0.094931 s]
/proc/loadavg: 2.28 2.05 2.01 4/72 12317
/proc/meminfo: memFree=1717152/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=0.03
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1997868675 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10193 s]
/proc/loadavg: 2.28 2.05 2.01 4/72 12317
/proc/meminfo: memFree=1717152/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=0.03
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1997868675 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301967 s]
/proc/loadavg: 2.28 2.05 2.01 4/72 12317
/proc/meminfo: memFree=1717152/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=0.03
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1997868675 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701043 s]
/proc/loadavg: 2.28 2.05 2.01 4/72 12317
/proc/meminfo: memFree=1717152/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=0.03
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1997868675 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5022 s]
/proc/loadavg: 2.28 2.05 2.01 3/83 12329
/proc/meminfo: memFree=1675016/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=0.03
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1997868675 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 796 370 3 0 500 0
[pid=12320] ppid=12317 vsize=5356 CPUtime=0
/proc/12320/stat : 12320 (sh) S 12317 12317 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1997868681 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12320/statm: 1339 233 193 169 0 50 0
[pid=12321] ppid=12320 vsize=864036 CPUtime=1.42
/proc/12321/stat : 12321 (java) S 12320 12317 8597 0 -1 0 15254 0 1 0 134 8 0 0 18 0 9 0 1997868681 884772864 14405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12321/statm: 216009 14405 2528 9 0 210591 0
[pid=12321/tid=12322] ppid=12320 vsize=864036 CPUtime=1.06
/proc/12321/task/12322/stat : 12322 (java) R 12320 12317 8597 0 -1 64 10232 0 1 0 101 5 0 0 25 0 9 0 1997868682 884772864 14405 996147200 134512640 134550740 4294955968 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12321/tid=12323] ppid=12320 vsize=864036 CPUtime=0.29
/proc/12321/task/12323/stat : 12323 (java) S 12320 12317 8597 0 -1 64 4013 0 0 0 28 1 0 0 16 0 9 0 1997868683 884772864 14405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12321/tid=12324] ppid=12320 vsize=864036 CPUtime=0
/proc/12321/task/12324/stat : 12324 (java) S 12320 12317 8597 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1997868683 884772864 14405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12321/tid=12325] ppid=12320 vsize=864036 CPUtime=0
/proc/12321/task/12325/stat : 12325 (java) S 12320 12317 8597 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997868683 884772864 14405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12321/tid=12326] ppid=12320 vsize=864036 CPUtime=0
/proc/12321/task/12326/stat : 12326 (java) S 12320 12317 8597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1997868685 884772864 14405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12321/tid=12327] ppid=12320 vsize=864036 CPUtime=0.04
/proc/12321/task/12327/stat : 12327 (java) S 12320 12317 8597 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 1997868685 884772864 14405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12321/tid=12328] ppid=12320 vsize=864036 CPUtime=0
/proc/12321/task/12328/stat : 12328 (java) S 12320 12317 8597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997868685 884772864 14405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12321/tid=12329] ppid=12320 vsize=864036 CPUtime=0
/proc/12321/task/12329/stat : 12329 (java) S 12320 12317 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997868685 884772864 14405 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 882992

[startup+3.10149 s]
/proc/loadavg: 2.28 2.05 2.01 3/83 12339
/proc/meminfo: memFree=1699912/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=1.5
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 972 15679 0 1 3 1 136 10 16 0 1 0 1997868675 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 797 370 3 0 500 0
[pid=12330] ppid=12317 vsize=5356 CPUtime=0
/proc/12330/stat : 12330 (sh) S 12317 12317 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997868833 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12330/statm: 1339 233 193 169 0 50 0
[pid=12331] ppid=12330 vsize=864076 CPUtime=1.5
/proc/12331/stat : 12331 (java) S 12330 12317 8597 0 -1 0 11255 0 1 0 145 5 0 0 18 0 9 0 1997868833 884813824 9982 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 216019 9982 2532 9 0 210601 0
[pid=12331/tid=12332] ppid=12330 vsize=864076 CPUtime=0.85
/proc/12331/task/12332/stat : 12332 (java) R 12330 12317 8597 0 -1 64 2566 0 1 0 85 0 0 0 25 0 9 0 1997868834 884813824 9982 996147200 134512640 134550740 4294955904 18446744073709551615 4126492122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12333] ppid=12330 vsize=864076 CPUtime=0.58
/proc/12331/task/12333/stat : 12333 (java) S 12330 12317 8597 0 -1 64 7679 0 0 0 55 3 0 0 17 0 9 0 1997868835 884813824 9982 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12334] ppid=12330 vsize=864076 CPUtime=0
/proc/12331/task/12334/stat : 12334 (java) S 12330 12317 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997868836 884813824 9982 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12335] ppid=12330 vsize=864076 CPUtime=0
/proc/12331/task/12335/stat : 12335 (java) S 12330 12317 8597 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997868836 884813824 9982 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12336] ppid=12330 vsize=864076 CPUtime=0
/proc/12331/task/12336/stat : 12336 (java) S 12330 12317 8597 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997868838 884813824 9982 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12337] ppid=12330 vsize=864076 CPUtime=0.04
/proc/12331/task/12337/stat : 12337 (java) S 12330 12317 8597 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 1997868838 884813824 9982 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12338] ppid=12330 vsize=864076 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12330 12317 8597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997868838 884813824 9982 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12339] ppid=12330 vsize=864076 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12330 12317 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997868838 884813824 9982 996147200 134512640 134550740 4294955904 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) 883032

[startup+6.3021 s]
/proc/loadavg: 2.26 2.05 2.01 3/83 12339
/proc/meminfo: memFree=1622736/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=1.5
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 972 15679 0 1 3 1 136 10 16 0 1 0 1997868675 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 797 370 3 0 500 0
[pid=12330] ppid=12317 vsize=5356 CPUtime=0
/proc/12330/stat : 12330 (sh) S 12317 12317 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997868833 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12330/statm: 1339 233 193 169 0 50 0
[pid=12331] ppid=12330 vsize=864244 CPUtime=4.66
/proc/12331/stat : 12331 (java) S 12330 12317 8597 0 -1 0 34129 0 1 0 450 16 0 0 18 0 9 0 1997868833 884985856 31900 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 216061 31900 2540 9 0 210636 0
[pid=12331/tid=12332] ppid=12330 vsize=864244 CPUtime=2.2
/proc/12331/task/12332/stat : 12332 (java) R 12330 12317 8597 0 -1 64 3633 0 1 0 219 1 0 0 25 0 9 0 1997868834 884985856 31900 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12333] ppid=12330 vsize=864244 CPUtime=2.37
/proc/12331/task/12333/stat : 12333 (java) R 12330 12317 8597 0 -1 64 29474 0 0 0 223 14 0 0 16 0 9 0 1997868835 884985856 31900 996147200 134512640 134550740 4294955904 18446744073709551615 103829552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12334] ppid=12330 vsize=864244 CPUtime=0
/proc/12331/task/12334/stat : 12334 (java) S 12330 12317 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997868836 884985856 31900 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12335] ppid=12330 vsize=864244 CPUtime=0
/proc/12331/task/12335/stat : 12335 (java) S 12330 12317 8597 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997868836 884985856 31900 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12336] ppid=12330 vsize=864244 CPUtime=0
/proc/12331/task/12336/stat : 12336 (java) S 12330 12317 8597 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997868838 884985856 31900 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12337] ppid=12330 vsize=864244 CPUtime=0.06
/proc/12331/task/12337/stat : 12337 (java) S 12330 12317 8597 0 -1 64 325 0 0 0 6 0 0 0 17 0 9 0 1997868838 884985856 31900 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12338] ppid=12330 vsize=864244 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12330 12317 8597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997868838 884985856 31900 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12339] ppid=12330 vsize=864244 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12330 12317 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997868838 884985856 31900 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883200

[startup+12.7013 s]
/proc/loadavg: 2.32 2.06 2.02 3/83 12339
/proc/meminfo: memFree=1485840/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=1.5
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 972 15679 0 1 3 1 136 10 16 0 1 0 1997868675 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 797 370 3 0 500 0
[pid=12330] ppid=12317 vsize=5356 CPUtime=0
/proc/12330/stat : 12330 (sh) S 12317 12317 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997868833 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12330/statm: 1339 233 193 169 0 50 0
[pid=12331] ppid=12330 vsize=864244 CPUtime=11
/proc/12331/stat : 12331 (java) S 12330 12317 8597 0 -1 0 87918 0 1 0 1059 41 0 0 18 0 9 0 1997868833 884985856 64439 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 216061 64439 2540 9 0 210636 0
[pid=12331/tid=12332] ppid=12330 vsize=864244 CPUtime=4.24
/proc/12331/task/12332/stat : 12332 (java) R 12330 12317 8597 0 -1 64 5605 0 1 0 422 2 0 0 16 0 9 0 1997868834 884985856 64439 996147200 134512640 134550740 4294955904 18446744073709551615 4126540583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12333] ppid=12330 vsize=864244 CPUtime=6.68
/proc/12331/task/12333/stat : 12333 (java) R 12330 12317 8597 0 -1 64 81291 0 0 0 630 38 0 0 25 0 9 0 1997868835 884985856 64439 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12334] ppid=12330 vsize=864244 CPUtime=0
/proc/12331/task/12334/stat : 12334 (java) S 12330 12317 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997868836 884985856 64439 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12335] ppid=12330 vsize=864244 CPUtime=0
/proc/12331/task/12335/stat : 12335 (java) S 12330 12317 8597 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997868836 884985856 64439 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12336] ppid=12330 vsize=864244 CPUtime=0
/proc/12331/task/12336/stat : 12336 (java) S 12330 12317 8597 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997868838 884985856 64439 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12337] ppid=12330 vsize=864244 CPUtime=0.06
/proc/12331/task/12337/stat : 12337 (java) S 12330 12317 8597 0 -1 64 325 0 0 0 6 0 0 0 17 0 9 0 1997868838 884985856 64439 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12338] ppid=12330 vsize=864244 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12330 12317 8597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997868838 884985856 64439 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12339] ppid=12330 vsize=864244 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12330 12317 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997868838 884985856 64439 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 883200

[startup+25.5027 s]
/proc/loadavg: 2.39 2.09 2.03 3/83 12339
/proc/meminfo: memFree=1132880/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=1.5
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 972 15679 0 1 3 1 136 10 16 0 1 0 1997868675 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 797 370 3 0 500 0
[pid=12330] ppid=12317 vsize=5356 CPUtime=0
/proc/12330/stat : 12330 (sh) S 12317 12317 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997868833 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12330/statm: 1339 233 193 169 0 50 0
[pid=12331] ppid=12330 vsize=885736 CPUtime=23.67
/proc/12331/stat : 12331 (java) S 12330 12317 8597 0 -1 0 186037 0 1 0 2278 89 0 0 18 0 9 0 1997868833 906993664 146680 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 221434 146680 2540 9 0 216009 0
[pid=12331/tid=12332] ppid=12330 vsize=885736 CPUtime=8.81
/proc/12331/task/12332/stat : 12332 (java) S 12330 12317 8597 0 -1 64 7836 0 1 0 878 3 0 0 17 0 9 0 1997868834 906993664 146680 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12333] ppid=12330 vsize=885736 CPUtime=14.78
/proc/12331/task/12333/stat : 12333 (java) R 12330 12317 8597 0 -1 64 177179 0 0 0 1393 85 0 0 25 0 9 0 1997868835 906993664 146680 996147200 134512640 134550740 4294955904 18446744073709551615 104181349 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12334] ppid=12330 vsize=885736 CPUtime=0
/proc/12331/task/12334/stat : 12334 (java) S 12330 12317 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997868836 906993664 146680 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12335] ppid=12330 vsize=885736 CPUtime=0
/proc/12331/task/12335/stat : 12335 (java) S 12330 12317 8597 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997868836 906993664 146680 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/12330/statm: 1339 233 193 169 0 50 0
[pid=12331] ppid=12330 vsize=865360 CPUtime=1764.73
/proc/12331/stat : 12331 (java) S 12330 12317 8597 0 -1 0 300390 0 1 0 176306 167 0 0 18 0 9 0 1997868833 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 216340 184089 2564 9 0 210887 0
[pid=12331/tid=12332] ppid=12330 vsize=865360 CPUtime=1685.56
/proc/12331/task/12332/stat : 12332 (java) S 12330 12317 8597 0 -1 64 8562 0 1 0 168537 19 0 0 18 0 9 0 1997868834 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12333] ppid=12330 vsize=865360 CPUtime=79.03
/proc/12331/task/12333/stat : 12333 (java) R 12330 12317 8597 0 -1 64 290779 0 0 0 7757 146 0 0 25 0 9 0 1997868835 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 102721863 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12334] ppid=12330 vsize=865360 CPUtime=0
/proc/12331/task/12334/stat : 12334 (java) S 12330 12317 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997868836 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12335] ppid=12330 vsize=865360 CPUtime=0
/proc/12331/task/12335/stat : 12335 (java) S 12330 12317 8597 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997868836 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12336] ppid=12330 vsize=865360 CPUtime=0
/proc/12331/task/12336/stat : 12336 (java) S 12330 12317 8597 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997868838 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12337] ppid=12330 vsize=865360 CPUtime=0.1
/proc/12331/task/12337/stat : 12337 (java) S 12330 12317 8597 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 1997868838 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12338] ppid=12330 vsize=865360 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12330 12317 8597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997868838 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12339] ppid=12330 vsize=865360 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12330 12317 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997868838 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1766.23
Current children cumulated vsize (KiB) 884316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.11 s]
/proc/loadavg: 2.16 2.10 2.03 3/92 12418
/proc/meminfo: memFree=181312/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=1.5
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 973 15679 0 1 3 1 136 10 16 0 1 0 1997868675 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 797 370 3 0 500 0
[pid=12330] ppid=12317 vsize=5356 CPUtime=0
/proc/12330/stat : 12330 (sh) S 12317 12317 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997868833 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12330/statm: 1339 233 193 169 0 50 0
[pid=12331] ppid=12330 vsize=865360 CPUtime=1798.51
/proc/12331/stat : 12331 (java) S 12330 12317 8597 0 -1 0 351500 0 1 0 179655 196 0 0 18 0 9 0 1997868833 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 216340 184089 2564 9 0 210887 0
[pid=12331/tid=12332] ppid=12330 vsize=865360 CPUtime=1688.02
/proc/12331/task/12332/stat : 12332 (java) S 12330 12317 8597 0 -1 64 8572 0 1 0 168775 27 0 0 18 0 9 0 1997868834 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12333] ppid=12330 vsize=865360 CPUtime=110.35
/proc/12331/task/12333/stat : 12333 (java) R 12330 12317 8597 0 -1 64 341879 0 0 0 10868 167 0 0 25 0 9 0 1997868835 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12334] ppid=12330 vsize=865360 CPUtime=0
/proc/12331/task/12334/stat : 12334 (java) S 12330 12317 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997868836 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12335] ppid=12330 vsize=865360 CPUtime=0
/proc/12331/task/12335/stat : 12335 (java) S 12330 12317 8597 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997868836 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12336] ppid=12330 vsize=865360 CPUtime=0
/proc/12331/task/12336/stat : 12336 (java) S 12330 12317 8597 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997868838 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12337] ppid=12330 vsize=865360 CPUtime=0.1
/proc/12331/task/12337/stat : 12337 (java) S 12330 12317 8597 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 1997868838 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12338] ppid=12330 vsize=865360 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 12330 12317 8597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997868838 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12339] ppid=12330 vsize=865360 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 12330 12317 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997868838 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 884316

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

[startup+1817 s]
/proc/loadavg: 2.16 2.10 2.03 3/92 12418
/proc/meminfo: memFree=181312/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=1.5
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 981 15679 0 1 3 1 136 10 16 0 1 0 1997868675 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 797 370 3 0 500 0
[pid=12330] ppid=12317 vsize=0 CPUtime=0
/proc/12330/stat : 12330 (sh) Z 12317 12317 8597 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1997868833 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/12330/statm: 0 0 0 0 0 0 0
[pid=12331] ppid=1 vsize=865360 CPUtime=1799.4
/proc/12331/stat : 12331 (java) S 1 12317 8597 0 -1 0 351501 0 1 0 179744 196 0 0 16 0 9 0 1997868833 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12331/statm: 216340 184089 2564 9 0 210887 0
[pid=12331/tid=12332] ppid=1 vsize=865360 CPUtime=1688.02
/proc/12331/task/12332/stat : 12332 (java) S 1 12317 8597 0 -1 64 8572 0 1 0 168775 27 0 0 18 0 9 0 1997868834 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12333] ppid=1 vsize=865360 CPUtime=111.24
/proc/12331/task/12333/stat : 12333 (java) R 1 12317 8597 0 -1 64 341879 0 0 0 10957 167 0 0 25 0 9 0 1997868835 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12334] ppid=1 vsize=865360 CPUtime=0
/proc/12331/task/12334/stat : 12334 (java) S 1 12317 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997868836 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12335] ppid=1 vsize=865360 CPUtime=0
/proc/12331/task/12335/stat : 12335 (java) S 1 12317 8597 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997868836 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12336] ppid=1 vsize=865360 CPUtime=0
/proc/12331/task/12336/stat : 12336 (java) S 1 12317 8597 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1997868838 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12337] ppid=1 vsize=865360 CPUtime=0.1
/proc/12331/task/12337/stat : 12337 (java) S 1 12317 8597 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 1997868838 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12331/tid=12338] ppid=1 vsize=865360 CPUtime=0
/proc/12331/task/12338/stat : 12338 (java) S 1 12317 8597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997868838 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12331/tid=12339] ppid=1 vsize=865360 CPUtime=0
/proc/12331/task/12339/stat : 12339 (java) S 1 12317 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997868838 886128640 184089 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.9
Current children cumulated vsize (KiB) 878960

# WARNING:
# current cumulated CPU time (1.5 s) is less than in the last sample (1800.9 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1799.4 s) to the 'lost time'.

[startup+1817.1 s]
/proc/loadavg: 2.16 2.10 2.03 3/93 12419
/proc/meminfo: memFree=178872/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=1.5
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 981 15679 0 1 3 1 136 10 16 0 1 0 1997868675 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 797 370 3 0 500 0
[pid=12330] ppid=12317 vsize=0 CPUtime=0
/proc/12330/stat : 12330 (sh) Z 12317 12317 8597 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1997868833 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/12330/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 13600

Sending SIGKILL to process tree (bottom up)

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

[startup+1817.4 s]
/proc/loadavg: 2.16 2.10 2.03 3/93 12419
/proc/meminfo: memFree=178872/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=1.5
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 981 15679 0 1 3 1 136 10 16 0 1 0 1997868675 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 797 370 3 0 500 0
[pid=12330] ppid=12317 vsize=0 CPUtime=0
/proc/12330/stat : 12330 (sh) Z 12317 12317 8597 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1997868833 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/12330/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 13600

[startup+1817.8 s]
/proc/loadavg: 2.16 2.10 2.03 3/93 12419
/proc/meminfo: memFree=178872/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=1.5
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 981 15679 0 1 3 1 136 10 16 0 1 0 1997868675 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 797 370 3 0 500 0
[pid=12330] ppid=12317 vsize=0 CPUtime=0
/proc/12330/stat : 12330 (sh) Z 12317 12317 8597 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1997868833 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/12330/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 13600

[startup+1818 s]
/proc/loadavg: 2.16 2.10 2.03 3/93 12419
/proc/meminfo: memFree=178872/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=1.5
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 981 15679 0 1 3 1 136 10 16 0 1 0 1997868675 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 797 370 3 0 500 0
[pid=12330] ppid=12317 vsize=0 CPUtime=0
/proc/12330/stat : 12330 (sh) Z 12317 12317 8597 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1997868833 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/12330/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 13600

[startup+1818.1 s]
/proc/loadavg: 2.16 2.10 2.03 3/93 12419
/proc/meminfo: memFree=178872/2055920 swapFree=4117752/4192956
[pid=12317] ppid=12315 vsize=13600 CPUtime=1.5
/proc/12317/stat : 12317 (sugar) S 12315 12317 8597 0 -1 4194304 981 15679 0 1 3 1 136 10 16 0 1 0 1997868675 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12317/statm: 3400 797 370 3 0 500 0
[pid=12330] ppid=12317 vsize=0 CPUtime=0
/proc/12330/stat : 12330 (sh) Z 12317 12317 8597 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1997868833 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/12330/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 13600

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1799.4
#  lost CPU user time (s): 1797.44
#  lost CPU system time (s): 1.96

Real time (s): 1818.14
CPU time (s): 1800.92
CPU user time (s): 1798.84
CPU system time (s): 2.07698
CPU usage (%): 99.0527
Max. virtual memory (cumulated for all children) (KiB): 909816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.40079
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16660
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 523
involuntary context switches= 429

runsolver used 2.19167 second user time and 6.15206 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 18:29:24
IDJOB=1076649
IDBENCH=56596
IDSOLVER=346
FILE ID=node47/1076649-1215188964
PBS_JOBID= 7881552
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg10-12_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076649-1215188964/watcher-1076649-1215188964 -o /tmp/evaluation-result-1076649-1215188964/solver-1076649-1215188964 -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/minisat" -tmp="HOME/temp" HOME/instance-1076649-1215188964.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ccd3962fadde28be4037bce110f3708a
RANDOM SEED=1457684918

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1717632 kB
Buffers:         12684 kB
Cached:         161664 kB
SwapCached:      69024 kB
Active:         201432 kB
Inactive:        82056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717632 kB
SwapTotal:     4192956 kB
SwapFree:      4117752 kB
Dirty:            4576 kB
Writeback:           0 kB
Mapped:         116580 kB
Slab:            39940 kB
Committed_AS:  4042800 kB
PageTables:       1996 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= 66472 MiB
End job on node47 at 2008-07-04 18:59:42