Trace number 1083456

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 1816.25

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-3.xml
MD5SUMd4dfebcda634d2e830e49daacaa49bde
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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1574
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
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 Sat Jul  5 05:24:30 2008
0.00/0.05	c 0	PID 5874
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1083456-1215228270.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-1083456-1215228270.xml' 'HOME/temp.csp'
1.25/1.31	c 2	99 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.25/1.36	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.36	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.28/1.44	c 2	Parsing HOME/temp.csp
1.28/1.77	c 2	parsed 10000 expressions
1.28/1.87	c 2	parsed 13843 expressions
1.28/1.88	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.28/1.88	c 2	Converting to clausal form CSP
1.28/2.08	c 3	converted 1385 (10%) expressions
2.00/2.16	c 3	converted 2769 (20%) expressions
2.10/2.22	c 3	converted 4153 (30%) expressions
2.10/2.27	c 3	converted 5538 (40%) expressions
2.19/2.37	c 3	converted 6922 (50%) expressions
2.29/2.42	c 3	converted 8306 (60%) expressions
2.29/2.47	c 3	converted 9691 (70%) expressions
2.38/2.53	c 3	converted 11075 (80%) expressions
2.38/2.58	c 3	converted 12459 (90%) expressions
2.49/2.63	c 3	converted 13843 (100%) expressions
2.49/2.63	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1574
2.49/2.63	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.49/2.63	c 3	Propagation in CSP
3.28/3.45	c 4	763268 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.28/3.45	c 4	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 696
3.28/3.45	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.46	c 4	Simplifing CSP by introducing new Boolean variables
3.58/3.71	c 4	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 696
3.58/3.71	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.67/3.82	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.78/3.91	c 4	80 (10%) CSP integer variables are encoded (46600 clauses, 676890 bytes)
3.78/3.96	c 4	160 (20%) CSP integer variables are encoded (89080 clauses, 1314090 bytes)
3.88/4.01	c 4	240 (30%) CSP integer variables are encoded (132240 clauses, 2026335 bytes)
3.88/4.07	c 5	320 (40%) CSP integer variables are encoded (177840 clauses, 2801535 bytes)
3.98/4.15	c 5	400 (50%) CSP integer variables are encoded (229480 clauses, 3679415 bytes)
4.08/4.21	c 5	480 (60%) CSP integer variables are encoded (281360 clauses, 4561375 bytes)
4.08/4.26	c 5	560 (70%) CSP integer variables are encoded (316640 clauses, 5161135 bytes)
4.18/4.32	c 5	640 (80%) CSP integer variables are encoded (360440 clauses, 5905735 bytes)
4.18/4.38	c 5	720 (90%) CSP integer variables are encoded (402800 clauses, 6625855 bytes)
4.28/4.45	c 5	800 (100%) CSP integer variables are encoded (454960 clauses, 7512575 bytes)
5.67/5.87	c 6	3654 (10%) CSP clauses are encoded (1157623 clauses, 23563070 bytes)
6.96/7.12	c 8	7308 (20%) CSP clauses are encoded (1781746 clauses, 38114550 bytes)
8.13/8.37	c 9	10962 (30%) CSP clauses are encoded (2393731 clauses, 52398374 bytes)
9.42/9.69	c 10	14616 (40%) CSP clauses are encoded (3052790 clauses, 67818108 bytes)
10.80/11.02	c 11	18270 (50%) CSP clauses are encoded (3713460 clauses, 83949030 bytes)
12.17/12.43	c 13	21924 (60%) CSP clauses are encoded (4407560 clauses, 100876495 bytes)
13.64/13.94	c 14	25578 (70%) CSP clauses are encoded (5160578 clauses, 119197534 bytes)
15.22/15.51	c 16	29232 (80%) CSP clauses are encoded (5940869 clauses, 138098683 bytes)
16.51/16.83	c 17	32886 (90%) CSP clauses are encoded (6608560 clauses, 154127448 bytes)
18.17/18.52	c 19	36540 (100%) CSP clauses are encoded (7488598 clauses, 174485364 bytes)
18.17/18.52	c 19	36540 CSP clauses encoded
18.17/18.52	c 19	Writing map file : HOME/temp.map
18.17/18.55	c 19	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.17/18.55	c 19	SAT : 479360 SAT variables, 7488598 SAT clauses, 174485364 bytes
18.17/18.55	c 19	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.17/18.56	c 19	SOLVING HOME/temp.cnf
18.17/18.56	c 19	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1816.22	c ERROR INTERRUPTED
1800.03/1816.25	s UNKNOWN
1800.03/1816.25	c 1817	CPU 16.91 (0.04 0.01 16.87 1.32)
1800.03/1816.25	c 1817	END Sat Jul  5 05:54:47 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-1083456-1215228270/watcher-1083456-1215228270 -o /tmp/evaluation-result-1083456-1215228270/solver-1083456-1215228270 -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-1083456-1215228270.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.91 1.95 1.97 4/80 5874
/proc/meminfo: memFree=1456376/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=12268 CPUtime=0
/proc/5874/stat : 5874 (sugar) R 5872 5874 4952 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 2001801410 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255236733541 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5874/statm: 3067 316 241 3 0 167 0

[startup+0.0524011 s]
/proc/loadavg: 1.91 1.95 1.97 4/80 5874
/proc/meminfo: memFree=1456376/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=0.03
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 884 127 0 0 3 0 0 0 19 0 1 0 2001801410 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101373 s]
/proc/loadavg: 1.91 1.95 1.97 4/80 5874
/proc/meminfo: memFree=1456376/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=0.03
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001801410 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301866 s]
/proc/loadavg: 1.91 1.95 1.97 4/80 5874
/proc/meminfo: memFree=1456376/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=0.03
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001801410 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701948 s]
/proc/loadavg: 1.91 1.95 1.97 4/80 5874
/proc/meminfo: memFree=1456376/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=0.03
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001801410 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5011 s]
/proc/loadavg: 1.91 1.95 1.97 4/91 5886
/proc/meminfo: memFree=1432352/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=1.28
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 973 10480 0 1 3 0 119 6 16 0 1 0 2001801410 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 13600

[startup+3.1024 s]
/proc/loadavg: 1.91 1.95 1.97 3/91 5896
/proc/meminfo: memFree=1438176/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=1.28
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 974 10480 0 1 3 0 119 6 15 0 1 0 2001801410 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 797 370 3 0 500 0
[pid=5887] ppid=5874 vsize=5356 CPUtime=0
/proc/5887/stat : 5887 (sh) S 5874 5874 4952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001801546 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5887/statm: 1339 233 193 169 0 50 0
[pid=5888] ppid=5887 vsize=868356 CPUtime=1.7
/proc/5888/stat : 5888 (java) S 5887 5874 4952 0 -1 0 9778 0 1 0 164 6 0 0 18 0 9 0 2001801546 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5888/statm: 217089 8855 2540 9 0 211664 0
[pid=5888/tid=5889] ppid=5887 vsize=868356 CPUtime=1.13
/proc/5888/task/5889/stat : 5889 (java) R 5887 5874 4952 0 -1 64 2794 0 1 0 111 2 0 0 25 0 9 0 2001801547 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4126901157 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5890] ppid=5887 vsize=868356 CPUtime=0.35
/proc/5888/task/5890/stat : 5890 (java) S 5887 5874 4952 0 -1 64 4837 0 0 0 33 2 0 0 16 0 9 0 2001801548 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5891] ppid=5887 vsize=868356 CPUtime=0
/proc/5888/task/5891/stat : 5891 (java) S 5887 5874 4952 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001801548 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5892] ppid=5887 vsize=868356 CPUtime=0
/proc/5888/task/5892/stat : 5892 (java) S 5887 5874 4952 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2001801548 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5893] ppid=5887 vsize=868356 CPUtime=0
/proc/5888/task/5893/stat : 5893 (java) S 5887 5874 4952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001801550 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5894] ppid=5887 vsize=868356 CPUtime=0.2
/proc/5888/task/5894/stat : 5894 (java) S 5887 5874 4952 0 -1 64 1449 0 0 0 19 1 0 0 16 0 9 0 2001801550 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5895] ppid=5887 vsize=868356 CPUtime=0
/proc/5888/task/5895/stat : 5895 (java) S 5887 5874 4952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001801550 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5896] ppid=5887 vsize=868356 CPUtime=0
/proc/5888/task/5896/stat : 5896 (java) S 5887 5874 4952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001801550 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887312

[startup+6.302 s]
/proc/loadavg: 1.92 1.95 1.97 3/91 5896
/proc/meminfo: memFree=1402400/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=1.3
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 974 10480 0 1 4 1 119 6 16 0 1 0 2001801410 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 797 370 3 0 500 0
[pid=5887] ppid=5874 vsize=5356 CPUtime=0
/proc/5887/stat : 5887 (sh) S 5874 5874 4952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001801546 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5887/statm: 1339 233 193 169 0 50 0
[pid=5888] ppid=5887 vsize=868468 CPUtime=4.86
/proc/5888/stat : 5888 (java) S 5887 5874 4952 0 -1 0 12208 0 1 0 460 26 0 0 18 0 9 0 2001801546 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5888/statm: 217117 10758 2565 9 0 211664 0
[pid=5888/tid=5889] ppid=5887 vsize=868468 CPUtime=3.81
/proc/5888/task/5889/stat : 5889 (java) R 5887 5874 4952 0 -1 64 3328 0 1 0 362 19 0 0 25 0 9 0 2001801547 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4126871237 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5890] ppid=5887 vsize=868468 CPUtime=0.77
/proc/5888/task/5890/stat : 5890 (java) S 5887 5874 4952 0 -1 64 6696 0 0 0 72 5 0 0 16 0 9 0 2001801548 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5891] ppid=5887 vsize=868468 CPUtime=0
/proc/5888/task/5891/stat : 5891 (java) S 5887 5874 4952 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001801548 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5892] ppid=5887 vsize=868468 CPUtime=0
/proc/5888/task/5892/stat : 5892 (java) S 5887 5874 4952 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001801548 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5893] ppid=5887 vsize=868468 CPUtime=0
/proc/5888/task/5893/stat : 5893 (java) S 5887 5874 4952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001801550 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5894] ppid=5887 vsize=868468 CPUtime=0.26
/proc/5888/task/5894/stat : 5894 (java) S 5887 5874 4952 0 -1 64 1486 0 0 0 25 1 0 0 16 0 9 0 2001801550 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5895] ppid=5887 vsize=868468 CPUtime=0
/proc/5888/task/5895/stat : 5895 (java) S 5887 5874 4952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001801550 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5896] ppid=5887 vsize=868468 CPUtime=0
/proc/5888/task/5896/stat : 5896 (java) S 5887 5874 4952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001801550 889311232 10758 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) 887424

[startup+12.7024 s]
/proc/loadavg: 2.01 1.97 1.97 3/91 5896
/proc/meminfo: memFree=1325152/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=1.3
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 974 10480 0 1 4 1 119 6 16 0 1 0 2001801410 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 797 370 3 0 500 0
[pid=5887] ppid=5874 vsize=5356 CPUtime=0
/proc/5887/stat : 5887 (sh) S 5874 5874 4952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001801546 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5887/statm: 1339 233 193 169 0 50 0
[pid=5888] ppid=5887 vsize=868468 CPUtime=11.15
/proc/5888/stat : 5888 (java) S 5887 5874 4952 0 -1 0 12994 0 1 0 1040 75 0 0 18 0 9 0 2001801546 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5888/statm: 217117 10758 2565 9 0 211664 0
[pid=5888/tid=5889] ppid=5887 vsize=868468 CPUtime=9.83
/proc/5888/task/5889/stat : 5889 (java) R 5887 5874 4952 0 -1 64 4114 0 1 0 920 63 0 0 25 0 9 0 2001801547 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5890] ppid=5887 vsize=868468 CPUtime=1.04
/proc/5888/task/5890/stat : 5890 (java) S 5887 5874 4952 0 -1 64 6696 0 0 0 94 10 0 0 15 0 9 0 2001801548 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5891] ppid=5887 vsize=868468 CPUtime=0
/proc/5888/task/5891/stat : 5891 (java) S 5887 5874 4952 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001801548 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5892] ppid=5887 vsize=868468 CPUtime=0
/proc/5888/task/5892/stat : 5892 (java) S 5887 5874 4952 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001801548 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5893] ppid=5887 vsize=868468 CPUtime=0
/proc/5888/task/5893/stat : 5893 (java) S 5887 5874 4952 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001801550 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5894] ppid=5887 vsize=868468 CPUtime=0.26
/proc/5888/task/5894/stat : 5894 (java) S 5887 5874 4952 0 -1 64 1486 0 0 0 25 1 0 0 16 0 9 0 2001801550 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5895] ppid=5887 vsize=868468 CPUtime=0
/proc/5888/task/5895/stat : 5895 (java) S 5887 5874 4952 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001801550 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5888/tid=5896] ppid=5887 vsize=868468 CPUtime=0
/proc/5888/task/5896/stat : 5896 (java) S 5887 5874 4952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001801550 889311232 10758 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 887424

[startup+25.5016 s]
/proc/loadavg: 2.15 2.00 1.98 3/83 5898
/proc/meminfo: memFree=1227296/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=18.24
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 1022 24501 0 2 4 1 1687 132 16 0 1 0 2001801410 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 799 370 3 0 500 0
[pid=5897] ppid=5874 vsize=5356 CPUtime=0
/proc/5897/stat : 5897 (sh) S 5874 5874 4952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001803266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5897/statm: 1339 232 193 169 0 50 0
[pid=5898] ppid=5897 vsize=60988 CPUtime=6.85
/proc/5898/stat : 5898 (picosat) R 5897 5874 4952 0 -1 4194304 14020 0 0 0 309 376 0 0 25 0 1 0 2001803266 62451712 14006 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5898/statm: 15247 14006 40 102 0 15142 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 79944

[startup+51.1014 s]
/proc/loadavg: 2.10 2.00 1.98 3/83 5898
/proc/meminfo: memFree=1132448/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=18.24
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 1022 24501 0 2 4 1 1687 132 16 0 1 0 2001801410 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 799 370 3 0 500 0
[pid=5897] ppid=5874 vsize=5356 CPUtime=0
/proc/5897/stat : 5897 (sh) S 5874 5874 4952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001803266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5897/statm: 1339 232 193 169 0 50 0
[pid=5898] ppid=5897 vsize=160068 CPUtime=32.24
/proc/5898/stat : 5898 (picosat) R 5897 5874 4952 0 -1 4194304 37973 0 0 0 1480 1744 0 0 25 0 1 0 2001803266 163909632 37959 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5898/statm: 40017 37959 40 102 0 39912 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 179024

[startup+102.307 s]
/proc/loadavg: 2.04 2.00 1.98 3/83 5898
/proc/meminfo: memFree=1004384/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=18.24
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 1022 24501 0 2 4 1 1687 132 16 0 1 0 2001801410 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 799 370 3 0 500 0
[pid=5897] ppid=5874 vsize=5356 CPUtime=0
/proc/5897/stat : 5897 (sh) S 5874 5874 4952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001803266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5897/statm: 1339 232 193 169 0 50 0
[pid=5898] ppid=5897 vsize=291728 CPUtime=82.97
/proc/5898/stat : 5898 (picosat) R 5897 5874 4952 0 -1 4194304 68583 0 0 0 4750 3547 0 0 25 0 1 0 2001803266 298729472 68569 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/5898/statm: 72932 68569 42 102 0 72827 0

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

/proc/meminfo: memFree=1001896/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=18.24
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 1022 24501 0 2 4 1 1687 132 16 0 1 0 2001801410 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 799 370 3 0 500 0
[pid=5897] ppid=5874 vsize=5356 CPUtime=0
/proc/5897/stat : 5897 (sh) S 5874 5874 4952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001803266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5897/statm: 1339 232 193 169 0 50 0
[pid=5898] ppid=5897 vsize=296488 CPUtime=1271.63
/proc/5898/stat : 5898 (picosat) R 5897 5874 4952 0 -1 4194304 69803 0 0 0 123614 3549 0 0 25 0 1 0 2001803266 303603712 69787 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 1 0 0
/proc/5898/statm: 74122 69787 48 102 0 74017 0
Current children cumulated CPU time (s) 1289.87
Current children cumulated vsize (KiB) 315444

[startup+1362.3 s]
/proc/loadavg: 2.40 2.23 2.07 3/83 5900
/proc/meminfo: memFree=1001640/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=18.24
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 1022 24501 0 2 4 1 1687 132 16 0 1 0 2001801410 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 799 370 3 0 500 0
[pid=5897] ppid=5874 vsize=5356 CPUtime=0
/proc/5897/stat : 5897 (sh) S 5874 5874 4952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001803266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5897/statm: 1339 232 193 169 0 50 0
[pid=5898] ppid=5897 vsize=296752 CPUtime=1331.06
/proc/5898/stat : 5898 (picosat) R 5897 5874 4952 0 -1 4194304 69865 0 0 0 129557 3549 0 0 25 0 1 0 2001803266 303874048 69849 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5898/statm: 74188 69849 48 102 0 74083 0
Current children cumulated CPU time (s) 1349.3
Current children cumulated vsize (KiB) 315708

[startup+1422.31 s]
/proc/loadavg: 2.18 2.20 2.07 3/83 5900
/proc/meminfo: memFree=1001448/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=18.24
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 1022 24501 0 2 4 1 1687 132 16 0 1 0 2001801410 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 799 370 3 0 500 0
[pid=5897] ppid=5874 vsize=5356 CPUtime=0
/proc/5897/stat : 5897 (sh) S 5874 5874 4952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001803266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5897/statm: 1339 232 193 169 0 50 0
[pid=5898] ppid=5897 vsize=297016 CPUtime=1390.49
/proc/5898/stat : 5898 (picosat) R 5897 5874 4952 0 -1 4194304 69932 0 0 0 135500 3549 0 0 25 0 1 0 2001803266 304144384 69916 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5898/statm: 74254 69916 48 102 0 74149 0
Current children cumulated CPU time (s) 1408.73
Current children cumulated vsize (KiB) 315972

[startup+1482.3 s]
/proc/loadavg: 2.07 2.16 2.07 3/83 5900
/proc/meminfo: memFree=1001192/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=18.24
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 1022 24501 0 2 4 1 1687 132 16 0 1 0 2001801410 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 799 370 3 0 500 0
[pid=5897] ppid=5874 vsize=5356 CPUtime=0
/proc/5897/stat : 5897 (sh) S 5874 5874 4952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001803266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5897/statm: 1339 232 193 169 0 50 0
[pid=5898] ppid=5897 vsize=297280 CPUtime=1449.92
/proc/5898/stat : 5898 (picosat) R 5897 5874 4952 0 -1 4194304 69991 0 0 0 141443 3549 0 0 25 0 1 0 2001803266 304414720 69975 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/5898/statm: 74320 69975 48 102 0 74215 0
Current children cumulated CPU time (s) 1468.16
Current children cumulated vsize (KiB) 316236

[startup+1542.3 s]
/proc/loadavg: 2.02 2.13 2.06 3/83 5900
/proc/meminfo: memFree=1000808/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=18.24
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 1022 24501 0 2 4 1 1687 132 16 0 1 0 2001801410 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 799 370 3 0 500 0
[pid=5897] ppid=5874 vsize=5356 CPUtime=0
/proc/5897/stat : 5897 (sh) S 5874 5874 4952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001803266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5897/statm: 1339 232 193 169 0 50 0
[pid=5898] ppid=5897 vsize=297544 CPUtime=1509.35
/proc/5898/stat : 5898 (picosat) R 5897 5874 4952 0 -1 4194304 70075 0 0 0 147386 3549 0 0 25 0 1 0 2001803266 304685056 70059 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/5898/statm: 74386 70059 48 102 0 74281 0
Current children cumulated CPU time (s) 1527.59
Current children cumulated vsize (KiB) 316500

[startup+1602.3 s]
/proc/loadavg: 2.01 2.10 2.05 3/83 5900
/proc/meminfo: memFree=1000616/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=18.24
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 1022 24501 0 2 4 1 1687 132 16 0 1 0 2001801410 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 799 370 3 0 500 0
[pid=5897] ppid=5874 vsize=5356 CPUtime=0
/proc/5897/stat : 5897 (sh) S 5874 5874 4952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001803266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5897/statm: 1339 232 193 169 0 50 0
[pid=5898] ppid=5897 vsize=297808 CPUtime=1568.79
/proc/5898/stat : 5898 (picosat) R 5897 5874 4952 0 -1 4194304 70134 0 0 0 153330 3549 0 0 25 0 1 0 2001803266 304955392 70118 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5898/statm: 74452 70118 48 102 0 74347 0
Current children cumulated CPU time (s) 1587.03
Current children cumulated vsize (KiB) 316764

[startup+1662.3 s]
/proc/loadavg: 2.00 2.08 2.05 3/83 5900
/proc/meminfo: memFree=1000104/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=18.24
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 1022 24501 0 2 4 1 1687 132 16 0 1 0 2001801410 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 799 370 3 0 500 0
[pid=5897] ppid=5874 vsize=5356 CPUtime=0
/proc/5897/stat : 5897 (sh) S 5874 5874 4952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001803266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5897/statm: 1339 232 193 169 0 50 0
[pid=5898] ppid=5897 vsize=298204 CPUtime=1628.22
/proc/5898/stat : 5898 (picosat) R 5897 5874 4952 0 -1 4194304 70220 0 0 0 159272 3550 0 0 25 0 1 0 2001803266 305360896 70204 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/5898/statm: 74551 70204 48 102 0 74446 0
Current children cumulated CPU time (s) 1646.46
Current children cumulated vsize (KiB) 317160

[startup+1722.3 s]
/proc/loadavg: 2.08 2.08 2.05 3/76 6119
/proc/meminfo: memFree=1086864/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=18.24
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 1022 24501 0 2 4 1 1687 132 16 0 1 0 2001801410 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 799 370 3 0 500 0
[pid=5897] ppid=5874 vsize=5356 CPUtime=0
/proc/5897/stat : 5897 (sh) S 5874 5874 4952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001803266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5897/statm: 1339 232 193 169 0 50 0
[pid=5898] ppid=5897 vsize=298468 CPUtime=1687.95
/proc/5898/stat : 5898 (picosat) R 5897 5874 4952 0 -1 4194304 70296 0 0 0 165238 3557 0 0 25 0 1 0 2001803266 305631232 70280 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/5898/statm: 74617 70280 48 102 0 74512 0
Current children cumulated CPU time (s) 1706.19
Current children cumulated vsize (KiB) 317424

[startup+1782.3 s]
/proc/loadavg: 2.03 2.06 2.04 3/76 6119
/proc/meminfo: memFree=1086800/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=18.24
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 1022 24501 0 2 4 1 1687 132 16 0 1 0 2001801410 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 799 370 3 0 500 0
[pid=5897] ppid=5874 vsize=5356 CPUtime=0
/proc/5897/stat : 5897 (sh) S 5874 5874 4952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001803266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5897/statm: 1339 232 193 169 0 50 0
[pid=5898] ppid=5897 vsize=298732 CPUtime=1747.92
/proc/5898/stat : 5898 (picosat) R 5897 5874 4952 0 -1 4194304 70383 0 0 0 171235 3557 0 0 25 0 1 0 2001803266 305901568 70367 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/5898/statm: 74683 70367 48 102 0 74578 0
Current children cumulated CPU time (s) 1766.16
Current children cumulated vsize (KiB) 317688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.2 s]
/proc/loadavg: 2.01 2.06 2.04 3/76 6119
/proc/meminfo: memFree=1086480/2055920 swapFree=4180456/4192956
[pid=5874] ppid=5872 vsize=13600 CPUtime=18.24
/proc/5874/stat : 5874 (sugar) S 5872 5874 4952 0 -1 4194304 1022 24501 0 2 4 1 1687 132 16 0 1 0 2001801410 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5874/statm: 3400 799 370 3 0 500 0
[pid=5897] ppid=5874 vsize=5356 CPUtime=0
/proc/5897/stat : 5897 (sh) S 5874 5874 4952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001803266 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5897/statm: 1339 232 193 169 0 50 0
[pid=5898] ppid=5897 vsize=298864 CPUtime=1781.79
/proc/5898/stat : 5898 (picosat) R 5897 5874 4952 0 -1 4194304 70419 0 0 0 174622 3557 0 0 25 0 1 0 2001803266 306036736 70403 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/5898/statm: 74716 70403 48 102 0 74611 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 317820

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5874 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=916428
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=336796
# CPU time returned by wait4() is 18.2532
# 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): 1816.25
CPU time (s): 1800.03
CPU user time (s): 1763.13
CPU system time (s): 36.9
CPU usage (%): 99.1068
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.9164
system time used= 1.3368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25879
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= 16212
involuntary context switches= 16438

runsolver used 2.51462 second user time and 5.67514 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 05:24:30
IDJOB=1083456
IDBENCH=57476
IDSOLVER=345
FILE ID=node19/1083456-1215228270
PBS_JOBID= 7881842
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d4dfebcda634d2e830e49daacaa49bde
RANDOM SEED=7982360

node19.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.263
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	: 5931.00
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.263
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:       1456856 kB
Buffers:        107444 kB
Cached:         296192 kB
SwapCached:       6540 kB
Active:         393640 kB
Inactive:       132996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1456856 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            2928 kB
Writeback:           0 kB
Mapped:         136708 kB
Slab:            57508 kB
Committed_AS:  4252208 kB
PageTables:       2084 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= 66528 MiB
End job on node19 at 2008-07-05 05:54:49