Trace number 1120172

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 3614.63

General information on the benchmark

Namemaxcsp/maxcut/maxcut-60/
normalized-maxcut-60-500-4_ext.xml
MD5SUM8d21f27a6395f80ae8757492155779f3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints171
Best CPU time to get the best result obtained on this benchmark824.21
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints500
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension500
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul 15 10:18:40 2008
0.00/0.04	c 0	PID 19651
0.00/0.04	c 0	HOST node76.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1120172-1216109919.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1120172-1216109919.xml' 'HOME/temp.csp'
0.03/0.35	c 0	1 domains, 60 variables, 0 predicates, 1 relations, 500 constraints
0.03/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.41	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.03/0.48	c 0	Parsing HOME/temp.csp
0.33/0.60	c 0	parsed 562 expressions
0.33/0.60	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.33/0.61	c 0	MAX CSP: 500 constraints
0.33/0.61	c 0	Converting to clausal form CSP
0.33/0.65	c 0	converted 107 (10%) expressions
0.33/0.66	c 0	converted 213 (20%) expressions
0.33/0.67	c 0	converted 320 (30%) expressions
0.33/0.67	c 0	converted 426 (40%) expressions
0.33/0.68	c 0	converted 533 (50%) expressions
0.33/0.69	c 0	converted 639 (60%) expressions
0.33/0.70	c 0	converted 746 (70%) expressions
0.33/0.71	c 0	converted 852 (80%) expressions
0.33/0.71	c 0	converted 959 (90%) expressions
0.33/0.87	c 0	converted 1065 (100%) expressions
0.33/0.87	c 0	CSP : 1060 integers, 0 booleans, 1499 clauses, largest domain size 751
0.33/0.87	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.87	c 0	Propagation in CSP
0.33/0.91	c 0	494 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.33/0.91	c 0	CSP : 1060 integers, 0 booleans, 1499 clauses, largest domain size 501
0.33/0.91	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.91	c 0	Simplifing CSP by introducing new Boolean variables
0.33/0.92	c 0	CSP : 1060 integers, 0 booleans, 1499 clauses, largest domain size 501
0.33/0.92	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.33/0.94	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.33/0.95	c 0	106 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.33/0.95	c 0	212 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.33/0.95	c 0	318 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.33/0.95	c 0	424 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.33/0.96	c 0	530 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.33/0.97	c 0	636 (60%) CSP integer variables are encoded (841 clauses, 10120 bytes)
0.33/0.97	c 0	742 (70%) CSP integer variables are encoded (4703 clauses, 60326 bytes)
0.33/0.97	c 0	848 (80%) CSP integer variables are encoded (5889 clauses, 75744 bytes)
0.33/0.97	c 0	954 (90%) CSP integer variables are encoded (6553 clauses, 84376 bytes)
0.33/0.98	c 0	1060 (100%) CSP integer variables are encoded (7495 clauses, 96622 bytes)
0.33/1.00	c 0	150 (10%) CSP clauses are encoded (7795 clauses, 100452 bytes)
0.91/1.02	c 0	300 (20%) CSP clauses are encoded (8095 clauses, 104652 bytes)
0.91/1.03	c 0	450 (30%) CSP clauses are encoded (8395 clauses, 108852 bytes)
0.91/1.05	c 1	600 (40%) CSP clauses are encoded (10209 clauses, 139147 bytes)
1.09/1.30	c 1	750 (50%) CSP clauses are encoded (141753 clauses, 2526057 bytes)
1.20/1.31	c 1	900 (60%) CSP clauses are encoded (146573 clauses, 2610306 bytes)
1.39/1.51	c 1	1050 (70%) CSP clauses are encoded (269997 clauses, 4881009 bytes)
1.39/1.52	c 1	1200 (80%) CSP clauses are encoded (275505 clauses, 4977500 bytes)
1.39/1.55	c 1	1350 (90%) CSP clauses are encoded (288461 clauses, 5210791 bytes)
1.49/1.63	c 1	1499 (100%) CSP clauses are encoded (335985 clauses, 6078316 bytes)
1.49/1.63	c 1	1499 CSP clauses encoded
1.49/1.63	c 1	Writing map file : HOME/temp.map
1.49/1.64	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.64	c 1	SAT : 8555 SAT variables, 335985 SAT clauses, 6078316 bytes
1.49/1.64	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.66	c 1	OBJECTIVE minimize _COST
1.49/1.66	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.49/1.66	c 1	SEARCHING: _COST <= 250
1.49/1.66	c 1	SOLVING HOME/temp.cnf
1.49/1.66	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.49/1.67	c 1	This is MiniSat 2.0 beta
1.49/1.67	c 1	WARNING: for repeatability, setting FPU to use double precision
1.49/1.67	c 1	============================[ Problem Statistics ]=============================
1.49/1.67	c 1	|                                                                             |
1.49/1.67	c 1	|  Number of variables:  8555                                                 |
1.49/1.67	c 1	|  Number of clauses:    335986                                               |
1.56/1.82	c 1	|  Parsing time:         0.13         s                                       |
1.56/1.91	c 1	============================[ Search Statistics ]==============================
1.56/1.91	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.56/1.91	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.56/1.91	c 1	===============================================================================
1.56/1.91	c 1	|         0 |    6305   215058   628689 |    71686        0    nan |  0.000 % |
1.56/2.04	c 2	|       100 |    6305   215058   628689 |    78854      100     29 | 26.300 % |
1.56/2.08	c 2	|       250 |    6305   215058   628689 |    86740      250     32 | 26.300 % |
1.98/2.14	c 2	|       476 |    6305   215058   628689 |    95414      476     21 | 26.301 % |
2.08/2.25	c 2	|       813 |    6305   215058   628689 |   104955      813     28 | 26.300 % |
2.17/2.37	c 2	|      1319 |    6305   215058   628689 |   115451     1319     29 | 26.301 % |
2.57/2.71	c 2	|      2079 |    6305   215058   628689 |   126996     2079     25 | 26.300 % |
3.08/3.21	c 3	|      3219 |    6305   215058   628689 |   139695     3219     31 | 26.300 % |
3.47/3.64	c 3	|      4927 |    6305   215058   628689 |   153665     4927     35 | 26.300 % |
4.37/4.58	c 4	|      7489 |    6305   215058   628689 |   169031     7489     38 | 26.300 % |
5.38/5.51	c 5	|     11334 |    6305   215058   628689 |   185935    11334     38 | 26.300 % |
6.78/6.98	c 6	|     17101 |    6305   215058   628689 |   204528    17101     38 | 26.300 % |
11.37/11.53	c 11	|     25750 |    6305   215058   628689 |   224981    25750     42 | 26.300 % |
13.08/13.22	c 13	===============================================================================
13.08/13.22	c 13	restarts              : 13
13.08/13.22	c 13	conflicts             : 30410          (2641 /sec)
13.08/13.22	c 13	decisions             : 39315          (0.57 % random) (3415 /sec)
13.08/13.22	c 13	propagations          : 10339422       (898046 /sec)
13.08/13.22	c 13	conflict literals     : 1276121        (22.94 % deleted)
13.08/13.22	c 13	Memory used           : 19.56 MB
13.08/13.22	c 13	CPU time              : 11.5132 s
13.08/13.22	c 13	
13.08/13.22	c 13	SATISFIABLE
13.08/13.23	c 13	FOUND: _COST <= 250
13.08/13.23	s SATISFIABLE
13.08/13.23	c 13	DECODING HOME/temp.out WITH HOME/temp.map
13.08/13.23	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.12/13.31	c 13	Decoding HOME/temp.out
13.12/13.42	c 13	OBJECTIVE _COST 250
13.12/13.42	o 250
13.12/13.42	v 1 0 1 0 0 1 1 1 1 0 0 1 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 1 1 0 1 1 1 0 1 1 1 1 1 0 0 1 1 0 1 1 1 1 1 0 0 0 1 0 1 1 0
13.12/13.43	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.12/13.43	c 13	OBJECTIVE BOUND: 0 <= _COST <= 250
13.12/13.43	c 13	SEARCHING: _COST <= 125
13.12/13.43	c 13	SOLVING HOME/temp.cnf
13.12/13.43	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.12/13.44	c 13	This is MiniSat 2.0 beta
13.12/13.44	c 13	WARNING: for repeatability, setting FPU to use double precision
13.12/13.44	c 13	============================[ Problem Statistics ]=============================
13.12/13.44	c 13	|                                                                             |
13.12/13.44	c 13	|  Number of variables:  8555                                                 |
13.12/13.44	c 13	|  Number of clauses:    335986                                               |
13.32/13.60	c 13	|  Parsing time:         0.13         s                                       |
13.32/13.71	c 13	============================[ Search Statistics ]==============================
13.32/13.71	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.32/13.71	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.32/13.71	c 13	===============================================================================
13.32/13.71	c 13	|         0 |    5055   141183   410689 |    47061        0    nan |  0.000 % |
13.32/13.78	c 13	|       100 |    5055   141183   410689 |    51767      100     17 | 40.912 % |
13.32/13.83	c 13	|       252 |    5055   141183   410689 |    56943      252     22 | 40.912 % |
13.32/13.87	c 13	|       477 |    5055   141183   410689 |    62638      477     20 | 40.912 % |
13.32/13.95	c 13	|       814 |    5055   141183   410689 |    68902      814     20 | 40.912 % |
13.32/14.11	c 14	|      1321 |    5055   141183   410689 |    75792     1321     19 | 40.912 % |
14.06/14.30	c 14	|      2080 |    5055   141183   410689 |    83371     2080     20 | 40.912 % |
14.25/14.48	c 14	|      3219 |    5055   141183   410689 |    91708     3219     19 | 40.912 % |
14.55/14.79	c 14	|      4927 |    5055   141183   410689 |   100879     4927     19 | 40.912 % |
15.15/15.32	c 15	|      7489 |    5055   141183   410689 |   110967     7489     19 | 40.912 % |
15.93/16.19	c 16	|     11334 |    5055   141183   410689 |   122064    11334     20 | 40.912 % |
17.72/17.91	c 17	|     17101 |    5055   141183   410689 |   134270    17101     21 | 40.912 % |
20.39/20.67	c 20	|     25751 |    5055   141183   410689 |   147697    25751     21 | 40.912 % |
25.93/26.27	c 26	|     38725 |    5055   141183   410689 |   162467    38725     22 | 40.912 % |
37.00/37.44	c 37	|     58187 |    5055   141183   410689 |   178714    58187     24 | 40.912 % |
60.52/61.28	c 61	|     87382 |    5055   141183   410689 |   196585    87382     25 | 40.912 % |
104.03/105.27	c 105	|    131172 |    5055   141183   410689 |   216244   131172     28 | 40.912 % |
195.09/197.32	c 197	|    196856 |    5055   141183   410689 |   237868   196856     30 | 40.912 % |
319.76/323.45	c 323	|    295383 |    5055   141183   410689 |   261655    69654     32 | 40.912 % |
544.49/550.76	c 550	|    443173 |    5055   141183   410689 |   287820   217444     34 | 40.912 % |
890.04/900.20	c 900	|    664857 |    5055   141183   410689 |   316602   163028     34 | 40.912 % |
1477.04/1491.05	c 1491	|    997382 |    5055   141183   410689 |   348263   191746     34 | 40.912 % |
2537.53/2551.82	c 2551	|   1496170 |    5055   141183   410689 |   383089    28735     28 | 40.912 % |
3600.02/3614.62	c ERROR INTERRUPTED
3600.02/3614.62	c 3614	CPU 13.13 (0.03 0.01 13.1 0.18)
3600.02/3614.62	c 3614	END Tue Jul 15 11:18:54 2008

Verifier Data (download as text)

OK	235	265
235 unsatisfied constraints, 265 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-1120172-1216109919/watcher-1120172-1216109919 -o /tmp/evaluation-result-1120172-1216109919/solver-1120172-1216109919 -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-1120172-1216109919.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.92 1.98 1.99 4/100 19651
/proc/meminfo: memFree=1729504/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=12272 CPUtime=0
/proc/19651/stat : 19651 (sugar) R 19649 19651 18334 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 67689317 12566528 364 996147200 4194304 4206940 548682068592 18446744073709551615 265682992126 0 0 4224 0 0 0 0 17 1 0 0
/proc/19651/statm: 3068 364 274 3 0 168 0

[startup+0.0700141 s]
/proc/loadavg: 1.92 1.98 1.99 4/100 19651
/proc/meminfo: memFree=1729504/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13600 CPUtime=0.03
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 67689317 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102016 s]
/proc/loadavg: 1.92 1.98 1.99 4/100 19651
/proc/meminfo: memFree=1729504/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13600 CPUtime=0.03
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 67689317 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302042 s]
/proc/loadavg: 1.92 1.98 1.99 4/100 19651
/proc/meminfo: memFree=1729504/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13600 CPUtime=0.03
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 67689317 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701076 s]
/proc/loadavg: 1.92 1.98 1.99 4/100 19651
/proc/meminfo: memFree=1729504/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13600 CPUtime=0.33
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 974 4530 0 1 3 0 26 4 15 0 1 0 67689317 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 13600

[startup+1.50117 s]
/proc/loadavg: 1.92 1.98 1.99 4/111 19673
/proc/meminfo: memFree=1714504/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13600 CPUtime=0.33
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 974 4530 0 1 3 0 26 4 15 0 1 0 67689317 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3400 797 370 3 0 500 0
[pid=19664] ppid=19651 vsize=5356 CPUtime=0
/proc/19664/stat : 19664 (sh) S 19651 19651 18334 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 67689358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19664/statm: 1339 233 193 169 0 50 0
[pid=19665] ppid=19664 vsize=868372 CPUtime=1.06
/proc/19665/stat : 19665 (java) S 19664 19651 18334 0 -1 0 6598 0 1 0 100 6 0 0 18 0 9 0 67689359 889212928 5695 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19665/statm: 217093 5695 2563 9 0 211640 0
[pid=19665/tid=19666] ppid=19664 vsize=868372 CPUtime=0.75
/proc/19665/task/19666/stat : 19666 (java) R 19664 19651 18334 0 -1 64 2854 0 1 0 71 4 0 0 25 0 9 0 67689359 889212928 5695 996147200 134512640 134550740 4294955936 18446744073709551615 4126532343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19665/tid=19667] ppid=19664 vsize=868372 CPUtime=0.07
/proc/19665/task/19667/stat : 19667 (java) S 19664 19651 18334 0 -1 64 1570 0 0 0 7 0 0 0 16 0 9 0 67689360 889212928 5695 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19665/tid=19668] ppid=19664 vsize=868372 CPUtime=0
/proc/19665/task/19668/stat : 19668 (java) S 19664 19651 18334 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 67689361 889212928 5695 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19665/tid=19669] ppid=19664 vsize=868372 CPUtime=0
/proc/19665/task/19669/stat : 19669 (java) S 19664 19651 18334 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 67689361 889212928 5695 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19665/tid=19670] ppid=19664 vsize=868372 CPUtime=0
/proc/19665/task/19670/stat : 19670 (java) S 19664 19651 18334 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 67689363 889212928 5695 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19665/tid=19671] ppid=19664 vsize=868372 CPUtime=0.21
/proc/19665/task/19671/stat : 19671 (java) S 19664 19651 18334 0 -1 64 1481 0 0 0 21 0 0 0 16 0 9 0 67689363 889212928 5695 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19665/tid=19672] ppid=19664 vsize=868372 CPUtime=0
/proc/19665/task/19672/stat : 19672 (java) S 19664 19651 18334 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 67689363 889212928 5695 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19665/tid=19673] ppid=19664 vsize=868372 CPUtime=0
/proc/19665/task/19673/stat : 19673 (java) S 19664 19651 18334 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 67689363 889212928 5695 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887328

[startup+3.10135 s]
/proc/loadavg: 1.92 1.98 1.99 3/103 19675
/proc/meminfo: memFree=1706120/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=1.56
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1068 11473 0 2 3 1 140 12 15 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19674] ppid=19651 vsize=5356 CPUtime=0
/proc/19674/stat : 19674 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67689484 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19674/statm: 1339 232 193 169 0 50 0
[pid=19675] ppid=19674 vsize=15984 CPUtime=1.41
/proc/19675/stat : 19675 (minisat) R 19674 19651 18334 0 -1 4194304 3776 0 0 0 140 1 0 0 25 0 1 0 67689484 16367616 3762 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/19675/statm: 3996 3762 75 150 0 3843 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 35072

[startup+6.30171 s]
/proc/loadavg: 2.01 2.00 2.00 3/103 19675
/proc/meminfo: memFree=1705736/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=1.56
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1068 11473 0 2 3 1 140 12 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19674] ppid=19651 vsize=5356 CPUtime=0
/proc/19674/stat : 19674 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67689484 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19674/statm: 1339 232 193 169 0 50 0
[pid=19675] ppid=19674 vsize=16536 CPUtime=4.62
/proc/19675/stat : 19675 (minisat) R 19674 19651 18334 0 -1 4194304 3919 0 0 0 460 2 0 0 25 0 1 0 67689484 16932864 3905 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/19675/statm: 4134 3905 75 150 0 3981 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 35624

[startup+12.7014 s]
/proc/loadavg: 2.01 2.00 2.00 3/103 19675
/proc/meminfo: memFree=1702600/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=1.56
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1068 11473 0 2 3 1 140 12 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19674] ppid=19651 vsize=5356 CPUtime=0
/proc/19674/stat : 19674 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67689484 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19674/statm: 1339 232 193 169 0 50 0
[pid=19675] ppid=19674 vsize=19760 CPUtime=11.02
/proc/19675/stat : 19675 (minisat) R 19674 19651 18334 0 -1 4194304 4711 0 0 0 1099 3 0 0 25 0 1 0 67689484 20234240 4697 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19675/statm: 4940 4697 75 150 0 4787 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 38848

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 2.00 3/103 19687
/proc/meminfo: memFree=1705544/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=16412 CPUtime=11.92
/proc/19687/stat : 19687 (minisat) R 19686 19651 18334 0 -1 4194304 3889 0 0 0 1189 3 0 0 25 0 1 0 67690661 16805888 3875 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19687/statm: 4103 3875 75 150 0 3950 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 35500

[startup+51.1028 s]
/proc/loadavg: 2.00 2.00 2.00 3/103 19687
/proc/meminfo: memFree=1700168/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=22108 CPUtime=37.22
/proc/19687/stat : 19687 (minisat) R 19686 19651 18334 0 -1 4194304 5270 0 0 0 3718 4 0 0 25 0 1 0 67690661 22638592 5256 996147200 134512640 135127466 4294956256 18446744073709551615 134528091 0 0 4096 3 0 0 0 17 0 0 0
/proc/19687/statm: 5527 5256 75 150 0 5374 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 41196

[startup+102.309 s]
/proc/loadavg: 2.00 2.00 2.00 3/103 19689
/proc/meminfo: memFree=1691144/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=30704 CPUtime=87.84
/proc/19687/stat : 19687 (minisat) R 19686 19651 18334 0 -1 4194304 7427 0 0 0 8778 6 0 0 25 0 1 0 67690661 31440896 7413 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19687/statm: 7676 7413 75 150 0 7523 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 49792

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/103 19689
/proc/meminfo: memFree=1683720/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=38584 CPUtime=147.16
/proc/19687/stat : 19687 (minisat) R 19686 19651 18334 0 -1 4194304 9327 0 0 0 14708 8 0 0 25 0 1 0 67690661 39510016 9313 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19687/statm: 9646 9313 75 150 0 9493 0
Current children cumulated CPU time (s) 160.48
Current children cumulated vsize (KiB) 57672

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/103 19689
/proc/meminfo: memFree=1676424/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1638264/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=84128 CPUtime=3074.54
/proc/19687/stat : 19687 (minisat) R 19686 19651 18334 0 -1 4194304 20366 0 0 0 307433 21 0 0 25 0 1 0 67690661 86147072 20327 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 21032 20327 75 150 0 20879 0
Current children cumulated CPU time (s) 3087.86
Current children cumulated vsize (KiB) 103216

[startup+3162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/103 19736
/proc/meminfo: memFree=1635768/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=87116 CPUtime=3134.53
/proc/19687/stat : 19687 (minisat) R 19686 19651 18334 0 -1 4194304 20996 0 0 0 313431 22 0 0 25 0 1 0 67690661 89206784 20957 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 21779 20957 75 150 0 21626 0
Current children cumulated CPU time (s) 3147.85
Current children cumulated vsize (KiB) 106204

[startup+3222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/103 19736
/proc/meminfo: memFree=1632184/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=90412 CPUtime=3194.51
/proc/19687/stat : 19687 (minisat) R 19686 19651 18334 0 -1 4194304 21871 0 0 0 319429 22 0 0 25 0 1 0 67690661 92581888 21832 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 22603 21832 75 150 0 22450 0
Current children cumulated CPU time (s) 3207.83
Current children cumulated vsize (KiB) 109500

[startup+3282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/103 19736
/proc/meminfo: memFree=1632120/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=90412 CPUtime=3254.49
/proc/19687/stat : 19687 (minisat) R 19686 19651 18334 0 -1 4194304 21876 0 0 0 325427 22 0 0 25 0 1 0 67690661 92581888 21837 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 22603 21837 75 150 0 22450 0
Current children cumulated CPU time (s) 3267.81
Current children cumulated vsize (KiB) 109500

[startup+3342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/103 19736
/proc/meminfo: memFree=1632120/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=90412 CPUtime=3314.47
/proc/19687/stat : 19687 (minisat) R 19686 19651 18334 0 -1 4194304 21876 0 0 0 331425 22 0 0 25 0 1 0 67690661 92581888 21837 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 22603 21837 75 150 0 22450 0
Current children cumulated CPU time (s) 3327.79
Current children cumulated vsize (KiB) 109500

[startup+3402.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/103 19736
/proc/meminfo: memFree=1632120/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=90412 CPUtime=3374.46
/proc/19687/stat : 19687 (minisat) R 19686 19651 18334 0 -1 4194304 21876 0 0 0 337424 22 0 0 25 0 1 0 67690661 92581888 21837 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 22603 21837 75 150 0 22450 0
Current children cumulated CPU time (s) 3387.78
Current children cumulated vsize (KiB) 109500

[startup+3462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/103 19736
/proc/meminfo: memFree=1632056/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=90412 CPUtime=3434.44
/proc/19687/stat : 19687 (minisat) R 19686 19651 18334 0 -1 4194304 21876 0 0 0 343422 22 0 0 25 0 1 0 67690661 92581888 21837 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 22603 21837 75 150 0 22450 0
Current children cumulated CPU time (s) 3447.76
Current children cumulated vsize (KiB) 109500

[startup+3522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/103 19736
/proc/meminfo: memFree=1631928/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=90532 CPUtime=3494.42
/proc/19687/stat : 19687 (minisat) R 19686 19651 18334 0 -1 4194304 21898 0 0 0 349420 22 0 0 25 0 1 0 67690661 92704768 21859 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 22633 21859 75 150 0 22480 0
Current children cumulated CPU time (s) 3507.74
Current children cumulated vsize (KiB) 109620

[startup+3582.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/103 19736
/proc/meminfo: memFree=1631864/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=90532 CPUtime=3554.4
/proc/19687/stat : 19687 (minisat) R 19686 19651 18334 0 -1 4194304 21903 0 0 0 355418 22 0 0 25 0 1 0 67690661 92704768 21864 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 22633 21864 75 150 0 22480 0
Current children cumulated CPU time (s) 3567.72
Current children cumulated vsize (KiB) 109620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.61 s]
/proc/loadavg: 1.99 1.98 1.99 3/103 19736
/proc/meminfo: memFree=1631800/2055920 swapFree=4192812/4192956
[pid=19651] ppid=19649 vsize=13732 CPUtime=13.32
/proc/19651/stat : 19651 (sugar) S 19649 19651 18334 0 -1 4194304 1187 20427 0 3 3 1 1310 18 16 0 1 0 67689317 14061568 816 996147200 4194304 4206940 548682068592 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19651/statm: 3433 816 374 3 0 533 0
[pid=19686] ppid=19651 vsize=5356 CPUtime=0
/proc/19686/stat : 19686 (sh) S 19651 19651 18334 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 67690661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19686/statm: 1339 232 193 169 0 50 0
[pid=19687] ppid=19686 vsize=90532 CPUtime=3586.7
/proc/19687/stat : 19687 (minisat) R 19686 19651 18334 0 -1 4194304 21906 0 0 0 358648 22 0 0 25 0 1 0 67690661 92704768 21867 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19687/statm: 22633 21867 75 150 0 22480 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 109620

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 19651 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=146001
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=206968
# CPU time returned by wait4() is 13.353
# 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): 3614.63
CPU time (s): 3600.02
CPU user time (s): 3599.61
CPU system time (s): 0.41
CPU usage (%): 99.5958
Max. virtual memory (cumulated for all children) (KiB): 887328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.146
system time used= 0.206968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21956
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= 3317
involuntary context switches= 3368

runsolver used 4.47332 second user time and 13.5269 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-15 10:18:39
IDJOB=1120172
IDBENCH=62461
IDSOLVER=368
FILE ID=node76/1120172-1216109919
PBS_JOBID= 7905213
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/maxcut/maxcut-60/normalized-maxcut-60-500-4_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-1120172-1216109919/watcher-1120172-1216109919 -o /tmp/evaluation-result-1120172-1216109919/solver-1120172-1216109919 -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-1120172-1216109919.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8d21f27a6395f80ae8757492155779f3
RANDOM SEED=1797914287

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1729920 kB
Buffers:         53100 kB
Cached:         154164 kB
SwapCached:          0 kB
Active:         171316 kB
Inactive:        81380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1336 kB
Writeback:           4 kB
Mapped:          66808 kB
Slab:            56232 kB
Committed_AS:   296888 kB
PageTables:       3524 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= 66560 MiB
End job on node76 at 2008-07-15 11:18:56