Trace number 1057006

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.05 1804.93

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-14_ext.xml
MD5SUM6f9ea1c2fba5afd2c11e2b260c573d4f
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 benchmark1189.87
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
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 Thu Jul  3 19:53:31 2008
0.00/0.05	c 0	PID 15635
0.00/0.05	c 0	HOST node60.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1057006-1215107610.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-1057006-1215107610.xml' 'HOME/temp.csp'
1.34/1.47	c 1	1 domains, 24 variables, 0 predicates, 75 relations, 75 constraints
1.41/1.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.41/1.52	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.42/1.60	c 1	Parsing HOME/temp.csp
3.97/4.11	c 4	parsed 175 expressions
3.97/4.11	c 4	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.97/4.11	c 4	Converting to clausal form CSP
3.97/4.13	c 4	converted 18 (10%) expressions
3.97/4.17	c 4	converted 35 (20%) expressions
3.97/4.18	c 4	converted 53 (30%) expressions
4.06/4.22	c 4	converted 70 (40%) expressions
4.06/4.25	c 4	converted 88 (50%) expressions
4.16/4.36	c 4	converted 105 (60%) expressions
4.75/4.92	c 5	converted 123 (70%) expressions
5.05/5.22	c 5	converted 140 (80%) expressions
5.35/5.51	c 5	converted 158 (90%) expressions
5.54/5.74	c 5	converted 175 (100%) expressions
5.54/5.74	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.54/5.74	c 5	Heap : 85 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.54/5.74	c 5	Propagation in CSP
5.54/5.74	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.54/5.74	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.54/5.74	c 5	Heap : 85 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.54/5.74	c 5	Simplifing CSP by introducing new Boolean variables
5.54/5.74	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.54/5.74	c 5	Heap : 85 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.84/6.05	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.84/6.06	c 6	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.84/6.06	c 6	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.84/6.07	c 6	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.84/6.07	c 6	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.84/6.07	c 6	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.84/6.07	c 6	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.84/6.07	c 6	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.84/6.07	c 6	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.84/6.08	c 6	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.84/6.08	c 6	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
6.33/6.51	c 6	8 (10%) CSP clauses are encoded (25124 clauses, 592989 bytes)
6.62/6.83	c 6	15 (20%) CSP clauses are encoded (46689 clauses, 1124417 bytes)
6.93/7.19	c 7	23 (30%) CSP clauses are encoded (71512 clauses, 1749090 bytes)
7.32/7.51	c 7	30 (40%) CSP clauses are encoded (93120 clauses, 2294311 bytes)
7.62/7.85	c 8	38 (50%) CSP clauses are encoded (116600 clauses, 2898779 bytes)
7.92/8.17	c 8	45 (60%) CSP clauses are encoded (138219 clauses, 3478197 bytes)
8.31/8.53	c 8	53 (70%) CSP clauses are encoded (162865 clauses, 4146735 bytes)
8.61/8.85	c 9	60 (80%) CSP clauses are encoded (184479 clauses, 4732981 bytes)
9.01/9.21	c 9	68 (90%) CSP clauses are encoded (209110 clauses, 5400845 bytes)
9.31/9.53	c 9	75 (100%) CSP clauses are encoded (230815 clauses, 5989730 bytes)
9.31/9.53	c 9	75 CSP clauses encoded
9.31/9.53	c 9	Writing map file : HOME/temp.map
9.31/9.53	c 9	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.31/9.53	c 9	SAT : 552 SAT variables, 230815 SAT clauses, 5989730 bytes
9.31/9.53	c 9	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.31/9.55	c 9	SOLVING HOME/temp.cnf
9.31/9.55	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1804.91	sh: line 1: 15659 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.01/1804.91	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1804.91	c 1805	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1804.91	c ERROR INTERRUPTED
1800.01/1804.91	s UNKNOWN
1800.01/1804.91	c 1805	CPU 1797.78 (0.04 0.01 1797.74 2.24)
1800.01/1804.91	c 1805	END Thu Jul  3 20:23:36 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-1057006-1215107610/watcher-1057006-1215107610 -o /tmp/evaluation-result-1057006-1215107610/solver-1057006-1215107610 -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-1057006-1215107610.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.84 1.92 1.70 4/81 15635
/proc/meminfo: memFree=1628064/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=12268 CPUtime=0
/proc/15635/stat : 15635 (sugar) R 15633 15635 15403 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 633684194 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271894411877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15635/statm: 3067 316 241 3 0 167 0

[startup+0.0559089 s]
/proc/loadavg: 1.84 1.92 1.70 4/81 15635
/proc/meminfo: memFree=1628064/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=0.03
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 633684194 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10529 s]
/proc/loadavg: 1.84 1.92 1.70 4/81 15635
/proc/meminfo: memFree=1628064/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=0.03
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 633684194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301849 s]
/proc/loadavg: 1.84 1.92 1.70 4/81 15635
/proc/meminfo: memFree=1628064/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=0.03
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 633684194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701889 s]
/proc/loadavg: 1.84 1.92 1.70 4/81 15635
/proc/meminfo: memFree=1628064/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=0.03
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 633684194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50197 s]
/proc/loadavg: 1.84 1.92 1.70 4/92 15647
/proc/meminfo: memFree=1602696/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=0.03
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 918 127 0 0 3 0 0 0 16 0 1 0 633684194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 796 370 3 0 500 0
[pid=15638] ppid=15635 vsize=5356 CPUtime=0
/proc/15638/stat : 15638 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633684200 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15638/statm: 1339 233 193 169 0 50 0
[pid=15639] ppid=15638 vsize=864152 CPUtime=1.38
/proc/15639/stat : 15639 (java) S 15638 15635 15403 0 -1 0 9163 0 1 0 130 8 0 0 18 0 9 0 633684200 884891648 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15639/statm: 216038 8304 2527 9 0 210620 0
[pid=15639/tid=15640] ppid=15638 vsize=864152 CPUtime=1.13
/proc/15639/task/15640/stat : 15640 (java) S 15638 15635 15403 0 -1 64 2924 0 1 0 109 4 0 0 25 0 9 0 633684201 884891648 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15639/tid=15641] ppid=15638 vsize=864152 CPUtime=0.18
/proc/15639/task/15641/stat : 15641 (java) S 15638 15635 15403 0 -1 64 5227 0 0 0 16 2 0 0 16 0 9 0 633684202 884891648 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15639/tid=15642] ppid=15638 vsize=864152 CPUtime=0
/proc/15639/task/15642/stat : 15642 (java) S 15638 15635 15403 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 633684202 884891648 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15639/tid=15643] ppid=15638 vsize=864152 CPUtime=0
/proc/15639/task/15643/stat : 15643 (java) S 15638 15635 15403 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 633684202 884891648 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15639/tid=15644] ppid=15638 vsize=864152 CPUtime=0
/proc/15639/task/15644/stat : 15644 (java) S 15638 15635 15403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 633684205 884891648 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15639/tid=15645] ppid=15638 vsize=864152 CPUtime=0.05
/proc/15639/task/15645/stat : 15645 (java) S 15638 15635 15403 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 633684205 884891648 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15639/tid=15646] ppid=15638 vsize=864152 CPUtime=0
/proc/15639/task/15646/stat : 15646 (java) S 15638 15635 15403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 633684205 884891648 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15639/tid=15647] ppid=15638 vsize=864152 CPUtime=0
/proc/15639/task/15647/stat : 15647 (java) S 15638 15635 15403 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 633684205 884891648 8304 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883108

[startup+3.10213 s]
/proc/loadavg: 1.93 1.93 1.70 3/92 15657
/proc/meminfo: memFree=1608456/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=1.42
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 973 9580 0 1 3 0 130 9 16 0 1 0 633684194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 797 370 3 0 500 0
[pid=15648] ppid=15635 vsize=5356 CPUtime=0
/proc/15648/stat : 15648 (sh) S 15635 15635 15403 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 633684346 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15648/statm: 1339 233 193 169 0 50 0
[pid=15649] ppid=15648 vsize=864588 CPUtime=1.55
/proc/15649/stat : 15649 (java) S 15648 15635 15403 0 -1 0 11459 0 1 0 147 8 0 0 18 0 9 0 633684346 885338112 10724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15649/statm: 216147 10724 2532 9 0 210729 0
[pid=15649/tid=15650] ppid=15648 vsize=864588 CPUtime=0.91
/proc/15649/task/15650/stat : 15650 (java) R 15648 15635 15403 0 -1 64 2787 0 1 0 89 2 0 0 25 0 9 0 633684347 885338112 10724 996147200 134512640 134550740 4294955952 18446744073709551615 4126418331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15649/tid=15651] ppid=15648 vsize=864588 CPUtime=0.58
/proc/15649/task/15651/stat : 15651 (java) S 15648 15635 15403 0 -1 64 7652 0 0 0 54 4 0 0 16 0 9 0 633684348 885338112 10724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15649/tid=15652] ppid=15648 vsize=864588 CPUtime=0
/proc/15649/task/15652/stat : 15652 (java) S 15648 15635 15403 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 633684349 885338112 10724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15649/tid=15653] ppid=15648 vsize=864588 CPUtime=0
/proc/15649/task/15653/stat : 15653 (java) S 15648 15635 15403 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 633684349 885338112 10724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15649/tid=15654] ppid=15648 vsize=864588 CPUtime=0
/proc/15649/task/15654/stat : 15654 (java) S 15648 15635 15403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 633684351 885338112 10724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15649/tid=15655] ppid=15648 vsize=864588 CPUtime=0.03
/proc/15649/task/15655/stat : 15655 (java) S 15648 15635 15403 0 -1 64 322 0 0 0 3 0 0 0 16 0 9 0 633684351 885338112 10724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15649/tid=15656] ppid=15648 vsize=864588 CPUtime=0
/proc/15649/task/15656/stat : 15656 (java) S 15648 15635 15403 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 633684351 885338112 10724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15649/tid=15657] ppid=15648 vsize=864588 CPUtime=0
/proc/15649/task/15657/stat : 15657 (java) S 15648 15635 15403 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 633684351 885338112 10724 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883544

[startup+6.30244 s]
/proc/loadavg: 1.93 1.93 1.70 3/92 15657
/proc/meminfo: memFree=1535240/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=1.42
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 974 9580 0 1 3 0 130 9 15 0 1 0 633684194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 797 370 3 0 500 0
[pid=15648] ppid=15635 vsize=5356 CPUtime=0
/proc/15648/stat : 15648 (sh) S 15635 15635 15403 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 633684346 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15648/statm: 1339 233 193 169 0 50 0
[pid=15649] ppid=15648 vsize=864792 CPUtime=4.72
/proc/15649/stat : 15649 (java) S 15648 15635 15403 0 -1 0 32259 0 1 0 455 17 0 0 18 0 9 0 633684346 885547008 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15649/statm: 216198 26363 2564 9 0 210745 0
[pid=15649/tid=15650] ppid=15648 vsize=864792 CPUtime=2.34
/proc/15649/task/15650/stat : 15650 (java) R 15648 15635 15403 0 -1 64 3719 0 1 0 231 3 0 0 25 0 9 0 633684347 885547008 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4126595624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15649/tid=15651] ppid=15648 vsize=864792 CPUtime=2.24
/proc/15649/task/15651/stat : 15651 (java) S 15648 15635 15403 0 -1 64 27470 0 0 0 212 12 0 0 16 0 9 0 633684348 885547008 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15649/tid=15652] ppid=15648 vsize=864792 CPUtime=0
/proc/15649/task/15652/stat : 15652 (java) S 15648 15635 15403 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 633684349 885547008 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15649/tid=15653] ppid=15648 vsize=864792 CPUtime=0
/proc/15649/task/15653/stat : 15653 (java) S 15648 15635 15403 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 633684349 885547008 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15649/tid=15654] ppid=15648 vsize=864792 CPUtime=0
/proc/15649/task/15654/stat : 15654 (java) S 15648 15635 15403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 633684351 885547008 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15649/tid=15655] ppid=15648 vsize=864792 CPUtime=0.1
/proc/15649/task/15655/stat : 15655 (java) S 15648 15635 15403 0 -1 64 372 0 0 0 10 0 0 0 16 0 9 0 633684351 885547008 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15649/tid=15656] ppid=15648 vsize=864792 CPUtime=0
/proc/15649/task/15656/stat : 15656 (java) S 15648 15635 15403 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 633684351 885547008 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15649/tid=15657] ppid=15648 vsize=864792 CPUtime=0
/proc/15649/task/15657/stat : 15657 (java) S 15648 15635 15403 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 633684351 885547008 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 883748

[startup+12.7011 s]
/proc/loadavg: 1.94 1.93 1.71 3/84 15659
/proc/meminfo: memFree=1608776/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0
[pid=15658] ppid=15635 vsize=5356 CPUtime=0
/proc/15658/stat : 15658 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633685149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15658/statm: 1339 232 193 169 0 50 0
[pid=15659] ppid=15658 vsize=9668 CPUtime=3.09
/proc/15659/stat : 15659 (picosat) R 15658 15635 15403 0 -1 4194304 2295 0 0 0 143 166 0 0 25 0 1 0 633685150 9900032 2281 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 2417 2281 40 102 0 2312 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 28624

[startup+25.5014 s]
/proc/loadavg: 1.95 1.94 1.71 3/84 15659
/proc/meminfo: memFree=1605064/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0
[pid=15658] ppid=15635 vsize=5356 CPUtime=0
/proc/15658/stat : 15658 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633685149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15658/statm: 1339 232 193 169 0 50 0
[pid=15659] ppid=15658 vsize=11384 CPUtime=15.77
/proc/15659/stat : 15659 (picosat) R 15658 15635 15403 0 -1 4194304 2774 0 0 0 1394 183 0 0 25 0 1 0 633685150 11657216 2760 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 2846 2760 42 102 0 2741 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 30340

[startup+51.1019 s]
/proc/loadavg: 1.97 1.94 1.72 4/84 15659
/proc/meminfo: memFree=1603464/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0
[pid=15658] ppid=15635 vsize=5356 CPUtime=0
/proc/15658/stat : 15658 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633685149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15658/statm: 1339 232 193 169 0 50 0
[pid=15659] ppid=15658 vsize=13992 CPUtime=41.13
/proc/15659/stat : 15659 (picosat) R 15658 15635 15403 0 -1 4194304 3180 0 0 0 3929 184 0 0 25 0 1 0 633685150 14327808 3166 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15659/statm: 3498 3166 42 102 0 3393 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 32948

[startup+102.306 s]
/proc/loadavg: 1.98 1.95 1.73 3/84 15661
/proc/meminfo: memFree=1600840/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0

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

[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0
[pid=15658] ppid=15635 vsize=5356 CPUtime=0
/proc/15658/stat : 15658 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633685149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15658/statm: 1339 232 193 169 0 50 0
[pid=15659] ppid=15658 vsize=20692 CPUtime=1288.29
/proc/15659/stat : 15659 (picosat) R 15658 15635 15403 0 -1 4194304 5928 0 0 0 128638 191 0 0 25 0 1 0 633685150 21188608 4883 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15659/statm: 5173 4883 48 102 0 5068 0
Current children cumulated CPU time (s) 1297.67
Current children cumulated vsize (KiB) 39648

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15719
/proc/meminfo: memFree=1413128/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0
[pid=15658] ppid=15635 vsize=5356 CPUtime=0
/proc/15658/stat : 15658 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633685149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15658/statm: 1339 232 193 169 0 50 0
[pid=15659] ppid=15658 vsize=20692 CPUtime=1348.25
/proc/15659/stat : 15659 (picosat) R 15658 15635 15403 0 -1 4194304 5928 0 0 0 134634 191 0 0 25 0 1 0 633685150 21188608 4883 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15659/statm: 5173 4883 48 102 0 5068 0
Current children cumulated CPU time (s) 1357.63
Current children cumulated vsize (KiB) 39648

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15719
/proc/meminfo: memFree=1407880/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0
[pid=15658] ppid=15635 vsize=5356 CPUtime=0
/proc/15658/stat : 15658 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633685149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15658/statm: 1339 232 193 169 0 50 0
[pid=15659] ppid=15658 vsize=20692 CPUtime=1408.23
/proc/15659/stat : 15659 (picosat) R 15658 15635 15403 0 -1 4194304 5928 0 0 0 140632 191 0 0 25 0 1 0 633685150 21188608 4883 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15659/statm: 5173 4883 48 102 0 5068 0
Current children cumulated CPU time (s) 1417.61
Current children cumulated vsize (KiB) 39648

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15719
/proc/meminfo: memFree=1402632/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0
[pid=15658] ppid=15635 vsize=5356 CPUtime=0
/proc/15658/stat : 15658 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633685149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15658/statm: 1339 232 193 169 0 50 0
[pid=15659] ppid=15658 vsize=20692 CPUtime=1468.19
/proc/15659/stat : 15659 (picosat) R 15658 15635 15403 0 -1 4194304 5928 0 0 0 146628 191 0 0 25 0 1 0 633685150 21188608 4883 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15659/statm: 5173 4883 48 102 0 5068 0
Current children cumulated CPU time (s) 1477.57
Current children cumulated vsize (KiB) 39648

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15719
/proc/meminfo: memFree=1401800/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0
[pid=15658] ppid=15635 vsize=5356 CPUtime=0
/proc/15658/stat : 15658 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633685149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15658/statm: 1339 232 193 169 0 50 0
[pid=15659] ppid=15658 vsize=21220 CPUtime=1528.15
/proc/15659/stat : 15659 (picosat) R 15658 15635 15403 0 -1 4194304 6166 0 0 0 152624 191 0 0 25 0 1 0 633685150 21729280 5015 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15659/statm: 5305 5015 48 102 0 5200 0
Current children cumulated CPU time (s) 1537.53
Current children cumulated vsize (KiB) 40176

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15719
/proc/meminfo: memFree=1401800/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0
[pid=15658] ppid=15635 vsize=5356 CPUtime=0
/proc/15658/stat : 15658 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633685149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15658/statm: 1339 232 193 169 0 50 0
[pid=15659] ppid=15658 vsize=21220 CPUtime=1588.12
/proc/15659/stat : 15659 (picosat) R 15658 15635 15403 0 -1 4194304 6166 0 0 0 158621 191 0 0 25 0 1 0 633685150 21729280 5015 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15659/statm: 5305 5015 48 102 0 5200 0
Current children cumulated CPU time (s) 1597.5
Current children cumulated vsize (KiB) 40176

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15719
/proc/meminfo: memFree=1401736/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0
[pid=15658] ppid=15635 vsize=5356 CPUtime=0
/proc/15658/stat : 15658 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633685149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15658/statm: 1339 232 193 169 0 50 0
[pid=15659] ppid=15658 vsize=21220 CPUtime=1648.09
/proc/15659/stat : 15659 (picosat) R 15658 15635 15403 0 -1 4194304 6166 0 0 0 164618 191 0 0 25 0 1 0 633685150 21729280 5015 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15659/statm: 5305 5015 48 102 0 5200 0
Current children cumulated CPU time (s) 1657.47
Current children cumulated vsize (KiB) 40176

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15719
/proc/meminfo: memFree=1401672/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0
[pid=15658] ppid=15635 vsize=5356 CPUtime=0
/proc/15658/stat : 15658 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633685149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15658/statm: 1339 232 193 169 0 50 0
[pid=15659] ppid=15658 vsize=21220 CPUtime=1708.05
/proc/15659/stat : 15659 (picosat) R 15658 15635 15403 0 -1 4194304 6173 0 0 0 170614 191 0 0 25 0 1 0 633685150 21729280 5022 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15659/statm: 5305 5022 48 102 0 5200 0
Current children cumulated CPU time (s) 1717.43
Current children cumulated vsize (KiB) 40176

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15719
/proc/meminfo: memFree=1401096/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0
[pid=15658] ppid=15635 vsize=5356 CPUtime=0
/proc/15658/stat : 15658 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633685149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15658/statm: 1339 232 193 169 0 50 0
[pid=15659] ppid=15658 vsize=21616 CPUtime=1768.02
/proc/15659/stat : 15659 (picosat) R 15658 15635 15403 0 -1 4194304 6406 0 0 0 176611 191 0 0 25 0 1 0 633685150 22134784 5143 996147200 134512640 134931368 4294956256 18446744073709551615 134525835 0 0 4096 0 0 0 0 17 0 0 0
/proc/15659/statm: 5404 5143 48 102 0 5299 0
Current children cumulated CPU time (s) 1777.4
Current children cumulated vsize (KiB) 40572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15719
/proc/meminfo: memFree=1401096/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0
[pid=15658] ppid=15635 vsize=5356 CPUtime=0
/proc/15658/stat : 15658 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633685149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15658/statm: 1339 232 193 169 0 50 0
[pid=15659] ppid=15658 vsize=21616 CPUtime=1790.63
/proc/15659/stat : 15659 (picosat) R 15658 15635 15403 0 -1 4194304 6406 0 0 0 178871 192 0 0 25 0 1 0 633685150 22134784 5143 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15659/statm: 5404 5143 48 102 0 5299 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 40572

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

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

[startup+1804.9 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15719
/proc/meminfo: memFree=1401096/2055920 swapFree=4157716/4192956
[pid=15635] ppid=15633 vsize=13600 CPUtime=9.38
/proc/15635/stat : 15635 (sugar) S 15633 15635 15403 0 -1 4194304 1022 42207 0 2 3 1 903 31 16 0 1 0 633684194 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15635/statm: 3400 798 370 3 0 500 0
[pid=15658] ppid=15635 vsize=5356 CPUtime=0
/proc/15658/stat : 15658 (sh) S 15635 15635 15403 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 633685149 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15658/statm: 1339 232 193 169 0 50 0
[pid=15659] ppid=15658 vsize=21616 CPUtime=1790.63
/proc/15659/stat : 15659 (picosat) R 15658 15635 15403 0 -1 4194304 6406 0 0 0 178871 192 0 0 25 0 1 0 633685150 22134784 5143 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15659/statm: 5404 5143 48 102 0 5299 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 40572

Child status: 0
Real time (s): 1804.93
CPU time (s): 1800.05
CPU user time (s): 1797.79
CPU system time (s): 2.26166
CPU usage (%): 99.7301
Max. virtual memory (cumulated for all children) (KiB): 893920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.79
system time used= 2.26166
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50261
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= 3141
involuntary context switches= 16308

runsolver used 2.33864 second user time and 5.8831 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-03 19:53:31
IDJOB=1057006
IDBENCH=53986
IDSOLVER=345
FILE ID=node60/1057006-1215107610
PBS_JOBID= 7877085
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-14_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-1057006-1215107610/watcher-1057006-1215107610 -o /tmp/evaluation-result-1057006-1215107610/solver-1057006-1215107610 -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-1057006-1215107610.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6f9ea1c2fba5afd2c11e2b260c573d4f
RANDOM SEED=462098240

node60.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.216
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.216
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:       1628544 kB
Buffers:         17468 kB
Cached:         294856 kB
SwapCached:      29036 kB
Active:         237716 kB
Inactive:       136552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628544 kB
SwapTotal:     4192956 kB
SwapFree:      4157716 kB
Dirty:            4344 kB
Writeback:           0 kB
Mapped:          77980 kB
Slab:            38168 kB
Committed_AS:  1065848 kB
PageTables:       2016 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 node60 at 2008-07-03 20:23:38