Trace number 1118028

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.06 3601.93

General information on the benchmark

Namemaxcsp/maxcut/maxcut-50/
normalized-maxcut-50-580-10_ext.xml
MD5SUMf0550e5317c9cc63d7237f66420ba412
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints221
Best CPU time to get the best result obtained on this benchmark1508.98
Satisfiable
(Un)Satisfiability was proved
Number of variables50
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 Mon Jul 14 23:07:42 2008
0.00/0.05	c 0	PID 25443
0.03/0.05	c 0	HOST node68.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1118028-1216069662.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1118028-1216069662.xml' 'HOME/temp.csp'
0.03/0.43	c 1	1 domains, 50 variables, 0 predicates, 1 relations, 580 constraints
0.03/0.53	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.54	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.47/0.70	c 1	Parsing HOME/temp.csp
0.47/0.82	c 1	parsed 632 expressions
0.47/0.83	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/0.84	c 1	MAX CSP: 580 constraints
0.47/0.84	c 1	Converting to clausal form CSP
0.47/0.88	c 1	converted 122 (10%) expressions
0.47/0.89	c 1	converted 243 (20%) expressions
0.47/0.90	c 1	converted 365 (30%) expressions
0.47/0.91	c 1	converted 486 (40%) expressions
0.47/0.93	c 1	converted 608 (50%) expressions
0.47/0.93	c 1	converted 729 (60%) expressions
0.47/0.95	c 1	converted 851 (70%) expressions
0.47/0.95	c 1	converted 972 (80%) expressions
0.83/1.03	c 1	converted 1094 (90%) expressions
0.93/1.14	c 1	converted 1215 (100%) expressions
0.93/1.15	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 871
0.93/1.15	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.15	c 1	Propagation in CSP
0.93/1.19	c 1	577 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.19	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 581
0.93/1.19	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.19	c 1	Simplifing CSP by introducing new Boolean variables
1.03/1.20	c 1	CSP : 1210 integers, 0 booleans, 1739 clauses, largest domain size 581
1.03/1.20	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.23	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.06/1.50	c 2	121 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.08/1.52	c 2	242 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.08/1.52	c 2	363 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.08/1.52	c 2	484 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.08/1.52	c 2	605 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.08/1.54	c 2	726 (60%) CSP integer variables are encoded (3897 clauses, 49988 bytes)
1.08/1.54	c 2	847 (70%) CSP integer variables are encoded (6149 clauses, 79264 bytes)
1.08/1.54	c 2	968 (80%) CSP integer variables are encoded (7505 clauses, 96892 bytes)
1.08/1.54	c 2	1089 (90%) CSP integer variables are encoded (8300 clauses, 107227 bytes)
1.08/1.55	c 2	1210 (100%) CSP integer variables are encoded (9420 clauses, 123006 bytes)
1.08/1.57	c 2	174 (10%) CSP clauses are encoded (9768 clauses, 127402 bytes)
1.08/1.59	c 2	348 (20%) CSP clauses are encoded (10116 clauses, 132236 bytes)
1.16/1.61	c 2	522 (30%) CSP clauses are encoded (10464 clauses, 137108 bytes)
1.16/1.62	c 2	696 (40%) CSP clauses are encoded (12810 clauses, 176560 bytes)
1.56/2.00	c 2	870 (50%) CSP clauses are encoded (189586 clauses, 3384425 bytes)
1.56/2.02	c 2	1044 (60%) CSP clauses are encoded (195956 clauses, 3496303 bytes)
1.78/2.29	c 3	1218 (70%) CSP clauses are encoded (361702 clauses, 6547668 bytes)
1.86/2.30	c 3	1392 (80%) CSP clauses are encoded (368984 clauses, 6675864 bytes)
1.86/2.33	c 3	1566 (90%) CSP clauses are encoded (386258 clauses, 6987748 bytes)
1.96/2.44	c 3	1739 (100%) CSP clauses are encoded (449920 clauses, 8266940 bytes)
1.96/2.45	c 3	1739 CSP clauses encoded
1.96/2.45	c 3	Writing map file : HOME/temp.map
1.96/2.46	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.96/2.46	c 3	SAT : 10630 SAT variables, 449920 SAT clauses, 8266940 bytes
1.96/2.46	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.50	c 3	OBJECTIVE minimize _COST
2.02/2.50	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.02/2.50	c 3	SEARCHING: _COST <= 290
2.02/2.50	c 3	SOLVING HOME/temp.cnf
2.02/2.50	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.02/2.51	c 3	This is MiniSat 2.0 beta
2.02/2.51	c 3	WARNING: for repeatability, setting FPU to use double precision
2.02/2.51	c 3	============================[ Problem Statistics ]=============================
2.02/2.51	c 3	|                                                                             |
2.02/2.51	c 3	|  Number of variables:  10630                                                |
2.02/2.51	c 3	|  Number of clauses:    449921                                               |
2.05/2.73	c 3	|  Parsing time:         0.19         s                                       |
2.05/2.88	c 3	============================[ Search Statistics ]==============================
2.05/2.88	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.05/2.88	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.05/2.88	c 3	===============================================================================
2.05/2.88	c 3	|         0 |    7730   287498   842064 |    95832        0    nan |  0.000 % |
2.05/3.01	c 3	|       100 |    7730   287498   842064 |   105415      100     22 | 27.281 % |
2.05/3.12	c 3	|       252 |    7730   287498   842064 |   115957      252     35 | 27.281 % |
2.73/3.21	c 3	|       480 |    7730   287498   842064 |   127553      480     31 | 27.281 % |
2.83/3.35	c 4	|       818 |    7730   287498   842064 |   140308      818     32 | 27.281 % |
2.92/3.44	c 4	===============================================================================
2.92/3.44	c 4	restarts              : 5
2.92/3.44	c 4	conflicts             : 1052           (1178 /sec)
2.92/3.44	c 4	decisions             : 1986           (0.81 % random) (2224 /sec)
2.92/3.44	c 4	propagations          : 510490         (571744 /sec)
2.92/3.45	c 4	conflict literals     : 32927          (22.56 % deleted)
2.92/3.45	c 4	Memory used           : 19.89 MB
2.92/3.45	c 4	CPU time              : 0.892864 s
2.92/3.45	c 4	
2.92/3.45	c 4	SATISFIABLE
2.92/3.45	c 4	FOUND: _COST <= 290
2.92/3.45	s SATISFIABLE
2.92/3.45	c 4	DECODING HOME/temp.out WITH HOME/temp.map
2.92/3.45	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.99/3.53	c 4	Decoding HOME/temp.out
2.99/3.64	c 4	OBJECTIVE _COST 290
2.99/3.64	o 290
2.99/3.64	v 0 0 0 1 0 0 1 0 0 1 1 1 0 1 0 0 1 1 0 1 1 1 1 1 1 0 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1
2.99/3.65	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.99/3.67	c 4	OBJECTIVE BOUND: 0 <= _COST <= 290
2.99/3.67	c 4	SEARCHING: _COST <= 145
2.99/3.67	c 4	SOLVING HOME/temp.cnf
2.99/3.67	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.99/3.67	c 4	This is MiniSat 2.0 beta
2.99/3.67	c 4	WARNING: for repeatability, setting FPU to use double precision
2.99/3.67	c 4	============================[ Problem Statistics ]=============================
2.99/3.67	c 4	|                                                                             |
2.99/3.68	c 4	|  Number of variables:  10630                                                |
2.99/3.68	c 4	|  Number of clauses:    449921                                               |
3.18/3.88	c 4	|  Parsing time:         0.18         s                                       |
3.18/4.07	c 4	============================[ Search Statistics ]==============================
3.18/4.07	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.18/4.07	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.18/4.07	c 4	===============================================================================
3.18/4.07	c 4	|         0 |    6135   188318   549164 |    62772        0    nan |  0.000 % |
3.18/4.14	c 4	|       100 |    6135   188318   549164 |    69049      100     18 | 42.286 % |
3.18/4.22	c 4	|       250 |    6135   188318   549164 |    75954      250     22 | 42.286 % |
3.18/4.28	c 5	|       475 |    6135   188318   549164 |    83550      475     22 | 42.286 % |
3.79/4.35	c 5	|       812 |    6135   188318   549164 |    91905      812     21 | 42.286 % |
3.89/4.47	c 5	|      1318 |    6135   188318   549164 |   101096     1318     22 | 42.286 % |
4.29/4.82	c 5	|      2078 |    6135   188318   549164 |   111205     2078     24 | 42.286 % |
4.79/5.32	c 6	|      3218 |    6135   188318   549164 |   122326     3218     25 | 42.286 % |
5.59/6.10	c 6	|      4926 |    6135   188318   549164 |   134558     4926     26 | 42.286 % |
6.59/7.15	c 7	|      7488 |    6135   188318   549164 |   148014     7488     26 | 42.286 % |
8.08/8.61	c 9	|     11332 |    6135   188318   549164 |   162816    11332     26 | 42.286 % |
10.68/11.25	c 11	|     17098 |    6135   188318   549164 |   179097    17098     26 | 42.286 % |
15.59/16.11	c 16	|     25747 |    6135   188318   549164 |   197007    25747     26 | 42.286 % |
26.98/27.51	c 28	|     38723 |    6135   188318   549164 |   216708    38723     26 | 42.286 % |
49.17/49.70	c 50	|     58184 |    6135   188318   549164 |   238379    58184     28 | 42.286 % |
88.35/88.93	c 89	|     87377 |    6135   188318   549164 |   262217    87377     29 | 42.286 % |
154.22/154.86	c 155	|    131166 |    6135   188318   549164 |   288438   131166     30 | 42.286 % |
280.78/281.43	c 282	|    196850 |    6135   188318   549164 |   317282   196850     31 | 42.286 % |
514.29/515.06	c 515	|    295379 |    6135   188318   549164 |   349010   295379     31 | 42.286 % |
844.07/844.92	c 845	|    443169 |    6135   188318   549164 |   383911   105453     32 | 42.286 % |
1408.56/1409.62	c 1410	|    664853 |    6135   188318   549164 |   422303   327137     32 | 42.286 % |
2258.85/2260.23	c 2260	|    997379 |    6135   188318   549164 |   464533   250195     31 | 42.286 % |
3600.06/3601.91	c ERROR INTERRUPTED
3600.06/3601.92	c 3602	CPU 2.96 (0.04 0.01 2.92 0.21)
3600.06/3601.92	c 3602	END Tue Jul 15 00:07:44 2008

Verifier Data (download as text)

OK	256	324
256 unsatisfied constraints, 324 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-1118028-1216069662/watcher-1118028-1216069662 -o /tmp/evaluation-result-1118028-1216069662/solver-1118028-1216069662 -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-1118028-1216069662.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: 3.30 3.34 3.28 4/80 25443
/proc/meminfo: memFree=1715608/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=12268 CPUtime=0
/proc/25443/stat : 25443 (sugar) R 25441 25443 25362 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 63374300 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 223188056677 0 0 4224 0 0 0 0 17 1 0 0
/proc/25443/statm: 3067 316 241 3 0 167 0

[startup+0.0559599 s]
/proc/loadavg: 3.30 3.34 3.28 4/80 25443
/proc/meminfo: memFree=1715608/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13600 CPUtime=0.03
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 63374300 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25443/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103269 s]
/proc/loadavg: 3.30 3.34 3.28 4/80 25443
/proc/meminfo: memFree=1715608/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13600 CPUtime=0.03
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 63374300 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25443/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30141 s]
/proc/loadavg: 3.30 3.34 3.28 4/80 25443
/proc/meminfo: memFree=1715608/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13600 CPUtime=0.03
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 63374300 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25443/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701449 s]
/proc/loadavg: 3.30 3.34 3.28 4/80 25443
/proc/meminfo: memFree=1715608/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13600 CPUtime=0.47
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 957 4530 0 1 3 0 41 3 16 0 1 0 63374300 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25443/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13600

[startup+1.50152 s]
/proc/loadavg: 3.30 3.34 3.28 5/91 25465
/proc/meminfo: memFree=1703872/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13600 CPUtime=0.47
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 974 4530 0 1 3 0 41 3 15 0 1 0 63374300 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25443/statm: 3400 797 370 3 0 500 0
[pid=25456] ppid=25443 vsize=5356 CPUtime=0
/proc/25456/stat : 25456 (sh) S 25443 25443 25362 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 63374354 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25456/statm: 1339 233 193 169 0 50 0
[pid=25457] ppid=25456 vsize=868376 CPUtime=0.61
/proc/25457/stat : 25457 (java) S 25456 25443 25362 0 -1 0 6461 0 1 0 57 4 0 0 18 0 9 0 63374354 889217024 5712 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25457/statm: 217094 5712 2559 9 0 211641 0
[pid=25457/tid=25458] ppid=25456 vsize=868376 CPUtime=0.33
/proc/25457/task/25458/stat : 25458 (java) R 25456 25443 25362 0 -1 64 2690 0 1 0 31 2 0 0 22 0 9 0 63374364 889217024 5712 996147200 134512640 134550740 4294955936 18446744073709551615 4125977493 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25457/tid=25459] ppid=25456 vsize=868376 CPUtime=0.04
/proc/25457/task/25459/stat : 25459 (java) S 25456 25443 25362 0 -1 64 1623 0 0 0 4 0 0 0 16 0 9 0 63374365 889217024 5712 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25457/tid=25460] ppid=25456 vsize=868376 CPUtime=0
/proc/25457/task/25460/stat : 25460 (java) S 25456 25443 25362 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 63374365 889217024 5713 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25457/tid=25461] ppid=25456 vsize=868376 CPUtime=0
/proc/25457/task/25461/stat : 25461 (java) S 25456 25443 25362 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 63374365 889217024 5713 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25457/tid=25462] ppid=25456 vsize=868376 CPUtime=0
/proc/25457/task/25462/stat : 25462 (java) S 25456 25443 25362 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 63374367 889217024 5713 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25457/tid=25463] ppid=25456 vsize=868376 CPUtime=0.2
/proc/25457/task/25463/stat : 25463 (java) S 25456 25443 25362 0 -1 64 1455 0 0 0 20 0 0 0 16 0 9 0 63374367 889217024 5713 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25457/tid=25464] ppid=25456 vsize=868376 CPUtime=0
/proc/25457/task/25464/stat : 25464 (java) S 25456 25443 25362 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 63374367 889217024 5713 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25457/tid=25465] ppid=25456 vsize=868376 CPUtime=0
/proc/25457/task/25465/stat : 25465 (java) S 25456 25443 25362 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 63374367 889217024 5713 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 887332

[startup+3.10166 s]
/proc/loadavg: 3.30 3.34 3.28 3/91 25465
/proc/meminfo: memFree=1696128/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=2.05
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1071 11603 0 2 4 1 185 15 15 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 13732

[startup+6.30295 s]
/proc/loadavg: 3.19 3.32 3.27 3/83 25479
/proc/meminfo: memFree=1685248/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 15 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=20620 CPUtime=2.61
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 5026 0 0 0 259 2 0 0 25 0 1 0 63374668 21114880 5012 996147200 134512640 135127466 4294956256 18446744073709551615 134530969 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 5155 5012 75 150 0 5002 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 39708

[startup+12.7015 s]
/proc/loadavg: 3.18 3.31 3.27 3/83 25479
/proc/meminfo: memFree=1685248/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=20756 CPUtime=9
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 5047 0 0 0 898 2 0 0 25 0 1 0 63374668 21254144 5033 996147200 134512640 135127466 4294956256 18446744073709551615 134530727 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 5189 5033 75 150 0 5036 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 39844

[startup+25.5017 s]
/proc/loadavg: 3.06 3.28 3.26 3/83 25479
/proc/meminfo: memFree=1685312/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=20756 CPUtime=21.8
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 5065 0 0 0 2177 3 0 0 25 0 1 0 63374668 21254144 5051 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 5189 5051 75 150 0 5036 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 39844

[startup+51.1065 s]
/proc/loadavg: 3.04 3.26 3.25 3/83 25479
/proc/meminfo: memFree=1682944/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=23520 CPUtime=47.39
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 5758 0 0 0 4736 3 0 0 25 0 1 0 63374668 24084480 5744 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 5880 5744 75 150 0 5727 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 42608

[startup+102.307 s]
/proc/loadavg: 2.60 3.11 3.20 3/83 25517
/proc/meminfo: memFree=1729088/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=29648 CPUtime=98.56
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 7251 0 0 0 9835 21 0 0 25 0 1 0 63374668 30359552 7237 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 7412 7237 75 150 0 7259 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 48736

[startup+162.302 s]
/proc/loadavg: 2.46 2.96 3.14 3/83 25517
/proc/meminfo: memFree=1669888/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=36128 CPUtime=158.53
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 8865 0 0 0 15830 23 0 0 25 0 1 0 63374668 36995072 8851 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 9032 8851 75 150 0 8879 0
Current children cumulated CPU time (s) 161.71
Current children cumulated vsize (KiB) 55216

[startup+222.301 s]
/proc/loadavg: 2.55 2.91 3.11 3/83 25517
/proc/meminfo: memFree=1664576/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=41492 CPUtime=218.51
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 10161 0 0 0 21826 25 0 0 25 0 1 0 63374668 42487808 10147 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 10373 10147 75 150 0 10220 0
Current children cumulated CPU time (s) 221.69
Current children cumulated vsize (KiB) 60580

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

/proc/meminfo: memFree=1610120/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=97372 CPUtime=3157.44
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 23510 0 0 0 315701 43 0 0 25 0 1 0 63374668 99708928 23496 996147200 134512640 135127466 4294956256 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 24343 23496 75 150 0 24190 0
Current children cumulated CPU time (s) 3160.62
Current children cumulated vsize (KiB) 116460

[startup+3222.3 s]
/proc/loadavg: 2.73 2.66 2.60 3/83 25523
/proc/meminfo: memFree=1609792/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=97372 CPUtime=3217.41
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 23517 0 0 0 321698 43 0 0 25 0 1 0 63374668 99708928 23503 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 24343 23503 75 150 0 24190 0
Current children cumulated CPU time (s) 3220.59
Current children cumulated vsize (KiB) 116460

[startup+3282.3 s]
/proc/loadavg: 2.76 2.69 2.62 3/83 25523
/proc/meminfo: memFree=1609792/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=97372 CPUtime=3277.39
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 23518 0 0 0 327696 43 0 0 25 0 1 0 63374668 99708928 23504 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 24343 23504 75 150 0 24190 0
Current children cumulated CPU time (s) 3280.57
Current children cumulated vsize (KiB) 116460

[startup+3342.3 s]
/proc/loadavg: 2.79 2.70 2.62 3/83 25523
/proc/meminfo: memFree=1609792/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=97508 CPUtime=3337.37
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 23562 0 0 0 333694 43 0 0 25 0 1 0 63374668 99848192 23540 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 24377 23540 75 150 0 24224 0
Current children cumulated CPU time (s) 3340.55
Current children cumulated vsize (KiB) 116596

[startup+3402.31 s]
/proc/loadavg: 2.77 2.70 2.63 3/83 25523
/proc/meminfo: memFree=1609792/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=97508 CPUtime=3397.35
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 23566 0 0 0 339692 43 0 0 25 0 1 0 63374668 99848192 23544 996147200 134512640 135127466 4294956256 18446744073709551615 134530789 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 24377 23544 75 150 0 24224 0
Current children cumulated CPU time (s) 3400.53
Current children cumulated vsize (KiB) 116596

[startup+3462.3 s]
/proc/loadavg: 2.68 2.69 2.63 3/83 25523
/proc/meminfo: memFree=1609600/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=97508 CPUtime=3457.32
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 23567 0 0 0 345689 43 0 0 25 0 1 0 63374668 99848192 23545 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 24377 23545 75 150 0 24224 0
Current children cumulated CPU time (s) 3460.5
Current children cumulated vsize (KiB) 116596

[startup+3522.3 s]
/proc/loadavg: 2.88 2.75 2.65 3/83 25523
/proc/meminfo: memFree=1609608/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=97508 CPUtime=3517.3
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 23572 0 0 0 351687 43 0 0 25 0 1 0 63374668 99848192 23550 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 24377 23550 75 150 0 24224 0
Current children cumulated CPU time (s) 3520.48
Current children cumulated vsize (KiB) 116596

[startup+3582.3 s]
/proc/loadavg: 2.81 2.75 2.65 3/83 25525
/proc/meminfo: memFree=1609352/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=97508 CPUtime=3577.28
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 23573 0 0 0 357684 44 0 0 25 0 1 0 63374668 99848192 23551 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 24377 23551 75 150 0 24224 0
Current children cumulated CPU time (s) 3580.46
Current children cumulated vsize (KiB) 116596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.9 s]
/proc/loadavg: 2.72 2.73 2.65 3/83 25525
/proc/meminfo: memFree=1609416/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=97508 CPUtime=3596.88
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 23573 0 0 0 359644 44 0 0 25 0 1 0 63374668 99848192 23551 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 24377 23551 75 150 0 24224 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 116596

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

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

[startup+3601.9 s]
/proc/loadavg: 2.72 2.73 2.65 3/83 25525
/proc/meminfo: memFree=1609416/2055920 swapFree=4181044/4192956
[pid=25443] ppid=25441 vsize=13732 CPUtime=3.18
/proc/25443/stat : 25443 (sugar) S 25441 25443 25362 0 -1 4194304 1190 20731 0 3 4 1 292 21 16 0 1 0 63374300 14061568 819 996147200 4194304 4206940 548682068592 18446744073709551615 223196786786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25443/statm: 3433 819 374 3 0 533 0
[pid=25478] ppid=25443 vsize=5356 CPUtime=0
/proc/25478/stat : 25478 (sh) S 25443 25443 25362 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 63374667 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 223187886916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25478/statm: 1339 232 193 169 0 50 0
[pid=25479] ppid=25478 vsize=97508 CPUtime=3596.88
/proc/25479/stat : 25479 (minisat) R 25478 25443 25362 0 -1 4194304 23573 0 0 0 359644 44 0 0 25 0 1 0 63374668 99848192 23551 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25479/statm: 24377 23551 75 150 0 24224 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 116596

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25443 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=966549
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=237963
# CPU time returned by wait4() is 3.20451
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3601.93
CPU time (s): 3600.06
CPU user time (s): 3599.4
CPU system time (s): 0.66
CPU usage (%): 99.9482
Max. virtual memory (cumulated for all children) (KiB): 887332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.96655
system time used= 0.237963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22264
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= 3680
involuntary context switches= 4377

runsolver used 4.91625 second user time and 11.4533 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-14 23:07:42
IDJOB=1118028
IDBENCH=62193
IDSOLVER=368
FILE ID=node68/1118028-1216069662
PBS_JOBID= 7905107
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-50/normalized-maxcut-50-580-10_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-1118028-1216069662/watcher-1118028-1216069662 -o /tmp/evaluation-result-1118028-1216069662/solver-1118028-1216069662 -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-1118028-1216069662.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f0550e5317c9cc63d7237f66420ba412
RANDOM SEED=1880201207

node68.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.240
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.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1716088 kB
Buffers:         63584 kB
Cached:         141796 kB
SwapCached:       6032 kB
Active:         223920 kB
Inactive:        66368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716088 kB
SwapTotal:     4192956 kB
SwapFree:      4181044 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:         101828 kB
Slab:            34720 kB
Committed_AS:   981040 kB
PageTables:       1924 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 node68 at 2008-07-15 00:07:46