Trace number 2086537

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.14.6+minisatSAT 20.5809 20.8756

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-16-24-9-6-3_glb.xml
MD5SUMd8964aa23b53ca448f385c0392ae4569
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.05884
Satisfiable
(Un)Satisfiability was proved
Number of variables3264
Number of constraints3040
Maximum constraint arity24
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2880
Global constraints used (with number of constraints)weightedsum(160)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:28:13 2009
0.00/0.08	c 0	PID 27523
0.00/0.08	c 0	HOST node33.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2086537-1247383692.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2086537-1247383692.xml' 'HOME/temp.csp'
0.06/0.89	c 0	1 domains, 3264 variables, 1 predicates, 0 relations, 3040 constraints
0.06/0.92	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.92	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.87/1.00	c 1	Parsing HOME/temp.csp
1.02/1.15	c 1	parsed 6306 expressions
1.02/1.16	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.16	c 1	Converting to clausal form CSP
1.02/1.19	c 1	converted 631 (10%) expressions
1.02/1.20	c 1	converted 1262 (20%) expressions
1.13/1.21	c 1	converted 1892 (30%) expressions
1.13/1.21	c 1	converted 2523 (40%) expressions
1.13/1.21	c 1	converted 3153 (50%) expressions
1.52/1.63	c 1	converted 3784 (60%) expressions
1.72/1.87	c 1	converted 4415 (70%) expressions
2.02/2.12	c 2	converted 5045 (80%) expressions
2.11/2.28	c 2	converted 5676 (90%) expressions
2.50/2.65	c 2	converted 6306 (100%) expressions
2.50/2.65	c 2	CSP : 9984 integers, 5760 booleans, 31040 clauses, largest domain size 9
2.50/2.65	c 2	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.50/2.65	c 2	Propagation in CSP
2.60/2.76	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.60/2.77	c 2	CSP : 9984 integers, 5760 booleans, 31040 clauses, largest domain size 9
2.60/2.77	c 2	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.60/2.78	c 2	Simplifing CSP by introducing new Boolean variables
2.72/2.80	c 2	CSP : 9984 integers, 5760 booleans, 31040 clauses, largest domain size 9
2.72/2.80	c 2	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.82/2.94	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.82/2.97	c 2	999 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.97	c 3	1997 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.98	c 3	2996 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.98	c 3	3994 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.98	c 3	4992 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.98	c 3	5991 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.98	c 3	6989 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.98	c 3	7988 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/2.98	c 3	8986 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.82/3.00	c 3	9984 (100%) CSP integer variables are encoded (4536 clauses, 66493 bytes)
2.91/3.06	c 3	3104 (10%) CSP clauses are encoded (7640 clauses, 110389 bytes)
2.91/3.08	c 3	6208 (20%) CSP clauses are encoded (10744 clauses, 155003 bytes)
3.01/3.10	c 3	9312 (30%) CSP clauses are encoded (13848 clauses, 200087 bytes)
3.01/3.12	c 3	12416 (40%) CSP clauses are encoded (16952 clauses, 245375 bytes)
3.01/3.14	c 3	15520 (50%) CSP clauses are encoded (20056 clauses, 291583 bytes)
3.01/3.17	c 3	18624 (60%) CSP clauses are encoded (23160 clauses, 338145 bytes)
3.01/3.19	c 3	21728 (70%) CSP clauses are encoded (26264 clauses, 384707 bytes)
3.11/3.22	c 3	24832 (80%) CSP clauses are encoded (29368 clauses, 431264 bytes)
3.11/3.24	c 3	27936 (90%) CSP clauses are encoded (32472 clauses, 477826 bytes)
7.07/7.28	c 7	31040 (100%) CSP clauses are encoded (354528 clauses, 9318864 bytes)
7.07/7.28	c 7	31040 CSP clauses encoded
7.07/7.28	c 7	Writing map file : HOME/temp.map
7.17/7.31	c 7	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.17/7.31	c 7	SAT : 20280 SAT variables, 354528 SAT clauses, 9318864 bytes
7.17/7.31	c 7	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.17/7.35	c 7	SOLVING HOME/temp.cnf
7.17/7.35	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.17/7.35	c 7	This is MiniSat 2.0 beta
7.17/7.35	c 7	WARNING: for repeatability, setting FPU to use double precision
7.17/7.35	c 7	============================[ Problem Statistics ]=============================
7.17/7.35	c 7	|                                                                             |
7.17/7.35	c 7	|  Number of variables:  20280                                                |
7.17/7.35	c 7	|  Number of clauses:    354528                                               |
7.20/7.57	c 7	|  Parsing time:         0.19         s                                       |
7.20/7.59	c 7	============================[ Search Statistics ]==============================
7.20/7.59	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.20/7.59	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.20/7.59	c 7	===============================================================================
7.20/7.59	c 7	|         0 |   20280   354528  1617840 |   118176        0    nan |  0.000 % |
7.20/7.60	c 7	|       100 |   20280   354528  1617840 |   129993      100     16 |  0.000 % |
7.20/7.63	c 7	|       250 |   20280   354528  1617840 |   142992      250     18 |  0.000 % |
7.20/7.67	c 7	|       475 |   20280   354528  1617840 |   157292      475     17 |  0.000 % |
7.52/7.74	c 7	|       812 |   20280   354528  1617840 |   173021      812     17 |  0.000 % |
7.72/7.90	c 7	|      1318 |   20280   354528  1617840 |   190323     1318     23 |  0.000 % |
7.93/8.14	c 8	|      2077 |   20280   354528  1617840 |   209355     2077     24 |  0.000 % |
8.32/8.53	c 8	|      3216 |   20280   354528  1617840 |   230291     3216     25 |  0.000 % |
8.71/8.90	c 8	|      4924 |   20280   354528  1617840 |   253320     4924     27 |  0.000 % |
9.50/9.77	c 9	|      7486 |   20280   354528  1617840 |   278652     7486     29 |  0.000 % |
10.09/10.34	c 10	|     11330 |   20280   354528  1617840 |   306518    11330     35 |  0.000 % |
12.17/12.44	c 12	|     17096 |   20280   354528  1617840 |   337169    17096     31 |  0.000 % |
16.34/16.68	c 16	|     25745 |   20280   354528  1617840 |   370886    25745     32 |  0.000 % |
20.10/20.42	c 20	===============================================================================
20.10/20.42	c 20	restarts              : 13
20.10/20.42	c 20	conflicts             : 33174          (2574 /sec)
20.10/20.42	c 20	decisions             : 103002         (1.47 % random) (7993 /sec)
20.10/20.42	c 20	propagations          : 13851037       (1074804 /sec)
20.10/20.42	c 20	conflict literals     : 1196999        (5.65 % deleted)
20.10/20.42	c 20	Memory used           : 28.33 MB
20.10/20.42	c 20	CPU time              : 12.887 s
20.10/20.42	c 20	
20.10/20.43	c 20	SATISFIABLE
20.10/20.44	c 20	DECODING HOME/temp.out WITH HOME/temp.map
20.10/20.44	c 20	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
20.15/20.52	c 20	Decoding HOME/temp.out
20.15/20.73	s SATISFIABLE
20.16/20.84	v 0 0 0 1 0 1 0 1 0 0 0 0 1 0 1 1 1 1 0 0 0 1 0 0 0 0 1 0 0 1 0 1 1 1 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 1 1 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 1 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 0 1 1 0 0 0 0 1 1 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 1 1 1 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 1 0 1 1 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
20.16/20.85	c 20	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.16/20.87	c 20	CPU 20.54 (0.07 0.03 20.12 0.32)
20.16/20.87	c 20	END Sun Jul 12 09:28:33 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2086537-1247383692/watcher-2086537-1247383692 -o /tmp/evaluation-result-2086537-1247383692/solver-2086537-1247383692 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2086537-1247383692.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.20 2.05 2.02 4/80 27523
/proc/meminfo: memFree=1851992/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=12272 CPUtime=0
/proc/27523/stat : 27523 (sugar) R 27521 27523 26863 0 -1 4194304 370 0 0 0 0 0 0 0 20 0 1 0 25435247 12566528 338 996147200 4194304 4206940 548682068608 18446744073709551615 210824001298 0 0 4224 0 0 0 0 17 1 0 0
/proc/27523/statm: 3068 338 252 3 0 168 0

[startup+0.106555 s]
/proc/loadavg: 2.20 2.05 2.02 4/80 27523
/proc/meminfo: memFree=1851992/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=16868 CPUtime=0.06
/proc/27523/stat : 27523 (sugar) S 27521 27523 26863 0 -1 4194304 1227 128 0 0 6 0 0 0 21 0 1 0 25435247 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27523/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201087 s]
/proc/loadavg: 2.20 2.05 2.02 4/80 27523
/proc/meminfo: memFree=1851992/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=16868 CPUtime=0.06
/proc/27523/stat : 27523 (sugar) S 27521 27523 26863 0 -1 4194304 1227 128 0 0 6 0 0 0 21 0 1 0 25435247 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27523/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301098 s]
/proc/loadavg: 2.20 2.05 2.02 4/80 27523
/proc/meminfo: memFree=1851992/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=16868 CPUtime=0.06
/proc/27523/stat : 27523 (sugar) S 27521 27523 26863 0 -1 4194304 1227 128 0 0 6 0 0 0 21 0 1 0 25435247 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27523/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701147 s]
/proc/loadavg: 2.20 2.05 2.02 4/80 27523
/proc/meminfo: memFree=1851992/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=16868 CPUtime=0.06
/proc/27523/stat : 27523 (sugar) S 27521 27523 26863 0 -1 4194304 1227 128 0 0 6 0 0 0 21 0 1 0 25435247 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27523/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50224 s]
/proc/loadavg: 2.20 2.05 2.02 3/91 27545
/proc/meminfo: memFree=1843072/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=16868 CPUtime=0.87
/proc/27523/stat : 27523 (sugar) S 27521 27523 26863 0 -1 4194304 1309 7255 0 1 6 0 76 5 15 0 1 0 25435247 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27523/statm: 4217 1111 409 3 0 796 0
[pid=27536] ppid=27523 vsize=5356 CPUtime=0
/proc/27536/stat : 27536 (sh) S 27523 27523 26863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25435340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27536/statm: 1339 233 193 169 0 50 0
[pid=27537] ppid=27536 vsize=868508 CPUtime=0.55
/proc/27537/stat : 27537 (java) S 27536 27523 26863 0 -1 0 5900 0 1 0 52 3 0 0 18 0 9 0 25435340 889352192 5330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27537/statm: 217127 5330 1742 9 0 211632 0
[pid=27537/tid=27538] ppid=27536 vsize=868508 CPUtime=0.32
/proc/27537/task/27538/stat : 27538 (java) R 27536 27523 26863 0 -1 64 2661 0 1 0 31 1 0 0 21 0 9 0 25435341 889352192 5330 996147200 134512640 134550932 4294955936 18446744073709551615 4125956622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27539] ppid=27536 vsize=868508 CPUtime=0.03
/proc/27537/task/27539/stat : 27539 (java) S 27536 27523 26863 0 -1 64 1059 0 0 0 3 0 0 0 16 0 9 0 25435342 889352192 5330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27540] ppid=27536 vsize=868508 CPUtime=0
/proc/27537/task/27540/stat : 27540 (java) S 27536 27523 26863 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 25435342 889352192 5330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27541] ppid=27536 vsize=868508 CPUtime=0
/proc/27537/task/27541/stat : 27541 (java) S 27536 27523 26863 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25435342 889352192 5330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27542] ppid=27536 vsize=868508 CPUtime=0
/proc/27537/task/27542/stat : 27542 (java) S 27536 27523 26863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25435344 889352192 5330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27543] ppid=27536 vsize=868508 CPUtime=0.16
/proc/27537/task/27543/stat : 27543 (java) S 27536 27523 26863 0 -1 64 1486 0 0 0 16 0 0 0 16 0 9 0 25435344 889352192 5330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27544] ppid=27536 vsize=868508 CPUtime=0
/proc/27537/task/27544/stat : 27544 (java) S 27536 27523 26863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25435344 889352192 5330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27545] ppid=27536 vsize=868508 CPUtime=0
/proc/27537/task/27545/stat : 27545 (java) S 27536 27523 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25435344 889352192 5330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890732

[startup+3.10244 s]
/proc/loadavg: 2.20 2.05 2.02 3/91 27545
/proc/meminfo: memFree=1822336/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=16868 CPUtime=0.88
/proc/27523/stat : 27523 (sugar) S 27521 27523 26863 0 -1 4194304 1310 7255 0 1 6 1 76 5 15 0 1 0 25435247 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27523/statm: 4217 1111 409 3 0 796 0
[pid=27536] ppid=27523 vsize=5356 CPUtime=0
/proc/27536/stat : 27536 (sh) S 27523 27523 26863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25435340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27536/statm: 1339 233 193 169 0 50 0
[pid=27537] ppid=27536 vsize=868704 CPUtime=2.13
/proc/27537/stat : 27537 (java) S 27536 27523 26863 0 -1 0 11899 0 1 0 206 7 0 0 18 0 9 0 25435340 889552896 10727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27537/statm: 217176 10727 2590 9 0 211653 0
[pid=27537/tid=27538] ppid=27536 vsize=868704 CPUtime=1.3
/proc/27537/task/27538/stat : 27538 (java) R 27536 27523 26863 0 -1 64 2985 0 1 0 128 2 0 0 25 0 9 0 25435341 889552896 10727 996147200 134512640 134550932 4294955936 18446744073709551615 4127120585 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27539] ppid=27536 vsize=868704 CPUtime=0.54
/proc/27537/task/27539/stat : 27539 (java) S 27536 27523 26863 0 -1 64 6660 0 0 0 51 3 0 0 16 0 9 0 25435342 889552896 10727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27540] ppid=27536 vsize=868704 CPUtime=0
/proc/27537/task/27540/stat : 27540 (java) S 27536 27523 26863 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25435342 889552896 10727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27541] ppid=27536 vsize=868704 CPUtime=0
/proc/27537/task/27541/stat : 27541 (java) S 27536 27523 26863 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25435342 889552896 10727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27542] ppid=27536 vsize=868704 CPUtime=0
/proc/27537/task/27542/stat : 27542 (java) S 27536 27523 26863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25435344 889552896 10727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27543] ppid=27536 vsize=868704 CPUtime=0.26
/proc/27537/task/27543/stat : 27543 (java) S 27536 27523 26863 0 -1 64 1555 0 0 0 26 0 0 0 16 0 9 0 25435344 889552896 10727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27544] ppid=27536 vsize=868704 CPUtime=0
/proc/27537/task/27544/stat : 27544 (java) S 27536 27523 26863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25435344 889552896 10727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27545] ppid=27536 vsize=868704 CPUtime=0
/proc/27537/task/27545/stat : 27545 (java) S 27536 27523 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25435344 889552896 10727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890928

[startup+6.30282 s]
/proc/loadavg: 2.18 2.05 2.02 3/91 27545
/proc/meminfo: memFree=1810176/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=16868 CPUtime=0.89
/proc/27523/stat : 27523 (sugar) S 27521 27523 26863 0 -1 4194304 1310 7255 0 1 7 1 76 5 15 0 1 0 25435247 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27523/statm: 4217 1111 409 3 0 796 0
[pid=27536] ppid=27523 vsize=5356 CPUtime=0
/proc/27536/stat : 27536 (sh) S 27523 27523 26863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25435340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27536/statm: 1339 233 193 169 0 50 0
[pid=27537] ppid=27536 vsize=868704 CPUtime=5.29
/proc/27537/stat : 27537 (java) S 27536 27523 26863 0 -1 0 12061 0 1 0 516 13 0 0 18 0 9 0 25435340 889552896 10733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27537/statm: 217176 10733 2590 9 0 211653 0
[pid=27537/tid=27538] ppid=27536 vsize=868704 CPUtime=4.38
/proc/27537/task/27538/stat : 27538 (java) R 27536 27523 26863 0 -1 64 3141 0 1 0 431 7 0 0 25 0 9 0 25435341 889552896 10733 996147200 134512640 134550932 4294955936 18446744073709551615 4127108289 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27539] ppid=27536 vsize=868704 CPUtime=0.61
/proc/27537/task/27539/stat : 27539 (java) S 27536 27523 26863 0 -1 64 6660 0 0 0 57 4 0 0 16 0 9 0 25435342 889552896 10733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27540] ppid=27536 vsize=868704 CPUtime=0
/proc/27537/task/27540/stat : 27540 (java) S 27536 27523 26863 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25435342 889552896 10733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27541] ppid=27536 vsize=868704 CPUtime=0
/proc/27537/task/27541/stat : 27541 (java) S 27536 27523 26863 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25435342 889552896 10733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27542] ppid=27536 vsize=868704 CPUtime=0
/proc/27537/task/27542/stat : 27542 (java) S 27536 27523 26863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25435344 889552896 10733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27543] ppid=27536 vsize=868704 CPUtime=0.26
/proc/27537/task/27543/stat : 27543 (java) S 27536 27523 26863 0 -1 64 1561 0 0 0 26 0 0 0 16 0 9 0 25435344 889552896 10733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27544] ppid=27536 vsize=868704 CPUtime=0
/proc/27537/task/27544/stat : 27544 (java) S 27536 27523 26863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25435344 889552896 10733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27537/tid=27545] ppid=27536 vsize=868704 CPUtime=0
/proc/27537/task/27545/stat : 27545 (java) S 27536 27523 26863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25435344 889552896 10733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890928

[startup+12.7022 s]
/proc/loadavg: 2.17 2.04 2.02 3/83 27547
/proc/meminfo: memFree=1815104/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=16868 CPUtime=7.2
/proc/27523/stat : 27523 (sugar) S 27521 27523 26863 0 -1 4194304 1376 19676 0 2 7 1 690 22 16 0 1 0 25435247 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27523/statm: 4217 1113 409 3 0 796 0
[pid=27546] ppid=27523 vsize=5356 CPUtime=0
/proc/27546/stat : 27546 (sh) S 27523 27523 26863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25435982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27546/statm: 1339 232 193 169 0 50 0
[pid=27547] ppid=27546 vsize=25368 CPUtime=5.27
/proc/27547/stat : 27547 (minisat) R 27546 27523 26863 0 -1 4194304 6104 0 0 0 524 3 0 0 25 0 1 0 25435983 25976832 6090 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 1 0 0
/proc/27547/statm: 6342 6090 76 150 0 6189 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 47592

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

[startup+12.8022 s]
/proc/loadavg: 2.17 2.04 2.02 3/83 27547
/proc/meminfo: memFree=1815104/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=16868 CPUtime=7.2
/proc/27523/stat : 27523 (sugar) S 27521 27523 26863 0 -1 4194304 1376 19676 0 2 7 1 690 22 16 0 1 0 25435247 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27523/statm: 4217 1113 409 3 0 796 0
[pid=27546] ppid=27523 vsize=5356 CPUtime=0
/proc/27546/stat : 27546 (sh) S 27523 27523 26863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25435982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27546/statm: 1339 232 193 169 0 50 0
[pid=27547] ppid=27546 vsize=25368 CPUtime=5.37
/proc/27547/stat : 27547 (minisat) R 27546 27523 26863 0 -1 4194304 6114 0 0 0 534 3 0 0 25 0 1 0 25435983 25976832 6100 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/27547/statm: 6342 6100 76 150 0 6189 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 47592

[startup+16.002 s]
/proc/loadavg: 2.16 2.04 2.02 3/83 27547
/proc/meminfo: memFree=1813568/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=16868 CPUtime=7.2
/proc/27523/stat : 27523 (sugar) S 27521 27523 26863 0 -1 4194304 1376 19676 0 2 7 1 690 22 16 0 1 0 25435247 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27523/statm: 4217 1113 409 3 0 796 0
[pid=27546] ppid=27523 vsize=5356 CPUtime=0
/proc/27546/stat : 27546 (sh) S 27523 27523 26863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25435982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27546/statm: 1339 232 193 169 0 50 0
[pid=27547] ppid=27546 vsize=26692 CPUtime=8.55
/proc/27547/stat : 27547 (minisat) R 27546 27523 26863 0 -1 4194304 6457 0 0 0 851 4 0 0 25 0 1 0 25435983 27332608 6443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27547/statm: 6673 6443 76 150 0 6520 0
Current children cumulated CPU time (s) 15.75
Current children cumulated vsize (KiB) 48916

[startup+19.2024 s]
/proc/loadavg: 2.14 2.04 2.02 4/83 27547
/proc/meminfo: memFree=1812160/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=16868 CPUtime=7.2
/proc/27523/stat : 27523 (sugar) S 27521 27523 26863 0 -1 4194304 1376 19676 0 2 7 1 690 22 16 0 1 0 25435247 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27523/statm: 4217 1113 409 3 0 796 0
[pid=27546] ppid=27523 vsize=5356 CPUtime=0
/proc/27546/stat : 27546 (sh) S 27523 27523 26863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25435982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27546/statm: 1339 232 193 169 0 50 0
[pid=27547] ppid=27546 vsize=28176 CPUtime=11.71
/proc/27547/stat : 27547 (minisat) R 27546 27523 26863 0 -1 4194304 6814 0 0 0 1167 4 0 0 25 0 1 0 25435983 28852224 6800 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/27547/statm: 7044 6800 76 150 0 6891 0
Current children cumulated CPU time (s) 18.91
Current children cumulated vsize (KiB) 50400

[startup+20.0021 s]
/proc/loadavg: 2.14 2.04 2.02 3/83 27547
/proc/meminfo: memFree=1811648/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=16868 CPUtime=7.2
/proc/27523/stat : 27523 (sugar) S 27521 27523 26863 0 -1 4194304 1376 19676 0 2 7 1 690 22 16 0 1 0 25435247 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27523/statm: 4217 1113 409 3 0 796 0
[pid=27546] ppid=27523 vsize=5356 CPUtime=0
/proc/27546/stat : 27546 (sh) S 27523 27523 26863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25435982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27546/statm: 1339 232 193 169 0 50 0
[pid=27547] ppid=27546 vsize=28704 CPUtime=12.5
/proc/27547/stat : 27547 (minisat) R 27546 27523 26863 0 -1 4194304 6921 0 0 0 1246 4 0 0 25 0 1 0 25435983 29392896 6907 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/27547/statm: 7176 6907 76 150 0 7023 0
Current children cumulated CPU time (s) 19.7
Current children cumulated vsize (KiB) 50928

[startup+20.4021 s]
/proc/loadavg: 2.14 2.04 2.02 3/83 27547
/proc/meminfo: memFree=1811648/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=16868 CPUtime=7.2
/proc/27523/stat : 27523 (sugar) S 27521 27523 26863 0 -1 4194304 1376 19676 0 2 7 1 690 22 16 0 1 0 25435247 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27523/statm: 4217 1113 409 3 0 796 0
[pid=27546] ppid=27523 vsize=5356 CPUtime=0
/proc/27546/stat : 27546 (sh) S 27523 27523 26863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25435982 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27546/statm: 1339 232 193 169 0 50 0
[pid=27547] ppid=27546 vsize=28836 CPUtime=12.9
/proc/27547/stat : 27547 (minisat) R 27546 27523 26863 0 -1 4194304 6969 0 0 0 1286 4 0 0 25 0 1 0 25435983 29528064 6955 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27547/statm: 7209 6955 76 150 0 7056 0
Current children cumulated CPU time (s) 20.1
Current children cumulated vsize (KiB) 51060

[startup+20.8026 s]
/proc/loadavg: 2.14 2.04 2.02 3/83 27547
/proc/meminfo: memFree=1811648/2055920 swapFree=4192812/4192956
[pid=27523] ppid=27521 vsize=16868 CPUtime=20.16
/proc/27523/stat : 27523 (sugar) S 27521 27523 26863 0 -1 4194304 1449 26964 0 2 7 2 1979 28 15 0 1 0 25435247 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27523/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 20.16
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 20.8756
CPU time (s): 20.5809
CPU user time (s): 20.2089
CPU system time (s): 0.371943
CPU usage (%): 98.5879
Max. virtual memory (cumulated for all children) (KiB): 891320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.2089
system time used= 0.371943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32635
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8820
involuntary context switches= 9392

runsolver used 0.029995 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 09:28:12
IDJOB=2086537
IDBENCH=58601
IDSOLVER=739
FILE ID=node33/2086537-1247383692
PBS_JOBID= 9507321
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-16-24-9-6-3_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2086537-1247383692/watcher-2086537-1247383692 -o /tmp/evaluation-result-2086537-1247383692/solver-2086537-1247383692 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2086537-1247383692.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d8964aa23b53ca448f385c0392ae4569
RANDOM SEED=366352564

node33.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.229
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.229
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:       1852472 kB
Buffers:         12620 kB
Cached:          64628 kB
SwapCached:          0 kB
Active:         133556 kB
Inactive:        19212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:          93348 kB
Slab:            35900 kB
Committed_AS:   937884 kB
PageTables:       1908 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= 66448 MiB
End job on node33 at 2009-07-12 09:28:33