Trace number 1112614

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)56 3600.03 3629.39

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen6.xml
MD5SUM31e4d54875a892c5a56c211ad10147fa
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints29
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1322
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1322
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:53:22 2008
0.00/0.04	c 0	PID 18154
0.00/0.05	c 0	HOST node67.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112614-1215870802.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112614-1215870802.xml' 'HOME/temp.csp'
0.03/0.72	c 1	3 domains, 200 variables, 2 predicates, 0 relations, 1322 constraints
0.03/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.77	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.72/0.85	c 1	Parsing HOME/temp.csp
1.12/1.21	c 1	parsed 1527 expressions
1.12/1.21	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.24	c 1	MAX CSP: 1322 constraints
1.12/1.24	c 1	Converting to clausal form CSP
1.32/1.49	c 1	converted 286 (10%) expressions
1.63/1.73	c 2	converted 571 (20%) expressions
1.83/1.96	c 2	converted 856 (30%) expressions
2.02/2.13	c 2	converted 1141 (40%) expressions
2.22/2.31	c 2	converted 1426 (50%) expressions
2.32/2.48	c 2	converted 1712 (60%) expressions
2.52/2.63	c 2	converted 1997 (70%) expressions
2.61/2.77	c 3	converted 2282 (80%) expressions
2.81/2.91	c 3	converted 2567 (90%) expressions
3.11/3.20	c 3	converted 2852 (100%) expressions
3.11/3.21	c 3	CSP : 2844 integers, 100 booleans, 4265 clauses, largest domain size 1984
3.11/3.21	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.21	c 3	Propagation in CSP
3.11/3.28	c 3	1317 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.11/3.28	c 3	CSP : 2844 integers, 100 booleans, 4265 clauses, largest domain size 1323
3.11/3.28	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.29	c 3	Simplifing CSP by introducing new Boolean variables
3.21/3.35	c 3	CSP : 2844 integers, 2740 booleans, 6905 clauses, largest domain size 1323
3.21/3.35	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.21/3.40	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.41/3.51	c 3	285 (10%) CSP integer variables are encoded (7620 clauses, 96963 bytes)
3.41/3.51	c 3	569 (20%) CSP integer variables are encoded (7620 clauses, 96963 bytes)
3.41/3.51	c 3	854 (30%) CSP integer variables are encoded (7620 clauses, 96963 bytes)
3.41/3.51	c 3	1138 (40%) CSP integer variables are encoded (7620 clauses, 96963 bytes)
3.41/3.51	c 3	1422 (50%) CSP integer variables are encoded (7620 clauses, 96963 bytes)
3.41/3.51	c 3	1707 (60%) CSP integer variables are encoded (10068 clauses, 131970 bytes)
3.41/3.53	c 3	1991 (70%) CSP integer variables are encoded (19937 clauses, 280005 bytes)
3.41/3.54	c 3	2276 (80%) CSP integer variables are encoded (26914 clauses, 384660 bytes)
3.41/3.54	c 3	2560 (90%) CSP integer variables are encoded (29099 clauses, 417435 bytes)
3.41/3.54	c 3	2844 (100%) CSP integer variables are encoded (32018 clauses, 461220 bytes)
3.50/3.65	c 4	691 (10%) CSP clauses are encoded (47123 clauses, 738887 bytes)
3.59/3.74	c 4	1381 (20%) CSP clauses are encoded (61145 clauses, 1012040 bytes)
3.70/3.83	c 4	2072 (30%) CSP clauses are encoded (76601 clauses, 1316298 bytes)
3.80/3.90	c 4	2762 (40%) CSP clauses are encoded (90120 clauses, 1581901 bytes)
3.80/3.97	c 4	3453 (50%) CSP clauses are encoded (103675 clauses, 1848278 bytes)
3.90/4.04	c 4	4143 (60%) CSP clauses are encoded (117666 clauses, 2123628 bytes)
4.00/4.13	c 4	4834 (70%) CSP clauses are encoded (158661 clauses, 2974432 bytes)
5.19/5.38	c 5	5524 (80%) CSP clauses are encoded (703995 clauses, 14516994 bytes)
7.28/7.49	c 7	6215 (90%) CSP clauses are encoded (1944300 clauses, 41111173 bytes)
8.08/8.21	c 8	6905 (100%) CSP clauses are encoded (2353154 clauses, 49841401 bytes)
8.08/8.21	c 8	6905 CSP clauses encoded
8.08/8.21	c 8	Writing map file : HOME/temp.map
8.08/8.25	c 8	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.08/8.25	c 8	SAT : 37602 SAT variables, 2353154 SAT clauses, 49841401 bytes
8.08/8.25	c 8	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.15/8.30	c 8	OBJECTIVE minimize _COST
8.15/8.31	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
8.15/8.31	c 8	SEARCHING: _COST <= 661
8.15/8.31	c 8	SOLVING HOME/temp.cnf
8.15/8.31	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.15/8.31	c 8	This is MiniSat 2.0 beta
8.15/8.31	c 8	WARNING: for repeatability, setting FPU to use double precision
8.15/8.31	c 8	============================[ Problem Statistics ]=============================
8.15/8.31	c 8	|                                                                             |
8.15/8.31	c 8	|  Number of variables:  37602                                                |
8.15/8.31	c 8	|  Number of clauses:    2353155                                              |
9.30/9.54	c 9	|  Parsing time:         1.04         s                                       |
10.78/11.01	c 11	============================[ Search Statistics ]==============================
10.78/11.01	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.78/11.01	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.78/11.01	c 11	===============================================================================
10.78/11.01	c 11	|         0 |   30331  1531457  4528064 |   510485        0    nan |  0.000 % |
11.08/11.34	c 11	|       101 |   30331  1531457  4528064 |   561534      101     67 | 19.337 % |
11.28/11.57	c 11	|       252 |   30331  1531457  4528064 |   617687      252     53 | 19.337 % |
11.48/11.71	c 12	===============================================================================
11.48/11.71	c 12	restarts              : 3
11.48/11.71	c 12	conflicts             : 368            (115 /sec)
11.48/11.71	c 12	decisions             : 3041           (0.69 % random) (951 /sec)
11.48/11.71	c 12	propagations          : 576457         (180227 /sec)
11.48/11.71	c 12	conflict literals     : 15874          (24.84 % deleted)
11.48/11.71	c 12	Memory used           : 94.26 MB
11.48/11.71	c 12	CPU time              : 3.19851 s
11.48/11.71	c 12	
11.48/11.73	c 12	SATISFIABLE
11.48/11.75	c 12	FOUND: _COST <= 661
11.48/11.75	s SATISFIABLE
11.48/11.75	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.48/11.75	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.54/11.83	c 12	Decoding HOME/temp.out
11.77/12.08	c 12	OBJECTIVE _COST 262
11.77/12.08	o 262
11.77/12.09	v 428 16 498 16 792 792 512 750 352 114 764 526 282 44 792 792 792 554 554 792 750 512 142 380 750 512 792 554 470 708 764 526 16 792 72 310 114 324 722 484 44 282 86 296 414 554 722 156 366 128 30 268 156 394 554 792 296 58 394 156 352 792 414 30 156 394 268 30 156 394 30 268 366 792 554 708 58 296 540 778 128 366 778 540 792 554 680 442 114 352 540 778 540 778 380 142 128 366 44 30 470 792 414 652 380 778 156 394 708 470 470 708 428 680 310 72 310 72 470 708 470 708 428 666 708 114 484 722 268 30 442 722 540 778 540 722 778 540 296 58 380 142 778 778 338 100 778 778 366 128 554 792 792 554 792 792 16 394 86 296 44 282 44 254 156 310 652 456 44 352 778 540 142 268 778 540 554 792 324 86 484 792 380 142 44 282 778 778 142 380 778 540 86 778 380 142 778 540 380 142
11.77/12.09	c 12	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.86/12.12	c 12	OBJECTIVE BOUND: 0 <= _COST <= 262
11.86/12.12	c 12	SEARCHING: _COST <= 131
11.86/12.12	c 12	SOLVING HOME/temp.cnf
11.86/12.12	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.86/12.12	c 12	This is MiniSat 2.0 beta
11.86/12.12	c 12	WARNING: for repeatability, setting FPU to use double precision
11.86/12.12	c 12	============================[ Problem Statistics ]=============================
11.86/12.12	c 12	|                                                                             |
11.86/12.12	c 12	|  Number of variables:  37602                                                |
11.86/12.12	c 12	|  Number of clauses:    2353155                                              |
13.04/13.39	c 13	|  Parsing time:         1.10         s                                       |
15.22/15.56	c 15	============================[ Search Statistics ]==============================
15.22/15.56	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.22/15.56	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.22/15.56	c 15	===============================================================================
15.22/15.56	c 15	|         0 |   23132   516300  1503660 |   172100        0    nan |  0.000 % |
15.52/15.85	c 16	|       100 |   23132   516300  1503660 |   189310      100     43 | 38.482 % |
15.62/15.95	c 16	|       250 |   23132   516300  1503660 |   208241      250     41 | 38.482 % |
16.01/16.33	c 16	|       475 |   23132   516300  1503660 |   229065      475     46 | 38.482 % |
16.31/16.61	c 16	|       812 |   23132   516300  1503660 |   251971      812     44 | 38.482 % |
16.91/17.28	c 17	|      1318 |   23132   516300  1503660 |   277168     1318     41 | 38.482 % |
17.50/17.83	c 18	|      2078 |   23132   516300  1503660 |   304885     2078     48 | 38.482 % |
18.98/19.34	c 19	|      3218 |   23132   516300  1503660 |   335374     3218     50 | 38.482 % |
19.48/19.82	c 20	===============================================================================
19.48/19.82	c 20	restarts              : 8
19.48/19.82	c 20	conflicts             : 3814           (510 /sec)
19.48/19.82	c 20	decisions             : 7092           (1.18 % random) (949 /sec)
19.48/19.82	c 20	propagations          : 5023124        (672092 /sec)
19.48/19.82	c 20	conflict literals     : 185529         (16.21 % deleted)
19.48/19.82	c 20	Memory used           : 95.07 MB
19.48/19.82	c 20	CPU time              : 7.47386 s
19.48/19.82	c 20	
19.48/19.84	c 20	SATISFIABLE
19.48/19.85	c 20	FOUND: _COST <= 131
19.48/19.85	c 20	DECODING HOME/temp.out WITH HOME/temp.map
19.48/19.85	c 20	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
19.55/19.93	c 20	Decoding HOME/temp.out
19.55/20.17	c 20	OBJECTIVE _COST 131
19.55/20.17	o 131
19.55/20.18	v 414 722 484 722 792 554 394 156 554 792 30 268 554 792 86 44 16 296 554 792 142 380 778 540 72 310 554 792 470 708 778 540 142 380 792 792 722 470 58 296 736 498 100 428 380 142 792 792 484 722 352 114 750 512 296 58 554 792 456 694 498 736 456 694 792 554 268 30 156 394 792 554 540 778 380 554 778 540 142 72 128 366 778 540 554 792 142 380 778 540 142 44 296 58 428 666 778 540 750 512 380 100 394 156 352 30 680 442 128 366 394 156 296 30 540 778 540 778 380 142 380 142 380 142 296 58 338 100 512 778 352 114 324 86 296 58 100 338 540 778 512 750 142 380 484 722 58 296 72 310 554 792 792 554 554 792 708 470 778 498 694 694 764 526 792 428 16 282 114 352 58 296 708 470 778 540 296 58 554 792 394 156 380 680 750 512 128 366 708 470 778 540 142 380 540 778 114 352 540 778
19.55/20.19	c 20	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
19.56/20.22	c 20	OBJECTIVE BOUND: 0 <= _COST <= 131
19.56/20.22	c 20	SEARCHING: _COST <= 65
19.56/20.22	c 20	SOLVING HOME/temp.cnf
19.56/20.22	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.56/20.23	c 20	This is MiniSat 2.0 beta
19.56/20.23	c 20	WARNING: for repeatability, setting FPU to use double precision
19.56/20.23	c 20	============================[ Problem Statistics ]=============================
19.56/20.23	c 20	|                                                                             |
19.56/20.23	c 20	|  Number of variables:  37602                                                |
19.56/20.23	c 20	|  Number of clauses:    2353155                                              |
21.03/21.50	c 21	|  Parsing time:         1.10         s                                       |
23.21/23.63	c 23	============================[ Search Statistics ]==============================
23.21/23.63	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.21/23.63	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.21/23.63	c 23	===============================================================================
23.21/23.63	c 23	|         0 |   21415   322555   927510 |   107518        0    nan |  0.000 % |
23.51/23.96	c 24	|       101 |   21415   322555   927510 |   118270      101     51 | 43.048 % |
23.70/24.11	c 24	|       253 |   21415   322555   927510 |   130097      253     41 | 43.048 % |
23.80/24.28	c 24	|       478 |   21415   322555   927510 |   143106      478     36 | 43.048 % |
24.20/24.66	c 25	|       815 |   21415   322555   927510 |   157417      815     33 | 43.048 % |
24.50/24.96	c 25	|      1322 |   21415   322555   927510 |   173159     1322     32 | 43.048 % |
25.39/25.86	c 26	|      2081 |   21415   322555   927510 |   190475     2081     34 | 43.048 % |
26.28/26.79	c 27	|      3221 |   21415   322555   927510 |   209522     3221     30 | 43.048 % |
27.67/28.18	c 28	|      4929 |   21415   322555   927510 |   230475     4929     33 | 43.048 % |
29.25/29.77	c 30	|      7493 |   21415   322555   927510 |   253522     7493     41 | 43.048 % |
34.00/34.59	c 34	|     11337 |   21415   322555   927510 |   278874    11337     42 | 43.048 % |
39.65/40.29	c 40	|     17103 |   21415   322555   927510 |   306762    17103     40 | 43.048 % |
50.05/50.77	c 51	|     25752 |   21415   322555   927510 |   337438    25752     44 | 43.048 % |
56.49/57.22	c 57	===============================================================================
56.49/57.22	c 57	restarts              : 13
56.49/57.22	c 57	conflicts             : 30804          (845 /sec)
56.49/57.22	c 57	decisions             : 41897          (1.28 % random) (1149 /sec)
56.49/57.22	c 57	propagations          : 37384281       (1025029 /sec)
56.49/57.22	c 57	conflict literals     : 1570322        (20.41 % deleted)
56.49/57.22	c 57	Memory used           : 94.89 MB
56.49/57.22	c 57	CPU time              : 36.4715 s
56.49/57.22	c 57	
56.49/57.24	c 57	SATISFIABLE
56.49/57.25	c 57	FOUND: _COST <= 65
56.49/57.25	c 57	DECODING HOME/temp.out WITH HOME/temp.map
56.49/57.25	c 57	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
56.55/57.33	c 57	Decoding HOME/temp.out
56.55/57.84	c 58	OBJECTIVE _COST 65
56.55/57.84	o 65
56.55/57.85	v 380 792 456 652 156 394 554 792 394 156 16 254 554 792 792 792 792 792 554 792 30 268 778 540 72 310 792 554 470 708 778 540 142 380 72 310 72 310 652 484 16 254 44 282 324 16 652 414 484 722 394 156 156 394 554 792 554 792 456 694 498 736 394 736 722 484 268 30 156 394 792 554 442 680 442 680 778 540 296 58 128 366 778 540 792 554 142 380 778 540 526 764 282 44 428 666 708 470 750 512 338 100 394 156 366 128 680 442 128 366 394 156 380 142 526 764 540 778 366 128 352 114 352 114 296 58 380 142 268 30 338 100 324 86 296 58 100 338 540 778 470 58 100 338 484 722 30 268 72 310 554 792 792 554 554 792 652 414 58 296 16 282 16 254 114 394 722 554 114 352 58 296 708 470 778 540 282 44 526 792 380 142 778 142 72 310 778 540 142 380 778 540 142 380 512 750 86 324 380 142
56.55/57.85	c 58	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
56.55/57.87	c 58	OBJECTIVE BOUND: 0 <= _COST <= 65
56.55/57.87	c 58	SEARCHING: _COST <= 32
56.55/57.87	c 58	SOLVING HOME/temp.cnf
56.55/57.87	c 58	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
56.55/57.88	c 58	This is MiniSat 2.0 beta
56.55/57.88	c 58	WARNING: for repeatability, setting FPU to use double precision
56.55/57.88	c 58	============================[ Problem Statistics ]=============================
56.55/57.88	c 58	|                                                                             |
56.55/57.88	c 58	|  Number of variables:  37602                                                |
56.55/57.88	c 58	|  Number of clauses:    2353155                                              |
58.34/59.17	c 59	|  Parsing time:         1.11         s                                       |
60.42/61.28	c 61	============================[ Search Statistics ]==============================
60.42/61.28	c 61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
60.42/61.28	c 61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
60.42/61.28	c 61	===============================================================================
60.42/61.28	c 61	|         0 |   19905   217976   618270 |    72658        0    nan |  0.000 % |
60.72/61.56	c 61	|       102 |   19905   217976   618270 |    79924      102     28 | 47.064 % |
60.91/61.74	c 62	|       257 |   19905   217976   618270 |    87916      257     26 | 47.064 % |
61.11/61.93	c 62	|       482 |   19905   217976   618270 |    96708      482     27 | 47.064 % |
61.41/62.24	c 62	|       819 |   19905   217976   618270 |   106379      819     27 | 47.064 % |
61.91/62.70	c 63	|      1326 |   19905   217976   618270 |   117017     1326     25 | 47.064 % |
62.50/63.39	c 63	|      2085 |   19905   217976   618270 |   128719     2085     26 | 47.064 % |
63.39/64.26	c 64	|      3224 |   19905   217976   618270 |   141591     3224     27 | 47.064 % |
64.68/65.59	c 65	|      4933 |   19905   217976   618270 |   155750     4933     28 | 47.064 % |
66.76/67.63	c 67	|      7496 |   19905   217976   618270 |   171325     7496     33 | 47.064 % |
70.82/71.78	c 72	|     11340 |   19905   217976   618270 |   188457    11340     31 | 47.064 % |
76.36/77.37	c 77	|     17106 |   19905   217976   618270 |   207303    17106     30 | 47.064 % |
85.28/86.39	c 86	|     25756 |   19905   217976   618270 |   228034    25756     34 | 47.064 % |
101.82/103.05	c 103	|     38730 |   19905   217976   618270 |   250837    38730     34 | 47.064 % |
126.88/128.31	c 128	|     58191 |   19905   217976   618270 |   275921    58191     32 | 47.064 % |
167.59/169.41	c 169	|     87383 |   19905   217976   618270 |   303513    87383     33 | 47.064 % |
249.60/252.23	c 252	|    131176 |   19905   217976   618270 |   333864   131176     34 | 47.064 % |
390.37/394.35	c 394	|    196862 |   19905   217976   618270 |   367251   196862     37 | 47.064 % |
638.02/644.33	c 644	|    295389 |   19905   217976   618270 |   403976   295389     38 | 47.064 % |
1138.49/1149.58	c 1149	|    443180 |   19905   217976   618270 |   444373    37037     40 | 47.064 % |
1646.80/1662.64	c 1663	|    664866 |   19905   217976   618270 |   488811   258723     46 | 47.064 % |
2774.07/2800.59	c 2800	|    997391 |   19905   217976   618270 |   537692   104345     33 | 47.064 % |
3600.01/3629.22	c ERROR INTERRUPTED
3600.01/3629.23	c 3629	CPU 56.05 (0.06 0.01 55.99 1.1)
3600.01/3629.23	c 3629	END Sat Jul 12 16:53:51 2008

Verifier Data (download as text)

OK	56	1266
56 unsatisfied constraints, 1266 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-1112614-1215870802/watcher-1112614-1215870802 -o /tmp/evaluation-result-1112614-1215870802/solver-1112614-1215870802 -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-1112614-1215870802.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.08 1.96 1.53 4/81 18154
/proc/meminfo: memFree=1912488/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=18572 CPUtime=0
/proc/18154/stat : 18154 (runsolver) R 18152 18154 17853 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 43778107 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18154/statm: 4643 292 257 25 0 2626 0

[startup+0.0697851 s]
/proc/loadavg: 2.08 1.96 1.53 4/81 18154
/proc/meminfo: memFree=1912488/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13600 CPUtime=0.03
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43778107 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101645 s]
/proc/loadavg: 2.08 1.96 1.53 4/81 18154
/proc/meminfo: memFree=1912488/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13600 CPUtime=0.03
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43778107 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301663 s]
/proc/loadavg: 2.08 1.96 1.53 4/81 18154
/proc/meminfo: memFree=1912488/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13600 CPUtime=0.03
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43778107 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701709 s]
/proc/loadavg: 2.08 1.96 1.53 4/81 18154
/proc/meminfo: memFree=1912488/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13600 CPUtime=0.03
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43778107 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50279 s]
/proc/loadavg: 2.08 1.96 1.53 4/92 18176
/proc/meminfo: memFree=1905032/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13600 CPUtime=0.73
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 974 4906 0 1 4 0 66 3 15 0 1 0 43778107 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3400 797 370 3 0 500 0
[pid=18167] ppid=18154 vsize=5356 CPUtime=0
/proc/18167/stat : 18167 (sh) S 18154 18154 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43778185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18167/statm: 1339 233 193 169 0 50 0
[pid=18168] ppid=18167 vsize=864216 CPUtime=0.7
/proc/18168/stat : 18168 (java) S 18167 18154 17853 0 -1 0 3963 0 1 0 68 2 0 0 18 0 9 0 43778185 884957184 3420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18168/statm: 216054 3420 1730 9 0 210629 0
[pid=18168/tid=18169] ppid=18167 vsize=864216 CPUtime=0.59
/proc/18168/task/18169/stat : 18169 (java) R 18167 18154 17853 0 -1 64 2641 0 1 0 58 1 0 0 19 0 9 0 43778186 884957184 3420 996147200 134512640 134550740 4294955936 18446744073709551615 4125952098 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18170] ppid=18167 vsize=864216 CPUtime=0.01
/proc/18168/task/18170/stat : 18170 (java) S 18167 18154 17853 0 -1 64 296 0 0 0 1 0 0 0 16 0 9 0 43778187 884957184 3420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18171] ppid=18167 vsize=864216 CPUtime=0
/proc/18168/task/18171/stat : 18171 (java) S 18167 18154 17853 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 43778187 884957184 3420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18172] ppid=18167 vsize=864216 CPUtime=0
/proc/18168/task/18172/stat : 18172 (java) S 18167 18154 17853 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 43778187 884957184 3420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18173] ppid=18167 vsize=864216 CPUtime=0
/proc/18168/task/18173/stat : 18173 (java) S 18167 18154 17853 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 43778189 884957184 3420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18174] ppid=18167 vsize=864216 CPUtime=0.08
/proc/18168/task/18174/stat : 18174 (java) R 18167 18154 17853 0 -1 64 334 0 0 0 8 0 0 0 22 0 9 0 43778189 884957184 3420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18175] ppid=18167 vsize=864216 CPUtime=0
/proc/18168/task/18175/stat : 18175 (java) S 18167 18154 17853 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 43778189 884957184 3420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18176] ppid=18167 vsize=864216 CPUtime=0
/proc/18168/task/18176/stat : 18176 (java) S 18167 18154 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43778190 884957184 3420 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883172

[startup+3.10295 s]
/proc/loadavg: 2.07 1.96 1.53 3/92 18176
/proc/meminfo: memFree=1898312/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13600 CPUtime=0.73
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 974 4906 0 1 4 0 66 3 15 0 1 0 43778107 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3400 797 370 3 0 500 0
[pid=18167] ppid=18154 vsize=5356 CPUtime=0
/proc/18167/stat : 18167 (sh) S 18154 18154 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43778185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18167/statm: 1339 233 193 169 0 50 0
[pid=18168] ppid=18167 vsize=868384 CPUtime=2.28
/proc/18168/stat : 18168 (java) S 18167 18154 17853 0 -1 0 5527 0 1 0 224 4 0 0 18 0 9 0 43778185 889225216 4852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18168/statm: 217096 4852 1732 9 0 211671 0
[pid=18168/tid=18169] ppid=18167 vsize=868384 CPUtime=1.99
/proc/18168/task/18169/stat : 18169 (java) R 18167 18154 17853 0 -1 64 2748 0 1 0 198 1 0 0 25 0 9 0 43778186 889225216 4852 996147200 134512640 134550740 4294955936 18446744073709551615 4126102473 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18170] ppid=18167 vsize=868384 CPUtime=0.07
/proc/18168/task/18170/stat : 18170 (java) S 18167 18154 17853 0 -1 64 636 0 0 0 7 0 0 0 16 0 9 0 43778187 889225216 4852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18171] ppid=18167 vsize=868384 CPUtime=0
/proc/18168/task/18171/stat : 18171 (java) S 18167 18154 17853 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 43778187 889225216 4852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18172] ppid=18167 vsize=868384 CPUtime=0
/proc/18168/task/18172/stat : 18172 (java) S 18167 18154 17853 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 43778187 889225216 4852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18173] ppid=18167 vsize=868384 CPUtime=0
/proc/18168/task/18173/stat : 18173 (java) S 18167 18154 17853 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 43778189 889225216 4852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18174] ppid=18167 vsize=868384 CPUtime=0.19
/proc/18168/task/18174/stat : 18174 (java) S 18167 18154 17853 0 -1 64 1451 0 0 0 19 0 0 0 16 0 9 0 43778189 889225216 4852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18175] ppid=18167 vsize=868384 CPUtime=0
/proc/18168/task/18175/stat : 18175 (java) S 18167 18154 17853 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 43778189 889225216 4852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18176] ppid=18167 vsize=868384 CPUtime=0
/proc/18168/task/18176/stat : 18176 (java) S 18167 18154 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43778190 889225216 4852 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887340

[startup+6.30228 s]
/proc/loadavg: 2.07 1.96 1.53 3/92 18176
/proc/meminfo: memFree=1878984/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13600 CPUtime=0.73
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 974 4906 0 1 4 0 66 3 16 0 1 0 43778107 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18154/statm: 3400 797 370 3 0 500 0
[pid=18167] ppid=18154 vsize=5356 CPUtime=0
/proc/18167/stat : 18167 (sh) S 18154 18154 17853 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43778185 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18167/statm: 1339 233 193 169 0 50 0
[pid=18168] ppid=18167 vsize=868496 CPUtime=5.45
/proc/18168/stat : 18168 (java) S 18167 18154 17853 0 -1 0 8170 0 1 0 522 23 0 0 18 0 9 0 43778185 889339904 6529 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18168/statm: 217124 6529 2565 9 0 211671 0
[pid=18168/tid=18169] ppid=18167 vsize=868496 CPUtime=4.75
/proc/18168/task/18169/stat : 18169 (java) R 18167 18154 17853 0 -1 64 3594 0 1 0 459 16 0 0 25 0 9 0 43778186 889339904 6529 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18168/tid=18170] ppid=18167 vsize=868496 CPUtime=0.39
/proc/18168/task/18170/stat : 18170 (java) S 18167 18154 17853 0 -1 64 2372 0 0 0 34 5 0 0 16 0 9 0 43778187 889339904 6529 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18168/tid=18171] ppid=18167 vsize=868496 CPUtime=0
/proc/18168/task/18171/stat : 18171 (java) S 18167 18154 17853 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43778187 889339904 6529 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18172] ppid=18167 vsize=868496 CPUtime=0
/proc/18168/task/18172/stat : 18172 (java) S 18167 18154 17853 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 43778187 889339904 6529 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18173] ppid=18167 vsize=868496 CPUtime=0
/proc/18168/task/18173/stat : 18173 (java) S 18167 18154 17853 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 43778189 889339904 6529 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18174] ppid=18167 vsize=868496 CPUtime=0.28
/proc/18168/task/18174/stat : 18174 (java) S 18167 18154 17853 0 -1 64 1510 0 0 0 28 0 0 0 15 0 9 0 43778189 889339904 6529 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18168/tid=18175] ppid=18167 vsize=868496 CPUtime=0
/proc/18168/task/18175/stat : 18175 (java) S 18167 18154 17853 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 43778189 889339904 6529 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18168/tid=18176] ppid=18167 vsize=868496 CPUtime=0
/proc/18168/task/18176/stat : 18176 (java) S 18167 18154 17853 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43778190 889339904 6529 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) 887452

[startup+12.7019 s]
/proc/loadavg: 2.13 1.98 1.54 4/92 18188
/proc/meminfo: memFree=1853640/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13732 CPUtime=11.88
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 1210 42499 1 3 5 0 1116 67 16 0 1 0 43778107 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3433 842 374 3 0 533 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 13732

[startup+25.5012 s]
/proc/loadavg: 2.11 1.98 1.55 3/84 18202
/proc/meminfo: memFree=1764232/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13732 CPUtime=19.88
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 1325 71178 1 4 5 1 1895 87 15 0 1 0 43778107 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3433 842 374 3 0 533 0
[pid=18201] ppid=18154 vsize=5356 CPUtime=0
/proc/18201/stat : 18201 (sh) S 18154 18154 17853 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43780130 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18201/statm: 1339 232 193 169 0 50 0
[pid=18202] ppid=18201 vsize=97164 CPUtime=5.21
/proc/18202/stat : 18202 (minisat) R 18201 18154 17853 0 -1 4194304 24119 0 0 0 505 16 0 0 25 0 1 0 43780130 99495936 24105 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18202/statm: 24291 24105 76 150 0 24138 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 116252

[startup+51.1019 s]
/proc/loadavg: 2.07 1.98 1.56 3/84 18202
/proc/meminfo: memFree=1764424/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13732 CPUtime=19.88
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 1325 71178 1 4 5 1 1895 87 16 0 1 0 43778107 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3433 842 374 3 0 533 0
[pid=18201] ppid=18154 vsize=5356 CPUtime=0
/proc/18201/stat : 18201 (sh) S 18154 18154 17853 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43780130 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18201/statm: 1339 232 193 169 0 50 0
[pid=18202] ppid=18201 vsize=97164 CPUtime=30.57
/proc/18202/stat : 18202 (minisat) R 18201 18154 17853 0 -1 4194304 24119 0 0 0 3041 16 0 0 25 0 1 0 43780130 99495936 24105 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18202/statm: 24291 24105 76 150 0 24138 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 116252

[startup+102.306 s]
/proc/loadavg: 2.03 1.98 1.58 3/84 18214
/proc/meminfo: memFree=1763848/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13732 CPUtime=57.14
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 1439 99814 1 5 5 1 5599 109 16 0 1 0 43778107 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3433 842 374 3 0 533 0
[pid=18213] ppid=18154 vsize=5356 CPUtime=0
/proc/18213/stat : 18213 (sh) S 18154 18154 17853 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43783895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18213/statm: 1339 232 193 169 0 50 0
[pid=18214] ppid=18213 vsize=97392 CPUtime=43.99
/proc/18214/stat : 18214 (minisat) R 18213 18154 17853 0 -1 4194304 24177 0 0 0 4383 16 0 0 25 0 1 0 43783895 99729408 24163 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18214/statm: 24348 24163 75 150 0 24195 0

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

[pid=18213] ppid=18154 vsize=5356 CPUtime=0
/proc/18213/stat : 18213 (sh) S 18154 18154 17853 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43783895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18213/statm: 1339 232 193 169 0 50 0
[pid=18214] ppid=18213 vsize=154620 CPUtime=3136.29
/proc/18214/stat : 18214 (minisat) R 18213 18154 17853 0 -1 4194304 37979 0 0 0 313590 39 0 0 25 0 1 0 43783895 158330880 37965 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18214/statm: 38655 37965 75 150 0 38502 0
Current children cumulated CPU time (s) 3193.44
Current children cumulated vsize (KiB) 173708

[startup+3282.3 s]
/proc/loadavg: 2.11 2.05 2.00 3/85 18273
/proc/meminfo: memFree=1094088/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13732 CPUtime=57.15
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 1439 99814 1 5 6 1 5599 109 16 0 1 0 43778107 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3433 842 374 3 0 533 0
[pid=18213] ppid=18154 vsize=5356 CPUtime=0
/proc/18213/stat : 18213 (sh) S 18154 18154 17853 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43783895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18213/statm: 1339 232 193 169 0 50 0
[pid=18214] ppid=18213 vsize=154620 CPUtime=3196.24
/proc/18214/stat : 18214 (minisat) R 18213 18154 17853 0 -1 4194304 37983 0 0 0 319582 42 0 0 25 0 1 0 43783895 158330880 37969 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18214/statm: 38655 37969 75 150 0 38502 0
Current children cumulated CPU time (s) 3253.39
Current children cumulated vsize (KiB) 173708

[startup+3342.3 s]
/proc/loadavg: 2.60 2.19 2.04 3/85 18273
/proc/meminfo: memFree=200008/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13732 CPUtime=57.15
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 1439 99814 1 5 6 1 5599 109 16 0 1 0 43778107 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3433 842 374 3 0 533 0
[pid=18213] ppid=18154 vsize=5356 CPUtime=0
/proc/18213/stat : 18213 (sh) S 18154 18154 17853 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43783895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18213/statm: 1339 232 193 169 0 50 0
[pid=18214] ppid=18213 vsize=154620 CPUtime=3256.14
/proc/18214/stat : 18214 (minisat) R 18213 18154 17853 0 -1 4194304 37983 0 0 0 325552 62 0 0 25 0 1 0 43783895 158330880 37969 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18214/statm: 38655 37969 75 150 0 38502 0
Current children cumulated CPU time (s) 3313.29
Current children cumulated vsize (KiB) 173708

[startup+3402.31 s]
/proc/loadavg: 2.49 2.24 2.07 3/85 18273
/proc/meminfo: memFree=15880/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13732 CPUtime=57.15
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 1439 99814 1 5 6 1 5599 109 16 0 1 0 43778107 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3433 842 374 3 0 533 0
[pid=18213] ppid=18154 vsize=5356 CPUtime=0
/proc/18213/stat : 18213 (sh) S 18154 18154 17853 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43783895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18213/statm: 1339 232 193 169 0 50 0
[pid=18214] ppid=18213 vsize=154784 CPUtime=3316.08
/proc/18214/stat : 18214 (minisat) R 18213 18154 17853 0 -1 4194304 38031 0 0 0 331542 66 0 0 25 0 1 0 43783895 158498816 38017 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18214/statm: 38696 38017 75 150 0 38543 0
Current children cumulated CPU time (s) 3373.23
Current children cumulated vsize (KiB) 173872

[startup+3462.3 s]
/proc/loadavg: 2.28 2.22 2.08 3/85 18273
/proc/meminfo: memFree=15304/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13732 CPUtime=57.15
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 1439 99814 1 5 6 1 5599 109 16 0 1 0 43778107 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3433 842 374 3 0 533 0
[pid=18213] ppid=18154 vsize=5356 CPUtime=0
/proc/18213/stat : 18213 (sh) S 18154 18154 17853 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43783895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18213/statm: 1339 232 193 169 0 50 0
[pid=18214] ppid=18213 vsize=155272 CPUtime=3376.05
/proc/18214/stat : 18214 (minisat) R 18213 18154 17853 0 -1 4194304 38111 0 0 0 337535 70 0 0 25 0 1 0 43783895 158998528 38097 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18214/statm: 38818 38097 75 150 0 38665 0
Current children cumulated CPU time (s) 3433.2
Current children cumulated vsize (KiB) 174360

[startup+3522.3 s]
/proc/loadavg: 2.09 2.18 2.07 3/85 18273
/proc/meminfo: memFree=15432/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13732 CPUtime=57.15
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 1439 99814 1 5 6 1 5599 109 16 0 1 0 43778107 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3433 842 374 3 0 533 0
[pid=18213] ppid=18154 vsize=5356 CPUtime=0
/proc/18213/stat : 18213 (sh) S 18154 18154 17853 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43783895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18213/statm: 1339 232 193 169 0 50 0
[pid=18214] ppid=18213 vsize=155272 CPUtime=3436.01
/proc/18214/stat : 18214 (minisat) R 18213 18154 17853 0 -1 4194304 38135 0 0 0 343529 72 0 0 25 0 1 0 43783895 158998528 38121 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18214/statm: 38818 38121 75 150 0 38665 0
Current children cumulated CPU time (s) 3493.16
Current children cumulated vsize (KiB) 174360

[startup+3582.3 s]
/proc/loadavg: 2.12 2.17 2.07 3/85 18273
/proc/meminfo: memFree=15944/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13732 CPUtime=57.15
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 1439 99814 1 5 6 1 5599 109 16 0 1 0 43778107 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3433 842 374 3 0 533 0
[pid=18213] ppid=18154 vsize=5356 CPUtime=0
/proc/18213/stat : 18213 (sh) S 18154 18154 17853 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43783895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18213/statm: 1339 232 193 169 0 50 0
[pid=18214] ppid=18213 vsize=155272 CPUtime=3495.98
/proc/18214/stat : 18214 (minisat) R 18213 18154 17853 0 -1 4194304 38143 0 0 0 349523 75 0 0 25 0 1 0 43783895 158998528 38129 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/18214/statm: 38818 38129 75 150 0 38665 0
Current children cumulated CPU time (s) 3553.13
Current children cumulated vsize (KiB) 174360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.2 s]
/proc/loadavg: 2.09 2.16 2.08 3/85 18273
/proc/meminfo: memFree=15304/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13732 CPUtime=57.15
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 1439 99814 1 5 6 1 5599 109 16 0 1 0 43778107 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3433 842 374 3 0 533 0
[pid=18213] ppid=18154 vsize=5356 CPUtime=0
/proc/18213/stat : 18213 (sh) S 18154 18154 17853 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43783895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18213/statm: 1339 232 193 169 0 50 0
[pid=18214] ppid=18213 vsize=155452 CPUtime=3542.86
/proc/18214/stat : 18214 (minisat) R 18213 18154 17853 0 -1 4194304 38160 0 0 0 354210 76 0 0 25 0 1 0 43783895 159182848 38146 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/18214/statm: 38863 38146 75 150 0 38710 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 174540

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

[startup+3629.2 s]
/proc/loadavg: 2.09 2.16 2.08 3/85 18273
/proc/meminfo: memFree=15304/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13732 CPUtime=57.15
/proc/18154/stat : 18154 (sugar) S 18152 18154 17853 0 -1 4194304 1439 99814 1 5 6 1 5599 109 16 0 1 0 43778107 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18154/statm: 3433 842 374 3 0 533 0
[pid=18213] ppid=18154 vsize=5356 CPUtime=0
/proc/18213/stat : 18213 (sh) S 18154 18154 17853 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43783895 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18213/statm: 1339 232 193 169 0 50 0
[pid=18214] ppid=18213 vsize=155452 CPUtime=3542.86
/proc/18214/stat : 18214 (minisat) R 18213 18154 17853 0 -1 4194304 38160 0 0 0 354210 76 0 0 25 0 1 0 43783895 159182848 38146 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/18214/statm: 38863 38146 75 150 0 38710 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 174540

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

[startup+3629.32 s]
/proc/loadavg: 2.09 2.16 2.08 3/85 18273
/proc/meminfo: memFree=15304/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13732 CPUtime=57.16
/proc/18154/stat : 18154 (sugar) D 18152 18154 17853 0 -1 4194304 1474 100091 1 5 6 1 5599 110 15 0 1 0 43778107 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18154/statm: 3433 843 375 3 0 533 0
Current children cumulated CPU time (s) 57.16
Current children cumulated vsize (KiB) 13732

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

[startup+3629.32 s]
/proc/loadavg: 2.09 2.16 2.08 3/85 18273
/proc/meminfo: memFree=15304/2055920 swapFree=4181048/4192956
[pid=18154] ppid=18152 vsize=13732 CPUtime=57.16
/proc/18154/stat : 18154 (sugar) D 18152 18154 17853 0 -1 4194304 1474 100091 1 5 6 1 5599 110 15 0 1 0 43778107 14061568 843 996147200 4194304 4206940 548682068592 18446744073709551615 271638565929 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18154/statm: 3433 843 375 3 0 533 0
Current children cumulated CPU time (s) 57.16
Current children cumulated vsize (KiB) 13732

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): 3542.85
#  lost CPU user time (s): 3542.1
#  lost CPU system time (s): 0.75

Real time (s): 3629.39
CPU time (s): 3600.03
CPU user time (s): 3598.16
CPU system time (s): 1.87183
CPU usage (%): 99.191
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.0615
system time used= 1.12183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101596
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14203
involuntary context switches= 16024

runsolver used 4.43433 second user time and 13.335 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-12 15:53:22
IDJOB=1112614
IDBENCH=61445
IDSOLVER=368
FILE ID=node67/1112614-1215870802
PBS_JOBID= 7903557
Free space on /tmp= 66436 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 31e4d54875a892c5a56c211ad10147fa
RANDOM SEED=1443389665

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1912968 kB
Buffers:          2732 kB
Cached:          42024 kB
SwapCached:       5768 kB
Active:          90400 kB
Inactive:        11200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1912968 kB
SwapTotal:     4192956 kB
SwapFree:      4181048 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:          73008 kB
Slab:            26484 kB
Committed_AS:   283796 kB
PageTables:       1980 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= 64632 MiB
End job on node67 at 2008-07-12 16:53:53