Trace number 1127379

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+minisat-incMSAT (TO) 3600.1 3681.67

General information on the benchmark

Namemaxcsp/cnf/3-80-1100-2000/
normalized-cnf-3-80-1200-718249_ext.xml
MD5SUM52924a4b72387414c006e8389deb776b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints55
Best CPU time to get the best result obtained on this benchmark3600.09
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1188
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1188
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.02/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.02/0.07	c 0	BEGIN Wed Jul 23 00:18:32 2008
0.02/0.07	c 0	PID 3815
0.02/0.07	c 0	HOST node77.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-1127379-1216765112.xml TO HOME/temp.csp
0.02/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127379-1216765112.xml' 'HOME/temp.csp'
0.06/0.53	c 1	1 domains, 80 variables, 0 predicates, 18 relations, 1188 constraints
0.06/0.54	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.54	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.61	c 1	Parsing HOME/temp.csp
0.60/0.72	c 1	parsed 1287 expressions
0.60/0.72	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.74	c 1	MAX CSP: 1188 constraints
0.60/0.74	c 1	Converting to clausal form CSP
0.60/0.77	c 1	converted 248 (10%) expressions
0.60/0.78	c 1	converted 496 (20%) expressions
0.60/0.80	c 1	converted 744 (30%) expressions
0.60/0.81	c 1	converted 992 (40%) expressions
0.60/0.81	c 1	converted 1239 (50%) expressions
0.60/0.83	c 1	converted 1487 (60%) expressions
0.60/0.83	c 1	converted 1735 (70%) expressions
0.60/0.84	c 1	converted 1983 (80%) expressions
0.60/0.85	c 1	converted 2231 (90%) expressions
0.60/0.98	c 1	converted 2478 (100%) expressions
0.60/0.99	c 1	CSP : 2456 integers, 0 booleans, 3563 clauses, largest domain size 1783
0.60/0.99	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.60/0.99	c 1	Propagation in CSP
1.22/1.04	c 1	1184 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.04	c 1	CSP : 2456 integers, 0 booleans, 3563 clauses, largest domain size 1189
1.22/1.04	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.04	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.04	c 1	CSP : 2456 integers, 0 booleans, 3563 clauses, largest domain size 1189
1.22/1.04	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.08	c 1	246 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.09	c 1	492 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.09	c 1	737 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.09	c 1	983 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.22/1.09	c 1	1228 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.34/1.10	c 1	1474 (60%) CSP integer variables are encoded (9407 clauses, 124078 bytes)
1.34/1.11	c 1	1720 (70%) CSP integer variables are encoded (14399 clauses, 198958 bytes)
1.34/1.11	c 1	1965 (80%) CSP integer variables are encoded (17286 clauses, 242263 bytes)
1.34/1.12	c 1	2211 (90%) CSP integer variables are encoded (19162 clauses, 270403 bytes)
1.34/1.12	c 1	2456 (100%) CSP integer variables are encoded (21717 clauses, 308728 bytes)
1.34/1.15	c 1	357 (10%) CSP clauses are encoded (22074 clauses, 314580 bytes)
1.34/1.17	c 1	713 (20%) CSP clauses are encoded (22432 clauses, 320869 bytes)
1.34/1.18	c 1	1069 (30%) CSP clauses are encoded (22790 clauses, 327289 bytes)
1.46/1.21	c 1	1426 (40%) CSP clauses are encoded (31283 clauses, 476269 bytes)
2.85/2.62	c 3	1782 (50%) CSP clauses are encoded (753703 clauses, 15178920 bytes)
2.85/2.67	c 3	2138 (60%) CSP clauses are encoded (778605 clauses, 15697195 bytes)
4.04/3.85	c 4	2495 (70%) CSP clauses are encoded (1469030 clauses, 30502333 bytes)
4.14/3.91	c 4	2851 (80%) CSP clauses are encoded (1497478 clauses, 31095550 bytes)
4.24/4.03	c 4	3207 (90%) CSP clauses are encoded (1567872 clauses, 32587459 bytes)
4.64/4.48	c 5	3563 (100%) CSP clauses are encoded (1830523 clauses, 38198112 bytes)
4.64/4.48	c 5	3563 CSP clauses encoded
4.64/4.48	c 5	Writing map file : HOME/temp.map
4.74/4.51	c 5	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.74/4.51	c 5	SAT : 24173 SAT variables, 1830523 SAT clauses, 38198112 bytes
4.74/4.51	c 5	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.74/4.56	c 5	OBJECTIVE minimize _COST
4.74/4.56	c 5	SOLVING HOME/temp.cnf
4.74/4.56	c 5	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
4.74/4.56	c 5	This is MiniSat 2.0 beta incremental
4.74/4.56	c 5	WARNING: for repeatability, setting FPU to use double precision
4.74/4.56	c 5	============================[ Problem Statistics ]=============================
4.74/4.56	c 5	|                                                                             |
4.74/4.56	c 5	|  Number of variables:  24173                                                |
4.74/4.56	c 5	|  Number of clauses:    1830523                                              |
4.77/5.35	c 5	|  Parsing time:         0.66         s                                       |
4.77/5.38	c 5	OK
4.77/5.38	c 5	OBJECTIVE BOUND: 0 <= _COST <= 
4.77/5.38	c 5	SEARCHING: _COST <= 594
4.77/5.38	c 5	============================[ Search Statistics ]==============================
4.77/5.38	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.77/5.38	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.77/5.38	c 5	===============================================================================
4.77/5.38	c 5	|         0 |   24173  1830523  5426414 |   610174        0    nan |  0.000 % |
5.91/5.78	c 6	|       100 |   24173  1830523  5426414 |   671191      100     25 |  0.001 % |
6.10/5.90	c 6	|       251 |   24173  1830523  5426414 |   738310      251     30 |  0.001 % |
6.20/6.01	c 6	|       478 |   24173  1830523  5426414 |   812142      478     27 |  0.001 % |
6.30/6.11	c 6	===============================================================================
6.30/6.11	c 6	restarts              : 4
6.30/6.11	c 6	conflicts             : 478           (338 /sec)
6.30/6.11	c 6	decisions             : 1665          (0.96 % random) (1177 /sec)
6.30/6.11	c 6	propagations          : 405836         (286854 /sec)
6.30/6.11	c 6	conflict literals     : 12978          (13.74 % deleted)
6.30/6.11	c 6	Memory used           : 79.38 MB
6.30/6.11	c 6	CPU time              : 1.41478 s
6.30/6.11	c 6	
6.30/6.11	c 6	SATISFIABLE
6.30/6.12	c 6	OK
6.30/6.12	c 6	FOUND: _COST <= 594
6.30/6.12	s SATISFIABLE
6.30/6.12	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.30/6.12	c 6	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.33/6.20	c 6	Decoding HOME/temp.out
6.33/6.36	c 6	OBJECTIVE _COST 594
6.33/6.36	o 594
6.33/6.37	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
6.33/6.37	c 6	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
6.33/6.38	c 6	OK
6.33/6.38	c 6	OBJECTIVE BOUND: 0 <= _COST <= 594
6.33/6.38	c 6	SEARCHING: _COST <= 297
6.60/59.50	c 60	============================[ Search Statistics ]==============================
6.60/59.50	c 60	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.60/59.50	c 60	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.60/59.50	c 60	===============================================================================
6.60/59.50	c 60	|       478 |   24173  1830523  5426414 |   610174      478     27 |  0.001 % |
6.89/59.80	c 60	|       578 |   24173  1830523  5426414 |   671191      578     27 | 27.031 % |
6.99/59.92	c 60	|       728 |   24173  1830523  5426414 |   738310      728     28 | 27.031 % |
7.49/60.41	c 60	|       953 |   24173  1830523  5426414 |   812142      953     30 | 27.031 % |
7.79/60.79	c 61	|      1291 |   24173  1830523  5426414 |   893356     1291     31 | 27.031 % |
8.29/61.20	c 61	|      1797 |   24173  1830523  5426414 |   982691     1797     32 | 27.031 % |
8.89/61.80	c 62	|      2556 |   24173  1830523  5426414 |  1080961     2556     33 | 27.031 % |
9.59/62.55	c 63	|      3696 |   24173  1830523  5426414 |  1189057     3696     32 | 27.031 % |
10.58/63.57	c 64	|      5404 |   24173  1830523  5426414 |  1307962     5404     33 | 27.031 % |
10.68/63.65	c 64	===============================================================================
10.68/63.65	c 64	restarts              : 13
10.68/63.65	c 64	conflicts             : 5405          (966 /sec)
10.68/63.65	c 64	decisions             : 8939          (0.63 % random) (1597 /sec)
10.68/63.65	c 64	propagations          : 3834870        (685269 /sec)
10.68/63.65	c 64	conflict literals     : 176551         (14.59 % deleted)
10.68/63.65	c 64	Memory used           : 79.77 MB
10.68/63.65	c 64	CPU time              : 5.59615 s
10.68/63.65	c 64	
10.68/63.65	c 64	SATISFIABLE
10.68/63.66	c 64	OK
10.68/63.66	c 64	FOUND: _COST <= 297
10.68/63.66	c 64	DECODING HOME/temp.out WITH HOME/temp.map
10.68/63.66	c 64	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.77/63.75	c 64	Decoding HOME/temp.out
10.97/63.91	c 64	OBJECTIVE _COST 297
10.97/63.91	o 297
10.97/63.91	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
10.97/63.92	c 64	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.97/63.93	c 64	OK
10.97/63.93	c 64	OBJECTIVE BOUND: 0 <= _COST <= 297
10.97/63.93	c 64	SEARCHING: _COST <= 148
10.97/63.93	c 64	============================[ Search Statistics ]==============================
10.97/63.93	c 64	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.97/63.93	c 64	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.97/63.93	c 64	===============================================================================
10.97/63.93	c 64	|      5405 |   17639  1830523  5426414 |   610174     5405     33 | 27.031 % |
11.27/64.25	c 64	|      5506 |   17639  1830523  5426414 |   671191     5506     33 | 41.774 % |
11.57/64.55	c 65	|      5657 |   17639  1830523  5426414 |   738310     5657     33 | 41.774 % |
11.97/64.91	c 65	|      5883 |   17639  1830523  5426414 |   812142     5883     33 | 41.774 % |
12.07/65.05	c 65	===============================================================================
12.07/65.05	c 65	restarts              : 17
12.07/65.05	c 65	conflicts             : 5931          (882 /sec)
12.07/65.05	c 65	decisions             : 10213         (0.62 % random) (1519 /sec)
12.07/65.05	c 65	propagations          : 4413271        (656348 /sec)
12.07/65.05	c 65	conflict literals     : 197952         (14.49 % deleted)
12.07/65.05	c 65	Memory used           : 79.90 MB
12.07/65.05	c 65	CPU time              : 6.72398 s
12.07/65.05	c 65	
12.07/65.05	c 65	SATISFIABLE
12.07/65.06	c 65	OK
12.07/65.06	c 65	FOUND: _COST <= 148
12.07/65.06	c 65	DECODING HOME/temp.out WITH HOME/temp.map
12.07/65.06	c 65	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.13/65.14	c 65	Decoding HOME/temp.out
12.13/65.28	c 65	OBJECTIVE _COST 148
12.13/65.28	o 148
12.13/65.28	v 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1
12.13/65.29	c 65	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
12.13/65.33	c 65	OK
12.13/65.33	c 65	OBJECTIVE BOUND: 0 <= _COST <= 148
12.13/65.33	c 65	SEARCHING: _COST <= 74
12.13/65.33	c 65	============================[ Search Statistics ]==============================
12.13/65.33	c 65	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.13/65.33	c 65	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.13/65.33	c 65	===============================================================================
12.13/65.34	c 65	|      5931 |   14075  1830523  5426414 |   610174     5931     33 | 41.774 % |
12.54/65.52	c 66	|      6031 |   14075  1830523  5426414 |   671191     6031     33 | 51.037 % |
12.74/65.77	c 66	|      6181 |   14075  1830523  5426414 |   738310     6181     33 | 51.037 % |
13.13/66.18	c 66	|      6406 |   14075  1830523  5426414 |   812142     6406     33 | 51.037 % |
13.64/66.63	c 67	|      6743 |   14075  1830523  5426414 |   893356     6743     33 | 51.037 % |
14.23/67.27	c 67	|      7253 |   14075  1830523  5426414 |   982691     7253     32 | 51.037 % |
16.12/69.16	c 69	|      8012 |   11836   430009  1260843 |  1080961     8011     31 | 51.037 % |
16.91/70.00	c 70	|      9151 |   11836   430009  1260843 |  1189057     9150     31 | 51.037 % |
18.59/71.65	c 72	|     10860 |   11836   430009  1260843 |  1307962    10859     33 | 51.037 % |
20.78/73.89	c 74	|     13424 |   11836   430009  1260843 |  1438759    13423     32 | 51.037 % |
25.53/78.66	c 79	|     17268 |   11836   430009  1260843 |  1582635    17267     34 | 51.037 % |
31.78/84.92	c 85	|     23034 |   11836   430009  1260843 |  1740898    23033     34 | 51.037 % |
42.50/95.74	c 96	|     31684 |   11836   430009  1260843 |  1914988    31683     37 | 51.037 % |
63.32/116.74	c 117	|     44659 |   11836   430009  1260843 |  2106487    44658     39 | 51.037 % |
99.52/153.27	c 153	|     64120 |   11836   430009  1260843 |  2317136    64119     41 | 51.037 % |
147.41/201.57	c 202	|     93312 |   11836   430009  1260843 |  2548849    93311     38 | 51.037 % |
236.78/291.65	c 292	|    137101 |   11836   430009  1260843 |  2803734   137100     40 | 51.037 % |
409.01/465.24	c 465	|    202786 |   11836   430009  1260843 |  3084108   202785     42 | 51.037 % |
657.38/715.66	c 716	|    301314 |   11836   430009  1260843 |  3392518   301313     40 | 51.037 % |
1177.93/1240.34	c 1240	|    449106 |   11836   430009  1260843 |  3731770   449105     42 | 51.037 % |
2188.49/2258.90	c 2259	|    670789 |   11836   430009  1260843 |  4104947   670788     44 | 51.037 % |
3600.01/3681.61	c ERROR INTERRUPTED
3600.01/3681.67	c 3682	CPU 3598.71 (0.06 0.03 3598.65 1.32)
3600.01/3681.67	c 3682	END Wed Jul 23 01:19:54 2008

Verifier Data (download as text)

OK	124	1064
124 unsatisfied constraints, 1064 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-1127379-1216765112/watcher-1127379-1216765112 -o /tmp/evaluation-result-1127379-1216765112/solver-1127379-1216765112 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127379-1216765112.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.91 4/75 3815
/proc/meminfo: memFree=1276744/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=12272 CPUtime=0
/proc/3815/stat : 3815 (sugar++) R 3813 3815 3641 0 -1 4194304 357 0 0 0 0 0 0 0 18 0 1 0 3597398 12566528 325 996147200 4194304 4206940 548682068528 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 0 0 0
/proc/3815/statm: 3068 327 246 3 0 168 0

[startup+0.028309 s]
/proc/loadavg: 2.00 1.99 1.91 4/75 3815
/proc/meminfo: memFree=1276744/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=13072 CPUtime=0.02
/proc/3815/stat : 3815 (sugar++) R 3813 3815 3641 0 -1 4194304 644 0 0 0 2 0 0 0 18 0 1 0 3597398 13385728 612 996147200 4194304 4206940 548682068528 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 0 0 0
/proc/3815/statm: 3268 612 316 3 0 368 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13072

[startup+0.101317 s]
/proc/loadavg: 2.00 1.99 1.91 4/75 3815
/proc/meminfo: memFree=1276744/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=16740 CPUtime=0.06
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 3597398 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3815/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301336 s]
/proc/loadavg: 2.00 1.99 1.91 4/75 3815
/proc/meminfo: memFree=1276744/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=16740 CPUtime=0.06
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1219 128 0 0 5 1 0 0 17 0 1 0 3597398 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3815/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701393 s]
/proc/loadavg: 2.00 1.99 1.91 4/75 3815
/proc/meminfo: memFree=1276744/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=16740 CPUtime=0.6
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1296 4710 0 1 5 1 50 4 16 0 1 0 3597398 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3815/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16740

[startup+1.50149 s]
/proc/loadavg: 2.00 1.99 1.91 3/82 3838
/proc/meminfo: memFree=1581904/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=16740 CPUtime=0.6
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1297 4710 0 1 5 1 50 4 16 0 1 0 3597398 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3815/statm: 4185 1104 409 3 0 764 0
[pid=3829] ppid=3815 vsize=5356 CPUtime=0
/proc/3829/stat : 3829 (sh) S 3815 3815 3641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3597452 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3829/statm: 1339 233 193 169 0 50 0
[pid=3830] ppid=3829 vsize=868936 CPUtime=1.15
/proc/3830/stat : 3830 (java) S 3829 3815 3641 0 -1 0 7068 0 1 0 110 5 0 0 20 0 9 0 3597453 889790464 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3830/statm: 217234 6223 2563 9 0 211781 0
[pid=3830/tid=3831] ppid=3829 vsize=868936 CPUtime=0.81
/proc/3830/task/3831/stat : 3831 (java) R 3829 3815 3641 0 -1 64 2788 0 1 0 80 1 0 0 17 0 9 0 3597454 889790464 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3830/tid=3832] ppid=3829 vsize=868936 CPUtime=0.09
/proc/3830/task/3832/stat : 3832 (java) S 3829 3815 3641 0 -1 64 2059 0 0 0 8 1 0 0 16 0 9 0 3597455 889790464 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3830/tid=3833] ppid=3829 vsize=868936 CPUtime=0
/proc/3830/task/3833/stat : 3833 (java) S 3829 3815 3641 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 3597455 889790464 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3830/tid=3834] ppid=3829 vsize=868936 CPUtime=0
/proc/3830/task/3834/stat : 3834 (java) S 3829 3815 3641 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3597455 889790464 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3830/tid=3835] ppid=3829 vsize=868936 CPUtime=0
/proc/3830/task/3835/stat : 3835 (java) S 3829 3815 3641 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3597457 889790464 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3830/tid=3836] ppid=3829 vsize=868936 CPUtime=0.22
/proc/3830/task/3836/stat : 3836 (java) S 3829 3815 3641 0 -1 64 1529 0 0 0 21 1 0 0 16 0 9 0 3597457 889790464 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3830/tid=3837] ppid=3829 vsize=868936 CPUtime=0
/proc/3830/task/3837/stat : 3837 (java) S 3829 3815 3641 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3597457 889790464 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3830/tid=3838] ppid=3829 vsize=868936 CPUtime=0
/proc/3830/task/3838/stat : 3838 (java) S 3829 3815 3641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3597457 889790464 6223 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 891032

[startup+3.10269 s]
/proc/loadavg: 2.00 1.99 1.91 2/82 3838
/proc/meminfo: memFree=1571792/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=16740 CPUtime=0.6
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1297 4710 0 1 5 1 50 4 16 0 1 0 3597398 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3815/statm: 4185 1104 409 3 0 764 0
[pid=3829] ppid=3815 vsize=5356 CPUtime=0
/proc/3829/stat : 3829 (sh) S 3815 3815 3641 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3597452 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3829/statm: 1339 233 193 169 0 50 0
[pid=3830] ppid=3829 vsize=868936 CPUtime=2.75
/proc/3830/stat : 3830 (java) S 3829 3815 3641 0 -1 0 7615 0 1 0 255 20 0 0 20 0 9 0 3597453 889790464 6231 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3830/statm: 217234 6231 2563 9 0 211781 0
[pid=3830/tid=3831] ppid=3829 vsize=868936 CPUtime=2.27
/proc/3830/task/3831/stat : 3831 (java) R 3829 3815 3641 0 -1 64 3326 0 1 0 214 13 0 0 19 0 9 0 3597454 889790464 6231 996147200 134512640 134550740 4294955920 18446744073709551615 4126529335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3830/tid=3832] ppid=3829 vsize=868936 CPUtime=0.21
/proc/3830/task/3832/stat : 3832 (java) S 3829 3815 3641 0 -1 64 2059 0 0 0 17 4 0 0 16 0 9 0 3597455 889790464 6231 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3830/tid=3833] ppid=3829 vsize=868936 CPUtime=0
/proc/3830/task/3833/stat : 3833 (java) S 3829 3815 3641 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 3597455 889790464 6231 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3830/tid=3834] ppid=3829 vsize=868936 CPUtime=0
/proc/3830/task/3834/stat : 3834 (java) S 3829 3815 3641 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3597455 889790464 6231 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3830/tid=3835] ppid=3829 vsize=868936 CPUtime=0
/proc/3830/task/3835/stat : 3835 (java) S 3829 3815 3641 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3597457 889790464 6231 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3830/tid=3836] ppid=3829 vsize=868936 CPUtime=0.24
/proc/3830/task/3836/stat : 3836 (java) S 3829 3815 3641 0 -1 64 1538 0 0 0 23 1 0 0 16 0 9 0 3597457 889790464 6231 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3830/tid=3837] ppid=3829 vsize=868936 CPUtime=0
/proc/3830/task/3837/stat : 3837 (java) S 3829 3815 3641 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3597457 889790464 6231 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3830/tid=3838] ppid=3829 vsize=868936 CPUtime=0
/proc/3830/task/3838/stat : 3838 (java) S 3829 3815 3641 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3597457 889790464 6231 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 891032

[startup+6.30209 s]
/proc/loadavg: 2.00 1.99 1.91 3/85 3887
/proc/meminfo: memFree=1453368/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=4.78
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1565 13091 0 2 6 2 432 38 15 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=81276 CPUtime=1.55
/proc/3887/stat : 3887 (minisat-inc) S 3815 3815 3641 0 -1 4194304 19695 0 0 0 142 13 0 0 25 0 1 0 3597854 83226624 19643 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 1 0 0
/proc/3887/statm: 20319 19643 80 151 0 20165 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 98276

[startup+12.7019 s]
/proc/loadavg: 2.08 2.00 1.92 2/77 3911
/proc/meminfo: memFree=1360176/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.02
/proc/3815/stat : 3815 (sugar++) D 3813 3815 3641 0 -1 4194304 1582 17032 0 3 6 2 454 40 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=81276 CPUtime=1.55
/proc/3887/stat : 3887 (minisat-inc) S 3815 3815 3641 0 -1 4194304 19695 0 0 0 142 13 0 0 15 0 1 0 3597854 83226624 19643 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/3887/statm: 20319 19643 80 151 0 20165 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 98276

[startup+25.5015 s]
/proc/loadavg: 2.37 2.07 1.94 2/77 3923
/proc/meminfo: memFree=1359032/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.02
/proc/3815/stat : 3815 (sugar++) D 3813 3815 3641 0 -1 4194304 1582 17032 0 3 6 2 454 40 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=81276 CPUtime=1.55
/proc/3887/stat : 3887 (minisat-inc) S 3815 3815 3641 0 -1 4194304 19695 0 0 0 142 13 0 0 15 0 1 0 3597854 83226624 19643 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/3887/statm: 20319 19643 80 151 0 20165 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 98276

[startup+51.1017 s]
/proc/loadavg: 2.65 2.16 1.97 2/77 3935
/proc/meminfo: memFree=1360056/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.02
/proc/3815/stat : 3815 (sugar++) D 3813 3815 3641 0 -1 4194304 1582 17032 0 3 6 2 454 40 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228044018729 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=81276 CPUtime=1.55
/proc/3887/stat : 3887 (minisat-inc) S 3815 3815 3641 0 -1 4194304 19695 0 0 0 142 13 0 0 15 0 1 0 3597854 83226624 19643 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563648864 0 0 17 0 0 0
/proc/3887/statm: 20319 19643 80 151 0 20165 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 98276

[startup+102.306 s]
/proc/loadavg: 2.55 2.23 2.01 3/77 3957
/proc/meminfo: memFree=1361000/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=82220 CPUtime=43.53
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 19940 0 0 0 4339 14 0 0 25 0 1 0 3597854 84193280 19884 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 20555 19884 80 151 0 20401 0
Current children cumulated CPU time (s) 49.04
Current children cumulated vsize (KiB) 99220

[startup+162.301 s]
/proc/loadavg: 2.20 2.19 2.00 3/77 3957
/proc/meminfo: memFree=1361144/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=82480 CPUtime=103.04
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 20012 0 0 0 10289 15 0 0 25 0 1 0 3597854 84459520 19947 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 20620 19947 80 151 0 20466 0
Current children cumulated CPU time (s) 108.55
Current children cumulated vsize (KiB) 99480

[startup+222.302 s]
/proc/loadavg: 2.07 2.15 2.00 3/77 3957
/proc/meminfo: memFree=1360824/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=82960 CPUtime=162.53
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 20085 0 0 0 16238 15 0 0 25 0 1 0 3597854 84951040 20020 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 20740 20020 80 151 0 20586 0
Current children cumulated CPU time (s) 168.04

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

[pid=3887] ppid=3815 vsize=215228 CPUtime=2841.13
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 52476 0 0 0 284044 69 0 0 25 0 1 0 3597854 220393472 52403 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 53807 52403 80 151 0 53653 0
Current children cumulated CPU time (s) 2846.64
Current children cumulated vsize (KiB) 232228

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1176448/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=217476 CPUtime=2900.66
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 52955 0 0 0 289996 70 0 0 25 0 1 0 3597854 222695424 52882 996147200 134512640 135134323 4294956192 18446744073709551615 134532035 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 54369 52882 80 151 0 54215 0
Current children cumulated CPU time (s) 2906.17
Current children cumulated vsize (KiB) 234476

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1172096/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=219324 CPUtime=2960.18
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 53441 0 0 0 295947 71 0 0 25 0 1 0 3597854 224587776 53368 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 54831 53368 80 151 0 54677 0
Current children cumulated CPU time (s) 2965.69
Current children cumulated vsize (KiB) 236324

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1167424/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=221336 CPUtime=3019.71
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 53953 0 0 0 301899 72 0 0 25 0 1 0 3597854 226648064 53880 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 55334 53880 80 151 0 55180 0
Current children cumulated CPU time (s) 3025.22
Current children cumulated vsize (KiB) 238336

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1164672/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=224184 CPUtime=3079.25
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 54624 0 0 0 307852 73 0 0 25 0 1 0 3597854 229564416 54551 996147200 134512640 135134323 4294956192 18446744073709551615 134532164 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 56046 54551 80 151 0 55892 0
Current children cumulated CPU time (s) 3084.76
Current children cumulated vsize (KiB) 241184

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1162560/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=226172 CPUtime=3138.79
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 55134 0 0 0 313805 74 0 0 25 0 1 0 3597854 231600128 55061 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 56543 55061 80 151 0 56389 0
Current children cumulated CPU time (s) 3144.3
Current children cumulated vsize (KiB) 243172

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1160576/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=228028 CPUtime=3198.33
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 55628 0 0 0 319759 74 0 0 25 0 1 0 3597854 233500672 55555 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 57007 55555 80 151 0 56853 0
Current children cumulated CPU time (s) 3203.84
Current children cumulated vsize (KiB) 245028

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1158656/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=229876 CPUtime=3257.87
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 56101 0 0 0 325712 75 0 0 25 0 1 0 3597854 235393024 56028 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 57469 56028 80 151 0 57315 0
Current children cumulated CPU time (s) 3263.38
Current children cumulated vsize (KiB) 246876

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1156416/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=232004 CPUtime=3317.39
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 56639 0 0 0 331663 76 0 0 25 0 1 0 3597854 237572096 56566 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 58001 56566 80 151 0 57847 0
Current children cumulated CPU time (s) 3322.9
Current children cumulated vsize (KiB) 249004

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1154240/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=234032 CPUtime=3376.92
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 57127 0 0 0 337615 77 0 0 25 0 1 0 3597854 239648768 57054 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 58508 57054 80 151 0 58354 0
Current children cumulated CPU time (s) 3382.43
Current children cumulated vsize (KiB) 251032

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1152256/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=236012 CPUtime=3436.46
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 57632 0 0 0 343568 78 0 0 25 0 1 0 3597854 241676288 57559 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 59003 57559 80 151 0 58849 0
Current children cumulated CPU time (s) 3441.97
Current children cumulated vsize (KiB) 253012

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 3963
/proc/meminfo: memFree=1150016/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=238156 CPUtime=3495.98
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 58165 0 0 0 349519 79 0 0 25 0 1 0 3597854 243871744 58092 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 59539 58092 80 151 0 59385 0
Current children cumulated CPU time (s) 3501.49
Current children cumulated vsize (KiB) 255156

[startup+3642.3 s]
/proc/loadavg: 2.52 2.13 2.04 3/76 4043
/proc/meminfo: memFree=1198608/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=240148 CPUtime=3555.5
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 58660 0 0 0 355469 81 0 0 25 0 1 0 3597854 245911552 58587 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 60037 58587 80 151 0 59883 0
Current children cumulated CPU time (s) 3561.01
Current children cumulated vsize (KiB) 257148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3681.6 s]
/proc/loadavg: 2.35 2.14 2.05 3/76 4043
/proc/meminfo: memFree=1198288/2055920 swapFree=4192956/4192956
[pid=3815] ppid=3813 vsize=17000 CPUtime=5.51
/proc/3815/stat : 3815 (sugar++) S 3813 3815 3641 0 -1 4194304 1724 24910 0 5 6 3 496 46 16 0 1 0 3597398 17408000 1149 996147200 4194304 4206940 548682068528 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3815/statm: 4250 1149 414 3 0 829 0
[pid=3887] ppid=3815 vsize=241368 CPUtime=3594.5
/proc/3887/stat : 3887 (minisat-inc) R 3815 3815 3641 0 -1 4194304 58956 0 0 0 359369 81 0 0 25 0 1 0 3597854 247160832 58883 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/3887/statm: 60342 58883 80 151 0 60188 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 258368

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

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

Child status: 0
Real time (s): 3681.67
CPU time (s): 3600.1
CPU user time (s): 3598.72
CPU system time (s): 1.37779
CPU usage (%): 97.7843
Max. virtual memory (cumulated for all children) (KiB): 891032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.72
system time used= 1.37779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85669
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8617
involuntary context switches= 83098

runsolver used 3.69944 second user time and 9.97948 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-23 00:18:32
IDJOB=1127379
IDBENCH=63323
IDSOLVER=367
FILE ID=node77/1127379-1216765112
PBS_JOBID= 7974089
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-80-1100-2000/normalized-cnf-3-80-1200-718249_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127379-1216765112/watcher-1127379-1216765112 -o /tmp/evaluation-result-1127379-1216765112/solver-1127379-1216765112 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127379-1216765112.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 52924a4b72387414c006e8389deb776b
RANDOM SEED=1073373559

node77.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.227
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.227
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:       1277232 kB
Buffers:         22988 kB
Cached:         419896 kB
SwapCached:          0 kB
Active:         492976 kB
Inactive:       239328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1277232 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             912 kB
Writeback:           0 kB
Mapped:         300532 kB
Slab:            31228 kB
Committed_AS:   355032 kB
PageTables:       2324 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= 66524 MiB
End job on node77 at 2008-07-23 01:19:56