Trace number 1083267

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.03 1808.36

General information on the benchmark

Namecsp/super-js/super-js-taillard-20-15/
normalized-super-js-taillard-20-15-4.xml
MD5SUM129735acf61f927121c595f1c91d924b
Bench Category2-ARY-INT (binary constraints in intension)
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 variables600
Number of constraints9690
Maximum constraint arity2
Maximum domain size1356
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9690
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 Sat Jul  5 04:55:17 2008
0.00/0.04	c 0	PID 32686
0.03/0.05	c 0	HOST node15.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1083267-1215226517.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083267-1215226517.xml' 'HOME/temp.csp'
1.05/1.12	c 1	98 domains, 600 variables, 4 predicates, 0 relations, 9690 constraints
1.05/1.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.15	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.09/1.23	c 1	Parsing HOME/temp.csp
1.09/1.57	c 1	parsed 10000 expressions
1.09/1.58	c 1	parsed 10392 expressions
1.09/1.58	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.58	c 1	Converting to clausal form CSP
1.09/1.70	c 2	converted 1040 (10%) expressions
1.09/1.84	c 2	converted 2079 (20%) expressions
1.09/1.92	c 2	converted 3118 (30%) expressions
1.09/1.96	c 2	converted 4157 (40%) expressions
1.09/2.00	c 2	converted 5196 (50%) expressions
1.09/2.04	c 2	converted 6236 (60%) expressions
1.09/2.08	c 2	converted 7275 (70%) expressions
2.02/2.18	c 2	converted 8314 (80%) expressions
2.12/2.21	c 2	converted 9353 (90%) expressions
2.12/2.25	c 2	converted 10392 (100%) expressions
2.12/2.25	c 2	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 1356
2.12/2.25	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.25	c 2	Propagation in CSP
2.60/2.77	c 3	400680 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.60/2.77	c 3	CSP : 600 integers, 0 booleans, 9690 clauses, largest domain size 772
2.60/2.77	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.78	c 3	Simplifing CSP by introducing new Boolean variables
2.80/2.95	c 3	CSP : 600 integers, 17700 booleans, 27390 clauses, largest domain size 772
2.80/2.95	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.90/3.04	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.00/3.12	c 3	60 (10%) CSP integer variables are encoded (41130 clauses, 594838 bytes)
3.00/3.17	c 3	120 (20%) CSP integer variables are encoded (83100 clauses, 1224388 bytes)
3.10/3.24	c 3	180 (30%) CSP integer variables are encoded (126930 clauses, 1935983 bytes)
3.10/3.29	c 3	240 (40%) CSP integer variables are encoded (166320 clauses, 2605613 bytes)
3.20/3.34	c 3	300 (50%) CSP integer variables are encoded (201210 clauses, 3198743 bytes)
3.20/3.39	c 3	360 (60%) CSP integer variables are encoded (242100 clauses, 3893873 bytes)
3.30/3.44	c 3	420 (70%) CSP integer variables are encoded (278490 clauses, 4512503 bytes)
3.30/3.49	c 3	480 (80%) CSP integer variables are encoded (319080 clauses, 5202533 bytes)
3.40/3.53	c 3	540 (90%) CSP integer variables are encoded (350250 clauses, 5732423 bytes)
3.40/3.58	c 3	600 (100%) CSP integer variables are encoded (383700 clauses, 6301073 bytes)
4.78/5.00	c 5	2739 (10%) CSP clauses are encoded (1089605 clauses, 22386874 bytes)
6.35/6.59	c 6	5478 (20%) CSP clauses are encoded (1896988 clauses, 41298387 bytes)
7.92/8.12	c 8	8217 (30%) CSP clauses are encoded (2673982 clauses, 59525073 bytes)
9.51/9.80	c 10	10956 (40%) CSP clauses are encoded (3526455 clauses, 79540462 bytes)
11.09/11.32	c 11	13695 (50%) CSP clauses are encoded (4297508 clauses, 98338495 bytes)
12.47/12.77	c 13	16434 (60%) CSP clauses are encoded (5033136 clauses, 116371678 bytes)
13.73/14.08	c 14	19173 (70%) CSP clauses are encoded (5677249 clauses, 132124239 bytes)
15.30/15.63	c 15	21912 (80%) CSP clauses are encoded (6461354 clauses, 151236294 bytes)
16.57/17.00	c 17	24651 (90%) CSP clauses are encoded (7151352 clauses, 167913739 bytes)
18.04/18.42	c 18	27390 (100%) CSP clauses are encoded (7891848 clauses, 185194411 bytes)
18.04/18.42	c 18	27390 CSP clauses encoded
18.04/18.42	c 18	Writing map file : HOME/temp.map
18.04/18.44	c 18	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.04/18.44	c 18	SAT : 402000 SAT variables, 7891848 SAT clauses, 185194411 bytes
18.04/18.44	c 18	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.09/18.50	c 18	SOLVING HOME/temp.cnf
18.09/18.50	c 18	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1808.32	c ERROR INTERRUPTED
1800.03/1808.36	s UNKNOWN
1800.03/1808.36	c 1808	CPU 16.6 (0.03 0.01 16.57 1.49)
1800.03/1808.36	c 1808	END Sat Jul  5 05:25:25 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-1083267-1215226517/watcher-1083267-1215226517 -o /tmp/evaluation-result-1083267-1215226517/solver-1083267-1215226517 -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-1083267-1215226517.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: 1.99 1.98 1.99 4/81 32686
/proc/meminfo: memFree=1480040/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=18572 CPUtime=0
/proc/32686/stat : 32686 (runsolver) R 32684 32686 31713 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2001626309 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32686/statm: 4643 292 257 25 0 2626 0

[startup+0.0502639 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 32686
/proc/meminfo: memFree=1480040/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=0.03
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2001626309 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102114 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 32686
/proc/meminfo: memFree=1480040/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=0.03
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001626309 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301675 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 32686
/proc/meminfo: memFree=1480040/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=0.03
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001626309 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701716 s]
/proc/loadavg: 1.99 1.98 1.99 4/81 32686
/proc/meminfo: memFree=1480040/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=0.03
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001626309 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50179 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 32698
/proc/meminfo: memFree=1457552/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=1.09
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 973 9046 0 1 3 0 100 6 16 0 1 0 2001626309 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 13600

[startup+3.10293 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 32708
/proc/meminfo: memFree=1459280/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=1.09
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 974 9046 0 1 3 0 100 6 15 0 1 0 2001626309 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 797 370 3 0 500 0
[pid=32699] ppid=32686 vsize=5356 CPUtime=0
/proc/32699/stat : 32699 (sh) S 32686 32686 31713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001626424 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1339 233 193 169 0 50 0
[pid=32700] ppid=32699 vsize=868472 CPUtime=1.91
/proc/32700/stat : 32700 (java) S 32699 32686 31713 0 -1 0 10412 0 1 0 184 7 0 0 19 0 9 0 2001626425 889315328 9415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32700/statm: 217118 9415 2565 9 0 211665 0
[pid=32700/tid=32701] ppid=32699 vsize=868472 CPUtime=1.18
/proc/32700/task/32701/stat : 32701 (java) R 32699 32686 31713 0 -1 64 2978 0 1 0 116 2 0 0 25 0 9 0 2001626426 889315328 9415 996147200 134512640 134550740 4294955952 18446744073709551615 4126964856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32702] ppid=32699 vsize=868472 CPUtime=0.47
/proc/32700/task/32702/stat : 32702 (java) S 32699 32686 31713 0 -1 64 5252 0 0 0 44 3 0 0 16 0 9 0 2001626427 889315328 9415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32703] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32703/stat : 32703 (java) S 32699 32686 31713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001626427 889315328 9415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32704] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32704/stat : 32704 (java) S 32699 32686 31713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001626427 889315328 9415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32705] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32705/stat : 32705 (java) S 32699 32686 31713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001626429 889315328 9415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32706] ppid=32699 vsize=868472 CPUtime=0.22
/proc/32700/task/32706/stat : 32706 (java) S 32699 32686 31713 0 -1 64 1490 0 0 0 22 0 0 0 15 0 9 0 2001626429 889315328 9415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32707] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32707/stat : 32707 (java) S 32699 32686 31713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001626429 889315328 9415 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32708] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32708/stat : 32708 (java) S 32699 32686 31713 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001626429 889315328 9415 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) 887428

[startup+6.30121 s]
/proc/loadavg: 1.99 1.98 1.99 4/92 32708
/proc/meminfo: memFree=1422544/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=1.09
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 974 9046 0 1 3 0 100 6 16 0 1 0 2001626309 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 797 370 3 0 500 0
[pid=32699] ppid=32686 vsize=5356 CPUtime=0
/proc/32699/stat : 32699 (sh) S 32686 32686 31713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001626424 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1339 233 193 169 0 50 0
[pid=32700] ppid=32699 vsize=868472 CPUtime=5.06
/proc/32700/stat : 32700 (java) S 32699 32686 31713 0 -1 0 11000 0 1 0 474 32 0 0 19 0 9 0 2001626425 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32700/statm: 217118 9433 2565 9 0 211665 0
[pid=32700/tid=32701] ppid=32699 vsize=868472 CPUtime=4.12
/proc/32700/task/32701/stat : 32701 (java) R 32699 32686 31713 0 -1 64 3551 0 1 0 388 24 0 0 25 0 9 0 2001626426 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 102064648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32702] ppid=32699 vsize=868472 CPUtime=0.65
/proc/32700/task/32702/stat : 32702 (java) S 32699 32686 31713 0 -1 64 5252 0 0 0 59 6 0 0 16 0 9 0 2001626427 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32703] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32703/stat : 32703 (java) S 32699 32686 31713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001626427 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32704] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32704/stat : 32704 (java) S 32699 32686 31713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001626427 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32705] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32705/stat : 32705 (java) S 32699 32686 31713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001626429 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32706] ppid=32699 vsize=868472 CPUtime=0.26
/proc/32700/task/32706/stat : 32706 (java) S 32699 32686 31713 0 -1 64 1505 0 0 0 26 0 0 0 16 0 9 0 2001626429 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32707] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32707/stat : 32707 (java) S 32699 32686 31713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001626429 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32708] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32708/stat : 32708 (java) S 32699 32686 31713 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001626429 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887428

[startup+12.7028 s]
/proc/loadavg: 2.07 2.00 2.00 3/92 32708
/proc/meminfo: memFree=1343832/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=1.1
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 974 9046 0 1 3 1 100 6 16 0 1 0 2001626309 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 797 370 3 0 500 0
[pid=32699] ppid=32686 vsize=5356 CPUtime=0
/proc/32699/stat : 32699 (sh) S 32686 32686 31713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001626424 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32699/statm: 1339 233 193 169 0 50 0
[pid=32700] ppid=32699 vsize=868472 CPUtime=11.37
/proc/32700/stat : 32700 (java) S 32699 32686 31713 0 -1 0 12168 0 1 0 1051 86 0 0 19 0 9 0 2001626425 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32700/statm: 217118 9433 2565 9 0 211665 0
[pid=32700/tid=32701] ppid=32699 vsize=868472 CPUtime=10.04
/proc/32700/task/32701/stat : 32701 (java) R 32699 32686 31713 0 -1 64 4719 0 1 0 933 71 0 0 25 0 9 0 2001626426 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4126589050 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32702] ppid=32699 vsize=868472 CPUtime=1.03
/proc/32700/task/32702/stat : 32702 (java) S 32699 32686 31713 0 -1 64 5252 0 0 0 91 12 0 0 16 0 9 0 2001626427 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32703] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32703/stat : 32703 (java) S 32699 32686 31713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001626427 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32704] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32704/stat : 32704 (java) S 32699 32686 31713 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001626427 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32705] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32705/stat : 32705 (java) S 32699 32686 31713 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001626429 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32706] ppid=32699 vsize=868472 CPUtime=0.26
/proc/32700/task/32706/stat : 32706 (java) S 32699 32686 31713 0 -1 64 1505 0 0 0 26 0 0 0 16 0 9 0 2001626429 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32707] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32707/stat : 32707 (java) S 32699 32686 31713 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001626429 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32700/tid=32708] ppid=32699 vsize=868472 CPUtime=0
/proc/32700/task/32708/stat : 32708 (java) S 32699 32686 31713 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001626429 889315328 9433 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887428

[startup+25.5019 s]
/proc/loadavg: 2.20 2.03 2.01 3/84 32710
/proc/meminfo: memFree=1243544/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=18.1
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 1022 22555 0 2 3 1 1657 149 16 0 1 0 2001626309 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 799 370 3 0 500 0
[pid=32709] ppid=32686 vsize=5356 CPUtime=0
/proc/32709/stat : 32709 (sh) S 32686 32686 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001628160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32709/statm: 1339 232 193 169 0 50 0
[pid=32710] ppid=32709 vsize=60476 CPUtime=6.91
/proc/32710/stat : 32710 (picosat) R 32709 32686 31713 0 -1 4194304 12878 0 0 0 310 381 0 0 25 0 1 0 2001628160 61927424 12864 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/32710/statm: 15119 12864 40 102 0 15014 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 79432

[startup+51.1011 s]
/proc/loadavg: 2.13 2.03 2.01 3/84 32710
/proc/meminfo: memFree=1148632/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=18.1
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 1022 22555 0 2 3 1 1657 149 16 0 1 0 2001626309 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 799 370 3 0 500 0
[pid=32709] ppid=32686 vsize=5356 CPUtime=0
/proc/32709/stat : 32709 (sh) S 32686 32686 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001628160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32709/statm: 1339 232 193 169 0 50 0
[pid=32710] ppid=32709 vsize=159952 CPUtime=32.27
/proc/32710/stat : 32710 (picosat) R 32709 32686 31713 0 -1 4194304 36874 0 0 0 1476 1751 0 0 25 0 1 0 2001628160 163790848 36860 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/32710/statm: 39988 36860 40 102 0 39883 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 178908

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 32710
/proc/meminfo: memFree=1003160/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=18.1
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 1022 22555 0 2 3 1 1657 149 16 0 1 0 2001626309 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 799 370 3 0 500 0
[pid=32709] ppid=32686 vsize=5356 CPUtime=0
/proc/32709/stat : 32709 (sh) S 32686 32686 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001628160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32709/statm: 1339 232 193 169 0 50 0
[pid=32710] ppid=32709 vsize=307020 CPUtime=82.99
/proc/32710/stat : 32710 (picosat) R 32709 32686 31713 0 -1 4194304 71767 0 0 0 4521 3778 0 0 25 0 1 0 2001628160 314388480 71753 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/32710/statm: 76755 71753 42 102 0 76650 0

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

/proc/meminfo: memFree=1235824/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=18.1
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 1022 22555 0 2 3 1 1657 149 16 0 1 0 2001626309 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 799 370 3 0 500 0
[pid=32709] ppid=32686 vsize=5356 CPUtime=0
/proc/32709/stat : 32709 (sh) S 32686 32686 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001628160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32709/statm: 1339 232 193 169 0 50 0
[pid=32710] ppid=32709 vsize=312704 CPUtime=1336.08
/proc/32710/stat : 32710 (picosat) R 32709 32686 31713 0 -1 4194304 73268 0 0 0 129825 3783 0 0 25 0 1 0 2001628160 320208896 73252 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/32710/statm: 78176 73252 48 102 0 78071 0
Current children cumulated CPU time (s) 1354.18
Current children cumulated vsize (KiB) 331660

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32746
/proc/meminfo: memFree=1235440/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=18.1
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 1022 22555 0 2 3 1 1657 149 16 0 1 0 2001626309 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 799 370 3 0 500 0
[pid=32709] ppid=32686 vsize=5356 CPUtime=0
/proc/32709/stat : 32709 (sh) S 32686 32686 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001628160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32709/statm: 1339 232 193 169 0 50 0
[pid=32710] ppid=32709 vsize=313100 CPUtime=1396.06
/proc/32710/stat : 32710 (picosat) R 32709 32686 31713 0 -1 4194304 73358 0 0 0 135823 3783 0 0 25 0 1 0 2001628160 320614400 73342 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/32710/statm: 78275 73342 48 102 0 78170 0
Current children cumulated CPU time (s) 1414.16
Current children cumulated vsize (KiB) 332056

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32746
/proc/meminfo: memFree=1234992/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=18.1
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 1022 22555 0 2 3 1 1657 149 16 0 1 0 2001626309 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 799 370 3 0 500 0
[pid=32709] ppid=32686 vsize=5356 CPUtime=0
/proc/32709/stat : 32709 (sh) S 32686 32686 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001628160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32709/statm: 1339 232 193 169 0 50 0
[pid=32710] ppid=32709 vsize=313364 CPUtime=1456.04
/proc/32710/stat : 32710 (picosat) R 32709 32686 31713 0 -1 4194304 73443 0 0 0 141820 3784 0 0 25 0 1 0 2001628160 320884736 73427 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/32710/statm: 78341 73427 48 102 0 78236 0
Current children cumulated CPU time (s) 1474.14
Current children cumulated vsize (KiB) 332320

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32746
/proc/meminfo: memFree=1234544/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=18.1
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 1022 22555 0 2 3 1 1657 149 16 0 1 0 2001626309 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 799 370 3 0 500 0
[pid=32709] ppid=32686 vsize=5356 CPUtime=0
/proc/32709/stat : 32709 (sh) S 32686 32686 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001628160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32709/statm: 1339 232 193 169 0 50 0
[pid=32710] ppid=32709 vsize=313760 CPUtime=1516.01
/proc/32710/stat : 32710 (picosat) R 32709 32686 31713 0 -1 4194304 73544 0 0 0 147817 3784 0 0 25 0 1 0 2001628160 321290240 73528 996147200 134512640 134931368 4294956256 18446744073709551615 134525627 0 0 4096 0 0 0 0 17 0 0 0
/proc/32710/statm: 78440 73528 48 102 0 78335 0
Current children cumulated CPU time (s) 1534.11
Current children cumulated vsize (KiB) 332716

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32746
/proc/meminfo: memFree=1234160/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=18.1
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 1022 22555 0 2 3 1 1657 149 16 0 1 0 2001626309 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 799 370 3 0 500 0
[pid=32709] ppid=32686 vsize=5356 CPUtime=0
/proc/32709/stat : 32709 (sh) S 32686 32686 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001628160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32709/statm: 1339 232 193 169 0 50 0
[pid=32710] ppid=32709 vsize=314156 CPUtime=1576
/proc/32710/stat : 32710 (picosat) R 32709 32686 31713 0 -1 4194304 73645 0 0 0 153815 3785 0 0 25 0 1 0 2001628160 321695744 73629 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/32710/statm: 78539 73629 48 102 0 78434 0
Current children cumulated CPU time (s) 1594.1
Current children cumulated vsize (KiB) 333112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32746
/proc/meminfo: memFree=1233776/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=18.1
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 1022 22555 0 2 3 1 1657 149 16 0 1 0 2001626309 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 799 370 3 0 500 0
[pid=32709] ppid=32686 vsize=5356 CPUtime=0
/proc/32709/stat : 32709 (sh) S 32686 32686 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001628160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32709/statm: 1339 232 193 169 0 50 0
[pid=32710] ppid=32709 vsize=314552 CPUtime=1635.98
/proc/32710/stat : 32710 (picosat) R 32709 32686 31713 0 -1 4194304 73739 0 0 0 159813 3785 0 0 25 0 1 0 2001628160 322101248 73723 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/32710/statm: 78638 73723 48 102 0 78533 0
Current children cumulated CPU time (s) 1654.08
Current children cumulated vsize (KiB) 333508

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32746
/proc/meminfo: memFree=1233456/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=18.1
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 1022 22555 0 2 3 1 1657 149 16 0 1 0 2001626309 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 799 370 3 0 500 0
[pid=32709] ppid=32686 vsize=5356 CPUtime=0
/proc/32709/stat : 32709 (sh) S 32686 32686 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001628160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32709/statm: 1339 232 193 169 0 50 0
[pid=32710] ppid=32709 vsize=314948 CPUtime=1695.95
/proc/32710/stat : 32710 (picosat) R 32709 32686 31713 0 -1 4194304 73827 0 0 0 165810 3785 0 0 25 0 1 0 2001628160 322506752 73811 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/32710/statm: 78737 73811 48 102 0 78632 0
Current children cumulated CPU time (s) 1714.05
Current children cumulated vsize (KiB) 333904

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32746
/proc/meminfo: memFree=1233072/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=18.1
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 1022 22555 0 2 3 1 1657 149 16 0 1 0 2001626309 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 799 370 3 0 500 0
[pid=32709] ppid=32686 vsize=5356 CPUtime=0
/proc/32709/stat : 32709 (sh) S 32686 32686 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001628160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32709/statm: 1339 232 193 169 0 50 0
[pid=32710] ppid=32709 vsize=315212 CPUtime=1755.93
/proc/32710/stat : 32710 (picosat) R 32709 32686 31713 0 -1 4194304 73904 0 0 0 171807 3786 0 0 25 0 1 0 2001628160 322777088 73888 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/32710/statm: 78803 73888 48 102 0 78698 0
Current children cumulated CPU time (s) 1774.03
Current children cumulated vsize (KiB) 334168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 32746
/proc/meminfo: memFree=1232880/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=18.1
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 1022 22555 0 2 3 1 1657 149 16 0 1 0 2001626309 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 799 370 3 0 500 0
[pid=32709] ppid=32686 vsize=5356 CPUtime=0
/proc/32709/stat : 32709 (sh) S 32686 32686 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001628160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32709/statm: 1339 232 193 169 0 50 0
[pid=32710] ppid=32709 vsize=315344 CPUtime=1781.93
/proc/32710/stat : 32710 (picosat) R 32709 32686 31713 0 -1 4194304 73948 0 0 0 174407 3786 0 0 25 0 1 0 2001628160 322912256 73932 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/32710/statm: 78836 73932 48 102 0 78731 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 334300

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/75 32746
/proc/meminfo: memFree=1232880/2055920 swapFree=4180972/4192956
[pid=32686] ppid=32684 vsize=13600 CPUtime=18.1
/proc/32686/stat : 32686 (sugar) S 32684 32686 31713 0 -1 4194304 1022 22555 0 2 3 1 1657 149 16 0 1 0 2001626309 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32686/statm: 3400 799 370 3 0 500 0
[pid=32709] ppid=32686 vsize=5356 CPUtime=0
/proc/32709/stat : 32709 (sh) S 32686 32686 31713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001628160 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32709/statm: 1339 232 193 169 0 50 0
[pid=32710] ppid=32709 vsize=315344 CPUtime=1781.93
/proc/32710/stat : 32710 (picosat) R 32709 32686 31713 0 -1 4194304 73948 0 0 0 174407 3786 0 0 25 0 1 0 2001628160 322912256 73932 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/32710/statm: 78836 73932 48 102 0 78731 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 334300

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32686 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=618473
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=509770
# CPU time returned by wait4() is 18.1282
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.36
CPU time (s): 1800.03
CPU user time (s): 1760.67
CPU system time (s): 39.36
CPU usage (%): 99.5393
Max. virtual memory (cumulated for all children) (KiB): 887536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6185
system time used= 1.50977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23933
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= 22781
involuntary context switches= 23301

runsolver used 2.06669 second user time and 6.17806 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-05 04:55:17
IDJOB=1083267
IDBENCH=57461
IDSOLVER=345
FILE ID=node15/1083267-1215226517
PBS_JOBID= 7881832
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20-15/normalized-super-js-taillard-20-15-4.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-1083267-1215226517/watcher-1083267-1215226517 -o /tmp/evaluation-result-1083267-1215226517/solver-1083267-1215226517 -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-1083267-1215226517.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 129735acf61f927121c595f1c91d924b
RANDOM SEED=161530539

node15.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.229
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.229
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:       1480520 kB
Buffers:         39576 kB
Cached:         166428 kB
SwapCached:       6020 kB
Active:         445012 kB
Inactive:        70068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1480520 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:         325380 kB
Slab:            44664 kB
Committed_AS:  4125640 kB
PageTables:       2584 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= 66492 MiB
End job on node15 at 2008-07-05 05:25:27