Trace number 1113388

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 192.686 209.317

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25a-15.xml
MD5SUM36f7bb4525a596900e07fbeb72405348
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints104
Best CPU time to get the best result obtained on this benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8260
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8260
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul 12 19:23:00 2008
0.00/0.14	c 0	PID 17340
0.00/0.14	c 0	HOST node61.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1113388-1215883380.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113388-1215883380.xml' 'HOME/temp.csp'
0.87/1.09	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 8260 constraints
0.96/1.14	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.14	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.97/1.22	c 1	Parsing HOME/temp.csp
0.97/1.70	c 1	parsed 8712 expressions
0.97/1.71	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.97/1.81	c 1	MAX CSP: 8260 constraints
0.97/1.81	c 1	Converting to clausal form CSP
0.97/2.04	c 2	converted 1698 (10%) expressions
0.97/2.10	c 2	converted 3395 (20%) expressions
1.90/2.14	c 2	converted 5093 (30%) expressions
1.90/2.18	c 2	converted 6790 (40%) expressions
2.02/2.28	c 2	converted 8488 (50%) expressions
2.10/2.33	c 2	converted 10185 (60%) expressions
2.10/2.37	c 2	converted 11883 (70%) expressions
2.19/2.41	c 2	converted 13580 (80%) expressions
2.19/2.45	c 2	converted 15278 (90%) expressions
3.09/3.35	c 3	converted 16975 (100%) expressions
3.09/3.36	c 3	CSP : 16970 integers, 0 booleans, 24779 clauses, largest domain size 12391
3.09/3.36	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.09/3.36	c 3	Propagation in CSP
3.37/3.70	c 3	8257 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.47/3.70	c 3	CSP : 16970 integers, 0 booleans, 24779 clauses, largest domain size 8261
3.47/3.70	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.47/3.72	c 3	Simplifing CSP by introducing new Boolean variables
3.58/3.81	c 3	CSP : 16970 integers, 16520 booleans, 41299 clauses, largest domain size 8261
3.58/3.81	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.67/3.96	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.77/4.00	c 4	1697 (10%) CSP integer variables are encoded (5850 clauses, 74059 bytes)
3.77/4.01	c 4	3394 (20%) CSP integer variables are encoded (5850 clauses, 74059 bytes)
3.77/4.01	c 4	5091 (30%) CSP integer variables are encoded (5850 clauses, 74059 bytes)
3.77/4.01	c 4	6788 (40%) CSP integer variables are encoded (5850 clauses, 74059 bytes)
3.77/4.01	c 4	8485 (50%) CSP integer variables are encoded (5850 clauses, 74059 bytes)
3.87/4.13	c 4	10182 (60%) CSP integer variables are encoded (100033 clauses, 1506667 bytes)
3.87/4.18	c 4	11879 (70%) CSP integer variables are encoded (139448 clauses, 2176722 bytes)
3.97/4.22	c 4	13576 (80%) CSP integer variables are encoded (164056 clauses, 2595058 bytes)
3.97/4.24	c 4	15273 (90%) CSP integer variables are encoded (181742 clauses, 2895720 bytes)
3.97/4.27	c 4	16970 (100%) CSP integer variables are encoded (204230 clauses, 3278016 bytes)
4.16/4.43	c 4	4130 (10%) CSP clauses are encoded (246916 clauses, 4096876 bytes)
4.26/4.54	c 4	8260 (20%) CSP clauses are encoded (289588 clauses, 4942656 bytes)
4.35/4.64	c 4	12390 (30%) CSP clauses are encoded (332260 clauses, 5810293 bytes)
4.45/4.75	c 4	16520 (40%) CSP clauses are encoded (374946 clauses, 6679157 bytes)
4.54/4.85	c 5	20650 (50%) CSP clauses are encoded (417618 clauses, 7547740 bytes)
4.64/4.95	c 5	24780 (60%) CSP clauses are encoded (460290 clauses, 8416323 bytes)
81.16/83.76	c 83	28910 (70%) CSP clauses are encoded (34809576 clauses, 820134577 bytes)
146.87/151.74	c 151	33040 (80%) CSP clauses are encoded (68985394 clauses, 1656948467 bytes)
155.21/160.38	c 160	37170 (90%) CSP clauses are encoded (73293058 clauses, 1762132954 bytes)
180.03/186.16	c 186	41299 (100%) CSP clauses are encoded (86141550 clauses, 2076470768 bytes)
180.03/186.16	c 186	41299 CSP clauses encoded
180.03/186.18	c 186	Writing map file : HOME/temp.map
180.17/186.30	c 186	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
180.17/186.30	c 186	SAT : 237720 SAT variables, 86141550 SAT clauses, 2076470768 bytes
180.17/186.30	c 186	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
180.17/186.39	c 186	OBJECTIVE minimize _COST
180.23/186.41	c 186	OBJECTIVE BOUND: 0 <= _COST <= 
180.23/186.42	c 186	SEARCHING: _COST <= 4130
180.23/186.42	c 186	SOLVING HOME/temp.cnf
180.23/186.42	c 186	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
180.23/186.52	c 186	This is MiniSat 2.0 beta
180.23/186.52	c 186	WARNING: for repeatability, setting FPU to use double precision
180.23/186.53	c 186	============================[ Problem Statistics ]=============================
180.23/186.53	c 186	|                                                                             |
180.23/186.55	c 186	|  Number of variables:  237720                                               |
180.23/186.55	c 186	|  Number of clauses:    86141551                                             |
192.06/207.84	c ERROR INTERRUPTED
192.21/208.00	s UNKNOWN
192.21/208.00	c 208	CPU 166.16 (0.07 0.01 166.09 14.07)
192.21/208.00	c 208	END Sat Jul 12 19:26:28 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1113388-1215883380/watcher-1113388-1215883380 -o /tmp/evaluation-result-1113388-1215883380/solver-1113388-1215883380 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1113388-1215883380.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.47 2.63 2.78 2/81 17340
/proc/meminfo: memFree=1902560/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=18572 CPUtime=0
/proc/17340/stat : 17340 (runsolver) D 17338 17340 16850 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 45036741 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 246406507815 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17340/statm: 4643 292 257 25 0 2626 0

[startup+0.07342 s]
/proc/loadavg: 2.47 2.63 2.78 2/81 17340
/proc/meminfo: memFree=1902560/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=12272 CPUtime=0
/proc/17340/stat : 17340 (sugar) D 17338 17340 16850 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 45036741 12566528 330 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/17340/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101424 s]
/proc/loadavg: 2.47 2.63 2.78 2/81 17340
/proc/meminfo: memFree=1902560/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=12544 CPUtime=0
/proc/17340/stat : 17340 (sugar) R 17338 17340 16850 0 -1 4194304 501 0 0 0 0 0 0 0 18 0 1 0 45036741 12845056 469 996147200 4194304 4206940 548682068592 18446744073709551615 246424019841 0 0 4224 0 0 0 0 17 1 0 0
/proc/17340/statm: 3136 469 298 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301465 s]
/proc/loadavg: 2.47 2.63 2.78 2/81 17340
/proc/meminfo: memFree=1902560/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=13600 CPUtime=0.04
/proc/17340/stat : 17340 (sugar) S 17338 17340 16850 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45036741 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17340/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701534 s]
/proc/loadavg: 2.47 2.63 2.78 2/81 17340
/proc/meminfo: memFree=1902560/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=13600 CPUtime=0.04
/proc/17340/stat : 17340 (sugar) S 17338 17340 16850 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45036741 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17340/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50267 s]
/proc/loadavg: 2.47 2.63 2.78 3/92 17352
/proc/meminfo: memFree=1881864/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=13600 CPUtime=0.97
/proc/17340/stat : 17340 (sugar) S 17338 17340 16850 0 -1 4194304 974 8551 0 1 3 1 89 4 16 0 1 0 45036741 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17340/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 13600

[startup+3.10196 s]
/proc/loadavg: 2.47 2.63 2.78 5/92 17362
/proc/meminfo: memFree=1882952/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=13600 CPUtime=0.97
/proc/17340/stat : 17340 (sugar) S 17338 17340 16850 0 -1 4194304 974 8551 0 1 3 1 89 4 15 0 1 0 45036741 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17340/statm: 3400 797 370 3 0 500 0
[pid=17353] ppid=17340 vsize=5356 CPUtime=0
/proc/17353/stat : 17353 (sh) S 17340 17340 16850 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45036855 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 1339 233 193 169 0 50 0
[pid=17354] ppid=17353 vsize=868392 CPUtime=1.91
/proc/17354/stat : 17354 (java) S 17353 17340 16850 0 -1 0 11620 0 1 0 186 5 0 0 18 0 9 0 45036856 889233408 10537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17354/statm: 217098 10537 2540 9 0 211673 0
[pid=17354/tid=17355] ppid=17353 vsize=868392 CPUtime=1.26
/proc/17354/task/17355/stat : 17355 (java) R 17353 17340 16850 0 -1 64 2796 0 1 0 125 1 0 0 25 0 9 0 45036857 889233408 10537 996147200 134512640 134550740 4294955936 18446744073709551615 4126601206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17356] ppid=17353 vsize=868392 CPUtime=0.43
/proc/17354/task/17356/stat : 17356 (java) S 17353 17340 16850 0 -1 64 6653 0 0 0 40 3 0 0 16 0 9 0 45036858 889233408 10537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17357] ppid=17353 vsize=868392 CPUtime=0
/proc/17354/task/17357/stat : 17357 (java) S 17353 17340 16850 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45036858 889233408 10537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17358] ppid=17353 vsize=868392 CPUtime=0
/proc/17354/task/17358/stat : 17358 (java) S 17353 17340 16850 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 45036858 889233408 10537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17359] ppid=17353 vsize=868392 CPUtime=0
/proc/17354/task/17359/stat : 17359 (java) S 17353 17340 16850 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45036860 889233408 10537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17360] ppid=17353 vsize=868392 CPUtime=0.2
/proc/17354/task/17360/stat : 17360 (java) S 17353 17340 16850 0 -1 64 1474 0 0 0 20 0 0 0 16 0 9 0 45036860 889233408 10537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17361] ppid=17353 vsize=868392 CPUtime=0
/proc/17354/task/17361/stat : 17361 (java) S 17353 17340 16850 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45036860 889233408 10537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17362] ppid=17353 vsize=868392 CPUtime=0
/proc/17354/task/17362/stat : 17362 (java) S 17353 17340 16850 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45036860 889233408 10537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 887348

[startup+6.30252 s]
/proc/loadavg: 2.43 2.62 2.78 4/92 17362
/proc/meminfo: memFree=1847560/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=13600 CPUtime=0.97
/proc/17340/stat : 17340 (sugar) S 17338 17340 16850 0 -1 4194304 974 8551 0 1 3 1 89 4 15 0 1 0 45036741 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17340/statm: 3400 797 370 3 0 500 0
[pid=17353] ppid=17340 vsize=5356 CPUtime=0
/proc/17353/stat : 17353 (sh) S 17340 17340 16850 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45036855 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 1339 233 193 169 0 50 0
[pid=17354] ppid=17353 vsize=868504 CPUtime=5.05
/proc/17354/stat : 17354 (java) S 17353 17340 16850 0 -1 0 13880 0 1 0 483 22 0 0 18 0 9 0 45036856 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17354/statm: 217126 12195 2565 9 0 211673 0
[pid=17354/tid=17355] ppid=17353 vsize=868504 CPUtime=3.83
/proc/17354/task/17355/stat : 17355 (java) R 17353 17340 16850 0 -1 64 3245 0 1 0 368 15 0 0 25 0 9 0 45036857 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4127067084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17356] ppid=17353 vsize=868504 CPUtime=0.9
/proc/17354/task/17356/stat : 17356 (java) S 17353 17340 16850 0 -1 64 8416 0 0 0 85 5 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17357] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17357/stat : 17357 (java) S 17353 17340 16850 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17358] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17358/stat : 17358 (java) S 17353 17340 16850 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17359] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17359/stat : 17359 (java) S 17353 17340 16850 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17360] ppid=17353 vsize=868504 CPUtime=0.29
/proc/17354/task/17360/stat : 17360 (java) S 17353 17340 16850 0 -1 64 1522 0 0 0 29 0 0 0 16 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17361] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17361/stat : 17361 (java) S 17353 17340 16850 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17362] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17362/stat : 17362 (java) S 17353 17340 16850 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 887460

[startup+12.7016 s]
/proc/loadavg: 2.40 2.61 2.77 4/92 17362
/proc/meminfo: memFree=1828808/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=13600 CPUtime=0.97
/proc/17340/stat : 17340 (sugar) S 17338 17340 16850 0 -1 4194304 974 8551 0 1 3 1 89 4 15 0 1 0 45036741 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17340/statm: 3400 797 370 3 0 500 0
[pid=17353] ppid=17340 vsize=5356 CPUtime=0
/proc/17353/stat : 17353 (sh) S 17340 17340 16850 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45036855 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 1339 233 193 169 0 50 0
[pid=17354] ppid=17353 vsize=868504 CPUtime=11.32
/proc/17354/stat : 17354 (java) S 17353 17340 16850 0 -1 0 14220 0 1 0 1099 33 0 0 18 0 9 0 45036856 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17354/statm: 217126 12195 2565 9 0 211673 0
[pid=17354/tid=17355] ppid=17353 vsize=868504 CPUtime=9.95
/proc/17354/task/17355/stat : 17355 (java) R 17353 17340 16850 0 -1 64 3585 0 1 0 972 23 0 0 25 0 9 0 45036857 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4126600363 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17356] ppid=17353 vsize=868504 CPUtime=1.05
/proc/17354/task/17356/stat : 17356 (java) S 17353 17340 16850 0 -1 64 8416 0 0 0 97 8 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17357] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17357/stat : 17357 (java) S 17353 17340 16850 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17358] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17358/stat : 17358 (java) S 17353 17340 16850 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17359] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17359/stat : 17359 (java) S 17353 17340 16850 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17360] ppid=17353 vsize=868504 CPUtime=0.29
/proc/17354/task/17360/stat : 17360 (java) S 17353 17340 16850 0 -1 64 1522 0 0 0 29 0 0 0 16 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17361] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17361/stat : 17361 (java) S 17353 17340 16850 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17362] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17362/stat : 17362 (java) S 17353 17340 16850 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 887460

[startup+25.5029 s]
/proc/loadavg: 2.31 2.58 2.76 3/92 17362
/proc/meminfo: memFree=1743624/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=13600 CPUtime=0.97
/proc/17340/stat : 17340 (sugar) S 17338 17340 16850 0 -1 4194304 974 8551 0 1 3 1 89 4 15 0 1 0 45036741 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17340/statm: 3400 797 370 3 0 500 0
[pid=17353] ppid=17340 vsize=5356 CPUtime=0
/proc/17353/stat : 17353 (sh) S 17340 17340 16850 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45036855 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 1339 233 193 169 0 50 0
[pid=17354] ppid=17353 vsize=868504 CPUtime=23.89
/proc/17354/stat : 17354 (java) S 17353 17340 16850 0 -1 0 15364 0 1 0 2295 94 0 0 18 0 9 0 45036856 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17354/statm: 217126 12195 2565 9 0 211673 0
[pid=17354/tid=17355] ppid=17353 vsize=868504 CPUtime=22.08
/proc/17354/task/17355/stat : 17355 (java) R 17353 17340 16850 0 -1 64 4729 0 1 0 2133 75 0 0 25 0 9 0 45036857 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4127070855 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17356] ppid=17353 vsize=868504 CPUtime=1.49
/proc/17354/task/17356/stat : 17356 (java) S 17353 17340 16850 0 -1 64 8416 0 0 0 132 17 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17357] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17357/stat : 17357 (java) S 17353 17340 16850 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17358] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17358/stat : 17358 (java) S 17353 17340 16850 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17359] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17359/stat : 17359 (java) S 17353 17340 16850 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17360] ppid=17353 vsize=868504 CPUtime=0.29
/proc/17354/task/17360/stat : 17360 (java) S 17353 17340 16850 0 -1 64 1522 0 0 0 29 0 0 0 16 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17361] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17361/stat : 17361 (java) S 17353 17340 16850 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17362] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17362/stat : 17362 (java) S 17353 17340 16850 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 887460

[startup+51.1024 s]
/proc/loadavg: 2.55 2.61 2.77 4/92 17362
/proc/meminfo: memFree=1431240/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=13600 CPUtime=0.97
/proc/17340/stat : 17340 (sugar) S 17338 17340 16850 0 -1 4194304 974 8551 0 1 3 1 89 4 15 0 1 0 45036741 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17340/statm: 3400 797 370 3 0 500 0
[pid=17353] ppid=17340 vsize=5356 CPUtime=0
/proc/17353/stat : 17353 (sh) S 17340 17340 16850 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45036855 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 1339 233 193 169 0 50 0
[pid=17354] ppid=17353 vsize=868504 CPUtime=48.74
/proc/17354/stat : 17354 (java) S 17353 17340 16850 0 -1 0 18521 0 1 0 4571 303 0 0 18 0 9 0 45036856 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/17354/task/17359/stat : 17359 (java) S 17353 17340 16850 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17360] ppid=17353 vsize=868504 CPUtime=0.29
/proc/17354/task/17360/stat : 17360 (java) S 17353 17340 16850 0 -1 64 1522 0 0 0 29 0 0 0 16 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17361] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17361/stat : 17361 (java) S 17353 17340 16850 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17362] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17362/stat : 17362 (java) S 17353 17340 16850 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.71
Current children cumulated vsize (KiB) 887460

[startup+102.307 s]
/proc/loadavg: 2.91 2.70 2.79 4/92 17362
/proc/meminfo: memFree=808904/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=13600 CPUtime=0.97
/proc/17340/stat : 17340 (sugar) S 17338 17340 16850 0 -1 4194304 974 8551 0 1 3 1 89 4 16 0 1 0 45036741 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17340/statm: 3400 797 370 3 0 500 0
[pid=17353] ppid=17340 vsize=5356 CPUtime=0
/proc/17353/stat : 17353 (sh) S 17340 17340 16850 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45036855 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 1339 233 193 169 0 50 0
[pid=17354] ppid=17353 vsize=868504 CPUtime=98.18
/proc/17354/stat : 17354 (java) S 17353 17340 16850 0 -1 0 24792 0 1 0 9106 712 0 0 18 0 9 0 45036856 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17354/statm: 217126 12195 2565 9 0 211673 0
[pid=17354/tid=17355] ppid=17353 vsize=868504 CPUtime=92.72
/proc/17354/task/17355/stat : 17355 (java) R 17353 17340 16850 0 -1 64 14157 0 1 0 8642 630 0 0 25 0 9 0 45036857 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4126578146 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17356] ppid=17353 vsize=868504 CPUtime=5.14
/proc/17354/task/17356/stat : 17356 (java) S 17353 17340 16850 0 -1 64 8416 0 0 0 434 80 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17357] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17357/stat : 17357 (java) S 17353 17340 16850 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17358] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17358/stat : 17358 (java) S 17353 17340 16850 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17359] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17359/stat : 17359 (java) S 17353 17340 16850 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17360] ppid=17353 vsize=868504 CPUtime=0.29
/proc/17354/task/17360/stat : 17360 (java) S 17353 17340 16850 0 -1 64 1522 0 0 0 29 0 0 0 16 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17361] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17361/stat : 17361 (java) S 17353 17340 16850 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17362] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17362/stat : 17362 (java) S 17353 17340 16850 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.15
Current children cumulated vsize (KiB) 887460

[startup+162.304 s]
/proc/loadavg: 2.96 2.75 2.80 3/92 17362
/proc/meminfo: memFree=79944/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=13600 CPUtime=0.97
/proc/17340/stat : 17340 (sugar) S 17338 17340 16850 0 -1 4194304 974 8551 0 1 3 1 89 4 16 0 1 0 45036741 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17340/statm: 3400 797 370 3 0 500 0
[pid=17353] ppid=17340 vsize=5356 CPUtime=0
/proc/17353/stat : 17353 (sh) S 17340 17340 16850 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45036855 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17353/statm: 1339 233 193 169 0 50 0
[pid=17354] ppid=17353 vsize=868504 CPUtime=156.15
/proc/17354/stat : 17354 (java) S 17353 17340 16850 0 -1 0 32228 0 1 0 14414 1201 0 0 18 0 9 0 45036856 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17354/statm: 217126 12195 2565 9 0 211673 0
[pid=17354/tid=17355] ppid=17353 vsize=868504 CPUtime=147.8
/proc/17354/task/17355/stat : 17355 (java) R 17353 17340 16850 0 -1 64 21593 0 1 0 13710 1070 0 0 25 0 9 0 45036857 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17356] ppid=17353 vsize=868504 CPUtime=8.04
/proc/17354/task/17356/stat : 17356 (java) S 17353 17340 16850 0 -1 64 8416 0 0 0 674 130 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17357] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17357/stat : 17357 (java) S 17353 17340 16850 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17358] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17358/stat : 17358 (java) S 17353 17340 16850 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45036858 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17359] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17359/stat : 17359 (java) S 17353 17340 16850 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17360] ppid=17353 vsize=868504 CPUtime=0.29
/proc/17354/task/17360/stat : 17360 (java) S 17353 17340 16850 0 -1 64 1522 0 0 0 29 0 0 0 16 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17361] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17361/stat : 17361 (java) S 17353 17340 16850 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17354/tid=17362] ppid=17353 vsize=868504 CPUtime=0
/proc/17354/task/17362/stat : 17362 (java) S 17353 17340 16850 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45036860 889348096 12195 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.12
Current children cumulated vsize (KiB) 887460



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+207.802 s]
/proc/loadavg: 2.74 2.74 2.79 3/84 17364
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=14656 CPUtime=180.23
/proc/17340/stat : 17340 (sugar) S 17338 17340 16850 0 -1 4194304 1317 44036 3 4 7 1 16609 1406 15 0 1 0 45036741 15007744 1068 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17340/statm: 3664 1068 374 3 0 764 0
[pid=17363] ppid=17340 vsize=5356 CPUtime=0
/proc/17363/stat : 17363 (sh) S 17340 17340 16850 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 45055383 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17363/statm: 1339 232 193 169 0 50 0
[pid=17364] ppid=17363 vsize=904924 CPUtime=11.83
/proc/17364/stat : 17364 (minisat) D 17363 17340 16850 0 -1 4194304 218988 0 6 0 997 186 0 0 18 0 1 0 45055390 926642176 218980 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/17364/statm: 226231 218980 62 150 0 226078 0
Current children cumulated CPU time (s) 192.06
Current children cumulated vsize (KiB) 924936

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

[startup+208.003 s]
/proc/loadavg: 2.74 2.74 2.79 3/84 17364
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=14656 CPUtime=180.23
/proc/17340/stat : 17340 (sugar) S 17338 17340 16850 0 -1 4194304 1328 44036 3 4 7 1 16609 1406 16 0 1 0 45036741 15007744 1068 996147200 4194304 4206940 548682068592 18446744073709551615 246415405154 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17340/statm: 3664 1068 374 3 0 764 0
[pid=17363] ppid=17340 vsize=0 CPUtime=0
/proc/17363/stat : 17363 (sh) Z 17340 17340 16850 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 45055383 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17363/statm: 0 0 0 0 0 0 0
[pid=17364] ppid=1 vsize=0 CPUtime=11.98
/proc/17364/stat : 17364 (minisat) R 1 17340 16850 0 -1 4195332 218988 0 6 0 997 201 0 0 18 0 1 0 45055390 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17364/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 192.21
Current children cumulated vsize (KiB) 14656

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

[startup+208.102 s]
/proc/loadavg: 2.74 2.74 2.79 3/84 17364
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=14656 CPUtime=180.33
/proc/17340/stat : 17340 (sugar) R 17338 17340 16850 0 -1 4194304 1355 44311 3 6 7 10 16609 1407 16 0 1 0 45036741 15007744 1069 996147200 4194304 4206940 548682068592 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17340/statm: 3664 1069 375 3 0 764 0
Current children cumulated CPU time (s) 180.33
Current children cumulated vsize (KiB) 14656

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

[startup+208.602 s]
/proc/loadavg: 2.74 2.74 2.79 3/84 17364
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=14656 CPUtime=180.71
/proc/17340/stat : 17340 (sugar) D 17338 17340 16850 0 -1 4194304 1355 44311 3 6 7 48 16609 1407 15 0 1 0 45036741 15007744 1069 996147200 4194304 4206940 548682068592 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17340/statm: 3664 1069 375 3 0 764 0
Current children cumulated CPU time (s) 180.71
Current children cumulated vsize (KiB) 14656

[startup+209.008 s]
/proc/loadavg: 2.74 2.74 2.79 2/83 17365
/proc/meminfo: memFree=1923984/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=14656 CPUtime=180.74
/proc/17340/stat : 17340 (sugar) D 17338 17340 16850 0 -1 4194304 1355 44311 3 6 7 51 16609 1407 15 0 1 0 45036741 15007744 1069 996147200 4194304 4206940 548682068592 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17340/statm: 3664 1069 375 3 0 764 0
Current children cumulated CPU time (s) 180.74
Current children cumulated vsize (KiB) 14656

[startup+209.202 s]
/proc/loadavg: 2.74 2.74 2.79 2/83 17365
/proc/meminfo: memFree=1923984/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=14656 CPUtime=180.75
/proc/17340/stat : 17340 (sugar) D 17338 17340 16850 0 -1 4194304 1355 44311 3 6 7 52 16609 1407 15 0 1 0 45036741 15007744 1069 996147200 4194304 4206940 548682068592 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17340/statm: 3664 1069 375 3 0 764 0
Current children cumulated CPU time (s) 180.75
Current children cumulated vsize (KiB) 14656

[startup+209.316 s]
/proc/loadavg: 2.74 2.74 2.79 2/83 17365
/proc/meminfo: memFree=1923984/2055920 swapFree=4192812/4192956
[pid=17340] ppid=17338 vsize=14656 CPUtime=180.79
/proc/17340/stat : 17340 (sugar) R 17338 17340 16850 0 -1 4194304 1355 44311 3 6 7 56 16609 1407 15 0 1 0 45036741 15007744 1069 996147200 4194304 4206940 548682068592 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17340/statm: 3664 1069 375 3 0 764 0
Current children cumulated CPU time (s) 180.79
Current children cumulated vsize (KiB) 14656

Child status: 0

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

Real time (s): 209.317
CPU time (s): 192.686
CPU user time (s): 176.134
CPU system time (s): 16.5518
CPU usage (%): 92.0543
Max. virtual memory (cumulated for all children) (KiB): 924936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.164
system time used= 14.6418
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45696
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 157399
involuntary context switches= 160152

runsolver used 0.382941 second user time and 0.938857 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-12 19:23:00
IDJOB=1113388
IDBENCH=61574
IDSOLVER=368
FILE ID=node61/1113388-1215883380
PBS_JOBID= 7903561
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25a-15.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113388-1215883380/watcher-1113388-1215883380 -o /tmp/evaluation-result-1113388-1215883380/solver-1113388-1215883380 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1113388-1215883380.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 36f7bb4525a596900e07fbeb72405348
RANDOM SEED=507635638

node61.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.279
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.279
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:       1903040 kB
Buffers:         10552 kB
Cached:          46840 kB
SwapCached:          0 kB
Active:          84724 kB
Inactive:        18256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1903040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2404 kB
Writeback:           0 kB
Mapped:          65772 kB
Slab:            34876 kB
Committed_AS:   254232 kB
PageTables:       2000 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 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 node61 at 2008-07-12 19:26:30