Trace number 2068420

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 55.3816 55.8373

General information on the benchmark

Namecsp/pseudo/ttp/
normalized-circ-10-3.xml
MD5SUM11f7abfc110ac22ef81d83cb5f40489e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark55.3816
Satisfiable
(Un)Satisfiability was proved
Number of variables2700
Number of constraints43070
Maximum constraint arity36
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension43070
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:19:47 2009
0.00/0.08	c 0	PID 17385
0.06/0.08	c 0	HOST node15.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068420-1247347186.xml TO HOME/temp.csp
0.06/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-2068420-1247347186.xml' 'HOME/temp.csp'
2.66/2.78	c 2	1 domains, 2700 variables, 23 predicates, 0 relations, 43070 constraints
2.75/2.81	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.75/2.81	c 2	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'
2.75/2.89	c 2	Parsing HOME/temp.csp
2.76/3.05	c 3	parsed 10000 expressions
3.13/3.22	c 3	parsed 20000 expressions
3.33/3.45	c 3	parsed 30000 expressions
3.92/4.02	c 4	parsed 40000 expressions
4.12/4.27	c 4	parsed 45794 expressions
4.12/4.28	c 4	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.12/4.28	c 4	Converting to clausal form CSP
4.42/4.58	c 4	converted 4580 (10%) expressions
4.61/4.71	c 4	converted 9159 (20%) expressions
5.02/5.12	c 5	converted 13739 (30%) expressions
5.12/5.25	c 5	converted 18318 (40%) expressions
5.22/5.40	c 5	converted 22897 (50%) expressions
5.50/5.64	c 5	converted 27477 (60%) expressions
5.91/6.01	c 6	converted 32056 (70%) expressions
6.80/6.90	c 6	converted 36636 (80%) expressions
9.29/9.43	c 9	converted 41215 (90%) expressions
11.68/11.84	c 11	converted 45794 (100%) expressions
11.68/11.85	c 11	CSP : 34830 integers, 0 booleans, 107330 clauses, largest domain size 22
11.68/11.85	c 11	Heap : 101 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.68/11.85	c 11	Propagation in CSP
13.06/13.25	c 13	2700 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.06/13.26	c 13	CSP : 34830 integers, 0 booleans, 107330 clauses, largest domain size 22
13.06/13.26	c 13	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.16/13.30	c 13	Simplifing CSP by introducing new Boolean variables
13.16/13.36	c 13	CSP : 34830 integers, 0 booleans, 107330 clauses, largest domain size 22
13.16/13.36	c 13	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.66/13.87	c 13	Encoding CSP to SAT : HOME/temp.cnf
13.76/13.92	c 13	3483 (10%) CSP integer variables are encoded (7047 clauses, 92630 bytes)
13.76/13.96	c 14	6966 (20%) CSP integer variables are encoded (38394 clauses, 562835 bytes)
13.86/14.01	c 14	10449 (30%) CSP integer variables are encoded (73170 clauses, 1084475 bytes)
13.86/14.06	c 14	13932 (40%) CSP integer variables are encoded (110592 clauses, 1690766 bytes)
13.96/14.12	c 14	17415 (50%) CSP integer variables are encoded (150660 clauses, 2371922 bytes)
13.96/14.18	c 14	20898 (60%) CSP integer variables are encoded (193374 clauses, 3098060 bytes)
14.05/14.24	c 14	24381 (70%) CSP integer variables are encoded (238734 clauses, 3869180 bytes)
14.15/14.31	c 14	27864 (80%) CSP integer variables are encoded (287496 clauses, 4698134 bytes)
14.15/14.38	c 14	31347 (90%) CSP integer variables are encoded (335160 clauses, 5508422 bytes)
14.25/14.42	c 14	34830 (100%) CSP integer variables are encoded (366930 clauses, 6048512 bytes)
14.36/14.58	c 14	10733 (10%) CSP clauses are encoded (377663 clauses, 6203773 bytes)
14.55/14.72	c 14	21466 (20%) CSP clauses are encoded (389644 clauses, 6413465 bytes)
32.07/32.30	c 32	32199 (30%) CSP clauses are encoded (468501 clauses, 7632860 bytes)
37.24/37.51	c 37	42932 (40%) CSP clauses are encoded (664436 clauses, 11395900 bytes)
38.33/38.64	c 38	53665 (50%) CSP clauses are encoded (924949 clauses, 16707486 bytes)
39.63/39.96	c 40	64398 (60%) CSP clauses are encoded (1247376 clauses, 23859088 bytes)
41.31/41.65	c 41	75131 (70%) CSP clauses are encoded (1650709 clauses, 33034958 bytes)
43.60/43.94	c 43	85864 (80%) CSP clauses are encoded (2167862 clauses, 45233850 bytes)
46.56/46.92	c 46	96597 (90%) CSP clauses are encoded (2790045 clauses, 60120909 bytes)
49.64/50.01	c 50	107330 (100%) CSP clauses are encoded (3367950 clauses, 73946910 bytes)
49.64/50.01	c 50	107330 CSP clauses encoded
49.64/50.01	c 50	Writing map file : HOME/temp.map
49.64/50.04	c 50	Heap : 64 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
49.64/50.05	c 50	SAT : 401760 SAT variables, 3367950 SAT clauses, 73946910 bytes
49.64/50.05	c 50	Heap : 64 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
49.69/50.12	c 50	SOLVING HOME/temp.cnf
49.69/50.12	c 50	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
49.69/50.12	c 50	This is MiniSat 2.0 beta
49.69/50.12	c 50	WARNING: for repeatability, setting FPU to use double precision
49.69/50.12	c 50	============================[ Problem Statistics ]=============================
49.69/50.12	c 50	|                                                                             |
49.69/50.12	c 50	|  Number of variables:  401760                                               |
49.69/50.12	c 50	|  Number of clauses:    3367950                                              |
51.67/52.19	c 52	|  Parsing time:         1.76         s                                       |
51.88/52.32	c 52	============================[ Search Statistics ]==============================
51.88/52.32	c 52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.88/52.32	c 52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.88/52.32	c 52	===============================================================================
51.88/52.32	c 52	|         0 |  401760  3367950 11374260 |  1122650        0    nan |  0.000 % |
52.97/53.49	c 53	|       100 |  401759  3367950 11374260 |  1234915       99     37 |  0.001 % |
54.36/54.81	c 54	===============================================================================
54.36/54.86	c 54	restarts              : 2
54.36/54.86	c 54	conflicts             : 201            (46 /sec)
54.36/54.86	c 54	decisions             : 529            (0.38 % random) (120 /sec)
54.36/54.86	c 54	propagations          : 2821946        (642325 /sec)
54.36/54.86	c 54	conflict literals     : 9059           (3.15 % deleted)
54.36/54.86	c 54	Memory used           : 179.58 MB
54.36/54.86	c 54	CPU time              : 4.39333 s
54.36/54.86	c 54	
54.56/55.02	c 55	SATISFIABLE
54.56/55.05	c 55	DECODING HOME/temp.out WITH HOME/temp.map
54.56/55.05	c 55	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'
54.62/55.13	c 55	Decoding HOME/temp.out
54.62/55.65	s SATISFIABLE
54.64/55.74	v 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 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 0 0 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 0 0 0 0 0 1 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 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 1 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 1 0 0 0 0 0 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 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 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 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 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 1 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 1 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 0 0 0 1 0 1 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 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 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 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 1 0 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 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 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 1 1 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 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 1 0 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 0 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 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 0 0 0 0 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 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 0 0 1 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 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 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 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 0 0 0 1 0 0 0 0 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 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 0 0 0 0 1 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 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 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 1 0 0 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 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 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 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 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 1 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 1 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 0 0 0 1 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 0 1 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 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 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 0 0 0 0 0 0 0 1 0 0 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 0 0 0 0 1 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 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 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 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 0 0 0 0 0 0 1 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 1 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 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 1 0 0 0 0 0 0 1 0 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 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 0 0 1 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 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 1 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 0 0 0 0 1 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 1 1 0 0 1 1 1 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 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 0 0 0 0 0 0 1 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 1 1 1 1 0 1 1 0 1 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 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 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 1 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 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 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 1 0 0 0 0 0 0 1 1 0 0 1 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 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 0 1 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 0 0 0 0 1 0 0 0 0 0 1 1 1 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 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 1 0 0 0 0 0 0 1 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 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1 1 1 1 0 1 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 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 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 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 0 1 1 1 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 1 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 1 0 0 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 0 0 0 0 0 0 0 1 0 0 1 1 1 0 1 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 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 1 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 0 0 0 1 1 1 1 1 0 0 0 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 1 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 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 1 1 1 0 0 1 1 0 0
54.64/55.75	c 55	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
54.64/55.80	c 55	CPU 55.32 (0.07 0.04 53.83 1.38)
54.64/55.80	c 55	END Sat Jul 11 23:20:42 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-2068420-1247347186/watcher-2068420-1247347186 -o /tmp/evaluation-result-2068420-1247347186/solver-2068420-1247347186 -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-2068420-1247347186.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.03 2.06 2.01 5/80 17385
/proc/meminfo: memFree=1760528/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=12000 CPUtime=0
/proc/17385/stat : 17385 (sugar) R 17383 17385 15785 0 -1 4194304 196 0 0 0 0 0 0 0 20 0 1 0 21785504 12288000 164 996147200 4194304 4206940 548682068608 18446744073709551615 240472184578 0 0 4224 0 0 0 0 17 1 0 0
/proc/17385/statm: 3000 164 126 3 0 100 0

[startup+0.083582 s]
/proc/loadavg: 2.03 2.06 2.01 5/80 17385
/proc/meminfo: memFree=1760528/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16740 CPUtime=0.06
/proc/17385/stat : 17385 (sugar) S 17383 17385 15785 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21785504 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17385/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101214 s]
/proc/loadavg: 2.03 2.06 2.01 5/80 17385
/proc/meminfo: memFree=1760528/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16868 CPUtime=0.07
/proc/17385/stat : 17385 (sugar) S 17383 17385 15785 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21785504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17385/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301166 s]
/proc/loadavg: 2.03 2.06 2.01 5/80 17385
/proc/meminfo: memFree=1760528/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16868 CPUtime=0.07
/proc/17385/stat : 17385 (sugar) S 17383 17385 15785 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21785504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17385/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701208 s]
/proc/loadavg: 2.03 2.06 2.01 5/80 17385
/proc/meminfo: memFree=1760528/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16868 CPUtime=0.07
/proc/17385/stat : 17385 (sugar) S 17383 17385 15785 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21785504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17385/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50228 s]
/proc/loadavg: 2.03 2.06 2.01 4/91 17397
/proc/meminfo: memFree=1735416/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16868 CPUtime=0.07
/proc/17385/stat : 17385 (sugar) S 17383 17385 15785 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21785504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17385/statm: 4217 1111 409 3 0 796 0
[pid=17388] ppid=17385 vsize=5356 CPUtime=0
/proc/17388/stat : 17388 (sh) S 17385 17385 15785 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 21785512 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17388/statm: 1339 233 193 169 0 50 0
[pid=17389] ppid=17388 vsize=864772 CPUtime=1.39
/proc/17389/stat : 17389 (java) S 17388 17385 15785 0 -1 0 15391 0 1 0 129 10 0 0 18 0 9 0 21785513 885526528 13428 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17389/statm: 216193 13428 2557 9 0 210705 0
[pid=17389/tid=17390] ppid=17388 vsize=864772 CPUtime=0.85
/proc/17389/task/17390/stat : 17390 (java) R 17388 17385 15785 0 -1 64 3041 0 1 0 82 3 0 0 25 0 9 0 21785514 885526528 13428 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17389/tid=17391] ppid=17388 vsize=864772 CPUtime=0.43
/proc/17389/task/17391/stat : 17391 (java) R 17388 17385 15785 0 -1 64 11146 0 0 0 37 6 0 0 16 0 9 0 21785515 885526528 13428 996147200 134512640 134550932 4294955984 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17389/tid=17392] ppid=17388 vsize=864772 CPUtime=0
/proc/17389/task/17392/stat : 17392 (java) S 17388 17385 15785 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21785515 885526528 13428 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17389/tid=17393] ppid=17388 vsize=864772 CPUtime=0
/proc/17389/task/17393/stat : 17393 (java) S 17388 17385 15785 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21785515 885526528 13428 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17389/tid=17394] ppid=17388 vsize=864772 CPUtime=0
/proc/17389/task/17394/stat : 17394 (java) S 17388 17385 15785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21785518 885526528 13428 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17389/tid=17395] ppid=17388 vsize=864772 CPUtime=0.09
/proc/17389/task/17395/stat : 17395 (java) S 17388 17385 15785 0 -1 64 499 0 0 0 9 0 0 0 16 0 9 0 21785518 885526528 13428 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17389/tid=17396] ppid=17388 vsize=864772 CPUtime=0
/proc/17389/task/17396/stat : 17396 (java) S 17388 17385 15785 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21785518 885526528 13428 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17389/tid=17397] ppid=17388 vsize=864772 CPUtime=0
/proc/17389/task/17397/stat : 17397 (java) S 17388 17385 15785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21785518 885526528 13428 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886996

[startup+3.10142 s]
/proc/loadavg: 2.03 2.06 2.01 4/91 17397
/proc/meminfo: memFree=1689528/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16868 CPUtime=2.76
/proc/17385/stat : 17385 (sugar) S 17383 17385 15785 0 -1 4194304 1309 24240 0 1 5 2 251 18 15 0 1 0 21785504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17385/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 16868

[startup+6.3027 s]
/proc/loadavg: 2.11 2.08 2.02 3/91 17407
/proc/meminfo: memFree=1696184/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16868 CPUtime=2.76
/proc/17385/stat : 17385 (sugar) S 17383 17385 15785 0 -1 4194304 1309 24240 0 1 5 2 251 18 16 0 1 0 21785504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17385/statm: 4217 1111 409 3 0 796 0
[pid=17398] ppid=17385 vsize=5356 CPUtime=0
/proc/17398/stat : 17398 (sh) S 17385 17385 15785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21785785 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17398/statm: 1339 233 193 169 0 50 0
[pid=17399] ppid=17398 vsize=868636 CPUtime=3.44
/proc/17399/stat : 17399 (java) S 17398 17385 15785 0 -1 0 20302 0 1 0 333 11 0 0 18 0 9 0 21785785 889483264 18863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17399/statm: 217159 18863 2566 9 0 211664 0
[pid=17399/tid=17400] ppid=17398 vsize=868636 CPUtime=2.13
/proc/17399/task/17400/stat : 17400 (java) R 17398 17385 15785 0 -1 64 3190 0 1 0 211 2 0 0 25 0 9 0 21785786 889483264 18863 996147200 134512640 134550932 4294955936 18446744073709551615 4126483817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17401] ppid=17398 vsize=868636 CPUtime=1.11
/proc/17399/task/17401/stat : 17401 (java) S 17398 17385 15785 0 -1 64 14925 0 0 0 104 7 0 0 16 0 9 0 21785787 889483264 18863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17402] ppid=17398 vsize=868636 CPUtime=0
/proc/17399/task/17402/stat : 17402 (java) S 17398 17385 15785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21785787 889483264 18863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17403] ppid=17398 vsize=868636 CPUtime=0
/proc/17399/task/17403/stat : 17403 (java) S 17398 17385 15785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21785788 889483264 18863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17404] ppid=17398 vsize=868636 CPUtime=0
/proc/17399/task/17404/stat : 17404 (java) S 17398 17385 15785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21785790 889483264 18863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17405] ppid=17398 vsize=868636 CPUtime=0.18
/proc/17399/task/17405/stat : 17405 (java) S 17398 17385 15785 0 -1 64 1485 0 0 0 17 1 0 0 16 0 9 0 21785790 889483264 18863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17406] ppid=17398 vsize=868636 CPUtime=0
/proc/17399/task/17406/stat : 17406 (java) S 17398 17385 15785 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21785790 889483264 18863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17407] ppid=17398 vsize=868636 CPUtime=0
/proc/17399/task/17407/stat : 17407 (java) S 17398 17385 15785 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21785790 889483264 18863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890860

[startup+12.7023 s]
/proc/loadavg: 2.10 2.08 2.02 3/91 17407
/proc/meminfo: memFree=1635384/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16868 CPUtime=2.76
/proc/17385/stat : 17385 (sugar) S 17383 17385 15785 0 -1 4194304 1310 24240 0 1 5 2 251 18 16 0 1 0 21785504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17385/statm: 4217 1111 409 3 0 796 0
[pid=17398] ppid=17385 vsize=5356 CPUtime=0
/proc/17398/stat : 17398 (sh) S 17385 17385 15785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21785785 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17398/statm: 1339 233 193 169 0 50 0
[pid=17399] ppid=17398 vsize=868636 CPUtime=9.8
/proc/17399/stat : 17399 (java) S 17398 17385 15785 0 -1 0 44137 0 1 0 954 26 0 0 18 0 9 0 21785785 889483264 31936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17399/statm: 217159 31936 2567 9 0 211664 0
[pid=17399/tid=17400] ppid=17398 vsize=868636 CPUtime=7.13
/proc/17399/task/17400/stat : 17400 (java) R 17398 17385 15785 0 -1 64 3784 0 1 0 710 3 0 0 25 0 9 0 21785786 889483264 31936 996147200 134512640 134550932 4294955936 18446744073709551615 4126587774 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17401] ppid=17398 vsize=868636 CPUtime=2.45
/proc/17399/task/17401/stat : 17401 (java) S 17398 17385 15785 0 -1 64 38151 0 0 0 224 21 0 0 16 0 9 0 21785787 889483264 31936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17402] ppid=17398 vsize=868636 CPUtime=0
/proc/17399/task/17402/stat : 17402 (java) S 17398 17385 15785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21785787 889483264 31936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17403] ppid=17398 vsize=868636 CPUtime=0
/proc/17399/task/17403/stat : 17403 (java) S 17398 17385 15785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21785788 889483264 31936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17404] ppid=17398 vsize=868636 CPUtime=0
/proc/17399/task/17404/stat : 17404 (java) S 17398 17385 15785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21785790 889483264 31936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17405] ppid=17398 vsize=868636 CPUtime=0.2
/proc/17399/task/17405/stat : 17405 (java) S 17398 17385 15785 0 -1 64 1500 0 0 0 19 1 0 0 16 0 9 0 21785790 889483264 31936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17406] ppid=17398 vsize=868636 CPUtime=0
/proc/17399/task/17406/stat : 17406 (java) S 17398 17385 15785 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21785790 889483264 31936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17407] ppid=17398 vsize=868636 CPUtime=0
/proc/17399/task/17407/stat : 17407 (java) S 17398 17385 15785 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21785790 889483264 31936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890860

[startup+25.5014 s]
/proc/loadavg: 2.08 2.07 2.02 3/91 17407
/proc/meminfo: memFree=1627576/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16868 CPUtime=2.77
/proc/17385/stat : 17385 (sugar) S 17383 17385 15785 0 -1 4194304 1310 24240 0 1 6 2 251 18 16 0 1 0 21785504 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17385/statm: 4217 1111 409 3 0 796 0
[pid=17398] ppid=17385 vsize=5356 CPUtime=0
/proc/17398/stat : 17398 (sh) S 17385 17385 15785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21785785 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17398/statm: 1339 233 193 169 0 50 0
[pid=17399] ppid=17398 vsize=868748 CPUtime=22.54
/proc/17399/stat : 17399 (java) S 17398 17385 15785 0 -1 0 45821 0 1 0 2221 33 0 0 18 0 9 0 21785785 889597952 32059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17399/statm: 217187 32059 2591 9 0 211664 0
[pid=17399/tid=17400] ppid=17398 vsize=868748 CPUtime=19.16
/proc/17399/task/17400/stat : 17400 (java) R 17398 17385 15785 0 -1 64 3921 0 1 0 1908 8 0 0 25 0 9 0 21785786 889597952 32059 996147200 134512640 134550932 4294955936 18446744073709551615 4126554888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17401] ppid=17398 vsize=868748 CPUtime=3.08
/proc/17399/task/17401/stat : 17401 (java) S 17398 17385 15785 0 -1 64 39662 0 0 0 286 22 0 0 16 0 9 0 21785787 889597952 32059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17402] ppid=17398 vsize=868748 CPUtime=0
/proc/17399/task/17402/stat : 17402 (java) S 17398 17385 15785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21785787 889597952 32059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17403] ppid=17398 vsize=868748 CPUtime=0
/proc/17399/task/17403/stat : 17403 (java) S 17398 17385 15785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21785788 889597952 32059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17404] ppid=17398 vsize=868748 CPUtime=0
/proc/17399/task/17404/stat : 17404 (java) S 17398 17385 15785 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21785790 889597952 32059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17405] ppid=17398 vsize=868748 CPUtime=0.26
/proc/17399/task/17405/stat : 17405 (java) S 17398 17385 15785 0 -1 64 1536 0 0 0 25 1 0 0 16 0 9 0 21785790 889597952 32059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17406] ppid=17398 vsize=868748 CPUtime=0
/proc/17399/task/17406/stat : 17406 (java) S 17398 17385 15785 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21785790 889597952 32059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17399/tid=17407] ppid=17398 vsize=868748 CPUtime=0
/proc/17399/task/17407/stat : 17407 (java) S 17398 17385 15785 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21785790 889597952 32059 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 890972

[startup+51.1016 s]
/proc/loadavg: 2.13 2.08 2.02 3/83 17409
/proc/meminfo: memFree=1628600/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16868 CPUtime=49.72
/proc/17385/stat : 17385 (sugar) S 17383 17385 15785 0 -1 4194304 1376 70697 0 2 6 2 4866 98 16 0 1 0 21785504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17385/statm: 4217 1113 409 3 0 796 0
[pid=17408] ppid=17385 vsize=5356 CPUtime=0
/proc/17408/stat : 17408 (sh) S 17385 17385 15785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21790516 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17408/statm: 1339 232 193 169 0 50 0
[pid=17409] ppid=17408 vsize=96840 CPUtime=0.96
/proc/17409/stat : 17409 (minisat) R 17408 17385 15785 0 -1 4194304 22957 0 0 0 80 16 0 0 25 0 1 0 21790516 99164160 22943 996147200 134512640 135127466 4294956256 18446744073709551615 134517460 0 0 4096 3 0 0 0 17 1 0 0
/proc/17409/statm: 24210 22943 62 150 0 24057 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 119064

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

[startup+54.3019 s]
/proc/loadavg: 2.13 2.08 2.02 3/83 17409
/proc/meminfo: memFree=1503096/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16868 CPUtime=49.72
/proc/17385/stat : 17385 (sugar) S 17383 17385 15785 0 -1 4194304 1376 70697 0 2 6 2 4866 98 16 0 1 0 21785504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17385/statm: 4217 1113 409 3 0 796 0
[pid=17408] ppid=17385 vsize=5356 CPUtime=0
/proc/17408/stat : 17408 (sh) S 17385 17385 15785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21790516 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17408/statm: 1339 232 193 169 0 50 0
[pid=17409] ppid=17408 vsize=183488 CPUtime=4.14
/proc/17409/stat : 17409 (minisat) R 17408 17385 15785 0 -1 4194304 44338 0 0 0 383 31 0 0 25 0 1 0 21790516 187891712 44324 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17409/statm: 45872 44324 76 150 0 45719 0
Current children cumulated CPU time (s) 53.86
Current children cumulated vsize (KiB) 205712

[startup+55.103 s]
/proc/loadavg: 2.12 2.08 2.02 3/83 17409
/proc/meminfo: memFree=1501752/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16868 CPUtime=54.62
/proc/17385/stat : 17385 (sugar) S 17383 17385 15785 0 -1 4194304 1430 115475 0 2 6 2 5320 134 16 0 1 0 21785504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17385/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 54.62
Current children cumulated vsize (KiB) 16868

[startup+55.502 s]
/proc/loadavg: 2.12 2.08 2.02 3/83 17409
/proc/meminfo: memFree=1501752/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16868 CPUtime=54.62
/proc/17385/stat : 17385 (sugar) S 17383 17385 15785 0 -1 4194304 1448 115475 0 2 6 2 5320 134 16 0 1 0 21785504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17385/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 54.62
Current children cumulated vsize (KiB) 16868

[startup+55.701 s]
/proc/loadavg: 2.12 2.08 2.02 3/83 17409
/proc/meminfo: memFree=1501752/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16868 CPUtime=54.64
/proc/17385/stat : 17385 (sugar) S 17383 17385 15785 0 -1 4194304 1449 115475 0 2 7 3 5320 134 15 0 1 0 21785504 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17385/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 54.64
Current children cumulated vsize (KiB) 16868

[startup+55.8021 s]
/proc/loadavg: 2.12 2.08 2.02 3/83 17409
/proc/meminfo: memFree=1501752/2055920 swapFree=4191900/4192956
[pid=17385] ppid=17383 vsize=16868 CPUtime=55.33
/proc/17385/stat : 17385 (sugar) R 17383 17385 15785 0 -1 4194304 1480 119573 0 3 7 5 5383 138 16 0 1 0 21785504 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 240472790057 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17385/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 55.33
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 55.8373
CPU time (s): 55.3816
CPU user time (s): 53.9088
CPU system time (s): 1.47278
CPU usage (%): 99.1839
Max. virtual memory (cumulated for all children) (KiB): 912352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.9088
system time used= 1.47278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121113
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= 11879
involuntary context switches= 13307

runsolver used 0.076988 second user time and 0.202969 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-11 23:19:47
IDJOB=2068420
IDBENCH=54863
IDSOLVER=739
FILE ID=node15/2068420-1247347186
PBS_JOBID= 9506724
Free space on /tmp= 66260 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/ttp/normalized-circ-10-3.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-2068420-1247347186/watcher-2068420-1247347186 -o /tmp/evaluation-result-2068420-1247347186/solver-2068420-1247347186 -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-2068420-1247347186.xml

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

MD5SUM BENCH= 11f7abfc110ac22ef81d83cb5f40489e
RANDOM SEED=548992805

node15.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.220
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.220
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:       1761008 kB
Buffers:         18204 kB
Cached:          98432 kB
SwapCached:        392 kB
Active:         214536 kB
Inactive:        29768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761008 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           10336 kB
Writeback:           0 kB
Mapped:         144776 kB
Slab:            35580 kB
Committed_AS:   897696 kB
PageTables:       2112 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= 66260 MiB
End job on node15 at 2009-07-11 23:20:42