Trace number 1127532

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.03 3629.86

General information on the benchmark

Namemaxcsp/cnf/3-40-1100-2000/
normalized-cnf-3-40-1700-341827_ext.xml
MD5SUM13d08595e27e3dd9f5eb42ef221633f7
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints129
Best CPU time to get the best result obtained on this benchmark140.874
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1570
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1570
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.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Wed Jul 23 02:14:36 2008
0.01/0.04	c 0	PID 4045
0.01/0.04	c 0	HOST node8.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1127532-1216772076.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127532-1216772076.xml' 'HOME/temp.csp'
0.03/0.67	c 1	1 domains, 40 variables, 0 predicates, 37 relations, 1570 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	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.44/0.76	c 1	Parsing HOME/temp.csp
0.44/0.92	c 1	parsed 1648 expressions
0.44/0.94	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.97	c 1	MAX CSP: 1570 constraints
0.44/0.97	c 1	Converting to clausal form CSP
0.72/1.02	c 1	converted 323 (10%) expressions
0.72/1.04	c 1	converted 645 (20%) expressions
0.72/1.06	c 1	converted 967 (30%) expressions
0.82/1.13	c 1	converted 1289 (40%) expressions
0.82/1.15	c 1	converted 1611 (50%) expressions
0.82/1.16	c 1	converted 1933 (60%) expressions
0.82/1.17	c 1	converted 2255 (70%) expressions
0.82/1.18	c 1	converted 2577 (80%) expressions
0.82/1.18	c 1	converted 2899 (90%) expressions
1.01/1.39	c 2	converted 3221 (100%) expressions
1.01/1.39	c 2	CSP : 3180 integers, 0 booleans, 4709 clauses, largest domain size 2356
1.01/1.39	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.39	c 2	Propagation in CSP
1.10/1.46	c 2	1566 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.10/1.46	c 2	CSP : 3180 integers, 0 booleans, 4709 clauses, largest domain size 1571
1.10/1.46	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.46	c 2	Simplifing CSP by introducing new Boolean variables
1.10/1.47	c 2	CSP : 3180 integers, 0 booleans, 4709 clauses, largest domain size 1571
1.10/1.47	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.51	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.52	c 2	318 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.52	c 2	636 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.53	c 2	954 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.53	c 2	1272 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.54	c 2	1590 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.54	c 2	1908 (60%) CSP integer variables are encoded (3455 clauses, 44979 bytes)
1.20/1.56	c 2	2226 (70%) CSP integer variables are encoded (18177 clauses, 256786 bytes)
1.20/1.57	c 2	2544 (80%) CSP integer variables are encoded (23329 clauses, 334066 bytes)
1.20/1.57	c 2	2862 (90%) CSP integer variables are encoded (25884 clauses, 372391 bytes)
1.20/1.58	c 2	3180 (100%) CSP integer variables are encoded (29357 clauses, 424486 bytes)
1.30/1.63	c 2	471 (10%) CSP clauses are encoded (29843 clauses, 432254 bytes)
1.30/1.65	c 2	942 (20%) CSP clauses are encoded (30332 clauses, 440295 bytes)
1.30/1.66	c 2	1413 (30%) CSP clauses are encoded (30827 clauses, 449356 bytes)
1.40/1.71	c 2	1884 (40%) CSP clauses are encoded (45075 clauses, 701643 bytes)
1.60/1.97	c 2	2355 (50%) CSP clauses are encoded (191886 clauses, 3390073 bytes)
2.70/3.07	c 3	2826 (60%) CSP clauses are encoded (835801 clauses, 16901888 bytes)
5.58/7.51	c 8	3297 (70%) CSP clauses are encoded (2543306 clauses, 52463357 bytes)
5.58/7.59	c 8	3768 (80%) CSP clauses are encoded (2592195 clauses, 53488871 bytes)
5.87/7.81	c 8	4239 (90%) CSP clauses are encoded (2714260 clauses, 56083446 bytes)
6.64/8.61	c 9	4709 (100%) CSP clauses are encoded (3170830 clauses, 65850309 bytes)
6.64/8.61	c 9	4709 CSP clauses encoded
6.64/8.61	c 9	Writing map file : HOME/temp.map
6.64/8.65	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.64/8.65	c 9	SAT : 32537 SAT variables, 3170830 SAT clauses, 65850309 bytes
6.64/8.65	c 9	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.64/8.70	c 9	OBJECTIVE minimize _COST
6.64/8.70	c 9	OBJECTIVE BOUND: 0 <= _COST <= 
6.64/8.70	c 9	SEARCHING: _COST <= 785
6.64/8.70	c 9	SOLVING HOME/temp.cnf
6.64/8.70	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.72/8.70	c 9	This is MiniSat 2.0 beta
6.72/8.70	c 9	WARNING: for repeatability, setting FPU to use double precision
6.72/8.70	c 9	============================[ Problem Statistics ]=============================
6.72/8.70	c 9	|                                                                             |
6.72/8.70	c 9	|  Number of variables:  32537                                                |
6.72/8.70	c 9	|  Number of clauses:    3170831                                              |
8.20/10.29	c 10	|  Parsing time:         1.30         s                                       |
10.49/12.55	c 13	============================[ Search Statistics ]==============================
10.49/12.55	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.49/12.55	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.49/12.55	c 13	===============================================================================
10.49/12.55	c 13	|         0 |   23902  2016497  5986553 |   672165        0    nan |  0.000 % |
11.29/13.33	c 13	|       100 |   23902  2016497  5986553 |   739382      100     32 | 26.539 % |
11.69/13.72	c 14	|       252 |   23902  2016497  5986553 |   813320      252     31 | 26.539 % |
12.09/14.17	c 14	|       477 |   23902  2016497  5986553 |   894652      477     31 | 26.539 % |
12.69/14.79	c 15	|       814 |   23902  2016497  5986553 |   984117      814     30 | 26.539 % |
13.59/15.61	c 16	|      1321 |   23902  2016497  5986553 |  1082529     1321     31 | 26.539 % |
14.99/17.09	c 17	|      2080 |   23902  2016497  5986553 |  1190782     2080     31 | 26.539 % |
17.09/19.15	c 19	|      3219 |   23902  2016497  5986553 |  1309860     3219     31 | 26.539 % |
22.44/24.57	c 25	|      4927 |   23902  2016497  5986553 |  1440846     4927     30 | 26.539 % |
22.64/24.71	c 25	===============================================================================
22.64/24.72	c 25	restarts              : 9
22.64/24.72	c 25	conflicts             : 4939           (315 /sec)
22.64/24.72	c 25	decisions             : 7266           (0.69 % random) (464 /sec)
22.64/24.72	c 25	propagations          : 5825993        (372158 /sec)
22.64/24.72	c 25	conflict literals     : 146647         (24.68 % deleted)
22.64/24.72	c 25	Memory used           : 123.65 MB
22.64/24.72	c 25	CPU time              : 15.6546 s
22.64/24.72	c 25	
22.64/24.73	c 25	SATISFIABLE
22.64/24.75	c 25	FOUND: _COST <= 785
22.64/24.75	s SATISFIABLE
22.64/24.75	c 25	DECODING HOME/temp.out WITH HOME/temp.map
22.64/24.75	c 25	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
22.70/24.83	c 25	Decoding HOME/temp.out
22.70/25.01	c 25	OBJECTIVE _COST 785
22.70/25.01	o 785
22.70/25.01	v 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
22.70/25.02	c 25	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
22.70/25.06	c 25	OBJECTIVE BOUND: 0 <= _COST <= 785
22.70/25.06	c 25	SEARCHING: _COST <= 392
22.70/25.06	c 25	SOLVING HOME/temp.cnf
22.70/25.06	c 25	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.70/25.06	c 25	This is MiniSat 2.0 beta
22.70/25.06	c 25	WARNING: for repeatability, setting FPU to use double precision
22.70/25.06	c 25	============================[ Problem Statistics ]=============================
22.70/25.06	c 25	|                                                                             |
22.70/25.06	c 25	|  Number of variables:  32537                                                |
22.70/25.06	c 25	|  Number of clauses:    3170831                                              |
24.59/26.70	c 27	|  Parsing time:         1.38         s                                       |
27.67/29.85	c 30	============================[ Search Statistics ]==============================
27.67/29.85	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.67/29.85	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.67/29.85	c 30	===============================================================================
27.67/29.85	c 30	|         0 |   19184  1307914  3874565 |   435971        0    nan |  0.000 % |
28.27/30.43	c 31	===============================================================================
28.27/30.43	c 31	restarts              : 1
28.27/30.43	c 31	conflicts             : 93             (18 /sec)
28.27/30.43	c 31	decisions             : 1113           (0.99 % random) (219 /sec)
28.27/30.43	c 31	propagations          : 216724         (42576 /sec)
28.27/30.43	c 31	conflict literals     : 2516           (20.38 % deleted)
28.27/30.43	c 31	Memory used           : 125.22 MB
28.27/30.43	c 31	CPU time              : 5.09023 s
28.27/30.43	c 31	
28.27/30.45	c 31	SATISFIABLE
28.27/30.47	c 31	FOUND: _COST <= 392
28.27/30.47	c 31	DECODING HOME/temp.out WITH HOME/temp.map
28.27/30.47	c 31	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.35/30.55	c 31	Decoding HOME/temp.out
28.56/30.74	c 31	OBJECTIVE _COST 389
28.56/30.74	o 389
28.56/30.75	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
28.56/30.75	c 31	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
28.56/30.78	c 31	OBJECTIVE BOUND: 0 <= _COST <= 389
28.56/30.78	c 31	SEARCHING: _COST <= 194
28.56/30.78	c 31	SOLVING HOME/temp.cnf
28.56/30.78	c 31	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.56/30.78	c 31	This is MiniSat 2.0 beta
28.56/30.78	c 31	WARNING: for repeatability, setting FPU to use double precision
28.56/30.78	c 31	============================[ Problem Statistics ]=============================
28.56/30.78	c 31	|                                                                             |
28.56/30.79	c 31	|  Number of variables:  32537                                                |
28.56/30.79	c 31	|  Number of clauses:    3170831                                              |
30.24/32.42	c 33	|  Parsing time:         1.40         s                                       |
33.64/35.84	c 36	============================[ Search Statistics ]==============================
33.64/35.84	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.64/35.84	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.64/35.85	c 36	===============================================================================
33.64/35.85	c 36	|         0 |   16198   733615  2160428 |   244538        0    nan |  0.000 % |
34.14/36.33	c 36	|       100 |   16198   733615  2160428 |   268992      100     30 | 50.217 % |
34.53/36.79	c 37	|       251 |   16198   733615  2160428 |   295891      251     27 | 50.217 % |
35.33/37.59	c 38	|       477 |   16198   733615  2160428 |   325480      477     32 | 50.217 % |
36.42/38.66	c 39	|       815 |   16198   733615  2160428 |   358028      815     35 | 50.217 % |
38.23/40.42	c 41	|      1321 |   16198   733615  2160428 |   393831     1321     35 | 50.217 % |
40.73/42.92	c 43	|      2081 |   16198   733615  2160428 |   433214     2081     36 | 50.217 % |
44.12/46.39	c 47	|      3222 |   16198   733615  2160428 |   476536     3222     36 | 50.217 % |
49.92/52.18	c 52	|      4931 |   16198   733615  2160428 |   524189     4931     37 | 50.217 % |
58.02/60.28	c 60	|      7494 |   16198   733615  2160428 |   576608     7494     37 | 50.217 % |
71.73/74.06	c 74	|     11340 |   16198   733615  2160428 |   634269    11340     37 | 50.217 % |
91.67/94.10	c 94	|     17106 |   16198   733615  2160428 |   697696    17106     37 | 50.217 % |
125.04/127.80	c 128	|     25755 |   16198   733615  2160428 |   767466    25755     38 | 50.217 % |
173.37/176.55	c 177	|     38729 |   16198   733615  2160428 |   844212    38729     38 | 50.217 % |
249.28/253.00	c 253	|     58190 |   16198   733615  2160428 |   928633    58190     37 | 50.217 % |
363.89/368.57	c 369	|     87383 |   16198   733615  2160428 |  1021497    87383     37 | 50.217 % |
386.31/391.17	c 391	===============================================================================
386.31/391.17	c 391	restarts              : 16
386.31/391.17	c 391	conflicts             : 92917          (260 /sec)
386.31/391.17	c 391	decisions             : 104524         (1.11 % random) (292 /sec)
386.31/391.17	c 391	propagations          : 172004323      (481122 /sec)
386.31/391.17	c 391	conflict literals     : 3433815        (36.17 % deleted)
386.31/391.17	c 391	Memory used           : 126.74 MB
386.31/391.17	c 391	CPU time              : 357.507 s
386.31/391.17	c 391	
386.31/391.18	c 391	SATISFIABLE
386.41/391.20	c 391	FOUND: _COST <= 194
386.41/391.20	c 391	DECODING HOME/temp.out WITH HOME/temp.map
386.41/391.20	c 391	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
386.41/391.29	c 391	Decoding HOME/temp.out
386.43/391.48	c 392	OBJECTIVE _COST 194
386.43/391.48	o 194
386.43/391.48	v 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1
386.43/391.48	c 392	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
386.68/391.53	c 392	OBJECTIVE BOUND: 0 <= _COST <= 194
386.68/391.53	c 392	SEARCHING: _COST <= 97
386.68/391.53	c 392	SOLVING HOME/temp.cnf
386.68/391.53	c 392	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
386.68/391.53	c 392	This is MiniSat 2.0 beta
386.68/391.53	c 392	WARNING: for repeatability, setting FPU to use double precision
386.68/391.53	c 392	============================[ Problem Statistics ]=============================
386.68/391.53	c 392	|                                                                             |
386.68/391.53	c 392	|  Number of variables:  32537                                                |
386.68/391.53	c 392	|  Number of clauses:    3170831                                              |
388.35/393.23	c 393	|  Parsing time:         1.43         s                                       |
391.82/396.78	c 397	============================[ Search Statistics ]==============================
391.82/396.78	c 397	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
391.82/396.78	c 397	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
391.82/396.78	c 397	===============================================================================
391.82/396.78	c 397	|         0 |   14047   399099  1163236 |   133033        0    nan |  0.000 % |
392.22/397.17	c 397	|       102 |   14047   399099  1163236 |   146336      102     28 | 56.828 % |
392.61/397.54	c 398	|       252 |   14047   399099  1163236 |   160969      252     29 | 56.828 % |
393.21/398.20	c 398	|       477 |   14047   399099  1163236 |   177066      477     29 | 56.828 % |
394.10/399.08	c 399	|       815 |   14047   399099  1163236 |   194773      815     30 | 56.828 % |
395.58/400.60	c 401	|      1321 |   14047   399099  1163236 |   214250     1321     31 | 56.828 % |
397.77/402.76	c 403	|      2080 |   14047   399099  1163236 |   235676     2080     31 | 56.828 % |
401.04/406.07	c 406	|      3220 |   14047   399099  1163236 |   259243     3220     31 | 56.828 % |
405.71/410.79	c 411	|      4929 |   14047   399099  1163236 |   285168     4929     30 | 56.828 % |
413.85/418.94	c 419	|      7492 |   14047   399099  1163236 |   313684     7492     30 | 56.828 % |
425.95/431.20	c 431	|     11336 |   14047   399099  1163236 |   345053    11336     30 | 56.828 % |
444.60/449.93	c 450	|     17102 |   14047   399099  1163236 |   379558    17102     30 | 56.828 % |
472.49/478.00	c 478	|     25751 |   14047   399099  1163236 |   417514    25751     30 | 56.828 % |
517.04/522.91	c 523	|     38727 |   14047   399099  1163236 |   459265    38727     30 | 56.828 % |
585.22/591.65	c 592	|     58189 |   14047   399099  1163236 |   505192    58189     29 | 56.828 % |
701.84/709.18	c 709	|     87382 |   14047   399099  1163236 |   555711    87382     29 | 56.828 % |
893.85/902.60	c 903	|    131171 |   14047   399099  1163236 |   611283   131171     29 | 56.828 % |
1205.04/1216.24	c 1216	|    196855 |   14047   399099  1163236 |   672411   196855     29 | 56.828 % |
1759.03/1774.57	c 1775	|    295381 |   14047   399099  1163236 |   739652   295381     28 | 56.828 % |
2678.47/2701.18	c 2701	|    443171 |   14047   399099  1163236 |   813617   443171     28 | 56.828 % |
3600.03/3629.81	c ERROR INTERRUPTED
3600.03/3629.83	c 3630	CPU 385.11 (0.04 0.02 385.07 1.58)
3600.03/3629.83	c 3630	END Wed Jul 23 03:15:06 2008

Verifier Data (download as text)

OK	190	1380
190 unsatisfied constraints, 1380 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-1127532-1216772076/watcher-1127532-1216772076 -o /tmp/evaluation-result-1127532-1216772076/solver-1127532-1216772076 -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-1127532-1216772076.xml 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 4/73 4045
/proc/meminfo: memFree=1621608/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=18572 CPUtime=0
/proc/4045/stat : 4045 (runsolver) R 4043 4045 3998 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 4299721 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 228706544935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4045/statm: 4643 292 257 25 0 2626 0

[startup+0.031194 s]
/proc/loadavg: 1.00 1.00 1.00 4/73 4045
/proc/meminfo: memFree=1621608/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13072 CPUtime=0.01
/proc/4045/stat : 4045 (sugar) R 4043 4045 3998 0 -1 4194304 633 0 0 0 1 0 0 0 21 0 1 0 4299721 13385728 601 996147200 4194304 4206940 548682068592 18446744073709551615 228706416424 0 0 4224 0 0 0 0 17 0 0 0
/proc/4045/statm: 3268 602 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.101594 s]
/proc/loadavg: 1.00 1.00 1.00 4/73 4045
/proc/meminfo: memFree=1621608/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13600 CPUtime=0.03
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 898 127 0 0 3 0 0 0 23 0 1 0 4299721 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301614 s]
/proc/loadavg: 1.00 1.00 1.00 4/73 4045
/proc/meminfo: memFree=1621608/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13600 CPUtime=0.03
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 898 127 0 0 3 0 0 0 23 0 1 0 4299721 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701651 s]
/proc/loadavg: 1.00 1.00 1.00 4/73 4045
/proc/meminfo: memFree=1621608/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13600 CPUtime=0.44
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 957 4609 0 183 3 1 32 8 17 0 1 0 4299721 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4045/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50173 s]
/proc/loadavg: 1.00 1.00 1.00 3/94 4088
/proc/meminfo: memFree=1582784/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13600 CPUtime=0.44
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 974 4609 0 183 3 1 32 8 15 0 1 0 4299721 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4045/statm: 3400 797 370 3 0 500 0
[pid=4069] ppid=4045 vsize=5356 CPUtime=0
/proc/4069/stat : 4069 (sh) S 4045 4045 3998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4299789 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4069/statm: 1339 233 193 169 0 50 0
[pid=4070] ppid=4069 vsize=868448 CPUtime=0.76
/proc/4070/stat : 4070 (java) S 4069 4045 3998 0 -1 0 7154 0 8 0 73 3 0 0 19 0 9 0 4299789 889290752 6404 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4070/statm: 217112 6404 2539 9 0 211687 0
[pid=4070/tid=4071] ppid=4069 vsize=868448 CPUtime=0.43
/proc/4070/task/4071/stat : 4071 (java) R 4069 4045 3998 0 -1 64 2657 0 5 0 42 1 0 0 20 0 9 0 4299790 889290752 6404 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4072] ppid=4069 vsize=868448 CPUtime=0.12
/proc/4070/task/4072/stat : 4072 (java) R 4069 4045 3998 0 -1 64 2326 0 3 0 12 0 0 0 16 0 9 0 4299791 889290752 6404 996147200 134512640 134550740 4294955936 18446744073709551615 102732002 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4073] ppid=4069 vsize=868448 CPUtime=0
/proc/4070/task/4073/stat : 4073 (java) S 4069 4045 3998 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4299791 889290752 6404 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4074] ppid=4069 vsize=868448 CPUtime=0
/proc/4070/task/4074/stat : 4074 (java) S 4069 4045 3998 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4299791 889290752 6404 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4078] ppid=4069 vsize=868448 CPUtime=0
/proc/4070/task/4078/stat : 4078 (java) S 4069 4045 3998 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4299793 889290752 6404 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4070/tid=4079] ppid=4069 vsize=868448 CPUtime=0.19
/proc/4070/task/4079/stat : 4079 (java) S 4069 4045 3998 0 -1 64 1479 0 0 0 19 0 0 0 16 0 9 0 4299793 889290752 6404 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4080] ppid=4069 vsize=868448 CPUtime=0
/proc/4070/task/4080/stat : 4080 (java) S 4069 4045 3998 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 4299793 889290752 6404 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4070/tid=4081] ppid=4069 vsize=868448 CPUtime=0
/proc/4070/task/4081/stat : 4081 (java) S 4069 4045 3998 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4299793 889290752 6404 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 887404

[startup+3.10288 s]
/proc/loadavg: 1.08 1.02 1.01 3/94 4088
/proc/meminfo: memFree=1554112/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13600 CPUtime=0.44
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 974 4609 0 183 3 1 32 8 16 0 1 0 4299721 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4045/statm: 3400 797 370 3 0 500 0
[pid=4069] ppid=4045 vsize=5356 CPUtime=0
/proc/4069/stat : 4069 (sh) S 4045 4045 3998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4299789 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4069/statm: 1339 233 193 169 0 50 0
[pid=4070] ppid=4069 vsize=868500 CPUtime=2.36
/proc/4070/stat : 4070 (java) S 4069 4045 3998 0 -1 0 7739 0 8 0 220 16 0 0 19 0 9 0 4299789 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4070/statm: 217125 6489 2564 9 0 211672 0
[pid=4070/tid=4071] ppid=4069 vsize=868500 CPUtime=1.84
/proc/4070/task/4071/stat : 4071 (java) R 4069 4045 3998 0 -1 64 3205 0 5 0 173 11 0 0 25 0 9 0 4299790 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4072] ppid=4069 vsize=868500 CPUtime=0.24
/proc/4070/task/4072/stat : 4072 (java) S 4069 4045 3998 0 -1 64 2327 0 3 0 21 3 0 0 16 0 9 0 4299791 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4073] ppid=4069 vsize=868500 CPUtime=0
/proc/4070/task/4073/stat : 4073 (java) S 4069 4045 3998 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4299791 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4074] ppid=4069 vsize=868500 CPUtime=0
/proc/4070/task/4074/stat : 4074 (java) S 4069 4045 3998 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4299791 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4078] ppid=4069 vsize=868500 CPUtime=0
/proc/4070/task/4078/stat : 4078 (java) S 4069 4045 3998 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4299793 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4070/tid=4079] ppid=4069 vsize=868500 CPUtime=0.24
/proc/4070/task/4079/stat : 4079 (java) S 4069 4045 3998 0 -1 64 1515 0 0 0 24 0 0 0 17 0 9 0 4299793 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4080] ppid=4069 vsize=868500 CPUtime=0
/proc/4070/task/4080/stat : 4080 (java) S 4069 4045 3998 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 4299793 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4070/tid=4081] ppid=4069 vsize=868500 CPUtime=0
/proc/4070/task/4081/stat : 4081 (java) S 4069 4045 3998 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4299793 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 887456

[startup+6.30218 s]
/proc/loadavg: 1.08 1.02 1.01 3/94 4088
/proc/meminfo: memFree=1492800/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13600 CPUtime=0.44
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 974 4609 0 183 3 1 32 8 16 0 1 0 4299721 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4045/statm: 3400 797 370 3 0 500 0
[pid=4069] ppid=4045 vsize=5356 CPUtime=0
/proc/4069/stat : 4069 (sh) S 4045 4045 3998 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4299789 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4069/statm: 1339 233 193 169 0 50 0
[pid=4070] ppid=4069 vsize=868500 CPUtime=3.94
/proc/4070/stat : 4070 (java) S 4069 4045 3998 0 -1 0 8284 0 8 0 362 32 0 0 19 0 9 0 4299789 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4070/statm: 217125 6489 2564 9 0 211672 0
[pid=4070/tid=4071] ppid=4069 vsize=868500 CPUtime=3.31
/proc/4070/task/4071/stat : 4071 (java) R 4069 4045 3998 0 -1 64 3750 0 5 0 307 24 0 0 25 0 9 0 4299790 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4127014056 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4072] ppid=4069 vsize=868500 CPUtime=0.36
/proc/4070/task/4072/stat : 4072 (java) S 4069 4045 3998 0 -1 64 2327 0 3 0 30 6 0 0 16 0 9 0 4299791 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4073] ppid=4069 vsize=868500 CPUtime=0
/proc/4070/task/4073/stat : 4073 (java) S 4069 4045 3998 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4299791 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4074] ppid=4069 vsize=868500 CPUtime=0
/proc/4070/task/4074/stat : 4074 (java) S 4069 4045 3998 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4299791 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4078] ppid=4069 vsize=868500 CPUtime=0
/proc/4070/task/4078/stat : 4078 (java) S 4069 4045 3998 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4299793 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4070/tid=4079] ppid=4069 vsize=868500 CPUtime=0.24
/proc/4070/task/4079/stat : 4079 (java) S 4069 4045 3998 0 -1 64 1515 0 0 0 24 0 0 0 17 0 9 0 4299793 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4070/tid=4080] ppid=4069 vsize=868500 CPUtime=0
/proc/4070/task/4080/stat : 4080 (java) S 4069 4045 3998 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 4299793 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4070/tid=4081] ppid=4069 vsize=868500 CPUtime=0
/proc/4070/task/4081/stat : 4081 (java) S 4069 4045 3998 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4299793 889344000 6489 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 887456

[startup+12.7018 s]
/proc/loadavg: 1.22 1.05 1.02 3/77 4091
/proc/meminfo: memFree=1207304/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13864 CPUtime=6.72
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 1099 13995 0 191 4 1 606 61 16 0 1 0 4299721 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4045/statm: 3466 847 374 3 0 566 0
[pid=4090] ppid=4045 vsize=5356 CPUtime=0
/proc/4090/stat : 4090 (sh) S 4045 4045 3998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4300591 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4090/statm: 1339 232 193 169 0 50 0
[pid=4091] ppid=4090 vsize=126448 CPUtime=3.97
/proc/4091/stat : 4091 (minisat) R 4090 4045 3998 0 -1 4194304 31055 0 0 0 368 29 0 0 25 0 1 0 4300591 129482752 31041 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4091/statm: 31612 31041 72 150 0 31459 0
Current children cumulated CPU time (s) 10.69
Current children cumulated vsize (KiB) 145668

[startup+25.502 s]
/proc/loadavg: 1.34 1.08 1.02 3/77 4113
/proc/meminfo: memFree=1316928/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13864 CPUtime=22.97
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 1218 49354 0 192 4 1 2196 96 16 0 1 0 4299721 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4045/statm: 3466 847 374 3 0 566 0
[pid=4112] ppid=4045 vsize=5356 CPUtime=0
/proc/4112/stat : 4112 (sh) S 4045 4045 3998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4302227 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4112/statm: 1339 232 193 169 0 50 0
[pid=4113] ppid=4112 vsize=38784 CPUtime=0.42
/proc/4113/stat : 4113 (minisat) R 4112 4045 3998 0 -1 4194304 9330 0 0 0 34 8 0 0 21 0 1 0 4302227 39714816 9316 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/4113/statm: 9696 9316 62 150 0 9543 0
Current children cumulated CPU time (s) 23.39
Current children cumulated vsize (KiB) 58004

[startup+51.1014 s]
/proc/loadavg: 1.56 1.15 1.05 3/77 4135
/proc/meminfo: memFree=1202952/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13864 CPUtime=28.63
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 1334 85107 0 193 4 1 2732 126 16 0 1 0 4299721 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4045/statm: 3466 847 374 3 0 566 0
[pid=4134] ppid=4045 vsize=5356 CPUtime=0
/proc/4134/stat : 4134 (sh) S 4045 4045 3998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4302799 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4134/statm: 1339 232 193 169 0 50 0
[pid=4135] ppid=4134 vsize=129236 CPUtime=20.29
/proc/4135/stat : 4135 (minisat) R 4134 4045 3998 0 -1 4194304 31735 0 0 0 2005 24 0 0 25 0 1 0 4302799 132337664 31721 996147200 134512640 135127466 4294956256 18446744073709551615 134522666 0 0 4096 3 0 0 0 17 0 0 0
/proc/4135/statm: 32309 31721 76 150 0 32156 0
Current children cumulated CPU time (s) 48.92
Current children cumulated vsize (KiB) 148456

[startup+102.306 s]
/proc/loadavg: 1.82 1.29 1.10 3/77 4145
/proc/meminfo: memFree=1200712/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13864 CPUtime=28.63
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 1334 85107 0 193 4 1 2732 126 16 0 1 0 4299721 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4045/statm: 3466 847 374 3 0 566 0

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

/proc/meminfo: memFree=1169992/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13864 CPUtime=386.71
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 1449 121201 0 194 4 2 38507 158 16 0 1 0 4299721 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4045/statm: 3466 847 374 3 0 566 0
[pid=4158] ppid=4045 vsize=5356 CPUtime=0
/proc/4158/stat : 4158 (sh) S 4045 4045 3998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4338874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4158/statm: 1339 232 193 169 0 50 0
[pid=4159] ppid=4158 vsize=141860 CPUtime=2689.84
/proc/4159/stat : 4159 (minisat) R 4158 4045 3998 0 -1 4194304 34188 0 0 0 268952 32 0 0 25 0 1 0 4338874 145264640 34174 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4159/statm: 35465 34174 75 150 0 35312 0
Current children cumulated CPU time (s) 3076.55
Current children cumulated vsize (KiB) 161080

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 4165
/proc/meminfo: memFree=1167944/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13864 CPUtime=386.71
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 1449 121201 0 194 4 2 38507 158 16 0 1 0 4299721 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4045/statm: 3466 847 374 3 0 566 0
[pid=4158] ppid=4045 vsize=5356 CPUtime=0
/proc/4158/stat : 4158 (sh) S 4045 4045 3998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4338874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4158/statm: 1339 232 193 169 0 50 0
[pid=4159] ppid=4158 vsize=142784 CPUtime=2749.39
/proc/4159/stat : 4159 (minisat) R 4158 4045 3998 0 -1 4194304 34433 0 0 0 274907 32 0 0 25 0 1 0 4338874 146210816 34419 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4159/statm: 35696 34419 75 150 0 35543 0
Current children cumulated CPU time (s) 3136.1
Current children cumulated vsize (KiB) 162004

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 4165
/proc/meminfo: memFree=1165512/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13864 CPUtime=386.71
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 1449 121201 0 194 4 2 38507 158 16 0 1 0 4299721 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4045/statm: 3466 847 374 3 0 566 0
[pid=4158] ppid=4045 vsize=5356 CPUtime=0
/proc/4158/stat : 4158 (sh) S 4045 4045 3998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4338874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4158/statm: 1339 232 193 169 0 50 0
[pid=4159] ppid=4158 vsize=144304 CPUtime=2808.92
/proc/4159/stat : 4159 (minisat) R 4158 4045 3998 0 -1 4194304 34738 0 0 0 280859 33 0 0 25 0 1 0 4338874 147767296 34724 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4159/statm: 36076 34724 75 150 0 35923 0
Current children cumulated CPU time (s) 3195.63
Current children cumulated vsize (KiB) 163524

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 4165
/proc/meminfo: memFree=1163208/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13864 CPUtime=386.71
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 1449 121201 0 194 4 2 38507 158 16 0 1 0 4299721 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4045/statm: 3466 847 374 3 0 566 0
[pid=4158] ppid=4045 vsize=5356 CPUtime=0
/proc/4158/stat : 4158 (sh) S 4045 4045 3998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4338874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4158/statm: 1339 232 193 169 0 50 0
[pid=4159] ppid=4158 vsize=145228 CPUtime=2868.47
/proc/4159/stat : 4159 (minisat) R 4158 4045 3998 0 -1 4194304 34997 0 0 0 286813 34 0 0 25 0 1 0 4338874 148713472 34983 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4159/statm: 36307 34983 75 150 0 36154 0
Current children cumulated CPU time (s) 3255.18
Current children cumulated vsize (KiB) 164448

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 4165
/proc/meminfo: memFree=1160968/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13864 CPUtime=386.71
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 1449 121201 0 194 4 2 38507 158 16 0 1 0 4299721 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4045/statm: 3466 847 374 3 0 566 0
[pid=4158] ppid=4045 vsize=5356 CPUtime=0
/proc/4158/stat : 4158 (sh) S 4045 4045 3998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4338874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4158/statm: 1339 232 193 169 0 50 0
[pid=4159] ppid=4158 vsize=146284 CPUtime=2928.01
/proc/4159/stat : 4159 (minisat) R 4158 4045 3998 0 -1 4194304 35279 0 0 0 292767 34 0 0 25 0 1 0 4338874 149794816 35265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4159/statm: 36571 35265 75 150 0 36418 0
Current children cumulated CPU time (s) 3314.72
Current children cumulated vsize (KiB) 165504

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 4165
/proc/meminfo: memFree=1158728/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13864 CPUtime=386.71
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 1449 121201 0 194 4 2 38507 158 16 0 1 0 4299721 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4045/statm: 3466 847 374 3 0 566 0
[pid=4158] ppid=4045 vsize=5356 CPUtime=0
/proc/4158/stat : 4158 (sh) S 4045 4045 3998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4338874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4158/statm: 1339 232 193 169 0 50 0
[pid=4159] ppid=4158 vsize=147472 CPUtime=2987.55
/proc/4159/stat : 4159 (minisat) R 4158 4045 3998 0 -1 4194304 35558 0 0 0 298721 34 0 0 25 0 1 0 4338874 151011328 35544 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4159/statm: 36868 35544 75 150 0 36715 0
Current children cumulated CPU time (s) 3374.26
Current children cumulated vsize (KiB) 166692

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 4165
/proc/meminfo: memFree=1156104/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13864 CPUtime=386.71
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 1449 121201 0 194 4 2 38507 158 16 0 1 0 4299721 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4045/statm: 3466 847 374 3 0 566 0
[pid=4158] ppid=4045 vsize=5356 CPUtime=0
/proc/4158/stat : 4158 (sh) S 4045 4045 3998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4338874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4158/statm: 1339 232 193 169 0 50 0
[pid=4159] ppid=4158 vsize=148440 CPUtime=3047.1
/proc/4159/stat : 4159 (minisat) R 4158 4045 3998 0 -1 4194304 35815 0 0 0 304675 35 0 0 25 0 1 0 4338874 152002560 35801 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/4159/statm: 37110 35801 75 150 0 36957 0
Current children cumulated CPU time (s) 3433.81
Current children cumulated vsize (KiB) 167660

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 4165
/proc/meminfo: memFree=1153928/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13864 CPUtime=386.71
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 1449 121201 0 194 4 2 38507 158 16 0 1 0 4299721 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4045/statm: 3466 847 374 3 0 566 0
[pid=4158] ppid=4045 vsize=5356 CPUtime=0
/proc/4158/stat : 4158 (sh) S 4045 4045 3998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4338874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4158/statm: 1339 232 193 169 0 50 0
[pid=4159] ppid=4158 vsize=149364 CPUtime=3106.64
/proc/4159/stat : 4159 (minisat) R 4158 4045 3998 0 -1 4194304 36069 0 0 0 310629 35 0 0 25 0 1 0 4338874 152948736 36055 996147200 134512640 135127466 4294956256 18446744073709551615 134528655 0 0 4096 3 0 0 0 17 1 0 0
/proc/4159/statm: 37341 36055 75 150 0 37188 0
Current children cumulated CPU time (s) 3493.35
Current children cumulated vsize (KiB) 168584

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/77 4165
/proc/meminfo: memFree=1150920/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13864 CPUtime=386.71
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 1449 121201 0 194 4 2 38507 158 16 0 1 0 4299721 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4045/statm: 3466 847 374 3 0 566 0
[pid=4158] ppid=4045 vsize=5356 CPUtime=0
/proc/4158/stat : 4158 (sh) S 4045 4045 3998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4338874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4158/statm: 1339 232 193 169 0 50 0
[pid=4159] ppid=4158 vsize=151044 CPUtime=3166.18
/proc/4159/stat : 4159 (minisat) R 4158 4045 3998 0 -1 4194304 36452 0 0 0 316582 36 0 0 25 0 1 0 4338874 154669056 36438 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4159/statm: 37761 36438 75 150 0 37608 0
Current children cumulated CPU time (s) 3552.89
Current children cumulated vsize (KiB) 170264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.8 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 4266
/proc/meminfo: memFree=1360192/2055920 swapFree=4192956/4192956
[pid=4045] ppid=4043 vsize=13864 CPUtime=386.71
/proc/4045/stat : 4045 (sugar) S 4043 4045 3998 0 -1 4194304 1449 121201 0 194 4 2 38507 158 16 0 1 0 4299721 14196736 847 996147200 4194304 4206940 548682068592 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4045/statm: 3466 847 374 3 0 566 0
[pid=4158] ppid=4045 vsize=5356 CPUtime=0
/proc/4158/stat : 4158 (sh) S 4045 4045 3998 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4338874 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4158/statm: 1339 232 193 169 0 50 0
[pid=4159] ppid=4158 vsize=152276 CPUtime=3213.32
/proc/4159/stat : 4159 (minisat) R 4158 4045 3998 0 -1 4194304 36737 0 0 0 321295 37 0 0 25 0 1 0 4338874 155930624 36723 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4159/statm: 38069 36723 75 150 0 37916 0
Current children cumulated CPU time (s) 3600.03
Current children cumulated vsize (KiB) 171496

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4045 and gives
#  childrusage.ru_utime.tv_sec=385
#  childrusage.ru_utime.tv_usec=127451
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=639750
# CPU time returned by wait4() is 386.767
# while last known CPU time is 3600.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3629.86
CPU time (s): 3600.03
CPU user time (s): 3598.06
CPU system time (s): 1.97
CPU usage (%): 99.1782
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 385.127
system time used= 1.63975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122991
page faults= 194
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17214
involuntary context switches= 23966

runsolver used 3.65044 second user time and 10.0005 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-23 02:14:36
IDJOB=1127532
IDBENCH=63587
IDSOLVER=368
FILE ID=node8/1127532-1216772076
PBS_JOBID= 7974152
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-40-1100-2000/normalized-cnf-3-40-1700-341827_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-1127532-1216772076/watcher-1127532-1216772076 -o /tmp/evaluation-result-1127532-1216772076/solver-1127532-1216772076 -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-1127532-1216772076.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 13d08595e27e3dd9f5eb42ef221633f7
RANDOM SEED=240394277

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1622472 kB
Buffers:         23372 kB
Cached:         349948 kB
SwapCached:          0 kB
Active:         202244 kB
Inactive:       187200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1622472 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2348 kB
Writeback:           0 kB
Mapped:          26600 kB
Slab:            29368 kB
Committed_AS:    76136 kB
PageTables:       1720 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node8 at 2008-07-23 03:15:08