Trace number 1112620

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)196 3600.34 3632.68

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen10.xml
MD5SUM07304cb7317cdf0b1877fc5044901f5a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints67
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
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.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 15:57:20 2008
0.00/0.04	c 0	PID 12203
0.00/0.04	c 0	HOST node82.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1112620-1215871040.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-1112620-1215871040.xml' 'HOME/temp.csp'
0.02/0.77	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.02/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.82	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.75/0.90	c 1	Parsing HOME/temp.csp
1.01/1.14	c 1	parsed 4790 expressions
1.01/1.15	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.18	c 1	MAX CSP: 4103 constraints
1.01/1.18	c 1	Converting to clausal form CSP
1.20/1.39	c 2	converted 890 (10%) expressions
1.80/1.96	c 2	converted 1780 (20%) expressions
2.29/2.45	c 3	converted 2669 (30%) expressions
2.80/2.92	c 3	converted 3559 (40%) expressions
3.20/3.37	c 4	converted 4448 (50%) expressions
3.68/3.81	c 4	converted 5338 (60%) expressions
4.09/4.20	c 4	converted 6228 (70%) expressions
4.48/4.67	c 5	converted 7117 (80%) expressions
4.98/5.10	c 5	converted 8007 (90%) expressions
5.77/5.96	c 6	converted 8896 (100%) expressions
5.77/5.96	c 6	CSP : 8886 integers, 340 booleans, 13328 clauses, largest domain size 6155
5.77/5.96	c 6	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.77/5.96	c 6	Propagation in CSP
5.98/6.14	c 6	4099 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.98/6.15	c 6	CSP : 8886 integers, 340 booleans, 13328 clauses, largest domain size 4104
5.98/6.15	c 6	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.98/6.16	c 6	Simplifing CSP by introducing new Boolean variables
6.08/6.20	c 6	CSP : 8886 integers, 8534 booleans, 21522 clauses, largest domain size 4104
6.08/6.20	c 6	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.18/6.31	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.38/6.57	c 7	889 (10%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.38/6.57	c 7	1778 (20%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.38/6.57	c 7	2666 (30%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.38/6.57	c 7	3555 (40%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.38/6.57	c 7	4443 (50%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.38/6.58	c 7	5332 (60%) CSP integer variables are encoded (33846 clauses, 486090 bytes)
6.38/6.59	c 7	6221 (70%) CSP integer variables are encoded (41491 clauses, 600765 bytes)
6.48/6.61	c 7	7109 (80%) CSP integer variables are encoded (51983 clauses, 758145 bytes)
6.48/6.62	c 7	7998 (90%) CSP integer variables are encoded (60165 clauses, 880875 bytes)
6.48/6.69	c 7	8886 (100%) CSP integer variables are encoded (115781 clauses, 1763550 bytes)
6.78/6.96	c 7	2153 (10%) CSP clauses are encoded (161493 clauses, 2714685 bytes)
6.97/7.17	c 7	4305 (20%) CSP clauses are encoded (202996 clauses, 3590249 bytes)
7.27/7.40	c 8	6457 (30%) CSP clauses are encoded (249813 clauses, 4585137 bytes)
7.37/7.59	c 8	8609 (40%) CSP clauses are encoded (290519 clauses, 5470344 bytes)
7.66/7.80	c 8	10761 (50%) CSP clauses are encoded (331177 clauses, 6388314 bytes)
7.87/8.00	c 8	12914 (60%) CSP clauses are encoded (373141 clauses, 7337065 bytes)
8.46/8.65	c 9	15066 (70%) CSP clauses are encoded (728562 clauses, 14892280 bytes)
10.33/10.58	c 11	17218 (80%) CSP clauses are encoded (1813548 clauses, 38080219 bytes)
15.74/16.59	c 17	19370 (90%) CSP clauses are encoded (4999346 clauses, 106410612 bytes)
48.90/52.74	c 53	21522 (100%) CSP clauses are encoded (21602276 clauses, 495946781 bytes)
48.90/52.74	c 53	21522 CSP clauses encoded
48.90/52.74	c 53	Writing map file : HOME/temp.map
48.98/52.81	c 53	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.98/52.81	c 53	SAT : 133201 SAT variables, 21602276 SAT clauses, 495946781 bytes
48.98/52.81	c 53	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.98/52.84	c 53	OBJECTIVE minimize _COST
48.98/52.84	c 53	OBJECTIVE BOUND: 0 <= _COST <= 
48.98/52.84	c 53	SEARCHING: _COST <= 2052
48.98/52.84	c 53	SOLVING HOME/temp.cnf
48.98/52.84	c 53	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
48.98/52.85	c 53	This is MiniSat 2.0 beta
48.98/52.85	c 53	WARNING: for repeatability, setting FPU to use double precision
48.98/52.85	c 53	============================[ Problem Statistics ]=============================
48.98/52.85	c 53	|                                                                             |
48.98/52.85	c 53	|  Number of variables:  133201                                               |
48.98/52.85	c 53	|  Number of clauses:    21602277                                             |
59.78/63.75	c 64	|  Parsing time:         9.44         s                                       |
104.53/108.96	c 109	============================[ Search Statistics ]==============================
104.53/108.96	c 109	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
104.53/108.96	c 109	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
104.53/108.96	c 109	===============================================================================
104.53/108.96	c 109	|         0 |  106538 13813775 41202368 |  4604591        0    nan |  0.000 % |
106.62/111.08	c 111	|       100 |  106538 13813775 41202368 |  5065050      100     99 | 20.017 % |
107.31/111.78	c 112	|       251 |  106538 13813775 41202368 |  5571555      251     45 | 20.017 % |
109.69/114.12	c 114	|       477 |  106538 13813775 41202368 |  6128711      477     56 | 20.017 % |
110.39/114.86	c 115	===============================================================================
110.39/114.87	c 115	restarts              : 4
110.39/114.87	c 115	conflicts             : 680            (11 /sec)
110.39/114.87	c 115	decisions             : 20829          (0.66 % random) (347 /sec)
110.39/114.87	c 115	propagations          : 2309023        (38436 /sec)
110.39/114.87	c 115	conflict literals     : 29412          (16.69 % deleted)
110.39/114.87	c 115	Memory used           : 838.28 MB
110.39/114.87	c 115	CPU time              : 60.0739 s
110.39/114.87	c 115	
110.49/114.92	c 115	SATISFIABLE
110.59/115.04	c 115	FOUND: _COST <= 2052
110.59/115.04	s SATISFIABLE
110.59/115.04	c 115	DECODING HOME/temp.out WITH HOME/temp.map
110.59/115.04	c 115	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
110.64/115.13	c 115	Decoding HOME/temp.out
111.07/115.54	c 116	OBJECTIVE _COST 1396
111.07/115.54	o 1396
111.07/115.56	v 792 554 352 792 156 792 792 554 394 156 352 114 366 142 156 394 792 792 338 156 428 44 792 554 414 652 16 352 296 526 156 394 554 792 100 792 254 16 792 554 470 58 680 708 380 156 792 100 792 554 156 792 778 540 380 16 100 338 736 792 338 100 268 310 694 680 442 30 394 156 16 792 16 554 554 554 296 58 310 72 254 394 366 128 16 254 526 296 526 764 352 114 352 442 338 156 694 456 156 16 324 666 694 456 792 792 394 792 512 680 428 114 414 652 736 792 498 736 114 352 30 268 456 694 72 310 792 554 156 128 338 100 792 792 456 44 352 114 792 792 394 156 366 128 792 792 156 792 554 792 86 324 792 554 282 44 792 554 170 408 142 352 792 554 442 156 30 30 554 792 792 694 72 310 394 156 666 498 680 428 722 44 470 296 352 114 722 44 394 254 498 30 156 86 792 722 86 114 526 764 792 792 428 694 366 58 428 792 414 652 296 58 540 778 470 778 142 380 142 142 778 778 72 310 142 380 722 484 484 722 778 540 282 30 792 792 30 268 708 470 456 694 722 484 540 778 310 72 540 778 540 778 792 554 366 142 142 428 442 680 114 352 394 156 142 296 296 58 310 72 540 778 338 100 338 778 778 540 778 778 142 778 100 310 86 324 778 540 394 156 540 778 792 792 470 708 142 380 296 30 778 540 142 268 778 540 324 86 694 456 30 268 540 778 442 680 540 778 282 142 750 512 512 750 778 540 58 778 778 540 792 352 352 114 100 338 778 484 764 526 58 142 680 442 554 792 156 792 708 470 554 792 156 380 708 470 792 792 128 310 156 414 58 484 792 680 792 554 324 44 72 114 540 540 324 58 540 778 86 324 540 778 456 428 680 778 58 296 778 484 282 100 394 156 792 792 694 694 484 722 792 554 792 792 778 540 30 44 142 380 540 722 778 540 778 778 30 268 778 540 498 128 414 652 778 778 540 778 366 128 764 526 540 778 680 442 114 352 778 58 498 736 30 282 540 778 58 58 666 428 750 512 778 380 540 736 540 778 142 394 156 86 268 30 792 792 282 44 128 366 44 282 282 394 30 268 778 540 268 380 540 778 526 86 380 142 778 540 310 72 750 778 142 86 554 792 338 100 512 16 394 156 394 156 394 156 114 792 44 484 792 792 442 470 708 456 778 778 540 694 540 778 310 72 778 778 296 58 540 778 30 58 778 540 44 282 526 764 778 540 456 694 540 778 380 142 142 540 680 442 156 394 352 792 44 282 666 428 554 792 30 268 380 142 498 736 778 540 456 268 142 778 428 778 778 512 540 268 736 114 142 380 44 142 778 540 380 142 394 156 778 540 324 86 778 778 380 142 380 428 142 310 778 540 58 778 484 722 86 324 296 58 540 778 44 484 310 72 554 792 268 792 694 456 86 324 128 366 100 142 554 58 792 792 86 380 778 540 484 722 512 156 540 778 456 142 30 268 142 338 114 352 708 470 338 778 778 540 44 456 680 310 338 778 72 778 498 352 540 778 652 792 722 540 268 792 778 778 156 394
111.07/115.57	c 116	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
111.13/115.62	c 116	OBJECTIVE BOUND: 0 <= _COST <= 1396
111.13/115.62	c 116	SEARCHING: _COST <= 698
111.13/115.62	c 116	SOLVING HOME/temp.cnf
111.13/115.62	c 116	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
111.13/115.62	c 116	This is MiniSat 2.0 beta
111.13/115.62	c 116	WARNING: for repeatability, setting FPU to use double precision
111.13/115.62	c 116	============================[ Problem Statistics ]=============================
111.13/115.62	c 116	|                                                                             |
111.13/115.62	c 116	|  Number of variables:  133201                                               |
111.13/115.62	c 116	|  Number of clauses:    21602277                                             |
122.24/126.87	c 127	|  Parsing time:         9.85         s                                       |
186.26/191.30	c 191	============================[ Search Statistics ]==============================
186.26/191.30	c 191	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
186.26/191.30	c 191	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
186.26/191.30	c 191	===============================================================================
186.26/191.30	c 191	|         0 |   86598  6490804 19291921 |  2163601        0    nan |  0.000 % |
187.74/192.74	c 193	|       100 |   86598  6490804 19291921 |  2379961      100     74 | 34.987 % |
188.34/193.39	c 194	|       250 |   86598  6490804 19291921 |  2617957      250     41 | 34.987 % |
189.24/194.23	c 194	|       476 |   86598  6490804 19291921 |  2879753      476     41 | 34.987 % |
191.23/196.26	c 196	|       813 |   86598  6490804 19291921 |  3167728      813     44 | 34.987 % |
192.52/197.53	c 198	|      1320 |   86598  6490804 19291921 |  3484501     1320     46 | 34.987 % |
196.69/201.77	c 202	|      2079 |   86598  6490804 19291921 |  3832951     2079     52 | 34.987 % |
199.08/204.18	c 204	|      3218 |   86598  6490804 19291921 |  4216246     3218     62 | 34.987 % |
204.95/210.07	c 210	|      4928 |   86598  6490804 19291921 |  4637871     4928     66 | 34.987 % |
215.18/220.39	c 221	|      7491 |   86598  6490804 19291921 |  5101658     7491     82 | 34.987 % |
240.02/245.31	c 245	|     11335 |   86598  6490804 19291921 |  5611824    11335     92 | 34.987 % |
241.50/246.80	c 247	===============================================================================
241.50/246.81	c 247	restarts              : 11
241.50/246.81	c 247	conflicts             : 12021          (93 /sec)
241.50/246.81	c 247	decisions             : 35908          (0.85 % random) (278 /sec)
241.50/246.81	c 247	propagations          : 36702230       (284416 /sec)
241.50/246.81	c 247	conflict literals     : 1063706        (13.92 % deleted)
241.50/246.81	c 247	Memory used           : 854.10 MB
241.50/246.81	c 247	CPU time              : 129.044 s
241.50/246.81	c 247	
241.50/246.86	c 247	SATISFIABLE
241.61/246.98	c 247	FOUND: _COST <= 698
241.61/246.98	c 247	DECODING HOME/temp.out WITH HOME/temp.map
241.61/246.98	c 247	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
241.69/247.07	c 247	Decoding HOME/temp.out
242.09/247.47	c 248	OBJECTIVE _COST 698
242.09/247.47	o 698
242.09/247.50	v 394 156 296 58 156 394 338 16 254 16 540 778 540 778 156 394 380 142 554 792 442 680 72 310 296 58 708 470 142 380 792 792 526 764 414 652 554 792 366 156 380 142 470 708 268 30 310 72 156 394 736 498 778 540 736 338 30 652 100 652 394 156 666 428 792 666 792 792 708 44 792 428 16 254 512 750 310 72 708 470 380 338 310 72 792 792 380 142 554 792 310 72 680 540 324 86 694 456 310 72 554 792 652 414 792 652 792 100 792 428 526 142 792 554 736 498 470 708 86 324 44 282 296 58 156 792 792 554 156 30 470 708 282 44 484 16 338 16 680 268 394 156 792 30 792 554 128 366 268 30 16 792 792 554 128 366 792 694 170 408 44 282 554 792 16 254 128 792 414 792 484 792 16 254 554 394 16 792 540 778 722 484 394 156 352 792 282 44 394 156 296 58 156 394 792 554 792 554 86 324 792 554 72 310 268 792 540 100 750 512 380 414 540 778 540 778 142 380 282 44 778 540 310 778 142 442 540 540 484 722 778 380 540 778 540 778 100 338 142 778 512 142 722 484 540 778 30 58 540 778 540 778 680 442 380 142 86 324 470 750 470 156 296 58 708 470 324 100 512 750 708 470 380 142 484 722 778 540 72 310 694 456 324 86 324 86 778 310 792 792 778 540 268 30 470 708 694 456 540 778 142 380 708 470 778 540 456 694 30 268 394 156 442 680 666 484 428 30 296 58 540 778 680 442 142 380 694 456 86 324 498 736 338 100 114 352 540 778 540 778 86 324 694 456 554 792 30 268 554 792 792 554 394 156 750 512 792 554 86 324 142 380 156 394 792 554 470 708 324 86 708 470 366 128 324 86 666 778 296 58 540 778 456 694 540 778 296 58 58 296 282 44 310 72 44 282 778 456 792 554 484 722 380 142 694 456 778 540 100 338 114 352 778 540 778 540 778 540 778 540 484 722 394 156 310 72 142 380 722 540 722 484 442 680 680 442 380 142 778 540 708 470 778 540 100 338 282 44 722 484 156 394 778 540 484 722 380 778 156 394 554 792 380 792 554 792 442 680 30 268 764 652 268 30 58 310 86 324 540 778 324 86 778 778 380 142 778 540 72 310 456 694 380 142 792 554 792 554 540 16 156 394 442 680 310 44 554 792 554 792 128 792 44 156 764 526 680 442 456 694 540 778 296 58 484 722 16 254 540 778 366 128 296 58 456 694 526 764 694 456 456 694 778 540 540 778 86 324 708 470 484 722 142 428 86 324 58 30 498 736 540 778 72 30 100 338 778 58 498 324 778 778 366 128 778 540 380 142 540 778 142 380 86 324 778 540 380 142 338 100 722 484 282 44 778 778 484 380 540 778 142 380 442 680 72 310 666 778 128 484 792 554 142 380 540 778 156 86 394 792 58 44 792 554 114 352 156 394 142 380 554 792 708 470 778 540 72 310 470 708 792 554 352 114 442 680 778 540 778 540 778 540 142 380 540 778 44 44 708 470 142 380 142 380 310 72 470 708 142 380 282 44 722 484 156 30 142 380 394 156
242.09/247.50	c 248	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
242.18/247.51	c 248	OBJECTIVE BOUND: 0 <= _COST <= 698
242.18/247.51	c 248	SEARCHING: _COST <= 349
242.18/247.51	c 248	SOLVING HOME/temp.cnf
242.18/247.51	c 248	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
242.18/247.51	c 248	This is MiniSat 2.0 beta
242.18/247.51	c 248	WARNING: for repeatability, setting FPU to use double precision
242.18/247.52	c 248	============================[ Problem Statistics ]=============================
242.18/247.52	c 248	|                                                                             |
242.18/247.52	c 248	|  Number of variables:  133201                                               |
242.18/247.52	c 248	|  Number of clauses:    21602277                                             |
253.43/258.85	c 259	|  Parsing time:         9.87         s                                       |
321.52/327.36	c 328	============================[ Search Statistics ]==============================
321.52/327.36	c 328	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
321.52/327.36	c 328	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
321.52/327.36	c 328	===============================================================================
321.52/327.36	c 328	|         0 |   79517  3650968 10793307 |  1216989        0    nan |  0.000 % |
322.91/328.78	c 329	|       101 |   79517  3650968 10793307 |  1338688      101     59 | 40.303 % |
323.30/329.13	c 329	|       251 |   79517  3650968 10793307 |  1472557      251     46 | 40.303 % |
324.29/330.19	c 330	|       476 |   79517  3650968 10793307 |  1619812      476     49 | 40.303 % |
326.19/332.02	c 332	|       815 |   79517  3650968 10793307 |  1781794      815     57 | 40.303 % |
329.17/335.08	c 335	|      1321 |   79517  3650968 10793307 |  1959973     1321     58 | 40.303 % |
330.76/336.61	c 337	|      2081 |   79517  3650968 10793307 |  2155970     2081     58 | 40.303 % |
337.02/342.98	c 343	|      3221 |   79517  3650968 10793307 |  2371567     3221     62 | 40.303 % |
342.29/348.27	c 348	|      4931 |   79517  3650968 10793307 |  2608724     4931     66 | 40.303 % |
354.12/360.19	c 360	|      7494 |   79517  3650968 10793307 |  2869597     7494     68 | 40.303 % |
367.64/373.71	c 374	|     11341 |   79517  3650968 10793307 |  3156556    11341     80 | 40.303 % |
392.69/398.99	c 399	|     17107 |   79517  3650968 10793307 |  3472212    17107     80 | 40.303 % |
424.10/430.55	c 431	|     25756 |   79517  3650968 10793307 |  3819433    25756     89 | 40.303 % |
485.64/492.44	c 493	|     38731 |   79517  3650968 10793307 |  4201377    38731     86 | 40.303 % |
550.45/557.69	c 558	|     58195 |   79517  3650968 10793307 |  4621514    58195     74 | 40.303 % |
675.70/683.60	c 684	|     87387 |   79517  3650968 10793307 |  5083666    87387     80 | 40.303 % |
858.49/867.54	c 868	|    131176 |   79517  3650968 10793307 |  5592033   131176     78 | 40.303 % |
1148.56/1159.37	c 1160	|    196861 |   79517  3650968 10793307 |  6151236   196861     92 | 40.303 % |
1615.26/1628.84	c 1629	|    295388 |   79517  3650968 10793307 |  6766360   295388     85 | 40.303 % |
2400.50/2418.54	c 2419	|    443177 |   79517  3650968 10793307 |  7442996   443177     89 | 40.303 % |
2403.30/2421.34	c 2421	===============================================================================
2403.30/2421.35	c 2421	restarts              : 20
2403.30/2421.35	c 2421	conflicts             : 443860         (206 /sec)
2403.30/2421.35	c 2421	decisions             : 530136         (1.23 % random) (245 /sec)
2403.30/2421.35	c 2421	propagations          : 1191275056     (551593 /sec)
2403.30/2421.35	c 2421	conflict literals     : 39353429       (26.00 % deleted)
2403.30/2421.35	c 2421	Memory used           : 866.29 MB
2403.30/2421.35	c 2421	CPU time              : 2159.7 s
2403.30/2421.35	c 2421	
2403.41/2421.40	c 2422	SATISFIABLE
2403.50/2421.53	c 2422	FOUND: _COST <= 349
2403.50/2421.53	c 2422	DECODING HOME/temp.out WITH HOME/temp.map
2403.50/2421.53	c 2422	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2403.54/2421.61	c 2422	Decoding HOME/temp.out
2403.54/2421.98	c 2422	OBJECTIVE _COST 349
2403.54/2421.98	o 349
2403.55/2422.00	v 470 708 554 792 694 456 268 30 338 16 296 58 296 58 156 394 554 792 296 58 394 156 792 554 554 792 156 394 142 526 722 484 366 128 442 680 554 792 366 128 380 142 470 708 268 30 310 72 792 554 156 394 778 540 352 114 16 254 736 498 352 114 792 554 16 16 428 792 338 100 736 652 16 254 498 736 254 16 142 380 156 394 366 16 58 296 324 86 792 554 338 156 58 428 554 792 156 394 554 792 428 666 694 484 554 792 428 666 792 554 380 142 792 554 792 554 442 708 142 296 58 296 792 554 324 86 708 470 254 16 470 708 282 44 470 708 268 30 114 352 442 680 456 694 86 324 86 324 414 114 16 254 792 554 792 554 30 366 170 408 58 296 380 142 380 142 282 44 554 792 456 694 58 296 380 142 792 442 652 414 156 394 554 792 324 86 254 16 414 254 352 114 156 394 792 554 708 470 394 156 456 694 296 470 352 114 282 44 792 512 554 792 540 778 540 778 128 324 30 268 778 540 100 338 128 366 694 456 484 722 778 540 338 100 792 554 44 282 708 470 456 694 30 470 540 778 296 58 540 722 540 778 792 554 380 142 86 324 484 722 72 16 652 792 296 282 310 72 778 114 708 470 30 268 484 722 778 540 72 310 694 456 58 296 128 324 778 540 380 142 540 778 498 792 456 694 142 380 296 58 778 540 142 380 778 540 456 694 30 268 30 268 442 680 540 778 540 778 310 44 708 470 680 442 736 498 142 380 778 540 394 156 554 792 86 324 540 778 540 778 30 268 694 456 554 792 156 394 498 736 792 554 394 156 750 512 44 282 86 324 142 380 156 394 792 554 394 694 540 778 708 470 380 142 310 72 778 778 352 58 380 142 470 708 540 778 296 58 666 428 268 30 296 58 44 282 30 142 792 554 484 722 394 156 694 456 778 540 114 352 114 352 778 778 722 484 778 540 778 540 456 694 394 156 310 72 142 380 366 142 750 512 666 694 666 428 380 142 778 540 708 470 540 778 44 282 296 58 778 540 142 338 778 540 498 722 540 778 128 366 324 86 268 30 792 554 442 680 30 282 30 268 156 394 72 310 778 540 142 380 540 778 442 680 296 58 778 540 142 366 512 750 380 142 792 554 554 792 456 694 394 156 296 666 380 666 792 792 792 380 142 86 282 380 778 484 666 428 456 694 540 778 296 58 778 778 310 72 540 778 296 58 296 58 310 128 526 764 694 456 456 694 778 540 310 72 86 324 708 470 484 722 128 254 58 296 666 428 554 792 540 778 366 142 100 338 58 380 498 736 540 778 380 142 778 540 338 100 540 778 128 366 86 324 778 540 380 142 338 100 722 484 128 366 540 778 380 142 540 778 142 380 442 680 44 282 442 680 72 484 554 792 708 470 142 72 498 736 324 86 554 792 72 310 722 484 680 442 142 380 296 58 156 394 778 540 778 540 394 156 58 296 484 722 380 142 86 324 44 282 86 324 708 470 310 72 540 778 142 380 680 442 540 778 540 778 380 142 778 540 554 792 722 484 268 30 142 380 86 324
2403.55/2422.01	c 2422	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2403.55/2422.05	c 2422	OBJECTIVE BOUND: 0 <= _COST <= 349
2403.55/2422.05	c 2422	SEARCHING: _COST <= 174
2403.55/2422.05	c 2422	SOLVING HOME/temp.cnf
2403.55/2422.05	c 2422	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2403.55/2422.05	c 2422	This is MiniSat 2.0 beta
2403.55/2422.05	c 2422	WARNING: for repeatability, setting FPU to use double precision
2403.55/2422.05	c 2422	============================[ Problem Statistics ]=============================
2403.55/2422.05	c 2422	|                                                                             |
2403.55/2422.05	c 2422	|  Number of variables:  133201                                               |
2403.55/2422.05	c 2422	|  Number of clauses:    21602277                                             |
2415.32/2433.60	c 2434	|  Parsing time:         10.02        s                                       |
2483.49/2502.55	c 2503	============================[ Search Statistics ]==============================
2483.49/2502.55	c 2503	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2483.49/2502.55	c 2503	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2483.49/2502.55	c 2503	===============================================================================
2483.49/2502.55	c 2503	|         0 |   74080  2061027  6039620 |   687009        0    nan |  0.000 % |
2484.77/2503.85	c 2504	|       100 |   74080  2061027  6039620 |   755709      100     53 | 44.385 % |
2485.16/2504.23	c 2504	|       250 |   74080  2061027  6039620 |   831280      250     47 | 44.385 % |
2486.34/2505.40	c 2506	|       476 |   74080  2061027  6039620 |   914408      476     40 | 44.385 % |
2487.33/2506.47	c 2507	|       814 |   74080  2061027  6039620 |  1005849      814     37 | 44.385 % |
2489.21/2508.38	c 2509	|      1322 |   74080  2061027  6039620 |  1106434     1322     38 | 44.385 % |
2491.98/2511.19	c 2511	|      2081 |   74080  2061027  6039620 |  1217078     2081     43 | 44.385 % |
2495.65/2514.81	c 2515	|      3221 |   74080  2061027  6039620 |  1338786     3221     57 | 44.385 % |
2502.16/2521.44	c 2522	|      4929 |   74080  2061027  6039620 |  1472664     4929     57 | 44.385 % |
2511.16/2530.57	c 2531	|      7491 |   74080  2061027  6039620 |  1619931     7491     49 | 44.385 % |
2525.78/2545.39	c 2546	|     11335 |   74080  2061027  6039620 |  1781924    11335     46 | 44.385 % |
2544.06/2563.80	c 2564	|     17101 |   74080  2061027  6039620 |  1960116    17101     42 | 44.385 % |
2575.09/2595.27	c 2595	|     25750 |   74080  2061027  6039620 |  2156128    25750     38 | 44.385 % |
2632.02/2652.82	c 2653	|     38725 |   74080  2061027  6039620 |  2371741    38725     52 | 44.385 % |
2699.91/2721.58	c 2722	|     58186 |   74080  2061027  6039620 |  2608915    58186     70 | 44.385 % |
2817.99/2841.01	c 2841	|     87378 |   74080  2061027  6039620 |  2869807    87378     72 | 44.385 % |
2967.31/2992.14	c 2992	|    131167 |   74080  2061027  6039620 |  3156787   131167     81 | 44.385 % |
3247.99/3276.13	c 3276	|    196853 |   74080  2061027  6039620 |  3472466   196853     77 | 44.385 % |
3600.03/3632.32	c ERROR INTERRUPTED
3600.15/3632.43	c 3633	CPU 2395.97 (0.06 0.03 2395.91 8.02)
3600.15/3632.43	c 3633	END Sat Jul 12 16:57:53 2008

Verifier Data (download as text)

OK	196	3907
196 unsatisfied constraints, 3907 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-1112620-1215871040/watcher-1112620-1215871040 -o /tmp/evaluation-result-1112620-1215871040/solver-1112620-1215871040 -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-1112620-1215871040.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.56 2.68 2.64 4/106 12203
/proc/meminfo: memFree=1827576/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=12272 CPUtime=0
/proc/12203/stat : 12203 (sugar) R 12201 12203 12166 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 43800992 12566528 365 996147200 4194304 4206940 548682068592 18446744073709551615 224264944229 0 0 4224 0 0 0 0 17 1 0 0
/proc/12203/statm: 3068 365 274 3 0 168 0

[startup+0.0503979 s]
/proc/loadavg: 2.56 2.68 2.64 4/106 12203
/proc/meminfo: memFree=1827576/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.02
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 898 127 0 0 2 0 0 0 16 0 1 0 43800992 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12203/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101407 s]
/proc/loadavg: 2.56 2.68 2.64 4/106 12203
/proc/meminfo: memFree=1827576/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.02
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 898 127 0 0 2 0 0 0 16 0 1 0 43800992 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12203/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301443 s]
/proc/loadavg: 2.56 2.68 2.64 4/106 12203
/proc/meminfo: memFree=1827576/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.02
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 898 127 0 0 2 0 0 0 16 0 1 0 43800992 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12203/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701525 s]
/proc/loadavg: 2.56 2.68 2.64 4/106 12203
/proc/meminfo: memFree=1827576/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.02
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 898 127 0 0 2 0 0 0 16 0 1 0 43800992 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12203/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+1.50268 s]
/proc/loadavg: 2.56 2.68 2.64 4/117 12225
/proc/meminfo: memFree=1819616/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.75
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 974 7094 0 1 2 1 67 5 15 0 1 0 43800992 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12203/statm: 3400 797 370 3 0 500 0
[pid=12216] ppid=12203 vsize=5356 CPUtime=0
/proc/12216/stat : 12216 (sh) S 12203 12203 12166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43801075 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12216/statm: 1339 233 193 169 0 50 0
[pid=12217] ppid=12216 vsize=864180 CPUtime=0.65
/proc/12217/stat : 12217 (java) S 12216 12203 12166 0 -1 0 4491 0 1 0 63 2 0 0 20 0 9 0 43801075 884920320 3909 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12217/statm: 216045 3909 1732 9 0 210620 0
[pid=12217/tid=12218] ppid=12216 vsize=864180 CPUtime=0.47
/proc/12217/task/12218/stat : 12218 (java) R 12216 12203 12166 0 -1 64 2666 0 1 0 46 1 0 0 25 0 9 0 43801076 884920320 3909 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12219] ppid=12216 vsize=864180 CPUtime=0.04
/proc/12217/task/12219/stat : 12219 (java) S 12216 12203 12166 0 -1 64 768 0 0 0 4 0 0 0 16 0 9 0 43801077 884920320 3909 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12220] ppid=12216 vsize=864180 CPUtime=0
/proc/12217/task/12220/stat : 12220 (java) S 12216 12203 12166 0 -1 64 9 0 0 0 0 0 0 0 24 0 9 0 43801077 884920320 3909 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12221] ppid=12216 vsize=864180 CPUtime=0
/proc/12217/task/12221/stat : 12221 (java) S 12216 12203 12166 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 43801077 884920320 3909 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12222] ppid=12216 vsize=864180 CPUtime=0
/proc/12217/task/12222/stat : 12222 (java) S 12216 12203 12166 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43801079 884920320 3909 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12223] ppid=12216 vsize=864180 CPUtime=0.11
/proc/12217/task/12223/stat : 12223 (java) R 12216 12203 12166 0 -1 64 365 0 0 0 11 0 0 0 16 0 9 0 43801079 884920320 3909 996147200 134512640 134550740 4294955936 18446744073709551615 103842171 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12224] ppid=12216 vsize=864180 CPUtime=0
/proc/12217/task/12224/stat : 12224 (java) S 12216 12203 12166 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43801079 884920320 3909 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12225] ppid=12216 vsize=864180 CPUtime=0
/proc/12217/task/12225/stat : 12225 (java) S 12216 12203 12166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43801079 884920320 3909 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883136

[startup+3.10298 s]
/proc/loadavg: 2.56 2.68 2.64 3/117 12225
/proc/meminfo: memFree=1811104/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.75
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 974 7094 0 1 2 1 67 5 15 0 1 0 43800992 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12203/statm: 3400 797 370 3 0 500 0
[pid=12216] ppid=12203 vsize=5356 CPUtime=0
/proc/12216/stat : 12216 (sh) S 12203 12203 12166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43801075 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12216/statm: 1339 233 193 169 0 50 0
[pid=12217] ppid=12216 vsize=868384 CPUtime=2.25
/proc/12217/stat : 12217 (java) S 12216 12203 12166 0 -1 0 7565 0 1 0 221 4 0 0 20 0 9 0 43801075 889225216 6659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12217/statm: 217096 6659 2540 9 0 211671 0
[pid=12217/tid=12218] ppid=12216 vsize=868384 CPUtime=1.87
/proc/12217/task/12218/stat : 12218 (java) R 12216 12203 12166 0 -1 64 2781 0 1 0 186 1 0 0 25 0 9 0 43801076 889225216 6659 996147200 134512640 134550740 4294955936 18446744073709551615 4126599313 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12219] ppid=12216 vsize=868384 CPUtime=0.15
/proc/12217/task/12219/stat : 12219 (java) S 12216 12203 12166 0 -1 64 2611 0 0 0 14 1 0 0 16 0 9 0 43801077 889225216 6659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12220] ppid=12216 vsize=868384 CPUtime=0
/proc/12217/task/12220/stat : 12220 (java) S 12216 12203 12166 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43801077 889225216 6659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12221] ppid=12216 vsize=868384 CPUtime=0
/proc/12217/task/12221/stat : 12221 (java) S 12216 12203 12166 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43801077 889225216 6659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12222] ppid=12216 vsize=868384 CPUtime=0
/proc/12217/task/12222/stat : 12222 (java) S 12216 12203 12166 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43801079 889225216 6659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12223] ppid=12216 vsize=868384 CPUtime=0.19
/proc/12217/task/12223/stat : 12223 (java) S 12216 12203 12166 0 -1 64 1480 0 0 0 19 0 0 0 16 0 9 0 43801079 889225216 6659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12224] ppid=12216 vsize=868384 CPUtime=0
/proc/12217/task/12224/stat : 12224 (java) S 12216 12203 12166 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43801079 889225216 6659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12225] ppid=12216 vsize=868384 CPUtime=0
/proc/12217/task/12225/stat : 12225 (java) S 12216 12203 12166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43801079 889225216 6659 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887340

[startup+6.30259 s]
/proc/loadavg: 2.51 2.67 2.63 3/117 12225
/proc/meminfo: memFree=1805152/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.76
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 974 7094 0 1 3 1 67 5 15 0 1 0 43800992 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12203/statm: 3400 797 370 3 0 500 0
[pid=12216] ppid=12203 vsize=5356 CPUtime=0
/proc/12216/stat : 12216 (sh) S 12203 12203 12166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43801075 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12216/statm: 1339 233 193 169 0 50 0
[pid=12217] ppid=12216 vsize=868384 CPUtime=5.42
/proc/12217/stat : 12217 (java) S 12216 12203 12166 0 -1 0 11787 0 1 0 534 8 0 0 20 0 9 0 43801075 889225216 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12217/statm: 217096 9370 2540 9 0 211671 0
[pid=12217/tid=12218] ppid=12216 vsize=868384 CPUtime=4.56
/proc/12217/task/12218/stat : 12218 (java) R 12216 12203 12166 0 -1 64 3127 0 1 0 454 2 0 0 25 0 9 0 43801076 889225216 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12219] ppid=12216 vsize=868384 CPUtime=0.59
/proc/12217/task/12219/stat : 12219 (java) R 12216 12203 12166 0 -1 64 6461 0 0 0 56 3 0 0 16 0 9 0 43801077 889225216 9370 996147200 134512640 134550740 4294955936 18446744073709551615 103736889 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12220] ppid=12216 vsize=868384 CPUtime=0
/proc/12217/task/12220/stat : 12220 (java) S 12216 12203 12166 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43801077 889225216 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12221] ppid=12216 vsize=868384 CPUtime=0
/proc/12217/task/12221/stat : 12221 (java) S 12216 12203 12166 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43801077 889225216 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12222] ppid=12216 vsize=868384 CPUtime=0
/proc/12217/task/12222/stat : 12222 (java) S 12216 12203 12166 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43801079 889225216 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12223] ppid=12216 vsize=868384 CPUtime=0.23
/proc/12217/task/12223/stat : 12223 (java) S 12216 12203 12166 0 -1 64 1506 0 0 0 23 0 0 0 15 0 9 0 43801079 889225216 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12224] ppid=12216 vsize=868384 CPUtime=0
/proc/12217/task/12224/stat : 12224 (java) S 12216 12203 12166 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43801079 889225216 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12225] ppid=12216 vsize=868384 CPUtime=0
/proc/12217/task/12225/stat : 12225 (java) S 12216 12203 12166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43801079 889225216 9370 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887340

[startup+12.7028 s]
/proc/loadavg: 2.47 2.66 2.63 2/117 12225
/proc/meminfo: memFree=1745888/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.76
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 974 7094 0 1 3 1 67 5 16 0 1 0 43800992 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12203/statm: 3400 797 370 3 0 500 0
[pid=12216] ppid=12203 vsize=5356 CPUtime=0
/proc/12216/stat : 12216 (sh) S 12203 12203 12166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43801075 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12216/statm: 1339 233 193 169 0 50 0
[pid=12217] ppid=12216 vsize=868496 CPUtime=11.23
/proc/12217/stat : 12217 (java) S 12216 12203 12166 0 -1 0 12949 0 1 0 1076 47 0 0 20 0 9 0 43801075 889339904 9456 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12217/statm: 217124 9456 2566 9 0 211671 0
[pid=12217/tid=12218] ppid=12216 vsize=868496 CPUtime=10
/proc/12217/task/12218/stat : 12218 (java) R 12216 12203 12166 0 -1 64 4250 0 1 0 963 37 0 0 25 0 9 0 43801076 889339904 9456 996147200 134512640 134550740 4294955936 18446744073709551615 4126901558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12219] ppid=12216 vsize=868496 CPUtime=0.9
/proc/12217/task/12219/stat : 12219 (java) S 12216 12203 12166 0 -1 64 6462 0 0 0 82 8 0 0 16 0 9 0 43801077 889339904 9456 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12220] ppid=12216 vsize=868496 CPUtime=0
/proc/12217/task/12220/stat : 12220 (java) S 12216 12203 12166 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43801077 889339904 9456 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12221] ppid=12216 vsize=868496 CPUtime=0
/proc/12217/task/12221/stat : 12221 (java) S 12216 12203 12166 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43801077 889339904 9456 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12222] ppid=12216 vsize=868496 CPUtime=0
/proc/12217/task/12222/stat : 12222 (java) S 12216 12203 12166 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 43801079 889339904 9456 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12223] ppid=12216 vsize=868496 CPUtime=0.29
/proc/12217/task/12223/stat : 12223 (java) S 12216 12203 12166 0 -1 64 1544 0 0 0 29 0 0 0 15 0 9 0 43801079 889339904 9456 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12224] ppid=12216 vsize=868496 CPUtime=0
/proc/12217/task/12224/stat : 12224 (java) S 12216 12203 12166 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43801079 889339904 9456 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12225] ppid=12216 vsize=868496 CPUtime=0
/proc/12217/task/12225/stat : 12225 (java) S 12216 12203 12166 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43801079 889339904 9456 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 887452

[startup+25.5012 s]
/proc/loadavg: 2.52 2.66 2.63 3/117 12225
/proc/meminfo: memFree=1621984/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=13600 CPUtime=0.76
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 974 7094 0 1 3 1 67 5 16 0 1 0 43800992 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12203/statm: 3400 797 370 3 0 500 0
[pid=12216] ppid=12203 vsize=5356 CPUtime=0
/proc/12216/stat : 12216 (sh) S 12203 12203 12166 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43801075 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12216/statm: 1339 233 193 169 0 50 0
[pid=12217] ppid=12216 vsize=868496 CPUtime=23.41
/proc/12217/stat : 12217 (java) S 12216 12203 12166 0 -1 0 15120 0 1 0 2210 131 0 0 20 0 9 0 43801075 889339904 9456 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12217/statm: 217124 9456 2566 9 0 211671 0
[pid=12217/tid=12218] ppid=12216 vsize=868496 CPUtime=21.55
/proc/12217/task/12218/stat : 12218 (java) R 12216 12203 12166 0 -1 64 6421 0 1 0 2047 108 0 0 25 0 9 0 43801076 889339904 9456 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12219] ppid=12216 vsize=868496 CPUtime=1.53
/proc/12217/task/12219/stat : 12219 (java) S 12216 12203 12166 0 -1 64 6462 0 0 0 132 21 0 0 16 0 9 0 43801077 889339904 9456 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12217/tid=12220] ppid=12216 vsize=868496 CPUtime=0
/proc/12217/task/12220/stat : 12220 (java) S 12216 12203 12166 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43801077 889339904 9456 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12217/tid=12221] ppid=12216 vsize=868496 CPUtime=0
/proc/12217/task/12221/stat : 12221 (java) S 12216 12203 12166 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43801077 889339904 9456 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=12313] ppid=12203 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12203 12203 12166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44043198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=879600 CPUtime=790.79
/proc/12314/stat : 12314 (minisat) R 12313 12203 12166 0 -1 4194304 213246 0 0 0 78938 141 0 0 25 0 1 0 44043198 900710400 213232 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12314/statm: 219900 213232 76 150 0 219747 0
Current children cumulated CPU time (s) 3194.81
Current children cumulated vsize (KiB) 899084

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/109 12314
/proc/meminfo: memFree=440280/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=14128 CPUtime=2404.02
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 1535 677674 0 5 6 3 239591 802 16 0 1 0 43800992 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12203/statm: 3532 935 374 3 0 632 0
[pid=12313] ppid=12203 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12203 12203 12166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44043198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=879600 CPUtime=850.09
/proc/12314/stat : 12314 (minisat) R 12313 12203 12166 0 -1 4194304 213258 0 0 0 84868 141 0 0 25 0 1 0 44043198 900710400 213244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12314/statm: 219900 213244 76 150 0 219747 0
Current children cumulated CPU time (s) 3254.11
Current children cumulated vsize (KiB) 899084

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/109 12314
/proc/meminfo: memFree=440152/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=14128 CPUtime=2404.02
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 1535 677674 0 5 6 3 239591 802 16 0 1 0 43800992 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12203/statm: 3532 935 374 3 0 632 0
[pid=12313] ppid=12203 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12203 12203 12166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44043198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=880004 CPUtime=909.4
/proc/12314/stat : 12314 (minisat) R 12313 12203 12166 0 -1 4194304 213272 0 0 0 90799 141 0 0 25 0 1 0 44043198 901124096 213258 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/12314/statm: 220001 213258 76 150 0 219848 0
Current children cumulated CPU time (s) 3313.42
Current children cumulated vsize (KiB) 899488

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/109 12314
/proc/meminfo: memFree=440088/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=14128 CPUtime=2404.02
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 1535 677674 0 5 6 3 239591 802 16 0 1 0 43800992 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12203/statm: 3532 935 374 3 0 632 0
[pid=12313] ppid=12203 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12203 12203 12166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44043198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=880004 CPUtime=968.7
/proc/12314/stat : 12314 (minisat) R 12313 12203 12166 0 -1 4194304 213286 0 0 0 96729 141 0 0 25 0 1 0 44043198 901124096 213272 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12314/statm: 220001 213272 76 150 0 219848 0
Current children cumulated CPU time (s) 3372.72
Current children cumulated vsize (KiB) 899488

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 12314
/proc/meminfo: memFree=439960/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=14128 CPUtime=2404.02
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 1535 677674 0 5 6 3 239591 802 16 0 1 0 43800992 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12203/statm: 3532 935 374 3 0 632 0
[pid=12313] ppid=12203 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12203 12203 12166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44043198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=880004 CPUtime=1028.01
/proc/12314/stat : 12314 (minisat) R 12313 12203 12166 0 -1 4194304 213298 0 0 0 102659 142 0 0 25 0 1 0 44043198 901124096 213284 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/12314/statm: 220001 213284 76 150 0 219848 0
Current children cumulated CPU time (s) 3432.03
Current children cumulated vsize (KiB) 899488

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 12314
/proc/meminfo: memFree=439960/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=14128 CPUtime=2404.02
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 1535 677674 0 5 6 3 239591 802 16 0 1 0 43800992 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12203/statm: 3532 935 374 3 0 632 0
[pid=12313] ppid=12203 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12203 12203 12166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44043198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=880004 CPUtime=1087.31
/proc/12314/stat : 12314 (minisat) R 12313 12203 12166 0 -1 4194304 213310 0 0 0 108589 142 0 0 25 0 1 0 44043198 901124096 213296 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/12314/statm: 220001 213296 76 150 0 219848 0
Current children cumulated CPU time (s) 3491.33
Current children cumulated vsize (KiB) 899488

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 12314
/proc/meminfo: memFree=439704/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=14128 CPUtime=2404.02
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 1535 677674 0 5 6 3 239591 802 16 0 1 0 43800992 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12203/statm: 3532 935 374 3 0 632 0
[pid=12313] ppid=12203 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12203 12203 12166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44043198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=880004 CPUtime=1146.6
/proc/12314/stat : 12314 (minisat) R 12313 12203 12166 0 -1 4194304 213322 0 0 0 114518 142 0 0 25 0 1 0 44043198 901124096 213308 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/12314/statm: 220001 213308 76 150 0 219848 0
Current children cumulated CPU time (s) 3550.62
Current children cumulated vsize (KiB) 899488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 12314
/proc/meminfo: memFree=439576/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=14128 CPUtime=2404.02
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 1535 677674 0 5 6 3 239591 802 16 0 1 0 43800992 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12203/statm: 3532 935 374 3 0 632 0
[pid=12313] ppid=12203 vsize=5356 CPUtime=0
/proc/12313/stat : 12313 (sh) S 12203 12203 12166 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44043198 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12313/statm: 1339 232 193 169 0 50 0
[pid=12314] ppid=12313 vsize=880004 CPUtime=1196.01
/proc/12314/stat : 12314 (minisat) R 12313 12203 12166 0 -1 4194304 213330 0 0 0 119459 142 0 0 25 0 1 0 44043198 901124096 213316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12314/statm: 220001 213316 76 150 0 219848 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 899488

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

[startup+3632.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 12314
/proc/meminfo: memFree=439576/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=14128 CPUtime=2404.02
/proc/12203/stat : 12203 (sugar) S 12201 12203 12166 0 -1 4194304 1549 677674 0 5 6 3 239591 802 16 0 1 0 43800992 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 224273674338 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/12203/statm: 3532 935 374 3 0 632 0
[pid=12313] ppid=12203 vsize=0 CPUtime=0
/proc/12313/stat : 12313 (sh) Z 12203 12203 12166 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 44043198 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/12313/statm: 0 0 0 0 0 0 0
[pid=12314] ppid=1 vsize=0 CPUtime=1196.13
/proc/12314/stat : 12314 (minisat) R 1 12203 12166 0 -1 4195332 213330 0 0 0 119459 154 0 0 25 0 1 0 44043198 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/12314/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.15
Current children cumulated vsize (KiB) 14128

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

[startup+3632.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 12314
/proc/meminfo: memFree=439576/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=14128 CPUtime=2404.09
/proc/12203/stat : 12203 (sugar) R 12201 12203 12166 0 -1 4194304 1570 677951 0 5 6 10 239591 802 16 0 1 0 43800992 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 224264950825 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12203/statm: 3532 936 375 3 0 632 0
Current children cumulated CPU time (s) 2404.09
Current children cumulated vsize (KiB) 14128

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

[startup+3632.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 12314
/proc/meminfo: memFree=439576/2055920 swapFree=4192812/4192956
[pid=12203] ppid=12201 vsize=14128 CPUtime=2404.18
/proc/12203/stat : 12203 (sugar) R 12201 12203 12166 0 -1 4194304 1570 677951 0 5 6 19 239591 802 16 0 1 0 43800992 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 224264950825 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12203/statm: 3532 936 375 3 0 632 0
Current children cumulated CPU time (s) 2404.18
Current children cumulated vsize (KiB) 14128

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1196.06
#  lost CPU user time (s): 1194.59
#  lost CPU system time (s): 1.47

Real time (s): 3632.68
CPU time (s): 3600.34
CPU user time (s): 3590.57
CPU system time (s): 9.77174
CPU usage (%): 99.1098
Max. virtual memory (cumulated for all children) (KiB): 906576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.98
system time used= 8.30174
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 679552
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= 68800
involuntary context switches= 102501

runsolver used 4.99124 second user time and 14.8797 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-12 15:57:20
IDJOB=1112620
IDBENCH=61446
IDSOLVER=368
FILE ID=node82/1112620-1215871040
PBS_JOBID= 7903576
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen10.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-1112620-1215871040/watcher-1112620-1215871040 -o /tmp/evaluation-result-1112620-1215871040/solver-1112620-1215871040 -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-1112620-1215871040.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 07304cb7317cdf0b1877fc5044901f5a
RANDOM SEED=188736370

node82.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.263
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.263
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:       1828056 kB
Buffers:         39316 kB
Cached:          91108 kB
SwapCached:          0 kB
Active:         108312 kB
Inactive:        70808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1992 kB
Writeback:           0 kB
Mapped:          70152 kB
Slab:            31216 kB
Committed_AS:   303608 kB
PageTables:       3936 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node82 at 2008-07-12 16:57:54