Trace number 1112608

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 3635.79

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen9.xml
MD5SUM07304cb7317cdf0b1877fc5044901f5a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints68
Best CPU time to get the best result obtained on this benchmark3600.06
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.03/0.04	c 0	Sugar v1-13 + HOME/minisat
0.03/0.04	c 0	BEGIN Sat Jul 12 15:51:16 2008
0.03/0.04	c 0	PID 13243
0.03/0.04	c 0	HOST node85.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1112608-1215870676.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112608-1215870676.xml' 'HOME/temp.csp'
0.03/0.60	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.03/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.61	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.03/0.69	c 1	Parsing HOME/temp.csp
0.58/0.90	c 1	parsed 4790 expressions
0.58/0.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.58/0.94	c 1	MAX CSP: 4103 constraints
0.58/0.94	c 1	Converting to clausal form CSP
1.05/1.15	c 1	converted 890 (10%) expressions
1.65/1.71	c 2	converted 1780 (20%) expressions
2.05/2.18	c 3	converted 2669 (30%) expressions
2.55/2.64	c 3	converted 3559 (40%) expressions
2.95/3.09	c 3	converted 4448 (50%) expressions
3.45/3.52	c 4	converted 5338 (60%) expressions
3.85/3.91	c 4	converted 6228 (70%) expressions
4.25/4.37	c 5	converted 7117 (80%) expressions
4.65/4.79	c 5	converted 8007 (90%) expressions
5.55/5.64	c 6	converted 8896 (100%) expressions
5.55/5.64	c 6	CSP : 8886 integers, 340 booleans, 13328 clauses, largest domain size 6155
5.55/5.64	c 6	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.55/5.64	c 6	Propagation in CSP
5.74/5.83	c 6	4099 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.74/5.83	c 6	CSP : 8886 integers, 340 booleans, 13328 clauses, largest domain size 4104
5.74/5.83	c 6	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.74/5.84	c 6	Simplifing CSP by introducing new Boolean variables
5.74/5.88	c 6	CSP : 8886 integers, 8534 booleans, 21522 clauses, largest domain size 4104
5.74/5.89	c 6	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.85/5.99	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.14/6.24	c 7	889 (10%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.14/6.25	c 7	1778 (20%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.14/6.25	c 7	2666 (30%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.14/6.25	c 7	3555 (40%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.14/6.25	c 7	4443 (50%) CSP integer variables are encoded (25496 clauses, 360840 bytes)
6.14/6.26	c 7	5332 (60%) CSP integer variables are encoded (33846 clauses, 486090 bytes)
6.14/6.27	c 7	6221 (70%) CSP integer variables are encoded (41491 clauses, 600765 bytes)
6.14/6.29	c 7	7109 (80%) CSP integer variables are encoded (51983 clauses, 758145 bytes)
6.14/6.30	c 7	7998 (90%) CSP integer variables are encoded (60165 clauses, 880875 bytes)
6.25/6.36	c 7	8886 (100%) CSP integer variables are encoded (115781 clauses, 1763550 bytes)
6.55/6.64	c 7	2153 (10%) CSP clauses are encoded (161493 clauses, 2714685 bytes)
6.74/6.85	c 7	4305 (20%) CSP clauses are encoded (202996 clauses, 3590249 bytes)
6.94/7.07	c 7	6457 (30%) CSP clauses are encoded (249813 clauses, 4585137 bytes)
7.14/7.27	c 8	8609 (40%) CSP clauses are encoded (290519 clauses, 5470344 bytes)
7.34/7.46	c 8	10761 (50%) CSP clauses are encoded (331177 clauses, 6388314 bytes)
7.55/7.67	c 8	12914 (60%) CSP clauses are encoded (373141 clauses, 7337065 bytes)
8.14/8.29	c 9	15066 (70%) CSP clauses are encoded (728562 clauses, 14892280 bytes)
10.04/10.15	c 10	17218 (80%) CSP clauses are encoded (1813548 clauses, 38080219 bytes)
15.39/17.52	c 18	19370 (90%) CSP clauses are encoded (4999346 clauses, 106410612 bytes)
47.94/55.38	c 56	21522 (100%) CSP clauses are encoded (21602276 clauses, 495946781 bytes)
47.94/55.38	c 56	21522 CSP clauses encoded
47.94/55.38	c 56	Writing map file : HOME/temp.map
48.03/55.45	c 56	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.03/55.45	c 56	SAT : 133201 SAT variables, 21602276 SAT clauses, 495946781 bytes
48.03/55.45	c 56	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.03/55.48	c 56	OBJECTIVE minimize _COST
48.03/55.49	c 56	OBJECTIVE BOUND: 0 <= _COST <= 
48.03/55.49	c 56	SEARCHING: _COST <= 2052
48.03/55.49	c 56	SOLVING HOME/temp.cnf
48.03/55.49	c 56	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
48.03/55.49	c 56	This is MiniSat 2.0 beta
48.03/55.49	c 56	WARNING: for repeatability, setting FPU to use double precision
48.03/55.49	c 56	============================[ Problem Statistics ]=============================
48.03/55.49	c 56	|                                                                             |
48.03/55.49	c 56	|  Number of variables:  133201                                               |
48.03/55.49	c 56	|  Number of clauses:    21602277                                             |
58.91/66.31	c 67	|  Parsing time:         9.41         s                                       |
103.29/110.78	c 111	============================[ Search Statistics ]==============================
103.29/110.78	c 111	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
103.29/110.78	c 111	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
103.29/110.78	c 111	===============================================================================
103.29/110.78	c 111	|         0 |  106538 13813775 41202368 |  4604591        0    nan |  0.000 % |
105.39/112.88	c 113	|       100 |  106538 13813775 41202368 |  5065050      100     99 | 20.017 % |
106.10/113.57	c 114	|       251 |  106538 13813775 41202368 |  5571555      251     45 | 20.017 % |
108.39/115.88	c 116	|       477 |  106538 13813775 41202368 |  6128711      477     56 | 20.017 % |
109.19/116.62	c 117	===============================================================================
109.19/116.63	c 117	restarts              : 4
109.19/116.63	c 117	conflicts             : 680            (11 /sec)
109.19/116.63	c 117	decisions             : 20829          (0.66 % random) (349 /sec)
109.19/116.63	c 117	propagations          : 2309023        (38675 /sec)
109.19/116.63	c 117	conflict literals     : 29412          (16.69 % deleted)
109.19/116.63	c 117	Memory used           : 838.28 MB
109.19/116.63	c 117	CPU time              : 59.7039 s
109.19/116.63	c 117	
109.19/116.68	c 117	SATISFIABLE
109.40/116.80	c 117	FOUND: _COST <= 2052
109.40/116.80	s SATISFIABLE
109.40/116.80	c 117	DECODING HOME/temp.out WITH HOME/temp.map
109.40/116.80	c 117	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
109.40/116.89	c 117	Decoding HOME/temp.out
109.42/117.28	c 118	OBJECTIVE _COST 1396
109.42/117.28	o 1396
109.42/117.31	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
109.42/117.31	c 118	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
109.42/117.33	c 118	OBJECTIVE BOUND: 0 <= _COST <= 1396
109.42/117.33	c 118	SEARCHING: _COST <= 698
109.42/117.33	c 118	SOLVING HOME/temp.cnf
109.42/117.33	c 118	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
109.42/117.33	c 118	This is MiniSat 2.0 beta
109.42/117.33	c 118	WARNING: for repeatability, setting FPU to use double precision
109.42/117.33	c 118	============================[ Problem Statistics ]=============================
109.42/117.33	c 118	|                                                                             |
109.42/117.33	c 118	|  Number of variables:  133201                                               |
109.42/117.33	c 118	|  Number of clauses:    21602277                                             |
121.14/128.74	c 129	|  Parsing time:         9.90         s                                       |
185.40/193.72	c 194	============================[ Search Statistics ]==============================
185.40/193.72	c 194	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
185.40/193.72	c 194	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
185.40/193.72	c 194	===============================================================================
185.40/193.72	c 194	|         0 |   86598  6490804 19291921 |  2163601        0    nan |  0.000 % |
186.78/195.17	c 196	|       100 |   86598  6490804 19291921 |  2379961      100     74 | 34.987 % |
187.48/195.81	c 196	|       250 |   86598  6490804 19291921 |  2617957      250     41 | 34.987 % |
188.26/196.67	c 197	|       476 |   86598  6490804 19291921 |  2879753      476     41 | 34.987 % |
190.24/198.69	c 199	|       813 |   86598  6490804 19291921 |  3167728      813     44 | 34.987 % |
191.53/199.98	c 200	|      1320 |   86598  6490804 19291921 |  3484501     1320     46 | 34.987 % |
195.78/204.26	c 205	|      2079 |   86598  6490804 19291921 |  3832951     2079     52 | 34.987 % |
198.15/206.68	c 207	|      3218 |   86598  6490804 19291921 |  4216246     3218     62 | 34.987 % |
204.08/212.65	c 213	|      4928 |   86598  6490804 19291921 |  4637871     4928     66 | 34.987 % |
214.36/223.03	c 223	|      7491 |   86598  6490804 19291921 |  5101658     7491     82 | 34.987 % |
239.18/248.14	c 248	|     11335 |   86598  6490804 19291921 |  5611824    11335     92 | 34.987 % |
240.66/249.64	c 250	===============================================================================
240.66/249.65	c 250	restarts              : 11
240.66/249.65	c 250	conflicts             : 12021          (93 /sec)
240.66/249.65	c 250	decisions             : 35908          (0.85 % random) (277 /sec)
240.66/249.65	c 250	propagations          : 36702230       (283563 /sec)
240.66/249.65	c 250	conflict literals     : 1063706        (13.92 % deleted)
240.66/249.65	c 250	Memory used           : 854.10 MB
240.66/249.65	c 250	CPU time              : 129.432 s
240.66/249.65	c 250	
240.76/249.70	c 250	SATISFIABLE
240.86/249.84	c 250	FOUND: _COST <= 698
240.86/249.84	c 250	DECODING HOME/temp.out WITH HOME/temp.map
240.86/249.84	c 250	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
240.91/249.92	c 250	Decoding HOME/temp.out
240.91/250.32	c 251	OBJECTIVE _COST 698
240.91/250.32	o 698
240.91/250.35	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
240.91/250.35	c 251	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
240.91/250.37	c 251	OBJECTIVE BOUND: 0 <= _COST <= 698
240.91/250.37	c 251	SEARCHING: _COST <= 349
240.91/250.37	c 251	SOLVING HOME/temp.cnf
240.91/250.37	c 251	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
240.91/250.37	c 251	This is MiniSat 2.0 beta
240.91/250.37	c 251	WARNING: for repeatability, setting FPU to use double precision
240.91/250.37	c 251	============================[ Problem Statistics ]=============================
240.91/250.37	c 251	|                                                                             |
240.91/250.37	c 251	|  Number of variables:  133201                                               |
240.91/250.37	c 251	|  Number of clauses:    21602277                                             |
252.60/261.79	c 262	|  Parsing time:         9.98         s                                       |
321.01/330.98	c 331	============================[ Search Statistics ]==============================
321.01/330.98	c 331	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
321.01/330.98	c 331	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
321.01/330.98	c 331	===============================================================================
321.01/330.98	c 331	|         0 |   79517  3650968 10793307 |  1216989        0    nan |  0.000 % |
322.49/332.42	c 333	|       101 |   79517  3650968 10793307 |  1338688      101     59 | 40.303 % |
322.79/332.77	c 333	|       251 |   79517  3650968 10793307 |  1472557      251     46 | 40.303 % |
323.87/333.83	c 334	|       476 |   79517  3650968 10793307 |  1619812      476     49 | 40.303 % |
325.66/335.69	c 336	|       815 |   79517  3650968 10793307 |  1781794      815     57 | 40.303 % |
328.72/338.75	c 339	|      1321 |   79517  3650968 10793307 |  1959973     1321     58 | 40.303 % |
330.31/340.30	c 341	|      2081 |   79517  3650968 10793307 |  2155970     2081     58 | 40.303 % |
336.64/346.74	c 347	|      3221 |   79517  3650968 10793307 |  2371567     3221     62 | 40.303 % |
341.88/352.07	c 352	|      4931 |   79517  3650968 10793307 |  2608724     4931     66 | 40.303 % |
353.75/364.09	c 364	|      7494 |   79517  3650968 10793307 |  2869597     7494     68 | 40.303 % |
367.29/377.75	c 378	|     11341 |   79517  3650968 10793307 |  3156556    11341     80 | 40.303 % |
392.50/403.27	c 404	|     17107 |   79517  3650968 10793307 |  3472212    17107     80 | 40.303 % |
424.04/435.16	c 436	|     25756 |   79517  3650968 10793307 |  3819433    25756     89 | 40.303 % |
485.83/497.62	c 498	|     38731 |   79517  3650968 10793307 |  4201377    38731     86 | 40.303 % |
550.89/563.45	c 564	|     58195 |   79517  3650968 10793307 |  4621514    58195     74 | 40.303 % |
676.42/690.45	c 691	|     87387 |   79517  3650968 10793307 |  5083666    87387     80 | 40.303 % |
859.72/875.86	c 876	|    131176 |   79517  3650968 10793307 |  5592033   131176     78 | 40.303 % |
1150.98/1170.41	c 1171	|    196861 |   79517  3650968 10793307 |  6151236   196861     92 | 40.303 % |
1616.86/1638.13	c 1638	|    295388 |   79517  3650968 10793307 |  6766360   295388     85 | 40.303 % |
2397.65/2419.11	c 2419	|    443177 |   79517  3650968 10793307 |  7442996   443177     89 | 40.303 % |
2400.44/2421.90	c 2422	===============================================================================
2400.44/2421.90	c 2422	restarts              : 20
2400.44/2421.90	c 2422	conflicts             : 443860         (206 /sec)
2400.44/2421.90	c 2422	decisions             : 530136         (1.23 % random) (246 /sec)
2400.44/2421.90	c 2422	propagations          : 1191275056     (552107 /sec)
2400.44/2421.90	c 2422	conflict literals     : 39353429       (26.00 % deleted)
2400.44/2421.90	c 2422	Memory used           : 866.29 MB
2400.44/2421.90	c 2422	CPU time              : 2157.69 s
2400.44/2421.90	c 2422	
2400.44/2421.95	c 2422	SATISFIABLE
2400.54/2422.08	c 2422	FOUND: _COST <= 349
2400.54/2422.08	c 2422	DECODING HOME/temp.out WITH HOME/temp.map
2400.54/2422.08	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'
2400.64/2422.17	c 2423	Decoding HOME/temp.out
2401.01/2422.58	c 2423	OBJECTIVE _COST 349
2401.01/2422.58	o 349
2401.11/2422.61	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
2401.11/2422.61	c 2423	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2401.11/2422.62	c 2423	OBJECTIVE BOUND: 0 <= _COST <= 349
2401.11/2422.62	c 2423	SEARCHING: _COST <= 174
2401.11/2422.62	c 2423	SOLVING HOME/temp.cnf
2401.11/2422.62	c 2423	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2401.11/2422.62	c 2423	This is MiniSat 2.0 beta
2401.11/2422.62	c 2423	WARNING: for repeatability, setting FPU to use double precision
2401.11/2422.62	c 2423	============================[ Problem Statistics ]=============================
2401.11/2422.62	c 2423	|                                                                             |
2401.11/2422.63	c 2423	|  Number of variables:  133201                                               |
2401.11/2422.63	c 2423	|  Number of clauses:    21602277                                             |
2412.58/2434.21	c 2435	|  Parsing time:         10.12        s                                       |
2480.28/2502.75	c 2503	============================[ Search Statistics ]==============================
2480.28/2502.75	c 2503	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2480.28/2502.75	c 2503	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2480.28/2502.75	c 2503	===============================================================================
2480.28/2502.75	c 2503	|         0 |   74080  2061027  6039620 |   687009        0    nan |  0.000 % |
2481.56/2504.04	c 2504	|       100 |   74080  2061027  6039620 |   755709      100     53 | 44.385 % |
2481.96/2504.41	c 2505	|       250 |   74080  2061027  6039620 |   831280      250     47 | 44.385 % |
2483.05/2505.58	c 2506	|       476 |   74080  2061027  6039620 |   914408      476     40 | 44.385 % |
2484.13/2506.67	c 2507	|       814 |   74080  2061027  6039620 |  1005849      814     37 | 44.385 % |
2486.01/2508.58	c 2509	|      1322 |   74080  2061027  6039620 |  1106434     1322     38 | 44.385 % |
2488.78/2511.39	c 2512	|      2081 |   74080  2061027  6039620 |  1217078     2081     43 | 44.385 % |
2492.43/2515.02	c 2515	|      3221 |   74080  2061027  6039620 |  1338786     3221     57 | 44.385 % |
2498.85/2521.60	c 2522	|      4929 |   74080  2061027  6039620 |  1472664     4929     57 | 44.385 % |
2507.95/2530.75	c 2531	|      7491 |   74080  2061027  6039620 |  1619931     7491     49 | 44.385 % |
2522.49/2545.49	c 2546	|     11335 |   74080  2061027  6039620 |  1781924    11335     46 | 44.385 % |
2540.68/2563.85	c 2564	|     17101 |   74080  2061027  6039620 |  1960116    17101     42 | 44.385 % |
2571.72/2595.27	c 2596	|     25750 |   74080  2061027  6039620 |  2156128    25750     38 | 44.385 % |
2628.45/2652.69	c 2653	|     38725 |   74080  2061027  6039620 |  2371741    38725     52 | 44.385 % |
2696.37/2721.36	c 2722	|     58186 |   74080  2061027  6039620 |  2608915    58186     70 | 44.385 % |
2814.19/2840.53	c 2841	|     87378 |   74080  2061027  6039620 |  2869807    87378     72 | 44.385 % |
2963.28/2991.37	c 2992	|    131167 |   74080  2061027  6039620 |  3156787   131167     81 | 44.385 % |
3243.74/3275.09	c 3275	|    196853 |   74080  2061027  6039620 |  3472466   196853     77 | 44.385 % |
3600.03/3635.42	c ERROR INTERRUPTED
3600.14/3635.53	c 3636	CPU 2392.97 (0.07 0.03 2392.9 8.15)
3600.14/3635.53	c 3636	END Sat Jul 12 16:51:52 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-1112608-1215870676/watcher-1112608-1215870676 -o /tmp/evaluation-result-1112608-1215870676/solver-1112608-1215870676 -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-1112608-1215870676.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.01 2.17 4/98 13243
/proc/meminfo: memFree=1903888/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=12272 CPUtime=0
/proc/13243/stat : 13243 (sugar) R 13241 13243 13206 0 -1 4194304 397 0 0 0 0 0 0 0 18 0 1 0 43764909 12566528 365 996147200 4194304 4206940 548682068592 18446744073709551615 214945200741 0 0 4224 0 0 0 0 17 1 0 0
/proc/13243/statm: 3068 365 274 3 0 168 0

[startup+0.041108 s]
/proc/loadavg: 1.92 2.01 2.17 4/98 13243
/proc/meminfo: memFree=1903888/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=13600 CPUtime=0.03
/proc/13243/stat : 13243 (sugar) R 13241 13243 13206 0 -1 4194304 825 0 0 0 3 0 0 0 18 0 1 0 43764909 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 214945032863 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13243/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101158 s]
/proc/loadavg: 1.92 2.01 2.17 4/98 13243
/proc/meminfo: memFree=1903888/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=13600 CPUtime=0.03
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 43764909 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13243/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301142 s]
/proc/loadavg: 1.92 2.01 2.17 4/98 13243
/proc/meminfo: memFree=1903888/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=13600 CPUtime=0.03
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 43764909 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13243/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701184 s]
/proc/loadavg: 1.92 2.01 2.17 4/98 13243
/proc/meminfo: memFree=1903888/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=13600 CPUtime=0.58
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 974 7092 0 1 3 0 50 5 15 0 1 0 43764909 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13243/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50227 s]
/proc/loadavg: 1.92 2.01 2.17 3/109 13265
/proc/meminfo: memFree=1892848/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=13600 CPUtime=0.58
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 974 7092 0 1 3 0 50 5 15 0 1 0 43764909 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13243/statm: 3400 797 370 3 0 500 0
[pid=13256] ppid=13243 vsize=5356 CPUtime=0
/proc/13256/stat : 13256 (sh) S 13243 13243 13206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43764971 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13256/statm: 1339 233 193 169 0 50 0
[pid=13257] ppid=13256 vsize=868388 CPUtime=0.87
/proc/13257/stat : 13257 (java) S 13256 13243 13206 0 -1 0 5624 0 1 0 84 3 0 0 18 0 9 0 43764971 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13257/statm: 217097 5016 1732 9 0 211672 0
[pid=13257/tid=13258] ppid=13256 vsize=868388 CPUtime=0.63
/proc/13257/task/13258/stat : 13258 (java) R 13256 13243 13206 0 -1 64 2678 0 1 0 62 1 0 0 22 0 9 0 43764972 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4126598198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13259] ppid=13256 vsize=868388 CPUtime=0.05
/proc/13257/task/13259/stat : 13259 (java) S 13256 13243 13206 0 -1 64 805 0 0 0 5 0 0 0 16 0 9 0 43764973 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13260] ppid=13256 vsize=868388 CPUtime=0
/proc/13257/task/13260/stat : 13260 (java) S 13256 13243 13206 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 43764973 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13261] ppid=13256 vsize=868388 CPUtime=0
/proc/13257/task/13261/stat : 13261 (java) S 13256 13243 13206 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 43764973 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13262] ppid=13256 vsize=868388 CPUtime=0
/proc/13257/task/13262/stat : 13262 (java) S 13256 13243 13206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43764975 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13263] ppid=13256 vsize=868388 CPUtime=0.16
/proc/13257/task/13263/stat : 13263 (java) S 13256 13243 13206 0 -1 64 1449 0 0 0 16 0 0 0 16 0 9 0 43764975 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13264] ppid=13256 vsize=868388 CPUtime=0
/proc/13257/task/13264/stat : 13264 (java) S 13256 13243 13206 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43764975 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13265] ppid=13256 vsize=868388 CPUtime=0
/proc/13257/task/13265/stat : 13265 (java) S 13256 13243 13206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43764975 889229312 5016 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887344

[startup+3.10146 s]
/proc/loadavg: 1.92 2.01 2.17 3/109 13265
/proc/meminfo: memFree=1887088/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=13600 CPUtime=0.58
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 974 7092 0 1 3 0 50 5 15 0 1 0 43764909 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13243/statm: 3400 797 370 3 0 500 0
[pid=13256] ppid=13243 vsize=5356 CPUtime=0
/proc/13256/stat : 13256 (sh) S 13243 13243 13206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43764971 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13256/statm: 1339 233 193 169 0 50 0
[pid=13257] ppid=13256 vsize=868388 CPUtime=2.46
/proc/13257/stat : 13257 (java) S 13256 13243 13206 0 -1 0 7741 0 1 0 242 4 0 0 18 0 9 0 43764971 889229312 6824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13257/statm: 217097 6824 2540 9 0 211672 0
[pid=13257/tid=13258] ppid=13256 vsize=868388 CPUtime=2.09
/proc/13257/task/13258/stat : 13258 (java) R 13256 13243 13206 0 -1 64 2802 0 1 0 208 1 0 0 25 0 9 0 43764972 889229312 6824 996147200 134512640 134550740 4294955936 18446744073709551615 4126602028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13259] ppid=13256 vsize=868388 CPUtime=0.16
/proc/13257/task/13259/stat : 13259 (java) S 13256 13243 13206 0 -1 64 2779 0 0 0 15 1 0 0 16 0 9 0 43764973 889229312 6824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13260] ppid=13256 vsize=868388 CPUtime=0
/proc/13257/task/13260/stat : 13260 (java) S 13256 13243 13206 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43764973 889229312 6824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13261] ppid=13256 vsize=868388 CPUtime=0
/proc/13257/task/13261/stat : 13261 (java) S 13256 13243 13206 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43764973 889229312 6824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13262] ppid=13256 vsize=868388 CPUtime=0
/proc/13257/task/13262/stat : 13262 (java) S 13256 13243 13206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43764975 889229312 6824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13263] ppid=13256 vsize=868388 CPUtime=0.18
/proc/13257/task/13263/stat : 13263 (java) S 13256 13243 13206 0 -1 64 1467 0 0 0 18 0 0 0 16 0 9 0 43764975 889229312 6824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13264] ppid=13256 vsize=868388 CPUtime=0
/proc/13257/task/13264/stat : 13264 (java) S 13256 13243 13206 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43764975 889229312 6824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13265] ppid=13256 vsize=868388 CPUtime=0
/proc/13257/task/13265/stat : 13265 (java) S 13256 13243 13206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43764975 889229312 6824 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887344

[startup+6.30182 s]
/proc/loadavg: 1.93 2.01 2.16 3/109 13265
/proc/meminfo: memFree=1879168/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=13600 CPUtime=0.58
/proc/13243/stat : 13243 (sugar) R 13241 13243 13206 0 -1 4194304 974 7092 0 1 3 0 50 5 15 0 1 0 43764909 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13243/statm: 3400 797 370 3 0 500 0
[pid=13256] ppid=13243 vsize=5356 CPUtime=0
/proc/13256/stat : 13256 (sh) S 13243 13243 13206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43764971 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13256/statm: 1339 233 193 169 0 50 0
[pid=13257] ppid=13256 vsize=868500 CPUtime=5.67
/proc/13257/stat : 13257 (java) S 13256 13243 13206 0 -1 0 11883 0 1 0 557 10 0 0 18 0 9 0 43764971 889344000 9435 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13257/statm: 217125 9435 2566 9 0 211672 0
[pid=13257/tid=13258] ppid=13256 vsize=868500 CPUtime=4.8
/proc/13257/task/13258/stat : 13258 (java) R 13256 13243 13206 0 -1 64 3212 0 1 0 477 3 0 0 25 0 9 0 43764972 889344000 9435 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13259] ppid=13256 vsize=868500 CPUtime=0.59
/proc/13257/task/13259/stat : 13259 (java) S 13256 13243 13206 0 -1 64 6464 0 0 0 55 4 0 0 16 0 9 0 43764973 889344000 9435 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13260] ppid=13256 vsize=868500 CPUtime=0
/proc/13257/task/13260/stat : 13260 (java) S 13256 13243 13206 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43764973 889344000 9435 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13261] ppid=13256 vsize=868500 CPUtime=0
/proc/13257/task/13261/stat : 13261 (java) S 13256 13243 13206 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43764973 889344000 9435 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13262] ppid=13256 vsize=868500 CPUtime=0
/proc/13257/task/13262/stat : 13262 (java) S 13256 13243 13206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43764975 889344000 9435 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13263] ppid=13256 vsize=868500 CPUtime=0.25
/proc/13257/task/13263/stat : 13263 (java) S 13256 13243 13206 0 -1 64 1514 0 0 0 24 1 0 0 16 0 9 0 43764975 889344000 9435 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13264] ppid=13256 vsize=868500 CPUtime=0
/proc/13257/task/13264/stat : 13264 (java) S 13256 13243 13206 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43764975 889344000 9435 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13265] ppid=13256 vsize=868500 CPUtime=0
/proc/13257/task/13265/stat : 13265 (java) S 13256 13243 13206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43764975 889344000 9435 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 887456

[startup+12.7015 s]
/proc/loadavg: 1.93 2.01 2.16 2/109 13265
/proc/meminfo: memFree=1821696/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=13600 CPUtime=0.59
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 974 7092 0 1 3 1 50 5 16 0 1 0 43764909 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13243/statm: 3400 797 370 3 0 500 0
[pid=13256] ppid=13243 vsize=5356 CPUtime=0
/proc/13256/stat : 13256 (sh) S 13243 13243 13206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43764971 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13256/statm: 1339 233 193 169 0 50 0
[pid=13257] ppid=13256 vsize=868500 CPUtime=10.45
/proc/13257/stat : 13257 (java) S 13256 13243 13206 0 -1 0 12801 0 1 0 1004 41 0 0 18 0 9 0 43764971 889344000 9454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13257/statm: 217125 9454 2566 9 0 211672 0
[pid=13257/tid=13258] ppid=13256 vsize=868500 CPUtime=9.29
/proc/13257/task/13258/stat : 13258 (java) D 13256 13243 13206 0 -1 64 4112 0 1 0 900 29 0 0 25 0 9 0 43764972 889344000 9454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=13257/tid=13259] ppid=13256 vsize=868500 CPUtime=0.85
/proc/13257/task/13259/stat : 13259 (java) S 13256 13243 13206 0 -1 64 6464 0 0 0 76 9 0 0 16 0 9 0 43764973 889344000 9454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13260] ppid=13256 vsize=868500 CPUtime=0
/proc/13257/task/13260/stat : 13260 (java) S 13256 13243 13206 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43764973 889344000 9454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13261] ppid=13256 vsize=868500 CPUtime=0
/proc/13257/task/13261/stat : 13261 (java) S 13256 13243 13206 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43764973 889344000 9454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13262] ppid=13256 vsize=868500 CPUtime=0
/proc/13257/task/13262/stat : 13262 (java) S 13256 13243 13206 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43764975 889344000 9454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13263] ppid=13256 vsize=868500 CPUtime=0.28
/proc/13257/task/13263/stat : 13263 (java) S 13256 13243 13206 0 -1 64 1532 0 0 0 27 1 0 0 15 0 9 0 43764975 889344000 9454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13264] ppid=13256 vsize=868500 CPUtime=0
/proc/13257/task/13264/stat : 13264 (java) S 13256 13243 13206 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43764975 889344000 9454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13265] ppid=13256 vsize=868500 CPUtime=0
/proc/13257/task/13265/stat : 13265 (java) S 13256 13243 13206 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43764975 889344000 9454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.04
Current children cumulated vsize (KiB) 887456

[startup+25.503 s]
/proc/loadavg: 2.10 2.04 2.17 3/109 13265
/proc/meminfo: memFree=1705664/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=13600 CPUtime=0.59
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 974 7092 0 1 3 1 50 5 16 0 1 0 43764909 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13243/statm: 3400 797 370 3 0 500 0
[pid=13256] ppid=13243 vsize=5356 CPUtime=0
/proc/13256/stat : 13256 (sh) S 13243 13243 13206 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43764971 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13256/statm: 1339 233 193 169 0 50 0
[pid=13257] ppid=13256 vsize=868500 CPUtime=22.67
/proc/13257/stat : 13257 (java) S 13256 13243 13206 0 -1 0 15013 0 1 0 2140 127 0 0 18 0 9 0 43764971 889344000 9454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13257/statm: 217125 9454 2566 9 0 211672 0
[pid=13257/tid=13258] ppid=13256 vsize=868500 CPUtime=20.88
/proc/13257/task/13258/stat : 13258 (java) R 13256 13243 13206 0 -1 64 6324 0 1 0 1986 102 0 0 25 0 9 0 43764972 889344000 9454 996147200 134512640 134550740 4294955936 18446744073709551615 4126564823 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13257/tid=13259] ppid=13256 vsize=868500 CPUtime=1.49
/proc/13257/task/13259/stat : 13259 (java) S 13256 13243 13206 0 -1 64 6464 0 0 0 126 23 0 0 16 0 9 0 43764973 889344000 9454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13257/tid=13260] ppid=13256 vsize=868500 CPUtime=0
/proc/13257/task/13260/stat : 13260 (java) S 13256 13243 13206 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43764973 889344000 9454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13257/tid=13261] ppid=13256 vsize=868500 CPUtime=0
/proc/13257/task/13261/stat : 13261 (java) S 13256 13243 13206 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43764973 889344000 9454 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 13350
/proc/meminfo: memFree=538432/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=14128 CPUtime=2401.15
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 1535 677658 0 5 7 3 239290 815 16 0 1 0 43764909 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13243/statm: 3532 935 374 3 0 632 0
[pid=13349] ppid=13243 vsize=5356 CPUtime=0
/proc/13349/stat : 13349 (sh) S 13243 13243 13206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44007172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13349/statm: 1339 232 193 169 0 50 0
[pid=13350] ppid=13349 vsize=879600 CPUtime=849.81
/proc/13350/stat : 13350 (minisat) R 13349 13243 13206 0 -1 4194304 213258 0 0 0 84846 135 0 0 25 0 1 0 44007172 900710400 213244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13350/statm: 219900 213244 76 150 0 219747 0
Current children cumulated CPU time (s) 3250.96
Current children cumulated vsize (KiB) 899084

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 13350
/proc/meminfo: memFree=538368/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=14128 CPUtime=2401.15
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 1535 677658 0 5 7 3 239290 815 16 0 1 0 43764909 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13243/statm: 3532 935 374 3 0 632 0
[pid=13349] ppid=13243 vsize=5356 CPUtime=0
/proc/13349/stat : 13349 (sh) S 13243 13243 13206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44007172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13349/statm: 1339 232 193 169 0 50 0
[pid=13350] ppid=13349 vsize=880004 CPUtime=909.11
/proc/13350/stat : 13350 (minisat) R 13349 13243 13206 0 -1 4194304 213272 0 0 0 90776 135 0 0 25 0 1 0 44007172 901124096 213258 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13350/statm: 220001 213258 76 150 0 219848 0
Current children cumulated CPU time (s) 3310.26
Current children cumulated vsize (KiB) 899488

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 13350
/proc/meminfo: memFree=538240/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=14128 CPUtime=2401.15
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 1535 677658 0 5 7 3 239290 815 16 0 1 0 43764909 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13243/statm: 3532 935 374 3 0 632 0
[pid=13349] ppid=13243 vsize=5356 CPUtime=0
/proc/13349/stat : 13349 (sh) S 13243 13243 13206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44007172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13349/statm: 1339 232 193 169 0 50 0
[pid=13350] ppid=13349 vsize=880004 CPUtime=968.44
/proc/13350/stat : 13350 (minisat) R 13349 13243 13206 0 -1 4194304 213286 0 0 0 96708 136 0 0 25 0 1 0 44007172 901124096 213272 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13350/statm: 220001 213272 76 150 0 219848 0
Current children cumulated CPU time (s) 3369.59
Current children cumulated vsize (KiB) 899488

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 13350
/proc/meminfo: memFree=538112/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=14128 CPUtime=2401.15
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 1535 677658 0 5 7 3 239290 815 16 0 1 0 43764909 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13243/statm: 3532 935 374 3 0 632 0
[pid=13349] ppid=13243 vsize=5356 CPUtime=0
/proc/13349/stat : 13349 (sh) S 13243 13243 13206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44007172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13349/statm: 1339 232 193 169 0 50 0
[pid=13350] ppid=13349 vsize=880004 CPUtime=1027.75
/proc/13350/stat : 13350 (minisat) R 13349 13243 13206 0 -1 4194304 213299 0 0 0 102639 136 0 0 25 0 1 0 44007172 901124096 213285 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13350/statm: 220001 213285 76 150 0 219848 0
Current children cumulated CPU time (s) 3428.9
Current children cumulated vsize (KiB) 899488

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 13350
/proc/meminfo: memFree=537984/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=14128 CPUtime=2401.15
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 1535 677658 0 5 7 3 239290 815 16 0 1 0 43764909 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13243/statm: 3532 935 374 3 0 632 0
[pid=13349] ppid=13243 vsize=5356 CPUtime=0
/proc/13349/stat : 13349 (sh) S 13243 13243 13206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44007172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13349/statm: 1339 232 193 169 0 50 0
[pid=13350] ppid=13349 vsize=880004 CPUtime=1087.07
/proc/13350/stat : 13350 (minisat) R 13349 13243 13206 0 -1 4194304 213310 0 0 0 108571 136 0 0 25 0 1 0 44007172 901124096 213296 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13350/statm: 220001 213296 76 150 0 219848 0
Current children cumulated CPU time (s) 3488.22
Current children cumulated vsize (KiB) 899488

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 13350
/proc/meminfo: memFree=537920/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=14128 CPUtime=2401.15
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 1535 677658 0 5 7 3 239290 815 16 0 1 0 43764909 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13243/statm: 3532 935 374 3 0 632 0
[pid=13349] ppid=13243 vsize=5356 CPUtime=0
/proc/13349/stat : 13349 (sh) S 13243 13243 13206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44007172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13349/statm: 1339 232 193 169 0 50 0
[pid=13350] ppid=13349 vsize=880004 CPUtime=1146.38
/proc/13350/stat : 13350 (minisat) R 13349 13243 13206 0 -1 4194304 213322 0 0 0 114502 136 0 0 25 0 1 0 44007172 901124096 213308 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13350/statm: 220001 213308 76 150 0 219848 0
Current children cumulated CPU time (s) 3547.53
Current children cumulated vsize (KiB) 899488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3635.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 13350
/proc/meminfo: memFree=537856/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=14128 CPUtime=2401.15
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 1535 677658 0 5 7 3 239290 815 16 0 1 0 43764909 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13243/statm: 3532 935 374 3 0 632 0
[pid=13349] ppid=13243 vsize=5356 CPUtime=0
/proc/13349/stat : 13349 (sh) S 13243 13243 13206 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44007172 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13349/statm: 1339 232 193 169 0 50 0
[pid=13350] ppid=13349 vsize=880004 CPUtime=1198.88
/proc/13350/stat : 13350 (minisat) R 13349 13243 13206 0 -1 4194304 213330 0 0 0 119752 136 0 0 25 0 1 0 44007172 901124096 213316 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/13350/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+3635.52 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 13350
/proc/meminfo: memFree=537856/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=14128 CPUtime=2401.15
/proc/13243/stat : 13243 (sugar) S 13241 13243 13206 0 -1 4194304 1549 677658 0 5 7 3 239290 815 16 0 1 0 43764909 14467072 935 996147200 4194304 4206940 548682068592 18446744073709551615 214953930850 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/13243/statm: 3532 935 374 3 0 632 0
[pid=13349] ppid=13243 vsize=0 CPUtime=0
/proc/13349/stat : 13349 (sh) Z 13243 13243 13206 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 44007172 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/13349/statm: 0 0 0 0 0 0 0
[pid=13350] ppid=1 vsize=0 CPUtime=1198.99
/proc/13350/stat : 13350 (minisat) R 1 13243 13206 0 -1 4195332 213330 0 0 0 119752 147 0 0 25 0 1 0 44007172 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/13350/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.14
Current children cumulated vsize (KiB) 14128

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

[startup+3635.6 s]
/proc/loadavg: 2.00 2.00 2.00 4/109 13351
/proc/meminfo: memFree=1550464/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=14128 CPUtime=2401.21
/proc/13243/stat : 13243 (sugar) R 13241 13243 13206 0 -1 4194304 1570 677935 0 5 7 9 239290 815 16 0 1 0 43764909 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13243/statm: 3532 936 375 3 0 632 0
Current children cumulated CPU time (s) 2401.21
Current children cumulated vsize (KiB) 14128

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

[startup+3635.6 s]
/proc/loadavg: 2.00 2.00 2.00 4/109 13351
/proc/meminfo: memFree=1550464/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=14128 CPUtime=2401.21
/proc/13243/stat : 13243 (sugar) R 13241 13243 13206 0 -1 4194304 1570 677935 0 5 7 9 239290 815 16 0 1 0 43764909 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13243/statm: 3532 936 375 3 0 632 0
Current children cumulated CPU time (s) 2401.21
Current children cumulated vsize (KiB) 14128

[startup+3635.71 s]
/proc/loadavg: 2.00 2.00 2.00 4/109 13351
/proc/meminfo: memFree=1550464/2055920 swapFree=4192812/4192956
[pid=13243] ppid=13241 vsize=14128 CPUtime=2401.31
/proc/13243/stat : 13243 (sugar) R 13241 13243 13206 0 -1 4194304 1570 677935 0 5 7 19 239290 815 16 0 1 0 43764909 14467072 936 996147200 4194304 4206940 548682068592 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13243/statm: 3532 936 375 3 0 632 0
Current children cumulated CPU time (s) 2401.31
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): 1198.93
#  lost CPU user time (s): 1197.52
#  lost CPU system time (s): 1.41

Real time (s): 3635.79
CPU time (s): 3600.34
CPU user time (s): 3590.5
CPU system time (s): 9.83772
CPU usage (%): 99.025
Max. virtual memory (cumulated for all children) (KiB): 906564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.98
system time used= 8.42772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 679536
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= 69257
involuntary context switches= 99364

runsolver used 5.33219 second user time and 14.5638 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-12 15:51:16
IDJOB=1112608
IDBENCH=61444
IDSOLVER=368
FILE ID=node85/1112608-1215870676
PBS_JOBID= 7903575
Free space on /tmp= 126844 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 07304cb7317cdf0b1877fc5044901f5a
RANDOM SEED=1377230552

node85.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.225
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.225
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:       1904304 kB
Buffers:          8520 kB
Cached:          60364 kB
SwapCached:          0 kB
Active:          90724 kB
Inactive:        13320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1904304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1996 kB
Writeback:           0 kB
Mapped:          47492 kB
Slab:            30136 kB
Committed_AS:   303484 kB
PageTables:       3872 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= 126852 MiB
End job on node85 at 2008-07-12 16:51:54