Trace number 1113616

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) 166.436 180.401

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-ash608GPIA-3.xml
MD5SUM04dc8b9bba14d59013bca23292d13397
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints322
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables1216
Number of constraints7844
Maximum constraint arity2
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7844
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 20:44:08 2008
0.00/0.04	c 0	PID 17204
0.00/0.04	c 0	HOST node53.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1113616-1215888248.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113616-1215888248.xml' 'HOME/temp.csp'
0.03/0.78	c 1	1 domains, 1216 variables, 1 predicates, 0 relations, 7844 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	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.75/0.90	c 1	Parsing HOME/temp.csp
1.01/1.19	c 1	parsed 9062 expressions
1.01/1.19	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.29	c 1	MAX CSP: 7844 constraints
1.11/1.29	c 1	Converting to clausal form CSP
1.30/1.46	c 1	converted 1691 (10%) expressions
1.41/1.54	c 1	converted 3382 (20%) expressions
1.41/1.58	c 1	converted 5073 (30%) expressions
1.51/1.62	c 1	converted 6764 (40%) expressions
1.60/1.71	c 2	converted 8455 (50%) expressions
1.60/1.74	c 2	converted 10146 (60%) expressions
1.60/1.78	c 2	converted 11837 (70%) expressions
1.72/1.82	c 2	converted 13528 (80%) expressions
1.72/1.86	c 2	converted 15219 (90%) expressions
2.41/2.55	c 2	converted 16909 (100%) expressions
2.41/2.56	c 2	CSP : 16904 integers, 0 booleans, 23531 clauses, largest domain size 11767
2.41/2.56	c 2	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.41/2.56	c 2	Propagation in CSP
2.82/2.99	c 3	7837 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.92/3.00	c 3	CSP : 16904 integers, 0 booleans, 23531 clauses, largest domain size 7845
2.92/3.00	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.92/3.01	c 3	Simplifing CSP by introducing new Boolean variables
3.01/3.10	c 3	CSP : 16904 integers, 15688 booleans, 39219 clauses, largest domain size 7845
3.01/3.10	c 3	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.25	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.11/3.29	c 3	1691 (10%) CSP integer variables are encoded (1216 clauses, 14765 bytes)
3.11/3.30	c 3	3381 (20%) CSP integer variables are encoded (1216 clauses, 14765 bytes)
3.11/3.30	c 3	5072 (30%) CSP integer variables are encoded (1216 clauses, 14765 bytes)
3.11/3.30	c 3	6762 (40%) CSP integer variables are encoded (1216 clauses, 14765 bytes)
3.11/3.30	c 3	8452 (50%) CSP integer variables are encoded (1216 clauses, 14765 bytes)
3.21/3.32	c 3	10143 (60%) CSP integer variables are encoded (18302 clauses, 271055 bytes)
3.31/3.44	c 3	11833 (70%) CSP integer variables are encoded (116924 clauses, 1805296 bytes)
3.31/3.47	c 3	13524 (80%) CSP integer variables are encoded (142410 clauses, 2238558 bytes)
3.31/3.50	c 3	15214 (90%) CSP integer variables are encoded (159628 clauses, 2531264 bytes)
3.40/3.53	c 3	16904 (100%) CSP integer variables are encoded (181288 clauses, 2899484 bytes)
3.51/3.61	c 3	3922 (10%) CSP clauses are encoded (190440 clauses, 3051746 bytes)
3.51/3.65	c 3	7844 (20%) CSP clauses are encoded (199592 clauses, 3206112 bytes)
3.51/3.68	c 3	11766 (30%) CSP clauses are encoded (208742 clauses, 3365440 bytes)
3.61/3.72	c 4	15688 (40%) CSP clauses are encoded (217894 clauses, 3530174 bytes)
3.61/3.75	c 4	19610 (50%) CSP clauses are encoded (227046 clauses, 3694908 bytes)
3.61/3.79	c 4	23532 (60%) CSP clauses are encoded (236196 clauses, 3859889 bytes)
67.87/70.48	c 70	27454 (70%) CSP clauses are encoded (31208072 clauses, 715458596 bytes)
125.15/129.17	c 129	31376 (80%) CSP clauses are encoded (62030896 clauses, 1470146416 bytes)
132.37/136.53	c 136	35298 (90%) CSP clauses are encoded (65917430 clauses, 1565028429 bytes)
153.75/158.50	c 158	39219 (100%) CSP clauses are encoded (77506760 clauses, 1848536877 bytes)
153.75/158.50	c 158	39219 CSP clauses encoded
153.75/158.69	c 158	Writing map file : HOME/temp.map
153.81/159.31	c 159	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
153.81/159.31	c 159	SAT : 213880 SAT variables, 77506760 SAT clauses, 1848536877 bytes
153.81/159.31	c 159	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
153.82/159.65	c 159	OBJECTIVE minimize _COST
153.82/159.65	c 159	OBJECTIVE BOUND: 0 <= _COST <= 
153.82/159.65	c 159	SEARCHING: _COST <= 3922
153.82/159.65	c 159	SOLVING HOME/temp.cnf
153.82/159.65	c 159	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
153.87/159.82	c 160	This is MiniSat 2.0 beta
153.87/159.82	c 160	WARNING: for repeatability, setting FPU to use double precision
153.87/159.83	c 160	============================[ Problem Statistics ]=============================
153.87/159.83	c 160	|                                                                             |
153.87/159.85	c 160	|  Number of variables:  213880                                               |
153.87/159.85	c 160	|  Number of clauses:    77506761                                             |
166.09/179.31	c ERROR INTERRUPTED
166.20/179.45	s UNKNOWN
166.20/179.45	c 179	CPU 141.28 (0.07 0.01 141.21 12.58)
166.20/179.45	c 179	END Sat Jul 12 20:47:07 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-1113616-1215888248/watcher-1113616-1215888248 -o /tmp/evaluation-result-1113616-1215888248/solver-1113616-1215888248 -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-1113616-1215888248.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.00 2.00 2.00 4/73 17204
/proc/meminfo: memFree=1240600/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=12272 CPUtime=0
/proc/17204/stat : 17204 (sugar) R 17202 17204 16775 0 -1 4194304 357 0 0 0 0 0 0 0 18 0 1 0 45524129 12566528 325 996147200 4194304 4206940 548682068592 18446744073709551615 269930107617 0 0 4224 0 0 0 0 17 1 0 0
/proc/17204/statm: 3068 327 246 3 0 168 0

[startup+0.1061 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 17204
/proc/meminfo: memFree=1240600/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=13600 CPUtime=0.03
/proc/17204/stat : 17204 (sugar) S 17202 17204 16775 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 45524129 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17204/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202118 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 17204
/proc/meminfo: memFree=1240600/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=13600 CPUtime=0.03
/proc/17204/stat : 17204 (sugar) S 17202 17204 16775 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 45524129 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17204/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30214 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 17204
/proc/meminfo: memFree=1240600/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=13600 CPUtime=0.03
/proc/17204/stat : 17204 (sugar) S 17202 17204 16775 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 45524129 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17204/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702227 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 17204
/proc/meminfo: memFree=1240600/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=13600 CPUtime=0.03
/proc/17204/stat : 17204 (sugar) S 17202 17204 16775 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 45524129 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17204/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50138 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17226
/proc/meminfo: memFree=1231736/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=13600 CPUtime=0.75
/proc/17204/stat : 17204 (sugar) S 17202 17204 16775 0 -1 4194304 974 8517 0 1 3 0 67 5 15 0 1 0 45524129 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17204/statm: 3400 797 370 3 0 500 0
[pid=17217] ppid=17204 vsize=5356 CPUtime=0
/proc/17217/stat : 17217 (sh) S 17204 17204 16775 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45524212 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17217/statm: 1339 233 193 169 0 50 0
[pid=17218] ppid=17217 vsize=868244 CPUtime=0.66
/proc/17218/stat : 17218 (java) S 17217 17204 16775 0 -1 0 7343 0 1 0 61 5 0 0 18 0 9 0 45524213 889081856 6533 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17218/statm: 217061 6534 2542 9 0 211636 0
[pid=17218/tid=17219] ppid=17217 vsize=868244 CPUtime=0.35
/proc/17218/task/17219/stat : 17219 (java) R 17217 17204 16775 0 -1 64 2601 0 1 0 34 1 0 0 22 0 9 0 45524214 889081856 6535 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17220] ppid=17217 vsize=868244 CPUtime=0.1
/proc/17218/task/17220/stat : 17220 (java) R 17217 17204 16775 0 -1 64 2581 0 0 0 9 1 0 0 16 0 9 0 45524215 889081856 6536 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17221] ppid=17217 vsize=868244 CPUtime=0
/proc/17218/task/17221/stat : 17221 (java) S 17217 17204 16775 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45524215 889081856 6537 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17222] ppid=17217 vsize=868244 CPUtime=0
/proc/17218/task/17222/stat : 17222 (java) S 17217 17204 16775 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 45524215 889081856 6538 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17223] ppid=17217 vsize=868244 CPUtime=0
/proc/17218/task/17223/stat : 17223 (java) S 17217 17204 16775 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45524217 889081856 6539 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17224] ppid=17217 vsize=868244 CPUtime=0.17
/proc/17218/task/17224/stat : 17224 (java) S 17217 17204 16775 0 -1 64 1467 0 0 0 16 1 0 0 16 0 9 0 45524217 889081856 6539 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17225] ppid=17217 vsize=868244 CPUtime=0
/proc/17218/task/17225/stat : 17225 (java) S 17217 17204 16775 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45524217 889081856 6540 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17226] ppid=17217 vsize=868244 CPUtime=0
/proc/17218/task/17226/stat : 17226 (java) S 17217 17204 16775 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45524217 889081856 6540 996147200 134512640 134550740 4294955936 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) 887200

[startup+3.10269 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17226
/proc/meminfo: memFree=1211064/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=13600 CPUtime=0.76
/proc/17204/stat : 17204 (sugar) S 17202 17204 16775 0 -1 4194304 974 8517 0 1 3 1 67 5 15 0 1 0 45524129 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17204/statm: 3400 797 370 3 0 500 0
[pid=17217] ppid=17204 vsize=5356 CPUtime=0
/proc/17217/stat : 17217 (sh) S 17204 17204 16775 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45524212 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17217/statm: 1339 233 193 169 0 50 0
[pid=17218] ppid=17217 vsize=868356 CPUtime=2.25
/proc/17218/stat : 17218 (java) S 17217 17204 16775 0 -1 0 12872 0 1 0 217 8 0 0 18 0 9 0 45524213 889196544 11732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17218/statm: 217089 11732 2540 9 0 211664 0
[pid=17218/tid=17219] ppid=17217 vsize=868356 CPUtime=1.37
/proc/17218/task/17219/stat : 17219 (java) R 17217 17204 16775 0 -1 64 2903 0 1 0 135 2 0 0 25 0 9 0 45524214 889196544 11732 996147200 134512640 134550740 4294955936 18446744073709551615 4127027329 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17220] ppid=17217 vsize=868356 CPUtime=0.62
/proc/17218/task/17220/stat : 17220 (java) S 17217 17204 16775 0 -1 64 7768 0 0 0 59 3 0 0 16 0 9 0 45524215 889196544 11732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17221] ppid=17217 vsize=868356 CPUtime=0
/proc/17218/task/17221/stat : 17221 (java) S 17217 17204 16775 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45524215 889196544 11732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17222] ppid=17217 vsize=868356 CPUtime=0
/proc/17218/task/17222/stat : 17222 (java) S 17217 17204 16775 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 45524215 889196544 11732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17223] ppid=17217 vsize=868356 CPUtime=0
/proc/17218/task/17223/stat : 17223 (java) S 17217 17204 16775 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45524217 889196544 11732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17224] ppid=17217 vsize=868356 CPUtime=0.23
/proc/17218/task/17224/stat : 17224 (java) S 17217 17204 16775 0 -1 64 1504 0 0 0 22 1 0 0 15 0 9 0 45524217 889196544 11732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17225] ppid=17217 vsize=868356 CPUtime=0
/proc/17218/task/17225/stat : 17225 (java) S 17217 17204 16775 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45524217 889196544 11732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17226] ppid=17217 vsize=868356 CPUtime=0
/proc/17218/task/17226/stat : 17226 (java) S 17217 17204 16775 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45524217 889196544 11732 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887312

[startup+6.30233 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17226
/proc/meminfo: memFree=1174776/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=13600 CPUtime=0.76
/proc/17204/stat : 17204 (sugar) S 17202 17204 16775 0 -1 4194304 974 8517 0 1 3 1 67 5 15 0 1 0 45524129 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17204/statm: 3400 797 370 3 0 500 0
[pid=17217] ppid=17204 vsize=5356 CPUtime=0
/proc/17217/stat : 17217 (sh) S 17204 17204 16775 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45524212 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17217/statm: 1339 233 193 169 0 50 0
[pid=17218] ppid=17217 vsize=868468 CPUtime=5.45
/proc/17218/stat : 17218 (java) S 17217 17204 16775 0 -1 0 13434 0 1 0 512 33 0 0 18 0 9 0 45524213 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17218/statm: 217117 11805 2565 9 0 211664 0
[pid=17218/tid=17219] ppid=17217 vsize=868468 CPUtime=4.22
/proc/17218/task/17219/stat : 17219 (java) R 17217 17204 16775 0 -1 64 3351 0 1 0 399 23 0 0 25 0 9 0 45524214 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17220] ppid=17217 vsize=868468 CPUtime=0.92
/proc/17218/task/17220/stat : 17220 (java) S 17217 17204 16775 0 -1 64 7854 0 0 0 85 7 0 0 16 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17221] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17221/stat : 17221 (java) S 17217 17204 16775 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17222] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17222/stat : 17222 (java) S 17217 17204 16775 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17223] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17223/stat : 17223 (java) S 17217 17204 16775 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17224] ppid=17217 vsize=868468 CPUtime=0.27
/proc/17218/task/17224/stat : 17224 (java) S 17217 17204 16775 0 -1 64 1532 0 0 0 26 1 0 0 16 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17225] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17225/stat : 17225 (java) S 17217 17204 16775 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17226] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17226/stat : 17226 (java) S 17217 17204 16775 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887424

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17226
/proc/meminfo: memFree=1107640/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=13600 CPUtime=0.76
/proc/17204/stat : 17204 (sugar) S 17202 17204 16775 0 -1 4194304 974 8517 0 1 3 1 67 5 15 0 1 0 45524129 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17204/statm: 3400 797 370 3 0 500 0
[pid=17217] ppid=17204 vsize=5356 CPUtime=0
/proc/17217/stat : 17217 (sh) S 17204 17204 16775 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45524212 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17217/statm: 1339 233 193 169 0 50 0
[pid=17218] ppid=17217 vsize=868468 CPUtime=10.47
/proc/17218/stat : 17218 (java) S 17217 17204 16775 0 -1 0 14095 0 1 0 976 71 0 0 18 0 9 0 45524213 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17218/statm: 217117 11805 2565 9 0 211664 0
[pid=17218/tid=17219] ppid=17217 vsize=868468 CPUtime=8.95
/proc/17218/task/17219/stat : 17219 (java) R 17217 17204 16775 0 -1 64 4012 0 1 0 839 56 0 0 25 0 9 0 45524214 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4127062825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17220] ppid=17217 vsize=868468 CPUtime=1.21
/proc/17218/task/17220/stat : 17220 (java) S 17217 17204 16775 0 -1 64 7854 0 0 0 109 12 0 0 16 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17221] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17221/stat : 17221 (java) S 17217 17204 16775 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17222] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17222/stat : 17222 (java) S 17217 17204 16775 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17223] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17223/stat : 17223 (java) S 17217 17204 16775 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17224] ppid=17217 vsize=868468 CPUtime=0.27
/proc/17218/task/17224/stat : 17224 (java) S 17217 17204 16775 0 -1 64 1532 0 0 0 26 1 0 0 16 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17225] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17225/stat : 17225 (java) S 17217 17204 16775 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17226] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17226/stat : 17226 (java) S 17217 17204 16775 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (KiB) 887424

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 17226
/proc/meminfo: memFree=941496/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=13600 CPUtime=0.76
/proc/17204/stat : 17204 (sugar) S 17202 17204 16775 0 -1 4194304 974 8517 0 1 3 1 67 5 15 0 1 0 45524129 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17204/statm: 3400 797 370 3 0 500 0
[pid=17217] ppid=17204 vsize=5356 CPUtime=0
/proc/17217/stat : 17217 (sh) S 17204 17204 16775 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45524212 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17217/statm: 1339 233 193 169 0 50 0
[pid=17218] ppid=17217 vsize=868468 CPUtime=23.11
/proc/17218/stat : 17218 (java) S 17217 17204 16775 0 -1 0 15761 0 1 0 2126 185 0 0 18 0 9 0 45524213 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17218/statm: 217117 11805 2565 9 0 211664 0
[pid=17218/tid=17219] ppid=17217 vsize=868468 CPUtime=20.89
/proc/17218/task/17219/stat : 17219 (java) R 17217 17204 16775 0 -1 64 5678 0 1 0 1934 155 0 0 25 0 9 0 45524214 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4126568727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17220] ppid=17217 vsize=868468 CPUtime=1.9
/proc/17218/task/17220/stat : 17220 (java) S 17217 17204 16775 0 -1 64 7854 0 0 0 164 26 0 0 16 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17221] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17221/stat : 17221 (java) S 17217 17204 16775 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17222] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17222/stat : 17222 (java) S 17217 17204 16775 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/17218/task/17226/stat : 17226 (java) S 17217 17204 16775 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.87
Current children cumulated vsize (KiB) 887424

[startup+51.1026 s]
/proc/loadavg: 2.19 2.05 2.01 3/84 17226
/proc/meminfo: memFree=662392/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=13600 CPUtime=0.76
/proc/17204/stat : 17204 (sugar) S 17202 17204 16775 0 -1 4194304 974 8517 0 1 3 1 67 5 15 0 1 0 45524129 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17204/statm: 3400 797 370 3 0 500 0
[pid=17217] ppid=17204 vsize=5356 CPUtime=0
/proc/17217/stat : 17217 (sh) S 17204 17204 16775 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45524212 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17217/statm: 1339 233 193 169 0 50 0
[pid=17218] ppid=17217 vsize=868468 CPUtime=48.11
/proc/17218/stat : 17218 (java) S 17217 17204 16775 0 -1 0 18766 0 1 0 4441 370 0 0 18 0 9 0 45524213 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17218/statm: 217117 11805 2565 9 0 211664 0
[pid=17218/tid=17219] ppid=17217 vsize=868468 CPUtime=44.62
/proc/17218/task/17219/stat : 17219 (java) R 17217 17204 16775 0 -1 64 8683 0 1 0 4143 319 0 0 25 0 9 0 45524214 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17220] ppid=17217 vsize=868468 CPUtime=3.19
/proc/17218/task/17220/stat : 17220 (java) S 17217 17204 16775 0 -1 64 7854 0 0 0 271 48 0 0 15 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17221] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17221/stat : 17221 (java) S 17217 17204 16775 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17222] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17222/stat : 17222 (java) S 17217 17204 16775 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17223] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17223/stat : 17223 (java) S 17217 17204 16775 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17224] ppid=17217 vsize=868468 CPUtime=0.27
/proc/17218/task/17224/stat : 17224 (java) S 17217 17204 16775 0 -1 64 1532 0 0 0 26 1 0 0 16 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17225] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17225/stat : 17225 (java) S 17217 17204 16775 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17226] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17226/stat : 17226 (java) S 17217 17204 16775 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.87
Current children cumulated vsize (KiB) 887424

[startup+102.301 s]
/proc/loadavg: 2.65 2.19 2.06 3/84 17226
/proc/meminfo: memFree=52984/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=13600 CPUtime=0.77
/proc/17204/stat : 17204 (sugar) S 17202 17204 16775 0 -1 4194304 974 8517 0 1 4 1 67 5 16 0 1 0 45524129 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17204/statm: 3400 797 370 3 0 500 0
[pid=17217] ppid=17204 vsize=5356 CPUtime=0
/proc/17217/stat : 17217 (sh) S 17204 17204 16775 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45524212 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17217/statm: 1339 233 193 169 0 50 0
[pid=17218] ppid=17217 vsize=868468 CPUtime=98.36
/proc/17218/stat : 17218 (java) S 17217 17204 16775 0 -1 0 25028 0 1 0 9063 773 0 0 18 0 9 0 45524213 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17218/statm: 217117 11805 2565 9 0 211664 0
[pid=17218/tid=17219] ppid=17217 vsize=868468 CPUtime=92.24
/proc/17218/task/17219/stat : 17219 (java) R 17217 17204 16775 0 -1 64 14945 0 1 0 8544 680 0 0 25 0 9 0 45524214 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4126476366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17220] ppid=17217 vsize=868468 CPUtime=5.82
/proc/17218/task/17220/stat : 17220 (java) S 17217 17204 16775 0 -1 64 7854 0 0 0 492 90 0 0 16 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17221] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17221/stat : 17221 (java) S 17217 17204 16775 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17222] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17222/stat : 17222 (java) S 17217 17204 16775 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45524215 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17223] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17223/stat : 17223 (java) S 17217 17204 16775 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17224] ppid=17217 vsize=868468 CPUtime=0.27
/proc/17218/task/17224/stat : 17224 (java) S 17217 17204 16775 0 -1 64 1532 0 0 0 26 1 0 0 16 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17225] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17225/stat : 17225 (java) S 17217 17204 16775 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17218/tid=17226] ppid=17217 vsize=868468 CPUtime=0
/proc/17218/task/17226/stat : 17226 (java) S 17217 17204 16775 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45524217 889311232 11805 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.13
Current children cumulated vsize (KiB) 887424

[startup+162.302 s]
/proc/loadavg: 2.91 2.35 2.12 3/76 17228
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=14524 CPUtime=153.87
/proc/17204/stat : 17204 (sugar) S 17202 17204 16775 0 -1 4194304 1278 41128 0 2 7 1 14121 1258 15 0 1 0 45524129 14872576 1025 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17204/statm: 3631 1025 374 3 0 731 0
[pid=17227] ppid=17204 vsize=5356 CPUtime=0
/proc/17227/stat : 17227 (sh) S 17204 17204 16775 0 -1 4194304 273 0 4 0 0 0 0 0 18 0 1 0 45540095 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17227/statm: 1339 232 193 169 0 50 0
[pid=17228] ppid=17227 vsize=144240 CPUtime=1.66
/proc/17228/stat : 17228 (minisat) D 17227 17204 16775 0 -1 4194304 34960 0 6 0 134 32 0 0 18 0 1 0 45540109 147701760 34952 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/17228/statm: 36060 34952 62 150 0 35907 0
Current children cumulated CPU time (s) 155.53
Current children cumulated vsize (KiB) 164120



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+179.302 s]
/proc/loadavg: 2.65 2.33 2.12 2/76 17228
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=14524 CPUtime=153.87
/proc/17204/stat : 17204 (sugar) S 17202 17204 16775 0 -1 4194304 1278 41128 0 2 7 1 14121 1258 15 0 1 0 45524129 14872576 1025 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17204/statm: 3631 1025 374 3 0 731 0
[pid=17227] ppid=17204 vsize=5356 CPUtime=0
/proc/17227/stat : 17227 (sh) S 17204 17204 16775 0 -1 4194304 273 0 4 0 0 0 0 0 18 0 1 0 45540095 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17227/statm: 1339 232 193 169 0 50 0
[pid=17228] ppid=17227 vsize=902964 CPUtime=12.22
/proc/17228/stat : 17228 (minisat) R 17227 17204 16775 0 -1 4194304 221632 0 6 0 992 230 0 0 18 0 1 0 45540109 924635136 221624 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 0 0 0
/proc/17228/statm: 225741 221624 62 150 0 225588 0
Current children cumulated CPU time (s) 166.09
Current children cumulated vsize (KiB) 922844

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

[startup+179.419 s]
/proc/loadavg: 2.65 2.33 2.12 2/76 17228
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=14524 CPUtime=153.87
/proc/17204/stat : 17204 (sugar) S 17202 17204 16775 0 -1 4194304 1289 41128 0 2 7 1 14121 1258 16 0 1 0 45524129 14872576 1025 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/17204/statm: 3631 1025 374 3 0 731 0
[pid=17227] ppid=17204 vsize=0 CPUtime=0
/proc/17227/stat : 17227 (sh) Z 17204 17204 16775 0 -1 4195340 273 0 4 0 0 0 0 0 16 0 1 0 45540095 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/17227/statm: 0 0 0 0 0 0 0
[pid=17228] ppid=1 vsize=0 CPUtime=12.33
/proc/17228/stat : 17228 (minisat) R 1 17204 16775 0 -1 4195332 221632 0 6 0 992 241 0 0 18 0 1 0 45540109 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/17228/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 166.2
Current children cumulated vsize (KiB) 14524

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

[startup+179.501 s]
/proc/loadavg: 2.65 2.33 2.12 2/76 17228
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=14524 CPUtime=153.91
/proc/17204/stat : 17204 (sugar) R 17202 17204 16775 0 -1 4194304 1315 41401 0 6 7 5 14121 1258 16 0 1 0 45524129 14872576 1026 996147200 4194304 4206940 548682068592 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17204/statm: 3631 1026 375 3 0 731 0
Current children cumulated CPU time (s) 153.91
Current children cumulated vsize (KiB) 14524

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

[startup+179.501 s]
/proc/loadavg: 2.65 2.33 2.12 2/76 17228
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=14524 CPUtime=153.91
/proc/17204/stat : 17204 (sugar) R 17202 17204 16775 0 -1 4194304 1315 41401 0 6 7 5 14121 1258 16 0 1 0 45524129 14872576 1026 996147200 4194304 4206940 548682068592 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17204/statm: 3631 1026 375 3 0 731 0
Current children cumulated CPU time (s) 153.91
Current children cumulated vsize (KiB) 14524

[startup+179.902 s]
/proc/loadavg: 2.65 2.33 2.12 2/76 17228
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=14524 CPUtime=154.05
/proc/17204/stat : 17204 (sugar) D 17202 17204 16775 0 -1 4194304 1315 41401 0 6 7 19 14121 1258 15 0 1 0 45524129 14872576 1026 996147200 4194304 4206940 548682068592 18446744073709551615 269930435625 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17204/statm: 3631 1026 375 3 0 731 0
Current children cumulated CPU time (s) 154.05
Current children cumulated vsize (KiB) 14524

[startup+180.306 s]
/proc/loadavg: 2.65 2.33 2.12 2/75 17229
/proc/meminfo: memFree=1327744/2055920 swapFree=4192812/4192956
[pid=17204] ppid=17202 vsize=14524 CPUtime=154.09
/proc/17204/stat : 17204 (sugar) D 17202 17204 16775 0 -1 4194304 1315 41401 0 6 7 23 14121 1258 15 0 1 0 45524129 14872576 1026 996147200 4194304 4206940 548682068592 18446744073709551615 269930435625 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17204/statm: 3631 1026 375 3 0 731 0
Current children cumulated CPU time (s) 154.09
Current children cumulated vsize (KiB) 14524

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): 12.29
#  lost CPU user time (s): 9.92
#  lost CPU system time (s): 2.37

Real time (s): 180.401
CPU time (s): 166.436
CPU user time (s): 151.212
CPU system time (s): 15.224
CPU usage (%): 92.2588
Max. virtual memory (cumulated for all children) (KiB): 922844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.292
system time used= 12.854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42746
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141165
involuntary context switches= 143195

runsolver used 0.255961 second user time and 0.609907 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-12 20:44:08
IDJOB=1113616
IDBENCH=61612
IDSOLVER=368
FILE ID=node53/1113616-1215888248
PBS_JOBID= 7903624
Free space on /tmp= 65076 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-ash608GPIA-3.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-1113616-1215888248/watcher-1113616-1215888248 -o /tmp/evaluation-result-1113616-1215888248/solver-1113616-1215888248 -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-1113616-1215888248.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 04dc8b9bba14d59013bca23292d13397
RANDOM SEED=1537162707

node53.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.261
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.261
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1241016 kB
Buffers:         19816 kB
Cached:          96736 kB
SwapCached:          0 kB
Active:         725968 kB
Inactive:        24232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1241016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2272 kB
Writeback:           0 kB
Mapped:         644876 kB
Slab:            48792 kB
Committed_AS:   799788 kB
PageTables:       3028 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= 65076 MiB
End job on node53 at 2008-07-12 20:47:09