Trace number 1126564

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.07 3608.12

General information on the benchmark

Namemaxcsp/spot5/
normalized-spot5-408_ext.xml
MD5SUM3c76a6e18a88c19233e3431c87a04fe0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints134
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of constraints2232
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension2232
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 16 07:02:25 2008
0.00/0.05	c 0	PID 1507
0.03/0.05	c 0	HOST node4.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1126564-1216184545.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1126564-1216184545.xml' 'HOME/temp.csp'
0.04/0.58	c 0	3 domains, 201 variables, 0 predicates, 18 relations, 2232 constraints
0.04/0.64	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.64	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.62/0.72	c 0	Parsing HOME/temp.csp
0.62/0.91	c 1	parsed 2454 expressions
0.62/0.91	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.62/0.94	c 1	MAX CSP: 2232 constraints
0.62/0.94	c 1	Converting to clausal form CSP
0.96/1.00	c 1	converted 469 (10%) expressions
0.96/1.03	c 1	converted 938 (20%) expressions
1.06/1.13	c 1	converted 1407 (30%) expressions
1.06/1.15	c 1	converted 1876 (40%) expressions
1.06/1.16	c 1	converted 2345 (50%) expressions
1.06/1.18	c 1	converted 2814 (60%) expressions
1.16/1.21	c 1	converted 3283 (70%) expressions
1.16/1.21	c 1	converted 3752 (80%) expressions
1.16/1.22	c 1	converted 4221 (90%) expressions
1.35/1.48	c 1	converted 4689 (100%) expressions
1.35/1.48	c 1	CSP : 4665 integers, 0 booleans, 6695 clauses, largest domain size 3349
1.35/1.48	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.35/1.48	c 1	Propagation in CSP
1.44/1.58	c 1	2227 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.44/1.58	c 1	CSP : 4665 integers, 0 booleans, 6695 clauses, largest domain size 2233
1.44/1.58	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.59	c 1	Simplifing CSP by introducing new Boolean variables
1.44/1.59	c 1	CSP : 4665 integers, 0 booleans, 6695 clauses, largest domain size 2233
1.44/1.59	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.55/1.65	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.55/1.67	c 1	467 (10%) CSP integer variables are encoded (128 clauses, 1392 bytes)
1.55/1.67	c 1	933 (20%) CSP integer variables are encoded (128 clauses, 1392 bytes)
1.55/1.68	c 1	1400 (30%) CSP integer variables are encoded (128 clauses, 1392 bytes)
1.55/1.68	c 1	1866 (40%) CSP integer variables are encoded (128 clauses, 1392 bytes)
1.55/1.68	c 1	2333 (50%) CSP integer variables are encoded (128 clauses, 1392 bytes)
1.65/1.72	c 1	2799 (60%) CSP integer variables are encoded (24316 clauses, 349839 bytes)
1.65/1.72	c 1	3266 (70%) CSP integer variables are encoded (29608 clauses, 429219 bytes)
1.65/1.73	c 1	3732 (80%) CSP integer variables are encoded (35947 clauses, 524304 bytes)
1.65/1.74	c 1	4199 (90%) CSP integer variables are encoded (39902 clauses, 583629 bytes)
1.65/1.75	c 1	4665 (100%) CSP integer variables are encoded (45142 clauses, 662229 bytes)
1.74/1.82	c 2	670 (10%) CSP clauses are encoded (46087 clauses, 677837 bytes)
1.74/1.84	c 2	1339 (20%) CSP clauses are encoded (47155 clauses, 699297 bytes)
1.74/1.87	c 2	2009 (30%) CSP clauses are encoded (48068 clauses, 718177 bytes)
1.85/1.95	c 2	2678 (40%) CSP clauses are encoded (75655 clauses, 1213981 bytes)
7.37/7.51	c 7	3348 (50%) CSP clauses are encoded (2591851 clauses, 53822061 bytes)
7.48/7.68	c 7	4017 (60%) CSP clauses are encoded (2676032 clauses, 55596961 bytes)
12.00/12.25	c 12	4687 (70%) CSP clauses are encoded (5104834 clauses, 107739807 bytes)
12.20/12.45	c 12	5356 (80%) CSP clauses are encoded (5201663 clauses, 109784006 bytes)
12.70/12.92	c 13	6026 (90%) CSP clauses are encoded (5445911 clauses, 114991801 bytes)
14.43/14.83	c 15	6695 (100%) CSP clauses are encoded (6365599 clauses, 134693381 bytes)
14.43/14.83	c 15	6695 CSP clauses encoded
14.43/14.83	c 15	Writing map file : HOME/temp.map
14.43/14.88	c 15	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.43/14.88	c 15	SAT : 49806 SAT variables, 6365599 SAT clauses, 134693381 bytes
14.43/14.88	c 15	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.51/14.93	c 15	OBJECTIVE minimize _COST
14.51/14.93	c 15	OBJECTIVE BOUND: 0 <= _COST <= 
14.51/14.93	c 15	SEARCHING: _COST <= 1116
14.51/14.93	c 15	SOLVING HOME/temp.cnf
14.51/14.93	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.51/14.93	c 15	This is MiniSat 2.0 beta
14.51/14.93	c 15	WARNING: for repeatability, setting FPU to use double precision
14.51/14.93	c 15	============================[ Problem Statistics ]=============================
14.51/14.93	c 15	|                                                                             |
14.51/14.93	c 15	|  Number of variables:  49806                                                |
14.51/14.93	c 15	|  Number of clauses:    6365600                                              |
18.05/18.50	c 18	|  Parsing time:         2.96         s                                       |
26.46/27.07	c 27	============================[ Search Statistics ]==============================
26.46/27.07	c 27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.46/27.07	c 27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.46/27.07	c 27	===============================================================================
26.46/27.07	c 27	|         0 |   36414  4043846 12035197 |  1347948        0    nan |  0.000 % |
28.54/29.17	c 29	===============================================================================
28.54/29.17	c 29	restarts              : 1
28.54/29.17	c 29	conflicts             : 23             (2 /sec)
28.54/29.17	c 29	decisions             : 1006           (0.89 % random) (74 /sec)
28.54/29.17	c 29	propagations          : 475859         (35168 /sec)
28.54/29.17	c 29	conflict literals     : 185            (25.40 % deleted)
28.54/29.17	c 29	Memory used           : 249.73 MB
28.54/29.17	c 29	CPU time              : 13.5309 s
28.54/29.17	c 29	
28.54/29.19	c 29	SATISFIABLE
28.64/29.24	c 29	FOUND: _COST <= 1116
28.64/29.24	s SATISFIABLE
28.64/29.24	c 29	DECODING HOME/temp.out WITH HOME/temp.map
28.64/29.24	c 29	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
28.70/29.32	c 29	Decoding HOME/temp.out
28.70/29.54	c 29	OBJECTIVE _COST 1116
28.70/29.54	o 1116
28.70/29.55	v 2 3 3 1 1 1 1 0 3 2 3 1 1 1 0 0 1 1 3 3 1 0 1 1 1 1 0 1 1 3 1 2 1 2 1 1 1 1 1 1 0 1 1 0 1 1 1 1 0 2 0 1 1 1 0 1 3 3 1 3 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 0 3 3 1 3 1 0 3 1 1 3 1 0 1 1 1 1 1 1 3 1 1 0 1 1 1 3 1 1 3 2 1 1 3 1 1 1 1 3 1 1 1 1 0 1 1 1 2 1 2 1 1 0 3 3 1 3 3 1 0 3 1 2 1 1 1 1 0 3 2 1 0 0 3 1 2 3 3 1 1 3 2 1 1 1 1 0 3 1 0 1 1 3 1 1 1 1 1 3 3 1 1 0 1 1 1 1 1 1 1 1 1 1 1 2 0 3 1 1 1 -1
28.70/29.55	c 29	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
29.00/29.61	c 29	OBJECTIVE BOUND: 0 <= _COST <= 1116
29.00/29.61	c 29	SEARCHING: _COST <= 558
29.00/29.61	c 29	SOLVING HOME/temp.cnf
29.00/29.61	c 29	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
29.00/29.61	c 29	This is MiniSat 2.0 beta
29.00/29.61	c 29	WARNING: for repeatability, setting FPU to use double precision
29.00/29.61	c 29	============================[ Problem Statistics ]=============================
29.00/29.61	c 29	|                                                                             |
29.00/29.61	c 29	|  Number of variables:  49806                                                |
29.00/29.61	c 29	|  Number of clauses:    6365600                                              |
32.55/33.27	c 33	|  Parsing time:         3.08         s                                       |
44.34/45.17	c 45	============================[ Search Statistics ]==============================
44.34/45.17	c 45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
44.34/45.17	c 45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
44.34/45.17	c 45	===============================================================================
44.34/45.17	c 45	|         0 |   29160  2621783  7790212 |   873927        0    nan |  0.000 % |
45.33/46.13	c 46	|       100 |   29158  2621783  7790212 |   961320       99     23 | 41.461 % |
45.62/46.48	c 46	|       250 |   29158  2621783  7790212 |  1057452      249     27 | 41.461 % |
46.02/46.81	c 47	|       477 |   29158  2621783  7790212 |  1163197      476     26 | 41.461 % |
46.22/47.02	c 47	===============================================================================
46.22/47.02	c 47	restarts              : 4
46.22/47.02	c 47	conflicts             : 485            (29 /sec)
46.22/47.02	c 47	decisions             : 2846           (0.91 % random) (170 /sec)
46.22/47.02	c 47	propagations          : 897023         (53732 /sec)
46.22/47.02	c 47	conflict literals     : 12684          (16.82 % deleted)
46.22/47.02	c 47	Memory used           : 253.39 MB
46.22/47.02	c 47	CPU time              : 16.6945 s
46.22/47.02	c 47	
46.22/47.04	c 47	SATISFIABLE
46.22/47.08	c 47	FOUND: _COST <= 558
46.22/47.08	c 47	DECODING HOME/temp.out WITH HOME/temp.map
46.22/47.08	c 47	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
46.32/47.17	c 47	Decoding HOME/temp.out
46.71/47.59	c 47	OBJECTIVE _COST 558
46.71/47.59	o 558
46.80/47.60	v 2 2 1 2 1 1 1 1 3 1 3 1 1 1 1 1 1 1 3 3 1 0 1 1 1 0 1 1 3 2 1 3 1 3 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 3 1 1 1 1 1 1 3 3 1 3 1 1 1 0 1 1 1 2 1 1 0 1 1 1 1 0 1 1 1 1 0 1 0 3 2 3 1 1 1 1 3 1 1 3 1 1 1 3 3 3 1 0 3 1 1 1 3 1 1 3 3 1 1 1 1 1 1 1 3 1 1 1 1 1 0 1 1 3 1 3 1 1 1 0 3 1 2 3 3 1 3 1 3 1 1 2 1 1 3 2 3 3 1 2 3 3 2 1 1 1 2 3 1 1 1 1 1 3 1 1 1 3 3 1 1 1 1 1 3 1 1 3 1 1 1 1 1 1 1 0 1 1 1 1 3 1 3 1 1 1 -1
46.80/47.61	c 47	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
46.80/47.62	c 47	OBJECTIVE BOUND: 0 <= _COST <= 558
46.80/47.62	c 47	SEARCHING: _COST <= 279
46.80/47.62	c 47	SOLVING HOME/temp.cnf
46.80/47.62	c 47	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
46.80/47.62	c 47	This is MiniSat 2.0 beta
46.80/47.62	c 47	WARNING: for repeatability, setting FPU to use double precision
46.80/47.62	c 47	============================[ Problem Statistics ]=============================
46.80/47.62	c 47	|                                                                             |
46.80/47.62	c 47	|  Number of variables:  49806                                                |
46.80/47.62	c 47	|  Number of clauses:    6365600                                              |
50.38/51.27	c 51	|  Parsing time:         3.09         s                                       |
63.35/64.39	c 64	============================[ Search Statistics ]==============================
63.35/64.39	c 64	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
63.35/64.39	c 64	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
63.35/64.39	c 64	===============================================================================
63.35/64.39	c 64	|         0 |   24696  1480115  4378321 |   493371        0    nan |  0.000 % |
63.95/64.92	c 65	|       101 |   24693  1480115  4378321 |   542708      100     11 | 50.432 % |
64.14/65.17	c 65	|       251 |   24693  1480115  4378321 |   596979      250     17 | 50.432 % |
64.44/65.46	c 65	|       477 |   24693  1480115  4378321 |   656677      476     21 | 50.432 % |
65.33/66.35	c 66	|       815 |   24690  1480115  4378321 |   722345      812     31 | 50.488 % |
65.63/66.65	c 66	|      1321 |   24690  1480115  4378321 |   794580     1318     41 | 50.488 % |
67.22/68.26	c 68	|      2081 |   24689  1480115  4378321 |   874038     2077     32 | 50.510 % |
68.80/69.85	c 70	|      3221 |   24689  1480115  4378321 |   961441     3217     25 | 50.510 % |
70.98/72.04	c 72	|      4929 |   24649  1470338  4349150 |  1057585     4924     22 | 50.510 % |
74.35/75.46	c 75	|      7491 |   24649  1470338  4349150 |  1163344     7486     20 | 50.510 % |
80.59/81.77	c 82	|     11336 |   24626  1466074  4336436 |  1279679    11330     20 | 50.556 % |
89.50/90.72	c 90	|     17102 |   24626  1466074  4336436 |  1407646    17096     21 | 50.556 % |
105.64/107.07	c 107	|     25753 |   24580  1457534  4310971 |  1548411    25742     24 | 50.649 % |
120.80/122.38	c 122	|     38727 |   24580  1457534  4310971 |  1703252    38716     26 | 50.649 % |
159.94/161.95	c 162	|     58188 |   24580  1457534  4310971 |  1873578    58177     37 | 50.649 % |
160.04/162.03	c 162	===============================================================================
160.04/162.03	c 162	restarts              : 15
160.04/162.03	c 162	conflicts             : 58197          (516 /sec)
160.04/162.03	c 162	decisions             : 71650          (0.88 % random) (636 /sec)
160.04/162.03	c 162	propagations          : 74975380       (665219 /sec)
160.04/162.03	c 162	conflict literals     : 2146476        (19.11 % deleted)
160.04/162.03	c 162	Memory used           : 254.81 MB
160.04/162.03	c 162	CPU time              : 112.708 s
160.04/162.03	c 162	
160.04/162.05	c 162	SATISFIABLE
160.04/162.09	c 162	FOUND: _COST <= 279
160.04/162.09	c 162	DECODING HOME/temp.out WITH HOME/temp.map
160.04/162.09	c 162	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
160.14/162.19	c 162	Decoding HOME/temp.out
160.14/162.59	c 162	OBJECTIVE _COST 279
160.14/162.59	o 279
160.14/162.60	v 2 2 3 2 1 1 0 1 3 1 2 1 0 1 1 0 1 1 3 3 1 1 0 1 0 1 1 1 1 1 0 3 0 3 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 0 0 1 1 3 1 1 1 1 1 1 1 1 0 0 0 1 1 0 0 1 0 1 1 0 0 1 3 2 2 1 1 0 1 1 3 1 1 1 1 1 0 3 1 3 1 1 3 1 1 1 3 1 1 2 3 1 1 2 1 1 1 1 3 1 1 1 0 1 0 1 1 3 1 2 0 1 1 2 1 1 1 2 3 1 0 1 2 1 1 1 1 0 1 3 1 3 0 2 3 1 2 3 1 1 2 1 1 1 1 1 0 1 1 1 1 1 3 1 1 1 1 1 1 3 1 2 1 1 1 1 1 0 1 1 1 1 1 1 1 1 3 1 0 0 -1
160.14/162.62	c 162	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
160.14/162.67	c 162	OBJECTIVE BOUND: 0 <= _COST <= 279
160.14/162.67	c 162	SEARCHING: _COST <= 139
160.14/162.67	c 162	SOLVING HOME/temp.cnf
160.14/162.67	c 162	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
160.14/162.67	c 162	This is MiniSat 2.0 beta
160.14/162.67	c 162	WARNING: for repeatability, setting FPU to use double precision
160.14/162.67	c 162	============================[ Problem Statistics ]=============================
160.14/162.67	c 162	|                                                                             |
160.14/162.67	c 162	|  Number of variables:  49806                                                |
160.14/162.67	c 162	|  Number of clauses:    6365600                                              |
164.35/166.43	c 166	|  Parsing time:         3.19         s                                       |
177.13/179.34	c 179	============================[ Search Statistics ]==============================
177.13/179.34	c 179	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
177.13/179.34	c 179	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
177.13/179.34	c 179	===============================================================================
177.13/179.34	c 179	|         0 |   21468   796129  2335907 |   265376        0    nan |  0.000 % |
177.72/179.94	c 180	|       100 |   21464   796129  2335907 |   291913       99     16 | 56.929 % |
177.82/180.06	c 180	|       250 |   21464   796129  2335907 |   321105      249     15 | 56.929 % |
178.31/180.51	c 180	|       476 |   21464   796129  2335907 |   353215      475     16 | 56.929 % |
178.81/181.04	c 181	|       813 |   21464   796129  2335907 |   388537      811     15 | 57.001 % |
179.50/181.77	c 181	|      1319 |   21464   796129  2335907 |   427391     1317     23 | 57.001 % |
180.59/182.86	c 183	|      2078 |   21464   796129  2335907 |   470130     2076     26 | 57.001 % |
181.39/183.64	c 183	|      3217 |   21416   788053  2311847 |   517143     3214     27 | 57.001 % |
183.07/185.30	c 185	|      4927 |   21415   788053  2311847 |   568857     4923     25 | 57.041 % |
186.84/189.14	c 189	|      7489 |   21396   785761  2305038 |   625743     7485     30 | 57.041 % |
192.88/195.26	c 195	|     11333 |   21396   785761  2305038 |   688317    11329     33 | 57.041 % |
202.29/204.72	c 204	|     17099 |   21396   785761  2305038 |   757149    17095     33 | 57.041 % |
220.11/222.77	c 222	|     25748 |   21396   785761  2305038 |   832864    25744     36 | 57.041 % |
244.09/246.93	c 247	|     38722 |   21396   785761  2305038 |   916151    38718     38 | 57.041 % |
271.13/274.22	c 274	|     58183 |   21358   780378  2289012 |  1007766    58178     34 | 57.118 % |
333.24/336.99	c 337	|     87375 |   21358   780378  2289012 |  1108542    87370     38 | 57.118 % |
418.64/423.18	c 423	|    131164 |   21358   780378  2289012 |  1219397   131159     39 | 57.118 % |
562.28/568.19	c 568	|    196850 |   21358   780378  2289012 |  1341336   196845     36 | 57.118 % |
851.64/858.66	c 858	|    295376 |   21358   780378  2289012 |  1475470   295371     36 | 57.118 % |
1341.06/1348.30	c 1348	|    443165 |   21358   780378  2289012 |  1623017   443160     38 | 57.118 % |
2383.38/2390.90	c 2391	|    664849 |   21358   780378  2289012 |  1785319   664844     39 | 57.118 % |
3600.05/3608.02	c ERROR INTERRUPTED
3600.05/3608.06	c 3608	CPU 157.58 (0.06 0.02 157.52 3.08)
3600.05/3608.06	c 3608	END Wed Jul 16 08:02:33 2008

Verifier Data (download as text)

OK	166	2066
166 unsatisfied constraints, 2066 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-1126564-1216184545/watcher-1126564-1216184545 -o /tmp/evaluation-result-1126564-1216184545/solver-1126564-1216184545 -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-1126564-1216184545.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1507
/proc/meminfo: memFree=1799440/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=12000 CPUtime=0
/proc/1507/stat : 1507 (sugar) R 1505 1507 1391 0 -1 4194304 192 0 0 0 0 0 0 0 20 0 1 0 75157797 12288000 160 996147200 4194304 4206940 548682068592 18446744073709551615 259913086363 0 0 4224 0 0 0 0 17 1 0 0
/proc/1507/statm: 3000 160 122 3 0 100 0

[startup+0.0510751 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1507
/proc/meminfo: memFree=1799440/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13600 CPUtime=0.03
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 838 0 0 0 3 0 0 0 18 0 1 0 75157797 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1507/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103067 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1507
/proc/meminfo: memFree=1799440/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13600 CPUtime=0.04
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 75157797 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1507/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301122 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1507
/proc/meminfo: memFree=1799440/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13600 CPUtime=0.04
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 75157797 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1507/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701167 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 1507
/proc/meminfo: memFree=1799440/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13600 CPUtime=0.62
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 957 4954 0 1 3 1 55 3 16 0 1 0 75157797 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1507/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13600

[startup+1.50224 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 1529
/proc/meminfo: memFree=1789944/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13600 CPUtime=0.62
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 974 4954 0 1 3 1 55 3 15 0 1 0 75157797 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1507/statm: 3400 797 370 3 0 500 0
[pid=1520] ppid=1507 vsize=5356 CPUtime=0
/proc/1520/stat : 1520 (sh) S 1507 1507 1391 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75157861 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1520/statm: 1339 233 193 169 0 50 0
[pid=1521] ppid=1520 vsize=868392 CPUtime=0.82
/proc/1521/stat : 1521 (java) S 1520 1507 1391 0 -1 0 7543 0 1 0 77 5 0 0 18 0 9 0 75157862 889233408 6784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 217098 6784 2538 9 0 211673 0
[pid=1521/tid=1522] ppid=1520 vsize=868392 CPUtime=0.47
/proc/1521/task/1522/stat : 1522 (java) R 1520 1507 1391 0 -1 64 2663 0 1 0 46 1 0 0 20 0 9 0 75157863 889233408 6784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1523] ppid=1520 vsize=868392 CPUtime=0.11
/proc/1521/task/1523/stat : 1523 (java) S 1520 1507 1391 0 -1 64 2721 0 0 0 10 1 0 0 16 0 9 0 75157864 889233408 6784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1524] ppid=1520 vsize=868392 CPUtime=0
/proc/1521/task/1524/stat : 1524 (java) S 1520 1507 1391 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75157864 889233408 6784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1525] ppid=1520 vsize=868392 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1520 1507 1391 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75157864 889233408 6784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1526] ppid=1520 vsize=868392 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1520 1507 1391 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75157866 889233408 6784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1527] ppid=1520 vsize=868392 CPUtime=0.21
/proc/1521/task/1527/stat : 1527 (java) R 1520 1507 1391 0 -1 64 1466 0 0 0 20 1 0 0 16 0 9 0 75157866 889233408 6784 996147200 134512640 134550740 4294955936 18446744073709551615 102021502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1520 vsize=868392 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1520 1507 1391 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75157866 889233408 6784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1529] ppid=1520 vsize=868392 CPUtime=0
/proc/1521/task/1529/stat : 1529 (java) S 1520 1507 1391 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75157866 889233408 6784 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887348

[startup+3.1024 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 1529
/proc/meminfo: memFree=1777912/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13600 CPUtime=0.62
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 974 4954 0 1 3 1 55 3 15 0 1 0 75157797 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1507/statm: 3400 797 370 3 0 500 0
[pid=1520] ppid=1507 vsize=5356 CPUtime=0
/proc/1520/stat : 1520 (sh) S 1507 1507 1391 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75157861 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1520/statm: 1339 233 193 169 0 50 0
[pid=1521] ppid=1520 vsize=868504 CPUtime=2.42
/proc/1521/stat : 1521 (java) S 1520 1507 1391 0 -1 0 7987 0 1 0 232 10 0 0 18 0 9 0 75157862 889348096 6955 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 217126 6955 2564 9 0 211673 0
[pid=1521/tid=1522] ppid=1520 vsize=868504 CPUtime=1.87
/proc/1521/task/1522/stat : 1522 (java) R 1520 1507 1391 0 -1 64 2970 0 1 0 183 4 0 0 25 0 9 0 75157863 889348096 6955 996147200 134512640 134550740 4294955936 18446744073709551615 4126999167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1523] ppid=1520 vsize=868504 CPUtime=0.24
/proc/1521/task/1523/stat : 1523 (java) S 1520 1507 1391 0 -1 64 2817 0 0 0 22 2 0 0 16 0 9 0 75157864 889348096 6955 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1524] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1524/stat : 1524 (java) S 1520 1507 1391 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75157864 889348096 6955 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1525] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1520 1507 1391 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75157864 889348096 6955 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1526] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1520 1507 1391 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75157866 889348096 6955 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1527] ppid=1520 vsize=868504 CPUtime=0.26
/proc/1521/task/1527/stat : 1527 (java) S 1520 1507 1391 0 -1 64 1507 0 0 0 25 1 0 0 16 0 9 0 75157866 889348096 6955 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1520 1507 1391 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75157866 889348096 6955 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1529] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1529/stat : 1529 (java) S 1520 1507 1391 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75157866 889348096 6955 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) 887460

[startup+6.3017 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 1529
/proc/meminfo: memFree=1748856/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13600 CPUtime=0.62
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 974 4954 0 1 3 1 55 3 15 0 1 0 75157797 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1507/statm: 3400 797 370 3 0 500 0
[pid=1520] ppid=1507 vsize=5356 CPUtime=0
/proc/1520/stat : 1520 (sh) S 1507 1507 1391 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75157861 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1520/statm: 1339 233 193 169 0 50 0
[pid=1521] ppid=1520 vsize=868504 CPUtime=5.58
/proc/1521/stat : 1521 (java) S 1520 1507 1391 0 -1 0 8976 0 1 0 521 37 0 0 18 0 9 0 75157862 889348096 6960 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 217126 6960 2564 9 0 211673 0
[pid=1521/tid=1522] ppid=1520 vsize=868504 CPUtime=4.78
/proc/1521/task/1522/stat : 1522 (java) R 1520 1507 1391 0 -1 64 3954 0 1 0 452 26 0 0 25 0 9 0 75157863 889348096 6960 996147200 134512640 134550740 4294955936 18446744073709551615 4127003240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1523] ppid=1520 vsize=868504 CPUtime=0.49
/proc/1521/task/1523/stat : 1523 (java) S 1520 1507 1391 0 -1 64 2817 0 0 0 41 8 0 0 16 0 9 0 75157864 889348096 6960 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1524] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1524/stat : 1524 (java) S 1520 1507 1391 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75157864 889348096 6960 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1525] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1520 1507 1391 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75157864 889348096 6960 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1526] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1520 1507 1391 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75157866 889348096 6960 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1527] ppid=1520 vsize=868504 CPUtime=0.27
/proc/1521/task/1527/stat : 1527 (java) S 1520 1507 1391 0 -1 64 1512 0 0 0 26 1 0 0 17 0 9 0 75157866 889348096 6960 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1520 1507 1391 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75157866 889348096 6960 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1529] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1529/stat : 1529 (java) S 1520 1507 1391 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75157866 889348096 6960 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887460

[startup+12.7023 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 1529
/proc/meminfo: memFree=1671928/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13600 CPUtime=0.62
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 974 4954 0 1 3 1 55 3 15 0 1 0 75157797 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1507/statm: 3400 797 370 3 0 500 0
[pid=1520] ppid=1507 vsize=5356 CPUtime=0
/proc/1520/stat : 1520 (sh) S 1507 1507 1391 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75157861 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1520/statm: 1339 233 193 169 0 50 0
[pid=1521] ppid=1520 vsize=868504 CPUtime=11.87
/proc/1521/stat : 1521 (java) S 1520 1507 1391 0 -1 0 10925 0 1 0 1088 99 0 0 18 0 9 0 75157862 889348096 6968 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1521/statm: 217126 6968 2565 9 0 211673 0
[pid=1521/tid=1522] ppid=1520 vsize=868504 CPUtime=10.57
/proc/1521/task/1522/stat : 1522 (java) R 1520 1507 1391 0 -1 64 5895 0 1 0 980 77 0 0 25 0 9 0 75157863 889348096 6968 996147200 134512640 134550740 4294955936 18446744073709551615 4126545708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1523] ppid=1520 vsize=868504 CPUtime=0.98
/proc/1521/task/1523/stat : 1523 (java) S 1520 1507 1391 0 -1 64 2817 0 0 0 79 19 0 0 16 0 9 0 75157864 889348096 6968 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1524] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1524/stat : 1524 (java) S 1520 1507 1391 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 75157864 889348096 6968 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1525] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1525/stat : 1525 (java) S 1520 1507 1391 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 75157864 889348096 6968 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1526] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1526/stat : 1526 (java) S 1520 1507 1391 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75157866 889348096 6968 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1527] ppid=1520 vsize=868504 CPUtime=0.29
/proc/1521/task/1527/stat : 1527 (java) S 1520 1507 1391 0 -1 64 1520 0 0 0 28 1 0 0 16 0 9 0 75157866 889348096 6968 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1528] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1528/stat : 1528 (java) S 1520 1507 1391 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 75157866 889348096 6968 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1521/tid=1529] ppid=1520 vsize=868504 CPUtime=0
/proc/1521/task/1529/stat : 1529 (java) S 1520 1507 1391 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 75157866 889348096 6968 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887460

[startup+25.5015 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 1531
/proc/meminfo: memFree=1413944/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13864 CPUtime=14.54
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 1125 16783 0 2 4 1 1327 122 16 0 1 0 75157797 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1507/statm: 3466 872 374 3 0 566 0
[pid=1530] ppid=1507 vsize=5356 CPUtime=0
/proc/1530/stat : 1530 (sh) S 1507 1507 1391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75159291 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1530/statm: 1339 232 193 169 0 50 0
[pid=1531] ppid=1530 vsize=255720 CPUtime=10.43
/proc/1531/stat : 1531 (minisat) R 1530 1507 1391 0 -1 4194304 62081 0 0 0 988 55 0 0 25 0 1 0 75159291 261857280 62067 996147200 134512640 135127466 4294956256 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 1 0 0
/proc/1531/statm: 63930 62067 71 150 0 63777 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 274940

[startup+51.102 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 1555
/proc/meminfo: memFree=1443896/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13864 CPUtime=46.85
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 1360 150523 0 4 5 1 4431 248 16 0 1 0 75157797 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=1566] ppid=1507 vsize=5356 CPUtime=0
/proc/1566/stat : 1566 (sh) S 1507 1507 1391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75174065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1566/statm: 1339 232 193 169 0 50 0
[pid=1567] ppid=1566 vsize=283408 CPUtime=3053.8
/proc/1567/stat : 1567 (minisat) R 1566 1507 1391 0 -1 4194304 68616 0 0 0 305318 62 0 0 25 0 1 0 75174065 290209792 68602 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1567/statm: 70852 68602 76 150 0 70699 0
Current children cumulated CPU time (s) 3214.48
Current children cumulated vsize (KiB) 302628

[startup+3282.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/76 1603
/proc/meminfo: memFree=1449272/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13864 CPUtime=160.68
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 1475 218199 0 5 6 2 15752 308 16 0 1 0 75157797 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1507/statm: 3466 872 374 3 0 566 0
[pid=1566] ppid=1507 vsize=5356 CPUtime=0
/proc/1566/stat : 1566 (sh) S 1507 1507 1391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75174065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1566/statm: 1339 232 193 169 0 50 0
[pid=1567] ppid=1566 vsize=285424 CPUtime=3113.79
/proc/1567/stat : 1567 (minisat) R 1566 1507 1391 0 -1 4194304 69093 0 0 0 311316 63 0 0 25 0 1 0 75174065 292274176 69079 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/1567/statm: 71356 69079 76 150 0 71203 0
Current children cumulated CPU time (s) 3274.47
Current children cumulated vsize (KiB) 304644

[startup+3342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 1603
/proc/meminfo: memFree=1447416/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13864 CPUtime=160.68
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 1475 218199 0 5 6 2 15752 308 16 0 1 0 75157797 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1507/statm: 3466 872 374 3 0 566 0
[pid=1566] ppid=1507 vsize=5356 CPUtime=0
/proc/1566/stat : 1566 (sh) S 1507 1507 1391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75174065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1566/statm: 1339 232 193 169 0 50 0
[pid=1567] ppid=1566 vsize=287140 CPUtime=3173.76
/proc/1567/stat : 1567 (minisat) R 1566 1507 1391 0 -1 4194304 69556 0 0 0 317313 63 0 0 25 0 1 0 75174065 294031360 69542 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1567/statm: 71785 69542 76 150 0 71632 0
Current children cumulated CPU time (s) 3334.44
Current children cumulated vsize (KiB) 306360

[startup+3402.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 1603
/proc/meminfo: memFree=1445240/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13864 CPUtime=160.68
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 1475 218199 0 5 6 2 15752 308 16 0 1 0 75157797 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1507/statm: 3466 872 374 3 0 566 0
[pid=1566] ppid=1507 vsize=5356 CPUtime=0
/proc/1566/stat : 1566 (sh) S 1507 1507 1391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75174065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1566/statm: 1339 232 193 169 0 50 0
[pid=1567] ppid=1566 vsize=289252 CPUtime=3233.75
/proc/1567/stat : 1567 (minisat) R 1566 1507 1391 0 -1 4194304 70078 0 0 0 323311 64 0 0 25 0 1 0 75174065 296194048 70064 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/1567/statm: 72313 70064 76 150 0 72160 0
Current children cumulated CPU time (s) 3394.43
Current children cumulated vsize (KiB) 308472

[startup+3462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 1603
/proc/meminfo: memFree=1443192/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13864 CPUtime=160.68
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 1475 218199 0 5 6 2 15752 308 16 0 1 0 75157797 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1507/statm: 3466 872 374 3 0 566 0
[pid=1566] ppid=1507 vsize=5356 CPUtime=0
/proc/1566/stat : 1566 (sh) S 1507 1507 1391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75174065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1566/statm: 1339 232 193 169 0 50 0
[pid=1567] ppid=1566 vsize=291232 CPUtime=3293.72
/proc/1567/stat : 1567 (minisat) R 1566 1507 1391 0 -1 4194304 70572 0 0 0 329307 65 0 0 25 0 1 0 75174065 298221568 70558 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/1567/statm: 72808 70558 76 150 0 72655 0
Current children cumulated CPU time (s) 3454.4
Current children cumulated vsize (KiB) 310452

[startup+3522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 1609
/proc/meminfo: memFree=1441520/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13864 CPUtime=160.68
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 1475 218199 0 5 6 2 15752 308 16 0 1 0 75157797 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1507/statm: 3466 872 374 3 0 566 0
[pid=1566] ppid=1507 vsize=5356 CPUtime=0
/proc/1566/stat : 1566 (sh) S 1507 1507 1391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75174065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1566/statm: 1339 232 193 169 0 50 0
[pid=1567] ppid=1566 vsize=292728 CPUtime=3353.69
/proc/1567/stat : 1567 (minisat) R 1566 1507 1391 0 -1 4194304 70966 0 0 0 335303 66 0 0 25 0 1 0 75174065 299753472 70952 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1567/statm: 73182 70952 76 150 0 73029 0
Current children cumulated CPU time (s) 3514.37
Current children cumulated vsize (KiB) 311948

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1609
/proc/meminfo: memFree=1439536/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13864 CPUtime=160.68
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 1475 218199 0 5 6 2 15752 308 16 0 1 0 75157797 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1507/statm: 3466 872 374 3 0 566 0
[pid=1566] ppid=1507 vsize=5356 CPUtime=0
/proc/1566/stat : 1566 (sh) S 1507 1507 1391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75174065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1566/statm: 1339 232 193 169 0 50 0
[pid=1567] ppid=1566 vsize=294488 CPUtime=3413.66
/proc/1567/stat : 1567 (minisat) R 1566 1507 1391 0 -1 4194304 71415 0 0 0 341300 66 0 0 25 0 1 0 75174065 301555712 71401 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1567/statm: 73622 71401 76 150 0 73469 0
Current children cumulated CPU time (s) 3574.34
Current children cumulated vsize (KiB) 313708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1609
/proc/meminfo: memFree=1438896/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13864 CPUtime=160.68
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 1475 218199 0 5 6 2 15752 308 16 0 1 0 75157797 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1507/statm: 3466 872 374 3 0 566 0
[pid=1566] ppid=1507 vsize=5356 CPUtime=0
/proc/1566/stat : 1566 (sh) S 1507 1507 1391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75174065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1566/statm: 1339 232 193 169 0 50 0
[pid=1567] ppid=1566 vsize=295028 CPUtime=3439.37
/proc/1567/stat : 1567 (minisat) R 1566 1507 1391 0 -1 4194304 71567 0 0 0 343870 67 0 0 25 0 1 0 75174065 302108672 71553 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1567/statm: 73757 71553 76 150 0 73604 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 314248

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

[startup+3608.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1609
/proc/meminfo: memFree=1438896/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13864 CPUtime=160.68
/proc/1507/stat : 1507 (sugar) S 1505 1507 1391 0 -1 4194304 1475 218199 0 5 6 2 15752 308 16 0 1 0 75157797 14196736 872 996147200 4194304 4206940 548682068592 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1507/statm: 3466 872 374 3 0 566 0
[pid=1566] ppid=1507 vsize=5356 CPUtime=0
/proc/1566/stat : 1566 (sh) S 1507 1507 1391 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 75174065 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1566/statm: 1339 232 193 169 0 50 0
[pid=1567] ppid=1566 vsize=295028 CPUtime=3439.37
/proc/1567/stat : 1567 (minisat) R 1566 1507 1391 0 -1 4194304 71567 0 0 0 343870 67 0 0 25 0 1 0 75174065 302108672 71553 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/1567/statm: 73757 71553 76 150 0 73604 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 314248

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

[startup+3608.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1609
/proc/meminfo: memFree=1438896/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13864 CPUtime=160.74
/proc/1507/stat : 1507 (sugar) R 1505 1507 1391 0 -1 4194304 1508 218476 0 5 6 8 15752 308 17 0 1 0 75157797 14196736 873 996147200 4194304 4206940 548682068592 18446744073709551615 259913389097 0 0 4224 16386 0 0 0 17 0 0 0
/proc/1507/statm: 3466 873 375 3 0 566 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 13864

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

[startup+3608.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 1609
/proc/meminfo: memFree=1438896/2055920 swapFree=4192812/4192956
[pid=1507] ppid=1505 vsize=13864 CPUtime=160.74
/proc/1507/stat : 1507 (sugar) R 1505 1507 1391 0 -1 4194304 1508 218476 0 5 6 8 15752 308 17 0 1 0 75157797 14196736 873 996147200 4194304 4206940 548682068592 18446744073709551615 259913389097 0 0 4224 16386 0 0 0 17 0 0 0
/proc/1507/statm: 3466 873 375 3 0 566 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 13864

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): 3439.31
#  lost CPU user time (s): 3438.7
#  lost CPU system time (s): 0.61

Real time (s): 3608.12
CPU time (s): 3600.07
CPU user time (s): 3596.28
CPU system time (s): 3.78352
CPU usage (%): 99.7767
Max. virtual memory (cumulated for all children) (KiB): 887460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.582
system time used= 3.17352
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220015
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= 30215
involuntary context switches= 33273

runsolver used 3.98139 second user time and 10.3314 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-16 07:02:25
IDJOB=1126564
IDBENCH=64260
IDSOLVER=368
FILE ID=node4/1126564-1216184545
PBS_JOBID= 7905914
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/spot5/normalized-spot5-408_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1126564-1216184545/watcher-1126564-1216184545 -o /tmp/evaluation-result-1126564-1216184545/solver-1126564-1216184545 -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-1126564-1216184545.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3c76a6e18a88c19233e3431c87a04fe0
RANDOM SEED=513135350

node4.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.232
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.232
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:       1799984 kB
Buffers:         18780 kB
Cached:          96752 kB
SwapCached:          0 kB
Active:         152620 kB
Inactive:        43180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:          91268 kB
Slab:            45364 kB
Committed_AS:   422808 kB
PageTables:       2088 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= 66552 MiB
End job on node4 at 2008-07-16 08:02:35