Trace number 2088682

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 13.259 13.5139

General information on the benchmark

Namecsp/bibd6/
normalized-bibd-6-90-45-3-18_glb.xml
MD5SUM19a873aab8208c6282428bea80e0f8a3
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.121981
Satisfiable
(Un)Satisfiability was proved
Number of variables1890
Number of constraints1461
Maximum constraint arity90
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1350
Global constraints used (with number of constraints)weightedsum(111)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 11:05:38 2009
0.00/0.08	c 0	PID 25076
0.00/0.08	c 0	HOST node48.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2088682-1247389538.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-2088682-1247389538.xml' 'HOME/temp.csp'
0.07/0.59	c 0	1 domains, 1890 variables, 1 predicates, 0 relations, 1461 constraints
0.07/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	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.07/0.69	c 0	Parsing HOME/temp.csp
0.57/0.80	c 1	parsed 3353 expressions
0.57/0.81	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.57/0.81	c 1	Converting to clausal form CSP
0.57/0.83	c 1	converted 336 (10%) expressions
0.57/0.85	c 1	converted 671 (20%) expressions
0.57/0.85	c 1	converted 1006 (30%) expressions
0.57/0.85	c 1	converted 1342 (40%) expressions
0.57/0.86	c 1	converted 1677 (50%) expressions
0.95/1.09	c 1	converted 2012 (60%) expressions
1.14/1.22	c 1	converted 2348 (70%) expressions
1.24/1.38	c 1	converted 2683 (80%) expressions
1.43/1.52	c 1	converted 3018 (90%) expressions
1.63/1.78	c 2	converted 3353 (100%) expressions
1.63/1.78	c 2	CSP : 5472 integers, 2700 booleans, 15486 clauses, largest domain size 31
1.63/1.78	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.63/1.78	c 2	Propagation in CSP
1.73/1.84	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.73/1.85	c 2	CSP : 5472 integers, 2700 booleans, 15486 clauses, largest domain size 31
1.73/1.85	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.73/1.86	c 2	Simplifing CSP by introducing new Boolean variables
1.73/1.87	c 2	CSP : 5472 integers, 2700 booleans, 15486 clauses, largest domain size 31
1.73/1.87	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.82/1.95	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.82/1.97	c 2	548 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.97	c 2	1095 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.98	c 2	1642 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.98	c 2	2189 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.98	c 2	2736 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.98	c 2	3284 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.98	c 2	3831 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.99	c 2	4378 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.82/1.99	c 2	4925 (90%) CSP integer variables are encoded (3883 clauses, 50543 bytes)
1.92/2.00	c 2	5472 (100%) CSP integer variables are encoded (9918 clauses, 138883 bytes)
1.92/2.05	c 2	1549 (10%) CSP clauses are encoded (11467 clauses, 160975 bytes)
1.92/2.08	c 2	3098 (20%) CSP clauses are encoded (13016 clauses, 183283 bytes)
1.92/2.09	c 2	4646 (30%) CSP clauses are encoded (14564 clauses, 205593 bytes)
2.03/2.11	c 2	6195 (40%) CSP clauses are encoded (16113 clauses, 228729 bytes)
2.03/2.12	c 2	7743 (50%) CSP clauses are encoded (17661 clauses, 251955 bytes)
2.03/2.13	c 2	9292 (60%) CSP clauses are encoded (19210 clauses, 275186 bytes)
2.03/2.14	c 2	10841 (70%) CSP clauses are encoded (20759 clauses, 298417 bytes)
2.03/2.15	c 2	12389 (80%) CSP clauses are encoded (22307 clauses, 321642 bytes)
2.41/2.50	c 2	13938 (90%) CSP clauses are encoded (72234 clauses, 1355981 bytes)
4.30/4.47	c 4	15486 (100%) CSP clauses are encoded (325980 clauses, 7597339 bytes)
4.30/4.47	c 4	15486 CSP clauses encoded
4.30/4.47	c 4	Writing map file : HOME/temp.map
4.30/4.49	c 4	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.30/4.49	c 4	SAT : 18090 SAT variables, 325980 SAT clauses, 7597339 bytes
4.30/4.49	c 4	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.39/4.53	c 4	SOLVING HOME/temp.cnf
4.39/4.53	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.39/4.53	c 4	This is MiniSat 2.0 beta
4.39/4.53	c 4	WARNING: for repeatability, setting FPU to use double precision
4.39/4.53	c 4	============================[ Problem Statistics ]=============================
4.39/4.53	c 4	|                                                                             |
4.39/4.54	c 4	|  Number of variables:  18090                                                |
4.39/4.54	c 4	|  Number of clauses:    325980                                               |
4.41/4.73	c 4	|  Parsing time:         0.17         s                                       |
4.41/4.75	c 4	============================[ Search Statistics ]==============================
4.41/4.75	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.41/4.75	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.41/4.75	c 4	===============================================================================
4.41/4.75	c 4	|         0 |   18090   325980  1303524 |   108660        0    nan |  0.000 % |
4.41/4.77	c 5	|       102 |   18090   325980  1303524 |   119526      102     52 |  0.000 % |
4.41/4.80	c 5	|       252 |   18090   325980  1303524 |   131478      252     44 |  0.000 % |
4.41/5.08	c 5	|       477 |   18090   325980  1303524 |   144626      477     31 |  0.000 % |
4.41/5.37	c 5	|       814 |   18090   325980  1303524 |   159089      814     32 |  0.000 % |
5.45/5.62	c 5	|      1320 |   18090   325980  1303524 |   174998     1320     29 |  0.000 % |
5.65/5.85	c 6	|      2079 |   18090   325980  1303524 |   192497     2079     28 |  0.000 % |
5.84/6.02	c 6	|      3219 |   18090   325980  1303524 |   211747     3219     25 |  0.000 % |
6.14/6.39	c 6	|      4927 |   18090   325980  1303524 |   232922     4927     26 |  0.000 % |
7.13/7.31	c 7	|      7489 |   18090   325980  1303524 |   256214     7489     39 |  0.000 % |
9.61/9.83	c 10	|     11334 |   18090   325980  1303524 |   281836    11334     40 |  0.000 % |
12.47/12.70	c 12	|     17102 |   18090   325980  1303524 |   310019    17102     46 |  0.000 % |
12.77/13.05	c 13	===============================================================================
12.77/13.06	c 13	restarts              : 12
12.77/13.06	c 13	conflicts             : 17529          (2088 /sec)
12.77/13.06	c 13	decisions             : 46326          (1.00 % random) (5517 /sec)
12.77/13.06	c 13	propagations          : 7845301        (934329 /sec)
12.77/13.06	c 13	conflict literals     : 803841         (6.63 % deleted)
12.77/13.06	c 13	Memory used           : 23.70 MB
12.77/13.06	c 13	CPU time              : 8.39672 s
12.77/13.06	c 13	
12.77/13.06	c 13	SATISFIABLE
12.77/13.07	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.77/13.07	c 13	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'
12.88/13.16	c 13	Decoding HOME/temp.out
13.08/13.36	s SATISFIABLE
13.17/13.44	v 0 1 1 1 0 0 0 0 0 0 0 1 0 0 1 1 1 0 1 0 0 0 1 0 1 1 1 1 0 0 1 1 0 0 0 0 1 1 1 1 1 0 1 1 0 0 1 1 1 0 1 1 0 0 0 1 1 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 1 0 0 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 1 1 1 0 0 0 0 1 0 0 1 1 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 1 0 0 0 0 0 1 1 1 0 1 1 0 1 0 1 1 1 0 1 0 0 1 0 0 0 0 0 1 1 1 0 1 0 1 1 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 1 1 1 0 0 1 0 0 1 0 1 1 1 0 1 0 1 0 0 0 1 0 1 1 1 0 1 0 0 0 0 1 1 1 1 0 0 0 1 1 0 1 0 1 0 1 1 0 1 0 0 1 0 0 1 0 1 1 1 0 1 0 0 0 0 0 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 1 1 1 1 0 1 0 0 0 0 0 1 1 1 1 1 0 0 1 0 0 0 0 0 1 1 1 1 0 1 1 0 0 0 0 1 1 1 1 0 0 1 0 1 1 1 0 1 1 1 1 1 0 1 0 0 0 0 1 1 1 1 0 1 0 0 0 1 0 1 0 1 1 1 1 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 0 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 1 0 0 0 1 1 1 0 0 0 0 1 1 1 0 1 1 1 0 0 0 0 1 1 0 1 0 0 1 0 1 0 0 0 1 1 1 0 1 1 0 1 0 1 0 0 0 1 1 0 0 1 1 1 1 0 0 1 1 1 1 0 1 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 0 0 1 0 0 1 0 0 1 0 1 0 1 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 1 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 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 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 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 1 1 0 0 0 1 0 1 0 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 1 0 0 0 0 1 1 0 0 1 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 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 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 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 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 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 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 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 1 1 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 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 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 1 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 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 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 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 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 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 0 1 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 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 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 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 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 1 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 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 1 0 0 0 0 0 1
13.17/13.45	c 13	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.21/13.51	c 13	CPU 13.22 (0.07 0.01 12.86 0.28)
13.21/13.51	c 13	END Sun Jul 12 11:05:51 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-2088682-1247389538/watcher-2088682-1247389538 -o /tmp/evaluation-result-2088682-1247389538/solver-2088682-1247389538 -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-2088682-1247389538.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.09 2.02 2.01 4/84 25076
/proc/meminfo: memFree=1440952/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=18576 CPUtime=0
/proc/25076/stat : 25076 (runsolver) R 25074 25076 23179 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 26017927 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255539604775 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25076/statm: 4644 284 249 26 0 2626 0

[startup+0.0969401 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 25076
/proc/meminfo: memFree=1440952/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=0.07
/proc/25076/stat : 25076 (sugar) S 25074 25076 23179 0 -1 4194304 1227 128 0 0 6 1 0 0 22 0 1 0 26017927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.109372 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 25076
/proc/meminfo: memFree=1440952/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=0.07
/proc/25076/stat : 25076 (sugar) S 25074 25076 23179 0 -1 4194304 1227 128 0 0 6 1 0 0 22 0 1 0 26017927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301491 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 25076
/proc/meminfo: memFree=1440952/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=0.07
/proc/25076/stat : 25076 (sugar) S 25074 25076 23179 0 -1 4194304 1227 128 0 0 6 1 0 0 22 0 1 0 26017927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701528 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 25076
/proc/meminfo: memFree=1440952/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=0.57
/proc/25076/stat : 25076 (sugar) S 25074 25076 23179 0 -1 4194304 1309 5300 0 1 6 1 46 4 16 0 1 0 26017927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16868

[startup+1.5026 s]
/proc/loadavg: 2.09 2.02 2.01 4/95 25098
/proc/meminfo: memFree=1425568/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=0.57
/proc/25076/stat : 25076 (sugar) S 25074 25076 23179 0 -1 4194304 1309 5300 0 1 6 1 46 4 15 0 1 0 26017927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1111 409 3 0 796 0
[pid=25089] ppid=25076 vsize=5356 CPUtime=0
/proc/25089/stat : 25089 (sh) S 25076 25076 23179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26017988 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25089/statm: 1339 233 193 169 0 50 0
[pid=25090] ppid=25089 vsize=868568 CPUtime=0.86
/proc/25090/stat : 25090 (java) S 25089 25076 23179 0 -1 0 7947 0 1 0 81 5 0 0 18 0 9 0 26017988 889413632 7150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25090/statm: 217142 7150 2566 9 0 211647 0
[pid=25090/tid=25091] ppid=25089 vsize=868568 CPUtime=0.46
/proc/25090/task/25091/stat : 25091 (java) R 25089 25076 23179 0 -1 64 2688 0 1 0 44 2 0 0 20 0 9 0 26017989 889413632 7150 996147200 134512640 134550932 4294955936 18446744073709551615 4126599842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25092] ppid=25089 vsize=868568 CPUtime=0.18
/proc/25090/task/25092/stat : 25092 (java) S 25089 25076 23179 0 -1 64 3055 0 0 0 17 1 0 0 16 0 9 0 26017990 889413632 7150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25093] ppid=25089 vsize=868568 CPUtime=0
/proc/25090/task/25093/stat : 25093 (java) S 25089 25076 23179 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26017991 889413632 7150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25094] ppid=25089 vsize=868568 CPUtime=0
/proc/25090/task/25094/stat : 25094 (java) S 25089 25076 23179 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26017991 889413632 7150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25095] ppid=25089 vsize=868568 CPUtime=0
/proc/25090/task/25095/stat : 25095 (java) S 25089 25076 23179 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26017993 889413632 7150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25096] ppid=25089 vsize=868568 CPUtime=0.19
/proc/25090/task/25096/stat : 25096 (java) S 25089 25076 23179 0 -1 64 1505 0 0 0 18 1 0 0 16 0 9 0 26017993 889413632 7150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25097] ppid=25089 vsize=868568 CPUtime=0
/proc/25090/task/25097/stat : 25097 (java) S 25089 25076 23179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26017993 889413632 7150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25098] ppid=25089 vsize=868568 CPUtime=0
/proc/25090/task/25098/stat : 25098 (java) S 25089 25076 23179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26017993 889413632 7150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890792

[startup+3.10275 s]
/proc/loadavg: 2.09 2.02 2.01 3/95 25098
/proc/meminfo: memFree=1415136/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=0.57
/proc/25076/stat : 25076 (sugar) S 25074 25076 23179 0 -1 4194304 1310 5300 0 1 6 1 46 4 15 0 1 0 26017927 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1111 409 3 0 796 0
[pid=25089] ppid=25076 vsize=5356 CPUtime=0
/proc/25089/stat : 25089 (sh) S 25076 25076 23179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26017988 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25089/statm: 1339 233 193 169 0 50 0
[pid=25090] ppid=25089 vsize=868680 CPUtime=2.44
/proc/25090/stat : 25090 (java) S 25089 25076 23179 0 -1 0 9108 0 1 0 235 9 0 0 18 0 9 0 26017988 889528320 8039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25090/statm: 217170 8039 2590 9 0 211647 0
[pid=25090/tid=25091] ppid=25089 vsize=868680 CPUtime=1.8
/proc/25090/task/25091/stat : 25091 (java) R 25089 25076 23179 0 -1 64 2915 0 1 0 176 4 0 0 25 0 9 0 26017989 889528320 8039 996147200 134512640 134550932 4294955936 18446744073709551615 4127101401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25092] ppid=25089 vsize=868680 CPUtime=0.34
/proc/25090/task/25092/stat : 25092 (java) S 25089 25076 23179 0 -1 64 3939 0 0 0 31 3 0 0 16 0 9 0 26017990 889528320 8039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25093] ppid=25089 vsize=868680 CPUtime=0
/proc/25090/task/25093/stat : 25093 (java) S 25089 25076 23179 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26017991 889528320 8039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25094] ppid=25089 vsize=868680 CPUtime=0
/proc/25090/task/25094/stat : 25094 (java) S 25089 25076 23179 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26017991 889528320 8039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25095] ppid=25089 vsize=868680 CPUtime=0
/proc/25090/task/25095/stat : 25095 (java) S 25089 25076 23179 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26017993 889528320 8039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25096] ppid=25089 vsize=868680 CPUtime=0.27
/proc/25090/task/25096/stat : 25096 (java) S 25089 25076 23179 0 -1 64 1555 0 0 0 26 1 0 0 16 0 9 0 26017993 889528320 8039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25097] ppid=25089 vsize=868680 CPUtime=0
/proc/25090/task/25097/stat : 25097 (java) S 25089 25076 23179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26017993 889528320 8039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25090/tid=25098] ppid=25089 vsize=868680 CPUtime=0
/proc/25090/task/25098/stat : 25098 (java) S 25089 25076 23179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26017993 889528320 8039 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) 890904

[startup+6.30105 s]
/proc/loadavg: 2.08 2.02 2.00 3/87 25100
/proc/meminfo: memFree=1411104/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=4.41
/proc/25076/stat : 25076 (sugar) S 25074 25076 23179 0 -1 4194304 1376 14875 0 2 7 1 415 18 15 0 1 0 26017927 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1113 409 3 0 796 0
[pid=25099] ppid=25076 vsize=5356 CPUtime=0
/proc/25099/stat : 25099 (sh) S 25076 25076 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26018380 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25099/statm: 1339 232 193 169 0 50 0
[pid=25100] ppid=25099 vsize=20660 CPUtime=1.73
/proc/25100/stat : 25100 (minisat) R 25099 25076 23179 0 -1 4194304 4927 0 0 0 170 3 0 0 25 0 1 0 26018380 21155840 4913 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/25100/statm: 5165 4913 76 150 0 5012 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 42884

[startup+12.7017 s]
/proc/loadavg: 2.08 2.02 2.00 3/87 25100
/proc/meminfo: memFree=1407200/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=4.41
/proc/25076/stat : 25076 (sugar) S 25074 25076 23179 0 -1 4194304 1376 14875 0 2 7 1 415 18 16 0 1 0 26017927 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1113 409 3 0 796 0
[pid=25099] ppid=25076 vsize=5356 CPUtime=0
/proc/25099/stat : 25099 (sh) S 25076 25076 23179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26018380 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25099/statm: 1339 232 193 169 0 50 0
[pid=25100] ppid=25099 vsize=24120 CPUtime=8.06
/proc/25100/stat : 25100 (minisat) R 25099 25076 23179 0 -1 4194304 5785 0 0 0 803 3 0 0 25 0 1 0 26018380 24698880 5771 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25100/statm: 6030 5771 76 150 0 5877 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 46344

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

[startup+13.1017 s]
/proc/loadavg: 2.08 2.02 2.00 4/89 25104
/proc/meminfo: memFree=1427600/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=12.87
/proc/25076/stat : 25076 (sugar) S 25074 25076 23179 0 -1 4194304 1430 20986 0 2 7 1 1256 23 16 0 1 0 26017927 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1113 409 3 0 796 0
[pid=25101] ppid=25076 vsize=5356 CPUtime=0
/proc/25101/stat : 25101 (sh) S 25076 25076 23179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26019234 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 1339 233 193 169 0 50 0
[pid=25102] ppid=25101 vsize=859244 CPUtime=0.01
/proc/25102/stat : 25102 (java) S 25101 25076 23179 0 -1 0 1357 0 1 0 0 1 0 0 18 0 3 0 26019234 879865856 1054 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/25102/statm: 214811 1054 579 9 0 209726 0
[pid=25102/tid=25103] ppid=25101 vsize=859244 CPUtime=0
/proc/25102/task/25103/stat : 25103 (java) R 25101 25076 23179 0 -1 64 678 0 1 0 0 0 0 0 18 0 3 0 26019236 879865856 1054 996147200 134512640 134550932 4294955984 18446744073709551615 104264330 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=25102/tid=25104] ppid=25101 vsize=859244 CPUtime=0
/proc/25102/task/25104/stat : 25104 (java) R 25101 25076 23179 0 -1 64 2 0 0 0 0 0 0 0 19 0 3 0 26019237 879865856 1054 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.88
Current children cumulated vsize (KiB) 881468

[startup+13.5017 s]
/proc/loadavg: 2.08 2.02 2.00 4/89 25104
/proc/meminfo: memFree=1427600/2055920 swapFree=4192812/4192956
[pid=25076] ppid=25074 vsize=16868 CPUtime=12.87
/proc/25076/stat : 25076 (sugar) S 25074 25076 23179 0 -1 4194304 1452 20986 0 2 7 1 1256 23 15 0 1 0 26017927 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25076/statm: 4217 1114 409 3 0 796 0
[pid=25101] ppid=25076 vsize=5356 CPUtime=0
/proc/25101/stat : 25101 (sh) S 25076 25076 23179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26019234 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 1339 233 193 169 0 50 0
[pid=25102] ppid=25101 vsize=864152 CPUtime=0.34
/proc/25102/stat : 25102 (java) S 25101 25076 23179 0 -1 0 3774 0 1 0 30 4 0 0 18 0 9 0 26019234 884891648 3236 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25102/statm: 216038 3236 1719 9 0 210543 0
[pid=25102/tid=25103] ppid=25101 vsize=864152 CPUtime=0.23
/proc/25102/task/25103/stat : 25103 (java) S 25101 25076 23179 0 -1 64 2567 0 1 0 20 3 0 0 18 0 9 0 26019236 884891648 3236 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25102/tid=25104] ppid=25101 vsize=864152 CPUtime=0
/proc/25102/task/25104/stat : 25104 (java) S 25101 25076 23179 0 -1 64 150 0 0 0 0 0 0 0 16 0 9 0 26019237 884891648 3236 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.21
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 13.5139
CPU time (s): 13.259
CPU user time (s): 12.948
CPU system time (s): 0.310952
CPU usage (%): 98.1134
Max. virtual memory (cumulated for all children) (KiB): 891044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.948
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26588
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= 7747
involuntary context switches= 8118

runsolver used 0.027995 second user time and 0.051992 second system time

The end

Launcher Data

Begin job on node48 at 2009-07-12 11:05:38
IDJOB=2088682
IDBENCH=58949
IDSOLVER=739
FILE ID=node48/2088682-1247389538
PBS_JOBID= 9507301
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/bibd6/normalized-bibd-6-90-45-3-18_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-2088682-1247389538/watcher-2088682-1247389538 -o /tmp/evaluation-result-2088682-1247389538/solver-2088682-1247389538 -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-2088682-1247389538.xml

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

MD5SUM BENCH= 19a873aab8208c6282428bea80e0f8a3
RANDOM SEED=503820569

node48.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.237
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.237
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:       1441432 kB
Buffers:         20812 kB
Cached:          99276 kB
SwapCached:          0 kB
Active:         504404 kB
Inactive:        55960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1816 kB
Writeback:           0 kB
Mapped:         455996 kB
Slab:            38460 kB
Committed_AS:   899376 kB
PageTables:       2564 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= 66460 MiB
End job on node48 at 2009-07-12 11:05:51