Trace number 1075935

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.1 1816.05

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg13-16_ext.xml
MD5SUM1ee509f538fed315d26e452307dacb03
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.54531
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints29
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension29
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 16:43:49 2008
0.00/0.05	c 0	PID 6684
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1075935-1215182629.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-1075935-1215182629.xml' 'HOME/temp.csp'
1.06/1.13	c 1	1 domains, 208 variables, 0 predicates, 2 relations, 29 constraints
1.06/1.17	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.17	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.10/1.25	c 2	Parsing HOME/temp.csp
1.10/1.95	c 2	parsed 240 expressions
1.10/1.96	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.96	c 2	Converting to clausal form CSP
1.10/1.98	c 2	converted 24 (10%) expressions
1.10/1.98	c 2	converted 48 (20%) expressions
1.10/1.98	c 2	converted 72 (30%) expressions
1.10/1.99	c 2	converted 96 (40%) expressions
1.10/1.99	c 2	converted 120 (50%) expressions
1.10/1.99	c 2	converted 144 (60%) expressions
1.10/1.99	c 2	converted 168 (70%) expressions
1.10/1.99	c 2	converted 192 (80%) expressions
7.74/7.95	c 8	converted 216 (90%) expressions
20.71/21.06	c 21	converted 240 (100%) expressions
20.71/21.06	c 21	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
20.71/21.06	c 21	Heap : 446 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.71/21.06	c 21	Propagation in CSP
20.71/21.06	c 21	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.71/21.06	c 21	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
20.71/21.06	c 21	Heap : 446 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.71/21.06	c 21	Simplifing CSP by introducing new Boolean variables
20.71/21.06	c 21	CSP : 208 integers, 0 booleans, 29 clauses, largest domain size 26
20.71/21.06	c 21	Heap : 446 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.49/23.87	c 24	Encoding CSP to SAT : HOME/temp.cnf
23.58/23.90	c 24	21 (10%) CSP integer variables are encoded (504 clauses, 5400 bytes)
23.58/23.91	c 24	42 (20%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
23.58/23.91	c 24	63 (30%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
23.58/23.91	c 24	84 (40%) CSP integer variables are encoded (2016 clauses, 24145 bytes)
23.58/23.91	c 24	104 (50%) CSP integer variables are encoded (2496 clauses, 30385 bytes)
23.58/23.92	c 24	125 (60%) CSP integer variables are encoded (3000 clauses, 36937 bytes)
23.58/23.92	c 24	146 (70%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
23.58/23.92	c 24	167 (80%) CSP integer variables are encoded (4008 clauses, 50041 bytes)
23.58/23.92	c 24	188 (90%) CSP integer variables are encoded (4512 clauses, 56593 bytes)
23.58/23.92	c 24	208 (100%) CSP integer variables are encoded (4992 clauses, 62833 bytes)
1800.08/1815.92	c ERROR INTERRUPTED
1.10/1816.04	s UNKNOWN
1.10/1816.04	c 1816	CPU 1 (0.03 0.01 0.97 0.09)
1.10/1816.04	c 1816	END Fri Jul  4 17:14:05 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-1075935-1215182629/watcher-1075935-1215182629 -o /tmp/evaluation-result-1075935-1215182629/solver-1075935-1215182629 -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-1075935-1215182629.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.02 2.01 2.00 4/81 6684
/proc/meminfo: memFree=1656632/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=3672 CPUtime=0
/proc/6684/stat : 6684 (sugar) R 6682 6684 4428 0 -1 4194304 53 0 0 0 0 0 0 0 22 0 1 0 1997236425 3760128 38 996147200 4194304 4206940 548682068608 18446744073709551615 210821510537 0 0 4096 0 0 0 0 17 1 0 0
/proc/6684/statm: 918 38 29 3 0 8 0

[startup+0.0531681 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 6684
/proc/meminfo: memFree=1656632/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=0.03
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 884 127 0 0 3 0 0 0 18 0 1 0 1997236425 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103057 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 6684
/proc/meminfo: memFree=1656632/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=0.03
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997236425 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30231 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 6684
/proc/meminfo: memFree=1656632/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=0.03
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997236425 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702353 s]
/proc/loadavg: 2.02 2.01 2.00 4/81 6684
/proc/meminfo: memFree=1656632/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=0.03
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997236425 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50141 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 6696
/proc/meminfo: memFree=1628192/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=1.1
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 973 12015 0 1 3 1 97 9 15 0 1 0 1997236425 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13600

[startup+3.10264 s]
/proc/loadavg: 2.02 2.01 2.00 4/92 6706
/proc/meminfo: memFree=1631648/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=1.1
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 973 12015 0 1 3 1 97 9 15 0 1 0 1997236425 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 797 370 3 0 500 0
[pid=6697] ppid=6684 vsize=5356 CPUtime=0
/proc/6697/stat : 6697 (sh) S 6684 6684 4428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997236542 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6697/statm: 1339 233 193 169 0 50 0
[pid=6698] ppid=6697 vsize=865196 CPUtime=1.9
/proc/6698/stat : 6698 (java) S 6697 6684 4428 0 -1 0 16134 0 1 0 180 10 0 0 18 0 9 0 1997236542 885960704 14618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6698/statm: 216299 14618 2540 9 0 210874 0
[pid=6698/tid=6699] ppid=6697 vsize=865196 CPUtime=0.84
/proc/6698/task/6699/stat : 6699 (java) R 6697 6684 4428 0 -1 64 2837 0 1 0 82 2 0 0 20 0 9 0 1997236543 885960704 14618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6700] ppid=6697 vsize=865196 CPUtime=0.96
/proc/6698/task/6700/stat : 6700 (java) R 6697 6684 4428 0 -1 64 12266 0 0 0 89 7 0 0 17 0 9 0 1997236545 885960704 14618 996147200 134512640 134550740 4294955952 18446744073709551615 102721792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6701] ppid=6697 vsize=865196 CPUtime=0
/proc/6698/task/6701/stat : 6701 (java) S 6697 6684 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997236545 885960704 14618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6702] ppid=6697 vsize=865196 CPUtime=0
/proc/6698/task/6702/stat : 6702 (java) S 6697 6684 4428 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997236545 885960704 14618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6703] ppid=6697 vsize=865196 CPUtime=0
/proc/6698/task/6703/stat : 6703 (java) S 6697 6684 4428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997236547 885960704 14618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6704] ppid=6697 vsize=865196 CPUtime=0.07
/proc/6698/task/6704/stat : 6704 (java) S 6697 6684 4428 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 1997236547 885960704 14618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6705] ppid=6697 vsize=865196 CPUtime=0
/proc/6698/task/6705/stat : 6705 (java) S 6697 6684 4428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997236547 885960704 14618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6706] ppid=6697 vsize=865196 CPUtime=0
/proc/6698/task/6706/stat : 6706 (java) S 6697 6684 4428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997236547 885960704 14618 996147200 134512640 134550740 4294955952 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) 884152

[startup+6.30199 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 6706
/proc/meminfo: memFree=1548384/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=1.1
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 973 12015 0 1 3 1 97 9 15 0 1 0 1997236425 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 797 370 3 0 500 0
[pid=6697] ppid=6684 vsize=5356 CPUtime=0
/proc/6697/stat : 6697 (sh) S 6684 6684 4428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997236542 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6697/statm: 1339 233 193 169 0 50 0
[pid=6698] ppid=6697 vsize=875444 CPUtime=5.06
/proc/6698/stat : 6698 (java) S 6697 6684 4428 0 -1 0 41683 0 1 0 482 24 0 0 18 0 9 0 1997236542 896454656 36737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6698/statm: 218861 36737 2540 9 0 213436 0
[pid=6698/tid=6699] ppid=6697 vsize=875444 CPUtime=1.87
/proc/6698/task/6699/stat : 6699 (java) S 6697 6684 4428 0 -1 64 3631 0 1 0 185 2 0 0 16 0 9 0 1997236543 896454656 36737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6700] ppid=6697 vsize=875444 CPUtime=3.1
/proc/6698/task/6700/stat : 6700 (java) R 6697 6684 4428 0 -1 64 37020 0 0 0 290 20 0 0 25 0 9 0 1997236545 896454656 36737 996147200 134512640 134550740 4294955952 18446744073709551615 103736180 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6701] ppid=6697 vsize=875444 CPUtime=0
/proc/6698/task/6701/stat : 6701 (java) S 6697 6684 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997236545 896454656 36737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6702] ppid=6697 vsize=875444 CPUtime=0
/proc/6698/task/6702/stat : 6702 (java) S 6697 6684 4428 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997236545 896454656 36737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6703] ppid=6697 vsize=875444 CPUtime=0
/proc/6698/task/6703/stat : 6703 (java) S 6697 6684 4428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997236547 896454656 36737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6704] ppid=6697 vsize=875444 CPUtime=0.07
/proc/6698/task/6704/stat : 6704 (java) S 6697 6684 4428 0 -1 64 335 0 0 0 7 0 0 0 17 0 9 0 1997236547 896454656 36737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6705] ppid=6697 vsize=875444 CPUtime=0
/proc/6698/task/6705/stat : 6705 (java) S 6697 6684 4428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997236547 896454656 36737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6706] ppid=6697 vsize=875444 CPUtime=0
/proc/6698/task/6706/stat : 6706 (java) S 6697 6684 4428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997236547 896454656 36737 996147200 134512640 134550740 4294955952 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) 894400

[startup+12.7028 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 6706
/proc/meminfo: memFree=1422560/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=1.1
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 973 12015 0 1 3 1 97 9 16 0 1 0 1997236425 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 797 370 3 0 500 0
[pid=6697] ppid=6684 vsize=5356 CPUtime=0
/proc/6697/stat : 6697 (sh) S 6684 6684 4428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997236542 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6697/statm: 1339 233 193 169 0 50 0
[pid=6698] ppid=6697 vsize=864192 CPUtime=11.4
/proc/6698/stat : 6698 (java) S 6697 6684 4428 0 -1 0 88448 0 1 0 1088 52 0 0 18 0 9 0 1997236542 884932608 64935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6698/statm: 216048 64935 2540 9 0 210623 0
[pid=6698/tid=6699] ppid=6697 vsize=864192 CPUtime=3.68
/proc/6698/task/6699/stat : 6699 (java) R 6697 6684 4428 0 -1 64 5681 0 1 0 365 3 0 0 16 0 9 0 1997236543 884932608 64935 996147200 134512640 134550740 4294955952 18446744073709551615 103215925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6700] ppid=6697 vsize=864192 CPUtime=7.63
/proc/6698/task/6700/stat : 6700 (java) R 6697 6684 4428 0 -1 64 81735 0 0 0 716 47 0 0 25 0 9 0 1997236545 884932608 64935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6701] ppid=6697 vsize=864192 CPUtime=0
/proc/6698/task/6701/stat : 6701 (java) S 6697 6684 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997236545 884932608 64935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6702] ppid=6697 vsize=864192 CPUtime=0
/proc/6698/task/6702/stat : 6702 (java) S 6697 6684 4428 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997236545 884932608 64935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6703] ppid=6697 vsize=864192 CPUtime=0
/proc/6698/task/6703/stat : 6703 (java) S 6697 6684 4428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997236547 884932608 64935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6704] ppid=6697 vsize=864192 CPUtime=0.07
/proc/6698/task/6704/stat : 6704 (java) S 6697 6684 4428 0 -1 64 335 0 0 0 7 0 0 0 17 0 9 0 1997236547 884932608 64935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6705] ppid=6697 vsize=864192 CPUtime=0
/proc/6698/task/6705/stat : 6705 (java) S 6697 6684 4428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997236547 884932608 64935 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6706] ppid=6697 vsize=864192 CPUtime=0
/proc/6698/task/6706/stat : 6706 (java) S 6697 6684 4428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997236547 884932608 64935 996147200 134512640 134550740 4294955952 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) 883148

[startup+25.5023 s]
/proc/loadavg: 2.02 2.01 2.00 3/92 6707
/proc/meminfo: memFree=1168544/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=1.1
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 974 12015 0 1 3 1 97 9 16 0 1 0 1997236425 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 797 370 3 0 500 0
[pid=6697] ppid=6684 vsize=5356 CPUtime=0
/proc/6697/stat : 6697 (sh) S 6684 6684 4428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997236542 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6697/statm: 1339 233 193 169 0 50 0
[pid=6698] ppid=6697 vsize=864304 CPUtime=24.07
/proc/6698/stat : 6698 (java) S 6697 6684 4428 0 -1 0 162841 0 1 0 2313 94 0 0 18 0 9 0 1997236542 885047296 123182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6698/statm: 216076 123182 2564 9 0 210623 0
[pid=6698/tid=6699] ppid=6697 vsize=864304 CPUtime=8.06
/proc/6698/task/6699/stat : 6699 (java) R 6697 6684 4428 0 -1 64 8360 0 1 0 801 5 0 0 25 0 9 0 1997236543 885047296 123182 996147200 134512640 134550740 4294955952 18446744073709551615 4126603334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6700] ppid=6697 vsize=864304 CPUtime=15.87
/proc/6698/task/6700/stat : 6700 (java) S 6697 6684 4428 0 -1 64 153428 0 0 0 1499 88 0 0 17 0 9 0 1997236545 885047296 123182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6701] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6701/stat : 6701 (java) S 6697 6684 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997236545 885047296 123182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6702] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6702/stat : 6702 (java) S 6697 6684 4428 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997236545 885047296 123182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6703] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6703/stat : 6703 (java) S 6697 6684 4428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997236547 885047296 123182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6704] ppid=6697 vsize=864304 CPUtime=0.1
/proc/6698/task/6704/stat : 6704 (java) S 6697 6684 4428 0 -1 64 356 0 0 0 10 0 0 0 16 0 9 0 1997236547 885047296 123182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6705] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6705/stat : 6705 (java) S 6697 6684 4428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997236547 885047296 123182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6706] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6706/stat : 6706 (java) S 6697 6684 4428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997236547 885047296 123182 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 883260

[startup+51.1023 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 6708
/proc/meminfo: memFree=1149088/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=1.1
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 974 12015 0 1 3 1 97 9 16 0 1 0 1997236425 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 797 370 3 0 500 0
[pid=6697] ppid=6684 vsize=5356 CPUtime=0
/proc/6697/stat : 6697 (sh) S 6684 6684 4428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997236542 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6697/statm: 1339 233 193 169 0 50 0
[pid=6698] ppid=6697 vsize=864304 CPUtime=49.42
/proc/6698/stat : 6698 (java) S 6697 6684 4428 0 -1 0 167715 0 1 0 4846 96 0 0 18 0 9 0 1997236542 885047296 128046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/loadavg: 2.06 2.13 2.13 3/83 6744
/proc/meminfo: memFree=1034232/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=1.1
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 974 12015 0 1 3 1 97 9 16 0 1 0 1997236425 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 797 370 3 0 500 0
[pid=6697] ppid=6684 vsize=5356 CPUtime=0
/proc/6697/stat : 6697 (sh) S 6684 6684 4428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997236542 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6697/statm: 1339 233 193 169 0 50 0
[pid=6698] ppid=6697 vsize=864304 CPUtime=1705.4
/proc/6698/stat : 6698 (java) S 6697 6684 4428 0 -1 0 187921 0 1 0 170402 138 0 0 18 0 9 0 1997236542 885047296 148174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6698/statm: 216076 148174 2564 9 0 210623 0
[pid=6698/tid=6699] ppid=6697 vsize=864304 CPUtime=1687.61
/proc/6698/task/6699/stat : 6699 (java) R 6697 6684 4428 0 -1 64 8448 0 1 0 168724 37 0 0 25 0 9 0 1997236543 885047296 148174 996147200 134512640 134550740 4294955952 18446744073709551615 4126603338 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6698/tid=6700] ppid=6697 vsize=864304 CPUtime=17.65
/proc/6698/task/6700/stat : 6700 (java) S 6697 6684 4428 0 -1 64 178411 0 0 0 1665 100 0 0 16 0 9 0 1997236545 885047296 148174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6701] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6701/stat : 6701 (java) S 6697 6684 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997236545 885047296 148174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6702] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6702/stat : 6702 (java) S 6697 6684 4428 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997236545 885047296 148174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6703] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6703/stat : 6703 (java) S 6697 6684 4428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997236547 885047296 148174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6704] ppid=6697 vsize=864304 CPUtime=0.12
/proc/6698/task/6704/stat : 6704 (java) S 6697 6684 4428 0 -1 64 365 0 0 0 12 0 0 0 16 0 9 0 1997236547 885047296 148174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6705] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6705/stat : 6705 (java) S 6697 6684 4428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997236547 885047296 148174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6706] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6706/stat : 6706 (java) S 6697 6684 4428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997236547 885047296 148174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.5
Current children cumulated vsize (KiB) 883260

[startup+1782.3 s]
/proc/loadavg: 2.12 2.13 2.13 3/83 6744
/proc/meminfo: memFree=1018616/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=1.1
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 974 12015 0 1 3 1 97 9 16 0 1 0 1997236425 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 797 370 3 0 500 0
[pid=6697] ppid=6684 vsize=5356 CPUtime=0
/proc/6697/stat : 6697 (sh) S 6684 6684 4428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997236542 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6697/statm: 1339 233 193 169 0 50 0
[pid=6698] ppid=6697 vsize=864304 CPUtime=1765.38
/proc/6698/stat : 6698 (java) S 6697 6684 4428 0 -1 0 191801 0 1 0 176398 140 0 0 18 0 9 0 1997236542 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6698/statm: 216076 152045 2564 9 0 210623 0
[pid=6698/tid=6699] ppid=6697 vsize=864304 CPUtime=1747.34
/proc/6698/task/6699/stat : 6699 (java) R 6697 6684 4428 0 -1 64 8457 0 1 0 174697 37 0 0 25 0 9 0 1997236543 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4126603328 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6698/tid=6700] ppid=6697 vsize=864304 CPUtime=17.9
/proc/6698/task/6700/stat : 6700 (java) S 6697 6684 4428 0 -1 64 182282 0 0 0 1688 102 0 0 16 0 9 0 1997236545 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6698/tid=6701] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6701/stat : 6701 (java) S 6697 6684 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997236545 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6702] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6702/stat : 6702 (java) S 6697 6684 4428 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997236545 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6703] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6703/stat : 6703 (java) S 6697 6684 4428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997236547 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6704] ppid=6697 vsize=864304 CPUtime=0.12
/proc/6698/task/6704/stat : 6704 (java) S 6697 6684 4428 0 -1 64 365 0 0 0 12 0 0 0 16 0 9 0 1997236547 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6705] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6705/stat : 6705 (java) S 6697 6684 4428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997236547 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6706] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6706/stat : 6706 (java) S 6697 6684 4428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997236547 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.48
Current children cumulated vsize (KiB) 883260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.9 s]
/proc/loadavg: 2.07 2.12 2.12 3/83 6744
/proc/meminfo: memFree=1018424/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=1.1
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 974 12015 0 1 3 1 97 9 16 0 1 0 1997236425 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 797 370 3 0 500 0
[pid=6697] ppid=6684 vsize=5356 CPUtime=0
/proc/6697/stat : 6697 (sh) S 6684 6684 4428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997236542 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6697/statm: 1339 233 193 169 0 50 0
[pid=6698] ppid=6697 vsize=864304 CPUtime=1798.98
/proc/6698/stat : 6698 (java) S 6697 6684 4428 0 -1 0 191801 0 1 0 179758 140 0 0 18 0 9 0 1997236542 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6698/statm: 216076 152045 2564 9 0 210623 0
[pid=6698/tid=6699] ppid=6697 vsize=864304 CPUtime=1780.93
/proc/6698/task/6699/stat : 6699 (java) R 6697 6684 4428 0 -1 64 8457 0 1 0 178056 37 0 0 25 0 9 0 1997236543 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4126622148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6698/tid=6700] ppid=6697 vsize=864304 CPUtime=17.9
/proc/6698/task/6700/stat : 6700 (java) S 6697 6684 4428 0 -1 64 182282 0 0 0 1688 102 0 0 16 0 9 0 1997236545 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6698/tid=6701] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6701/stat : 6701 (java) S 6697 6684 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997236545 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6702] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6702/stat : 6702 (java) S 6697 6684 4428 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997236545 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6703] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6703/stat : 6703 (java) S 6697 6684 4428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997236547 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6704] ppid=6697 vsize=864304 CPUtime=0.12
/proc/6698/task/6704/stat : 6704 (java) S 6697 6684 4428 0 -1 64 365 0 0 0 12 0 0 0 16 0 9 0 1997236547 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6705] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6705/stat : 6705 (java) S 6697 6684 4428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997236547 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6706] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6706/stat : 6706 (java) S 6697 6684 4428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997236547 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 883260

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

[startup+1815.9 s]
/proc/loadavg: 2.07 2.12 2.12 3/83 6744
/proc/meminfo: memFree=1018424/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=1.1
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 974 12015 0 1 3 1 97 9 16 0 1 0 1997236425 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 797 370 3 0 500 0
[pid=6697] ppid=6684 vsize=5356 CPUtime=0
/proc/6697/stat : 6697 (sh) S 6684 6684 4428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997236542 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6697/statm: 1339 233 193 169 0 50 0
[pid=6698] ppid=6697 vsize=864304 CPUtime=1798.98
/proc/6698/stat : 6698 (java) S 6697 6684 4428 0 -1 0 191801 0 1 0 179758 140 0 0 18 0 9 0 1997236542 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6698/statm: 216076 152045 2564 9 0 210623 0
[pid=6698/tid=6699] ppid=6697 vsize=864304 CPUtime=1780.93
/proc/6698/task/6699/stat : 6699 (java) R 6697 6684 4428 0 -1 64 8457 0 1 0 178056 37 0 0 25 0 9 0 1997236543 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4126622148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6698/tid=6700] ppid=6697 vsize=864304 CPUtime=17.9
/proc/6698/task/6700/stat : 6700 (java) S 6697 6684 4428 0 -1 64 182282 0 0 0 1688 102 0 0 16 0 9 0 1997236545 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6698/tid=6701] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6701/stat : 6701 (java) S 6697 6684 4428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997236545 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6702] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6702/stat : 6702 (java) S 6697 6684 4428 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997236545 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6703] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6703/stat : 6703 (java) S 6697 6684 4428 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997236547 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6704] ppid=6697 vsize=864304 CPUtime=0.12
/proc/6698/task/6704/stat : 6704 (java) S 6697 6684 4428 0 -1 64 365 0 0 0 12 0 0 0 16 0 9 0 1997236547 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6705] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6705/stat : 6705 (java) S 6697 6684 4428 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997236547 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6698/tid=6706] ppid=6697 vsize=864304 CPUtime=0
/proc/6698/task/6706/stat : 6706 (java) S 6697 6684 4428 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997236547 885047296 152045 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 883260

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

[startup+1816.03 s]
/proc/loadavg: 2.07 2.12 2.12 3/77 6747
/proc/meminfo: memFree=1548776/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=1.1
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 982 12015 0 1 3 1 97 9 16 0 1 0 1997236425 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 797 370 3 0 500 0
[pid=6697] ppid=6684 vsize=0 CPUtime=0
/proc/6697/stat : 6697 (sh) Z 6684 6684 4428 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1997236542 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/6697/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13600

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

[startup+1816.03 s]
/proc/loadavg: 2.07 2.12 2.12 3/77 6747
/proc/meminfo: memFree=1548776/2055920 swapFree=4180424/4192956
[pid=6684] ppid=6682 vsize=13600 CPUtime=1.1
/proc/6684/stat : 6684 (sugar) S 6682 6684 4428 0 -1 4194304 982 12015 0 1 3 1 97 9 16 0 1 0 1997236425 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6684/statm: 3400 797 370 3 0 500 0
[pid=6697] ppid=6684 vsize=0 CPUtime=0
/proc/6697/stat : 6697 (sh) Z 6684 6684 4428 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 1997236542 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/6697/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13600

Child status: 0

# 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): 1798.98
#  lost CPU user time (s): 1797.58
#  lost CPU system time (s): 1.4

Real time (s): 1816.05
CPU time (s): 1800.1
CPU user time (s): 1798.59
CPU system time (s): 1.50898
CPU usage (%): 99.1221
Max. virtual memory (cumulated for all children) (KiB): 909764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.01385
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13320
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= 461
involuntary context switches= 300

runsolver used 2.02969 second user time and 6.28904 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-04 16:43:49
IDJOB=1075935
IDBENCH=56552
IDSOLVER=345
FILE ID=node33/1075935-1215182629
PBS_JOBID= 7881505
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg13-16_ext.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-1075935-1215182629/watcher-1075935-1215182629 -o /tmp/evaluation-result-1075935-1215182629/solver-1075935-1215182629 -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-1075935-1215182629.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1ee509f538fed315d26e452307dacb03
RANDOM SEED=1852354334

node33.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.231
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.231
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:       1657176 kB
Buffers:         66940 kB
Cached:         226292 kB
SwapCached:       6444 kB
Active:         131484 kB
Inactive:       197928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657176 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2672 kB
Writeback:           0 kB
Mapped:          52320 kB
Slab:            54512 kB
Committed_AS:  3572776 kB
PageTables:       1920 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= 66548 MiB
End job on node33 at 2008-07-04 17:14:07