Trace number 1120468

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+minisatMSAT (TO) 3600.02 3615.63

General information on the benchmark

Namemaxcsp/maxcut/maxcut-40/
normalized-maxcut-40-580-1_ext.xml
MD5SUMa4391336ee450e179fd0866c478376f2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints241
Best CPU time to get the best result obtained on this benchmark1101.83
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints580
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension580
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/minisat
0.00/0.05	c 0	BEGIN Tue Jul 15 11:57:49 2008
0.00/0.05	c 0	PID 27791
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1120468-1216115869.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-1120468-1216115869.xml' 'HOME/temp.csp'
0.04/0.41	c 0	1 domains, 40 variables, 0 predicates, 1 relations, 580 constraints
0.04/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.51	c 0	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.04/0.59	c 0	Parsing HOME/temp.csp
0.48/0.72	c 1	parsed 622 expressions
0.48/0.72	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.74	c 1	MAX CSP: 580 constraints
0.48/0.74	c 1	Converting to clausal form CSP
0.48/0.78	c 1	converted 121 (10%) expressions
0.48/0.79	c 1	converted 241 (20%) expressions
0.48/0.80	c 1	converted 362 (30%) expressions
0.48/0.81	c 1	converted 482 (40%) expressions
0.48/0.82	c 1	converted 603 (50%) expressions
0.48/0.83	c 1	converted 723 (60%) expressions
0.48/0.84	c 1	converted 844 (70%) expressions
0.48/0.85	c 1	converted 964 (80%) expressions
0.48/0.93	c 1	converted 1085 (90%) expressions
0.94/1.05	c 1	converted 1205 (100%) expressions
0.94/1.05	c 1	CSP : 1200 integers, 0 booleans, 1739 clauses, largest domain size 871
0.94/1.05	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.05	c 1	Propagation in CSP
0.94/1.10	c 1	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.10	c 1	CSP : 1200 integers, 0 booleans, 1739 clauses, largest domain size 581
0.94/1.10	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.10	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.11	c 1	CSP : 1200 integers, 0 booleans, 1739 clauses, largest domain size 581
1.04/1.11	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.14	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.15	c 1	120 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.15	c 1	240 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.15	c 1	360 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.15	c 1	480 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.16	c 1	600 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.17	c 1	720 (60%) CSP integer variables are encoded (3910 clauses, 50137 bytes)
1.04/1.17	c 1	840 (70%) CSP integer variables are encoded (6224 clauses, 80219 bytes)
1.04/1.18	c 1	960 (80%) CSP integer variables are encoded (7510 clauses, 96937 bytes)
1.04/1.18	c 1	1080 (90%) CSP integer variables are encoded (8303 clauses, 107246 bytes)
1.04/1.18	c 1	1200 (100%) CSP integer variables are encoded (9420 clauses, 122966 bytes)
1.13/1.21	c 1	174 (10%) CSP clauses are encoded (9768 clauses, 127320 bytes)
1.13/1.23	c 1	348 (20%) CSP clauses are encoded (10116 clauses, 132080 bytes)
1.13/1.25	c 1	522 (30%) CSP clauses are encoded (10464 clauses, 136952 bytes)
1.13/1.27	c 1	696 (40%) CSP clauses are encoded (12810 clauses, 176400 bytes)
1.53/1.69	c 2	870 (50%) CSP clauses are encoded (189586 clauses, 3384221 bytes)
1.63/1.71	c 2	1044 (60%) CSP clauses are encoded (195956 clauses, 3496091 bytes)
1.93/2.02	c 2	1218 (70%) CSP clauses are encoded (361702 clauses, 6547448 bytes)
1.93/2.04	c 2	1392 (80%) CSP clauses are encoded (368984 clauses, 6675636 bytes)
1.93/2.07	c 2	1566 (90%) CSP clauses are encoded (386258 clauses, 6987516 bytes)
2.02/2.20	c 2	1739 (100%) CSP clauses are encoded (449920 clauses, 8266182 bytes)
2.02/2.20	c 2	1739 CSP clauses encoded
2.02/2.20	c 2	Writing map file : HOME/temp.map
2.12/2.21	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.21	c 2	SAT : 10620 SAT variables, 449920 SAT clauses, 8266182 bytes
2.12/2.21	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.24	c 2	OBJECTIVE minimize _COST
2.12/2.24	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.12/2.24	c 2	SEARCHING: _COST <= 290
2.12/2.24	c 2	SOLVING HOME/temp.cnf
2.12/2.24	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.12/2.24	c 2	This is MiniSat 2.0 beta
2.12/2.24	c 2	WARNING: for repeatability, setting FPU to use double precision
2.12/2.24	c 2	============================[ Problem Statistics ]=============================
2.12/2.24	c 2	|                                                                             |
2.12/2.25	c 2	|  Number of variables:  10620                                                |
2.12/2.25	c 2	|  Number of clauses:    449921                                               |
2.16/2.48	c 2	|  Parsing time:         0.19         s                                       |
2.16/2.63	c 2	============================[ Search Statistics ]==============================
2.16/2.63	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.16/2.63	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.16/2.63	c 2	===============================================================================
2.16/2.63	c 2	|         0 |    7720   287498   842064 |    95832        0    nan |  0.000 % |
2.16/2.80	c 3	|       101 |    7720   287498   842064 |   105415      101     27 | 27.307 % |
2.16/2.87	c 3	|       255 |    7720   287498   842064 |   115957      255     26 | 27.307 % |
2.16/3.00	c 3	|       481 |    7720   287498   842064 |   127553      481     28 | 27.307 % |
2.16/3.18	c 3	|       818 |    7720   287498   842064 |   140308      818     29 | 27.307 % |
3.19/3.34	c 3	|      1324 |    7720   287498   842064 |   154339     1324     27 | 27.307 % |
3.49/3.63	c 3	|      2084 |    7720   287498   842064 |   169773     2084     28 | 27.307 % |
3.89/4.00	c 4	|      3224 |    7720   287498   842064 |   186750     3224     27 | 27.307 % |
5.66/5.89	c 6	|      4932 |    7720   287498   842064 |   205425     4932     32 | 27.307 % |
8.24/8.48	c 8	|      7495 |    7720   287498   842064 |   225968     7495     35 | 27.307 % |
12.10/12.34	c 12	|     11339 |    7720   287498   842064 |   248565    11339     36 | 27.307 % |
19.24/19.56	c 19	|     17105 |    7720   287498   842064 |   273421    17105     38 | 27.307 % |
23.69/24.06	c 24	===============================================================================
23.69/24.06	c 24	restarts              : 12
23.69/24.06	c 24	conflicts             : 20551          (953 /sec)
23.69/24.06	c 24	decisions             : 27712          (0.57 % random) (1286 /sec)
23.69/24.06	c 24	propagations          : 11116622       (515739 /sec)
23.69/24.06	c 24	conflict literals     : 793504         (36.99 % deleted)
23.69/24.06	c 24	Memory used           : 20.79 MB
23.69/24.06	c 24	CPU time              : 21.5547 s
23.69/24.06	c 24	
23.69/24.06	c 24	SATISFIABLE
23.69/24.07	c 24	FOUND: _COST <= 290
23.69/24.07	s SATISFIABLE
23.69/24.07	c 24	DECODING HOME/temp.out WITH HOME/temp.map
23.69/24.07	c 24	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
23.79/24.15	c 24	Decoding HOME/temp.out
23.88/24.26	c 24	OBJECTIVE _COST 290
23.88/24.26	o 290
23.88/24.26	v 0 1 0 0 0 1 1 1 1 1 1 0 0 1 1 1 1 1 0 1 1 1 1 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 0
23.88/24.27	c 24	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
23.88/24.29	c 24	OBJECTIVE BOUND: 0 <= _COST <= 290
23.88/24.29	c 24	SEARCHING: _COST <= 145
23.88/24.29	c 24	SOLVING HOME/temp.cnf
23.88/24.29	c 24	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
23.88/24.29	c 24	This is MiniSat 2.0 beta
23.88/24.29	c 24	WARNING: for repeatability, setting FPU to use double precision
23.88/24.29	c 24	============================[ Problem Statistics ]=============================
23.88/24.29	c 24	|                                                                             |
23.88/24.29	c 24	|  Number of variables:  10620                                                |
23.88/24.29	c 24	|  Number of clauses:    449921                                               |
23.96/24.53	c 24	|  Parsing time:         0.20         s                                       |
23.96/24.72	c 25	============================[ Search Statistics ]==============================
23.96/24.72	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.96/24.72	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.96/24.72	c 25	===============================================================================
23.96/24.72	c 25	|         0 |    6125   188318   549164 |    62772        0    nan |  0.000 % |
23.96/24.81	c 25	|       102 |    6125   188318   549164 |    69049      102     14 | 42.326 % |
23.96/24.89	c 25	|       253 |    6125   188318   549164 |    75954      253     21 | 42.326 % |
23.96/25.04	c 25	|       479 |    6125   188318   549164 |    83550      479     22 | 42.326 % |
24.85/25.28	c 25	|       816 |    6125   188318   549164 |    91905      816     22 | 42.326 % |
25.25/25.65	c 26	|      1325 |    6125   188318   549164 |   101096     1325     23 | 42.326 % |
25.84/26.26	c 26	|      2085 |    6125   188318   549164 |   111205     2085     23 | 42.326 % |
26.83/27.27	c 27	|      3224 |    6125   188318   549164 |   122326     3224     24 | 42.326 % |
28.41/28.81	c 29	|      4933 |    6125   188318   549164 |   134558     4933     25 | 42.326 % |
30.79/31.27	c 31	|      7496 |    6125   188318   549164 |   148014     7496     26 | 42.326 % |
34.65/35.19	c 35	|     11340 |    6125   188318   549164 |   162816    11340     26 | 42.326 % |
41.00/41.55	c 41	|     17106 |    6125   188318   549164 |   179097    17106     25 | 42.326 % |
50.80/51.42	c 51	|     25756 |    6125   188318   549164 |   197007    25756     24 | 42.326 % |
69.62/70.49	c 70	|     38730 |    6125   188318   549164 |   216708    38730     25 | 42.326 % |
101.42/102.56	c 102	|     58192 |    6125   188318   549164 |   238379    58192     25 | 42.326 % |
158.08/159.74	c 160	|     87385 |    6125   188318   549164 |   262217    87385     26 | 42.326 % |
270.40/273.10	c 273	|    131175 |    6125   188318   549164 |   288438   131175     26 | 42.326 % |
454.87/459.38	c 459	|    196859 |    6125   188318   549164 |   317282   196859     26 | 42.326 % |
841.30/849.43	c 849	|    295386 |    6125   188318   549164 |   349010   295386     26 | 42.326 % |
1321.28/1333.99	c 1334	|    443176 |    6125   188318   549164 |   383911   109234     24 | 42.326 % |
1984.89/1999.88	c 2000	|    664859 |    6125   188318   549164 |   422303   330917     27 | 42.326 % |
2956.09/2971.40	c 2971	|    997386 |    6125   188318   549164 |   464533   253082     25 | 42.326 % |
3600.02/3615.62	c ERROR unknown output  in HOME/temp.out
3600.02/3615.62	c 3615	CPU 23.73 (0.04 0.01 23.69 0.23)
3600.02/3615.62	c 3615	END Tue Jul 15 12:58:04 2008
3600.02/3615.62	c ERROR INTERRUPTED

Verifier Data (download as text)

OK	287	293
287 unsatisfied constraints, 293 satisfied constraints

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-1120468-1216115869/watcher-1120468-1216115869 -o /tmp/evaluation-result-1120468-1216115869/solver-1120468-1216115869 -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-1120468-1216115869.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: 1.00 1.00 1.00 4/74 27791
/proc/meminfo: memFree=1550116/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=12268 CPUtime=0
/proc/27791/stat : 27791 (sugar) R 27789 27791 27754 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 68290106 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27791/statm: 3067 316 241 3 0 167 0

[startup+0.0589569 s]
/proc/loadavg: 1.00 1.00 1.00 4/74 27791
/proc/meminfo: memFree=1550116/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13600 CPUtime=0.04
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 68290106 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27791/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103639 s]
/proc/loadavg: 1.00 1.00 1.00 4/74 27791
/proc/meminfo: memFree=1550116/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13600 CPUtime=0.04
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 68290106 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27791/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302713 s]
/proc/loadavg: 1.00 1.00 1.00 4/74 27791
/proc/meminfo: memFree=1550116/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13600 CPUtime=0.04
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 68290106 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27791/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702759 s]
/proc/loadavg: 1.00 1.00 1.00 4/74 27791
/proc/meminfo: memFree=1550116/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13600 CPUtime=0.48
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 974 4529 0 1 3 1 42 2 16 0 1 0 68290106 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27791/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+1.50185 s]
/proc/loadavg: 1.00 1.00 1.00 3/85 27813
/proc/meminfo: memFree=1536516/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13600 CPUtime=0.48
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 974 4529 0 1 3 1 42 2 15 0 1 0 68290106 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27791/statm: 3400 797 370 3 0 500 0
[pid=27804] ppid=27791 vsize=5356 CPUtime=0
/proc/27804/stat : 27804 (sh) S 27791 27791 27754 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 68290157 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27804/statm: 1339 233 193 169 0 50 0
[pid=27805] ppid=27804 vsize=868472 CPUtime=0.94
/proc/27805/stat : 27805 (java) S 27804 27791 27754 0 -1 0 6578 0 1 0 89 5 0 0 18 0 9 0 68290157 889315328 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27805/statm: 217118 5756 2563 9 0 211665 0
[pid=27805/tid=27806] ppid=27804 vsize=868472 CPUtime=0.6
/proc/27805/task/27806/stat : 27806 (java) R 27804 27791 27754 0 -1 64 2779 0 1 0 57 3 0 0 19 0 9 0 68290158 889315328 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4126942206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27805/tid=27807] ppid=27804 vsize=868472 CPUtime=0.07
/proc/27805/task/27807/stat : 27807 (java) S 27804 27791 27754 0 -1 64 1625 0 0 0 7 0 0 0 16 0 9 0 68290160 889315328 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27805/tid=27808] ppid=27804 vsize=868472 CPUtime=0
/proc/27805/task/27808/stat : 27808 (java) S 27804 27791 27754 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 68290160 889315328 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27805/tid=27809] ppid=27804 vsize=868472 CPUtime=0
/proc/27805/task/27809/stat : 27809 (java) S 27804 27791 27754 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 68290160 889315328 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27805/tid=27810] ppid=27804 vsize=868472 CPUtime=0
/proc/27805/task/27810/stat : 27810 (java) S 27804 27791 27754 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 68290162 889315328 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27805/tid=27811] ppid=27804 vsize=868472 CPUtime=0.24
/proc/27805/task/27811/stat : 27811 (java) S 27804 27791 27754 0 -1 64 1481 0 0 0 24 0 0 0 16 0 9 0 68290162 889315328 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27805/tid=27812] ppid=27804 vsize=868472 CPUtime=0
/proc/27805/task/27812/stat : 27812 (java) S 27804 27791 27754 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 68290162 889315328 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27805/tid=27813] ppid=27804 vsize=868472 CPUtime=0
/proc/27805/task/27813/stat : 27813 (java) S 27804 27791 27754 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 68290162 889315328 5756 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887428

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 1.00 3/85 27813
/proc/meminfo: memFree=1527300/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=2.16
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1071 11612 0 2 4 1 196 15 15 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 13732

[startup+6.30141 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 27815
/proc/meminfo: memFree=1519172/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=2.16
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1071 11612 0 2 4 1 196 15 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27814] ppid=27791 vsize=5356 CPUtime=0
/proc/27814/stat : 27814 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68290330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 1339 232 193 169 0 50 0
[pid=27815] ppid=27814 vsize=20336 CPUtime=4
/proc/27815/stat : 27815 (minisat) R 27814 27791 27754 0 -1 4194304 4962 0 0 0 396 4 0 0 25 0 1 0 68290330 20824064 4948 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27815/statm: 5084 4948 76 150 0 4931 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 39424

[startup+12.7012 s]
/proc/loadavg: 1.15 1.03 1.01 3/77 27815
/proc/meminfo: memFree=1519172/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=2.16
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1071 11612 0 2 4 1 196 15 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27814] ppid=27791 vsize=5356 CPUtime=0
/proc/27814/stat : 27814 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68290330 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27814/statm: 1339 232 193 169 0 50 0
[pid=27815] ppid=27814 vsize=20336 CPUtime=10.34
/proc/27815/stat : 27815 (minisat) R 27814 27791 27754 0 -1 4194304 4974 0 0 0 1030 4 0 0 25 0 1 0 68290330 20824064 4960 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/27815/statm: 5084 4960 76 150 0 4931 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 39424

[startup+25.5026 s]
/proc/loadavg: 1.34 1.08 1.02 3/77 27827
/proc/meminfo: memFree=1519044/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 15 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=20600 CPUtime=1.19
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 5025 0 0 0 116 3 0 0 25 0 1 0 68292535 21094400 5011 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/27827/statm: 5150 5011 75 150 0 4997 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 39688

[startup+51.1026 s]
/proc/loadavg: 1.56 1.15 1.05 3/77 27827
/proc/meminfo: memFree=1518980/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=20756 CPUtime=26.54
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 5053 0 0 0 2651 3 0 0 25 0 1 0 68292535 21254144 5039 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27827/statm: 5189 5039 75 150 0 5036 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 39844

[startup+102.308 s]
/proc/loadavg: 1.81 1.28 1.10 3/77 27827
/proc/meminfo: memFree=1516932/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=22636 CPUtime=77.27
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 5525 0 0 0 7723 4 0 0 25 0 1 0 68292535 23179264 5511 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27827/statm: 5659 5511 75 150 0 5506 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 41724

[startup+162.303 s]
/proc/loadavg: 1.93 1.41 1.15 3/77 27827
/proc/meminfo: memFree=1512260/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=27176 CPUtime=136.7
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 6658 0 0 0 13665 5 0 0 25 0 1 0 68292535 27828224 6644 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27827/statm: 6794 6644 75 150 0 6641 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 46264

[startup+222.303 s]
/proc/loadavg: 1.97 1.51 1.20 3/77 27833
/proc/meminfo: memFree=1508356/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=30900 CPUtime=196.12
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 7567 0 0 0 19606 6 0 0 25 0 1 0 68292535 31641600 7553 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27827/statm: 7725 7553 75 150 0 7572 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 49988

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

/proc/meminfo: memFree=1475668/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=81412 CPUtime=3062.97
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 19754 0 0 0 306272 25 0 0 25 0 1 0 68292535 83365888 19715 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27827/statm: 20353 19715 75 150 0 20200 0
Current children cumulated CPU time (s) 3086.93
Current children cumulated vsize (KiB) 100500

[startup+3162.3 s]
/proc/loadavg: 2.57 2.58 2.41 3/83 27871
/proc/meminfo: memFree=1475156/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=82036 CPUtime=3122.95
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 19886 0 0 0 312270 25 0 0 25 0 1 0 68292535 84004864 19847 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27827/statm: 20509 19847 75 150 0 20356 0
Current children cumulated CPU time (s) 3146.91
Current children cumulated vsize (KiB) 101124

[startup+3222.3 s]
/proc/loadavg: 2.64 2.60 2.43 3/83 27871
/proc/meminfo: memFree=1475028/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=82200 CPUtime=3182.92
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 19919 0 0 0 318267 25 0 0 25 0 1 0 68292535 84172800 19880 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/27827/statm: 20550 19880 75 150 0 20397 0
Current children cumulated CPU time (s) 3206.88
Current children cumulated vsize (KiB) 101288

[startup+3282.3 s]
/proc/loadavg: 2.59 2.59 2.43 3/83 27871
/proc/meminfo: memFree=1475028/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=82200 CPUtime=3242.9
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 19928 0 0 0 324265 25 0 0 25 0 1 0 68292535 84172800 19889 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/27827/statm: 20550 19889 75 150 0 20397 0
Current children cumulated CPU time (s) 3266.86
Current children cumulated vsize (KiB) 101288

[startup+3342.3 s]
/proc/loadavg: 2.48 2.56 2.43 3/83 27871
/proc/meminfo: memFree=1474900/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=82200 CPUtime=3302.87
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 19934 0 0 0 330262 25 0 0 25 0 1 0 68292535 84172800 19895 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27827/statm: 20550 19895 75 150 0 20397 0
Current children cumulated CPU time (s) 3326.83
Current children cumulated vsize (KiB) 101288

[startup+3402.31 s]
/proc/loadavg: 2.51 2.53 2.43 3/83 27871
/proc/meminfo: memFree=1474772/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=82200 CPUtime=3362.85
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 19943 0 0 0 336260 25 0 0 25 0 1 0 68292535 84172800 19904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27827/statm: 20550 19904 75 150 0 20397 0
Current children cumulated CPU time (s) 3386.81
Current children cumulated vsize (KiB) 101288

[startup+3462.3 s]
/proc/loadavg: 2.57 2.54 2.44 3/83 27871
/proc/meminfo: memFree=1474772/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=82200 CPUtime=3422.82
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 19946 0 0 0 342257 25 0 0 25 0 1 0 68292535 84172800 19907 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27827/statm: 20550 19907 75 150 0 20397 0
Current children cumulated CPU time (s) 3446.78
Current children cumulated vsize (KiB) 101288

[startup+3522.3 s]
/proc/loadavg: 2.52 2.53 2.44 3/83 27871
/proc/meminfo: memFree=1474580/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=82340 CPUtime=3482.79
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 19998 0 0 0 348254 25 0 0 25 0 1 0 68292535 84316160 19959 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27827/statm: 20585 19959 75 150 0 20432 0
Current children cumulated CPU time (s) 3506.75
Current children cumulated vsize (KiB) 101428

[startup+3582.3 s]
/proc/loadavg: 2.64 2.57 2.46 3/83 27871
/proc/meminfo: memFree=1474516/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=82340 CPUtime=3542.77
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 20000 0 0 0 354252 25 0 0 25 0 1 0 68292535 84316160 19961 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27827/statm: 20585 19961 75 150 0 20432 0
Current children cumulated CPU time (s) 3566.73
Current children cumulated vsize (KiB) 101428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3615.6 s]
/proc/loadavg: 2.48 2.53 2.45 3/83 27871
/proc/meminfo: memFree=1474516/2055924 swapFree=4181092/4192956
[pid=27791] ppid=27789 vsize=13732 CPUtime=23.96
/proc/27791/stat : 27791 (sugar) S 27789 27791 27754 0 -1 4194304 1190 20990 0 3 4 1 2369 22 16 0 1 0 68290106 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27791/statm: 3433 819 374 3 0 533 0
[pid=27826] ppid=27791 vsize=5356 CPUtime=0
/proc/27826/stat : 27826 (sh) S 27791 27791 27754 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 68292535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27826/statm: 1339 232 193 169 0 50 0
[pid=27827] ppid=27826 vsize=82340 CPUtime=3576.06
/proc/27827/stat : 27827 (minisat) R 27826 27791 27754 0 -1 4194304 20000 0 0 0 357581 25 0 0 25 0 1 0 68292535 84316160 19961 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27827/statm: 20585 19961 75 150 0 20432 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 101428

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27791 and gives
#  childrusage.ru_utime.tv_sec=23
#  childrusage.ru_utime.tv_usec=744390
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=251961
# CPU time returned by wait4() is 23.9964
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3615.63
CPU time (s): 3600.02
CPU user time (s): 3599.54
CPU system time (s): 0.48
CPU usage (%): 99.5683
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.7444
system time used= 0.251961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22524
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3677
involuntary context switches= 3985

runsolver used 4.67529 second user time and 11.7572 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-15 11:57:49
IDJOB=1120468
IDBENCH=62498
IDSOLVER=368
FILE ID=node6/1120468-1216115869
PBS_JOBID= 7905455
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-40/normalized-maxcut-40-580-1_ext.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-1120468-1216115869/watcher-1120468-1216115869 -o /tmp/evaluation-result-1120468-1216115869/solver-1120468-1216115869 -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-1120468-1216115869.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a4391336ee450e179fd0866c478376f2
RANDOM SEED=2106321461

node6.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.232
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.232
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:      2055924 kB
MemFree:       1550660 kB
Buffers:         77460 kB
Cached:         262808 kB
SwapCached:       5716 kB
Active:         272848 kB
Inactive:       162484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1550660 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:            1328 kB
Writeback:           0 kB
Mapped:         102128 kB
Slab:            54972 kB
Committed_AS:   367300 kB
PageTables:       2152 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= 66556 MiB
End job on node6 at 2008-07-15 12:58:06