Trace number 1112250

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatOPTIMUM1 2796.16 2802.17

General information on the benchmark

Namecsp/knights/
normalized-knights-50-9.xml
MD5SUM50143bff7152a7a0a5ab6fa327854d44
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark2555.83
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
Global constraints used (with number of constraints)

Quality of the solution as a function of time


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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 14:05:08 2008
0.00/0.04	c 0	PID 19752
0.00/0.05	c 0	HOST node56.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112250-1215864308.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112250-1215864308.xml' 'HOME/temp.csp'
0.03/0.20	c 0	1 domains, 9 variables, 2 predicates, 0 relations, 36 constraints
0.03/0.22	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.29	c 0	Parsing HOME/temp.csp
0.17/0.33	c 0	parsed 48 expressions
0.17/0.33	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.17/0.33	c 0	MAX CSP: 36 constraints
0.17/0.33	c 0	Converting to clausal form CSP
0.17/0.36	c 0	converted 9 (10%) expressions
0.17/0.37	c 0	converted 18 (20%) expressions
0.17/0.38	c 0	converted 27 (30%) expressions
0.17/0.39	c 0	converted 35 (40%) expressions
0.17/0.40	c 0	converted 44 (50%) expressions
0.17/0.40	c 0	converted 53 (60%) expressions
0.17/0.41	c 0	converted 61 (70%) expressions
0.17/0.41	c 0	converted 70 (80%) expressions
0.17/0.42	c 0	converted 79 (90%) expressions
0.17/0.46	c 0	converted 87 (100%) expressions
0.17/0.46	c 0	CSP : 117 integers, 27 booleans, 260 clauses, largest domain size 2500
0.17/0.46	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.17/0.46	c 0	Propagation in CSP
0.17/0.51	c 1	34 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.17/0.52	c 1	CSP : 117 integers, 27 booleans, 260 clauses, largest domain size 2500
0.17/0.52	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.17/0.52	c 1	Simplifing CSP by introducing new Boolean variables
0.17/0.52	c 1	CSP : 117 integers, 153 booleans, 386 clauses, largest domain size 2500
0.17/0.52	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.17/0.54	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.17/0.78	c 1	12 (10%) CSP integer variables are encoded (22578 clauses, 316534 bytes)
0.17/0.78	c 1	24 (20%) CSP integer variables are encoded (22866 clauses, 320854 bytes)
0.17/0.78	c 1	36 (30%) CSP integer variables are encoded (23250 clauses, 326614 bytes)
0.17/0.78	c 1	47 (40%) CSP integer variables are encoded (23442 clauses, 329494 bytes)
0.17/0.78	c 1	59 (50%) CSP integer variables are encoded (23634 clauses, 332374 bytes)
0.17/0.78	c 1	71 (60%) CSP integer variables are encoded (23970 clauses, 337414 bytes)
0.17/0.78	c 1	82 (70%) CSP integer variables are encoded (24245 clauses, 341539 bytes)
0.17/0.78	c 1	94 (80%) CSP integer variables are encoded (24398 clauses, 343834 bytes)
0.17/0.78	c 1	106 (90%) CSP integer variables are encoded (24460 clauses, 344764 bytes)
0.17/0.79	c 1	117 (100%) CSP integer variables are encoded (24509 clauses, 345499 bytes)
0.17/0.86	c 1	39 (10%) CSP clauses are encoded (60286 clauses, 1063934 bytes)
0.17/0.93	c 1	78 (20%) CSP clauses are encoded (96063 clauses, 1806795 bytes)
0.17/0.98	c 1	116 (30%) CSP clauses are encoded (124350 clauses, 2399040 bytes)
0.93/1.05	c 1	155 (40%) CSP clauses are encoded (157632 clauses, 3093656 bytes)
1.03/1.11	c 1	193 (50%) CSP clauses are encoded (188414 clauses, 3745774 bytes)
1.03/1.16	c 1	232 (60%) CSP clauses are encoded (219197 clauses, 4412901 bytes)
1.12/1.22	c 1	271 (70%) CSP clauses are encoded (250023 clauses, 5078827 bytes)
1.12/1.24	c 1	309 (80%) CSP clauses are encoded (256340 clauses, 5221932 bytes)
1.12/1.24	c 1	348 (90%) CSP clauses are encoded (257603 clauses, 5247419 bytes)
1.12/1.24	c 1	386 (100%) CSP clauses are encoded (258756 clauses, 5270486 bytes)
1.12/1.25	c 1	386 CSP clauses encoded
1.12/1.25	c 1	Writing map file : HOME/temp.map
1.12/1.25	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.25	c 1	SAT : 24779 SAT variables, 258756 SAT clauses, 5270486 bytes
1.12/1.25	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.12/1.27	c 1	OBJECTIVE minimize _COST
1.12/1.27	c 1	OBJECTIVE BOUND: 0 <= _COST <= 
1.12/1.27	c 1	SEARCHING: _COST <= 18
1.12/1.27	c 1	SOLVING HOME/temp.cnf
1.12/1.27	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.12/1.27	c 1	This is MiniSat 2.0 beta
1.12/1.27	c 1	WARNING: for repeatability, setting FPU to use double precision
1.12/1.27	c 1	============================[ Problem Statistics ]=============================
1.12/1.27	c 1	|                                                                             |
1.12/1.27	c 1	|  Number of variables:  24779                                                |
1.12/1.27	c 1	|  Number of clauses:    258757                                               |
1.19/1.42	c 1	|  Parsing time:         0.13         s                                       |
1.19/1.43	c 1	============================[ Search Statistics ]==============================
1.19/1.43	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.19/1.43	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.19/1.43	c 1	===============================================================================
1.19/1.43	c 1	|         0 |   24671   257867   748431 |    85955        0    nan |  0.000 % |
1.19/1.46	c 1	===============================================================================
1.19/1.46	c 1	restarts              : 1
1.19/1.46	c 1	conflicts             : 9              (56 /sec)
1.19/1.46	c 1	decisions             : 425            (1.41 % random) (2640 /sec)
1.19/1.46	c 1	propagations          : 38937          (241882 /sec)
1.19/1.46	c 1	conflict literals     : 43             (0.00 % deleted)
1.19/1.46	c 1	Memory used           : 14.41 MB
1.19/1.46	c 1	CPU time              : 0.160975 s
1.19/1.46	c 1	
1.19/1.47	c 1	SATISFIABLE
1.19/1.47	c 1	FOUND: _COST <= 18
1.19/1.47	s SATISFIABLE
1.19/1.47	c 1	DECODING HOME/temp.out WITH HOME/temp.map
1.19/1.47	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.39/1.55	c 2	Decoding HOME/temp.out
1.39/1.76	c 2	OBJECTIVE _COST 18
1.39/1.76	o 18
1.39/1.76	v 2447 2499 2499 2399 2498 2449 2398 2499 2349
1.39/1.76	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.39/1.79	c 2	OBJECTIVE BOUND: 0 <= _COST <= 18
1.39/1.79	c 2	SEARCHING: _COST <= 9
1.39/1.79	c 2	SOLVING HOME/temp.cnf
1.39/1.79	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.39/1.79	c 2	This is MiniSat 2.0 beta
1.39/1.79	c 2	WARNING: for repeatability, setting FPU to use double precision
1.39/1.79	c 2	============================[ Problem Statistics ]=============================
1.39/1.79	c 2	|                                                                             |
1.39/1.79	c 2	|  Number of variables:  24779                                                |
1.39/1.79	c 2	|  Number of clauses:    258757                                               |
1.68/1.94	c 2	|  Parsing time:         0.13         s                                       |
1.68/1.94	c 2	============================[ Search Statistics ]==============================
1.68/1.94	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.68/1.94	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.68/1.94	c 2	===============================================================================
1.68/1.94	c 2	|         0 |   24608   257327   746991 |    85775        0    nan |  0.000 % |
1.68/1.98	c 2	===============================================================================
1.68/1.99	c 2	restarts              : 1
1.68/1.99	c 2	conflicts             : 17             (96 /sec)
1.68/1.99	c 2	decisions             : 198            (1.01 % random) (1113 /sec)
1.68/1.99	c 2	propagations          : 50946          (286259 /sec)
1.68/1.99	c 2	conflict literals     : 131            (7.75 % deleted)
1.68/1.99	c 2	Memory used           : 14.19 MB
1.68/1.99	c 2	CPU time              : 0.177972 s
1.68/1.99	c 2	
1.68/2.00	c 2	SATISFIABLE
1.68/2.00	c 2	FOUND: _COST <= 9
1.68/2.00	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.68/2.00	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.68/2.08	c 2	Decoding HOME/temp.out
1.97/2.15	c 2	OBJECTIVE _COST 9
1.97/2.15	o 9
1.97/2.15	v 2394 2446 2398 2499 2447 2449 2399 2498 2495
1.97/2.15	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.97/2.16	c 2	OBJECTIVE BOUND: 0 <= _COST <= 9
1.97/2.16	c 2	SEARCHING: _COST <= 4
1.97/2.16	c 2	SOLVING HOME/temp.cnf
1.97/2.16	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.97/2.16	c 2	This is MiniSat 2.0 beta
1.97/2.16	c 2	WARNING: for repeatability, setting FPU to use double precision
1.97/2.17	c 2	============================[ Problem Statistics ]=============================
1.97/2.17	c 2	|                                                                             |
1.97/2.17	c 2	|  Number of variables:  24779                                                |
1.97/2.17	c 2	|  Number of clauses:    258757                                               |
2.05/2.31	c 2	|  Parsing time:         0.13         s                                       |
2.05/2.32	c 2	============================[ Search Statistics ]==============================
2.05/2.32	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.05/2.32	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.05/2.32	c 2	===============================================================================
2.05/2.32	c 2	|         0 |   24554   256834   745669 |    85611        0    nan |  0.000 % |
2.05/2.35	c 2	===============================================================================
2.05/2.35	c 2	restarts              : 1
2.05/2.35	c 2	conflicts             : 20             (121 /sec)
2.05/2.35	c 2	decisions             : 123            (0.00 % random) (746 /sec)
2.05/2.35	c 2	propagations          : 34312          (207984 /sec)
2.05/2.35	c 2	conflict literals     : 223            (7.08 % deleted)
2.05/2.35	c 2	Memory used           : 14.18 MB
2.05/2.35	c 2	CPU time              : 0.164974 s
2.05/2.35	c 2	
2.05/2.36	c 2	SATISFIABLE
2.05/2.37	c 2	FOUND: _COST <= 4
2.05/2.37	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.05/2.37	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.26/2.44	c 2	Decoding HOME/temp.out
2.26/2.66	c 3	OBJECTIVE _COST 4
2.26/2.66	o 4
2.26/2.66	v 2398 2497 2449 2397 2496 2444 2498 2399 2499
2.26/2.66	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.26/2.68	c 3	OBJECTIVE BOUND: 0 <= _COST <= 4
2.26/2.68	c 3	SEARCHING: _COST <= 2
2.26/2.68	c 3	SOLVING HOME/temp.cnf
2.26/2.68	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.26/2.69	c 3	This is MiniSat 2.0 beta
2.26/2.69	c 3	WARNING: for repeatability, setting FPU to use double precision
2.26/2.69	c 3	============================[ Problem Statistics ]=============================
2.26/2.69	c 3	|                                                                             |
2.26/2.69	c 3	|  Number of variables:  24779                                                |
2.26/2.69	c 3	|  Number of clauses:    258757                                               |
2.55/2.84	c 3	|  Parsing time:         0.13         s                                       |
2.55/2.84	c 3	============================[ Search Statistics ]==============================
2.55/2.84	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.55/2.84	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.55/2.84	c 3	===============================================================================
2.55/2.85	c 3	|         0 |   24516   256569   744986 |    85523        0    nan |  0.000 % |
2.55/2.92	c 3	|       100 |   24516   256569   744986 |    94075      100     14 |  1.061 % |
2.55/2.94	c 3	===============================================================================
2.55/2.94	c 3	restarts              : 2
2.55/2.94	c 3	conflicts             : 102            (438 /sec)
2.55/2.94	c 3	decisions             : 284            (0.00 % random) (1219 /sec)
2.55/2.94	c 3	propagations          : 132342         (568079 /sec)
2.55/2.94	c 3	conflict literals     : 1420           (7.25 % deleted)
2.55/2.94	c 3	Memory used           : 14.58 MB
2.55/2.94	c 3	CPU time              : 0.232964 s
2.55/2.94	c 3	
2.55/2.95	c 3	SATISFIABLE
2.55/2.96	c 3	FOUND: _COST <= 2
2.55/2.96	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.55/2.96	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.82/3.03	c 3	Decoding HOME/temp.out
3.05/3.25	c 3	OBJECTIVE _COST 2
3.05/3.25	o 2
3.05/3.25	v 2449 2496 2448 2398 2446 2498 2397 2445 2497
3.05/3.26	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.05/3.27	c 3	OBJECTIVE BOUND: 0 <= _COST <= 2
3.05/3.27	c 3	SEARCHING: _COST <= 1
3.05/3.27	c 3	SOLVING HOME/temp.cnf
3.05/3.27	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.05/3.27	c 3	This is MiniSat 2.0 beta
3.05/3.27	c 3	WARNING: for repeatability, setting FPU to use double precision
3.05/3.27	c 3	============================[ Problem Statistics ]=============================
3.05/3.27	c 3	|                                                                             |
3.05/3.27	c 3	|  Number of variables:  24779                                                |
3.05/3.28	c 3	|  Number of clauses:    258757                                               |
3.11/3.42	c 3	|  Parsing time:         0.13         s                                       |
3.11/3.43	c 3	============================[ Search Statistics ]==============================
3.11/3.43	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.11/3.43	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.11/3.43	c 3	===============================================================================
3.11/3.43	c 3	|         0 |   24480   256380   744526 |    85460        0    nan |  0.000 % |
3.11/3.47	c 3	===============================================================================
3.11/3.47	c 3	restarts              : 1
3.11/3.47	c 3	conflicts             : 13             (72 /sec)
3.11/3.47	c 3	decisions             : 139            (0.00 % random) (768 /sec)
3.11/3.47	c 3	propagations          : 49318          (272517 /sec)
3.11/3.47	c 3	conflict literals     : 76             (1.30 % deleted)
3.11/3.47	c 3	Memory used           : 14.39 MB
3.11/3.47	c 3	CPU time              : 0.180972 s
3.11/3.47	c 3	
3.11/3.48	c 3	SATISFIABLE
3.11/3.48	c 3	FOUND: _COST <= 1
3.11/3.48	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.11/3.48	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.32/3.56	c 4	Decoding HOME/temp.out
3.32/3.68	c 4	OBJECTIVE _COST 1
3.32/3.68	o 1
3.32/3.68	v 2397 2349 2297 2198 2299 2398 2499 2447 2496
3.32/3.68	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.32/3.69	c 4	OBJECTIVE BOUND: 0 <= _COST <= 1
3.32/3.69	c 4	SEARCHING: _COST <= 0
3.32/3.69	c 4	SOLVING HOME/temp.cnf
3.32/3.69	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.32/3.70	c 4	This is MiniSat 2.0 beta
3.32/3.70	c 4	WARNING: for repeatability, setting FPU to use double precision
3.32/3.70	c 4	============================[ Problem Statistics ]=============================
3.32/3.70	c 4	|                                                                             |
3.52/3.70	c 4	|  Number of variables:  24779                                                |
3.52/3.70	c 4	|  Number of clauses:    258757                                               |
3.52/3.84	c 4	|  Parsing time:         0.13         s                                       |
3.52/3.85	c 4	============================[ Search Statistics ]==============================
3.52/3.85	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.52/3.85	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.52/3.85	c 4	===============================================================================
3.52/3.85	c 4	|         0 |   24399   256230   744156 |    85410        0    nan |  0.000 % |
3.52/3.97	c 4	|       100 |   24399   256230   744156 |    93951      100     11 |  1.534 % |
4.31/4.60	c 5	|       250 |   24399   256230   744156 |   103346      250     11 |  1.534 % |
4.70/4.98	c 5	|       475 |   24399   256230   744156 |   113680      475     11 |  1.534 % |
5.30/5.56	c 6	|       813 |   24399   256230   744156 |   125048      813     12 |  1.534 % |
6.78/7.07	c 7	|      1319 |   24399   256230   744156 |   137553     1319     13 |  1.534 % |
7.68/7.92	c 8	|      2078 |   24399   256230   744156 |   151309     2078     14 |  1.534 % |
8.96/9.27	c 9	|      3218 |   24399   256230   744156 |   166439     3218     14 |  1.534 % |
12.43/12.78	c 13	|      4928 |   24399   256230   744156 |   183083     4928     13 |  1.534 % |
19.47/19.80	c 20	|      7490 |   24399   256230   744156 |   201392     7490     13 |  1.534 % |
29.07/29.51	c 29	|     11334 |   24399   256230   744156 |   221531    11334     13 |  1.534 % |
40.37/40.97	c 41	|     17101 |   24399   256230   744156 |   243684    17101     13 |  1.534 % |
62.75/63.59	c 64	|     25751 |   24399   256230   744156 |   268053    25751     14 |  1.534 % |
100.39/101.58	c 102	|     38725 |   24399   256230   744156 |   294858    38725     13 |  1.534 % |
154.77/156.42	c 156	|     58187 |   24399   256230   744156 |   324344    58187     14 |  1.534 % |
237.19/239.67	c 240	|     87379 |   24399   256230   744156 |   356778    87379     14 |  1.534 % |
379.63/383.43	c 383	|    131168 |   24399   256230   744156 |   392456   131168     14 |  1.534 % |
570.40/575.44	c 575	|    196853 |   24399   256230   744156 |   431702   196853     14 |  1.534 % |
895.25/900.43	c 900	|    295380 |   24399   256230   744156 |   474872   295380     14 |  1.534 % |
1494.67/1500.12	c 1500	|    443169 |   24399   256230   744156 |   522359   443169     14 |  1.534 % |
2223.12/2228.99	c 2229	|    664852 |   24397   256037   743385 |   574595    62204     12 |  1.542 % |
2796.05/2802.15	c 2802	===============================================================================
2796.05/2802.15	c 2802	restarts              : 21
2796.05/2802.15	c 2802	conflicts             : 870098         (312 /sec)
2796.05/2802.15	c 2802	decisions             : 1105421        (0.81 % random) (396 /sec)
2796.05/2802.15	c 2802	propagations          : 3058185715     (1095205 /sec)
2796.05/2802.15	c 2802	conflict literals     : 12321232       (18.70 % deleted)
2796.05/2802.15	c 2802	Memory used           : 63.28 MB
2796.05/2802.15	c 2802	CPU time              : 2792.34 s
2796.05/2802.15	c 2802	
2796.05/2802.15	c 2802	UNSATISFIABLE
2796.05/2802.17	c 2802	NOT FOUND: _COST <= 0
2796.05/2802.17	c 2802	OBJECTIVE _COST 1
2796.05/2802.17	s OPTIMUM FOUND
2796.05/2802.17	c 2802	CPU 2795.54 (0.04 0.01 2795.5 0.59)
2796.05/2802.17	c 2802	END Sat Jul 12 14:51:50 2008

Verifier Data (download as text)

OK	1	35
1 unsatisfied constraints, 35 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112250-1215864308/watcher-1112250-1215864308 -o /tmp/evaluation-result-1112250-1215864308/solver-1112250-1215864308 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112250-1215864308.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 19752
/proc/meminfo: memFree=1899048/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=12268 CPUtime=0
/proc/19752/stat : 19752 (sugar) R 19750 19752 19410 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 43129795 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 250969029221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/19752/statm: 3067 316 241 3 0 167 0

[startup+0.0936151 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 19752
/proc/meminfo: memFree=1899048/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=0.03
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43129795 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101574 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 19752
/proc/meminfo: memFree=1899048/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=0.03
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 43129795 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30161 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 19752
/proc/meminfo: memFree=1899048/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=0.17
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 974 4005 0 1 3 0 12 2 16 0 1 0 43129795 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13600

[startup+0.701681 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 19752
/proc/meminfo: memFree=1899048/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=0.17
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 974 4005 0 1 3 0 12 2 15 0 1 0 43129795 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 13600

[startup+1.50283 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 19774
/proc/meminfo: memFree=1887440/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=1.39
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1100 13198 0 2 3 0 125 11 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13600

[startup+3.10111 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 19798
/proc/meminfo: memFree=1886736/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=2.82
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1457 35651 0 5 3 1 252 26 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 13600

[startup+6.30268 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 19836
/proc/meminfo: memFree=1877136/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.52
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 3 1 315 33 15 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=15332 CPUtime=2.57
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 3636 0 0 0 255 2 0 0 25 0 1 0 43130165 15699968 3622 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/19836/statm: 3833 3622 75 150 0 3680 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 34288

[startup+12.7018 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 19836
/proc/meminfo: memFree=1876752/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.52
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 3 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=15596 CPUtime=8.91
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 3707 0 0 0 889 2 0 0 25 0 1 0 43130165 15970304 3693 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19836/statm: 3899 3693 76 150 0 3746 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 34552

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19836
/proc/meminfo: memFree=1876560/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=15992 CPUtime=21.58
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 3805 0 0 0 2156 2 0 0 25 0 1 0 43130165 16375808 3791 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19836/statm: 3998 3791 76 150 0 3845 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 34948

[startup+51.1027 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19836
/proc/meminfo: memFree=1875536/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=17008 CPUtime=46.94
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 4069 0 0 0 4691 3 0 0 25 0 1 0 43130165 17416192 4055 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/19836/statm: 4252 4055 76 150 0 4099 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 35964

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19836
/proc/meminfo: memFree=1873872/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=18632 CPUtime=97.65
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 4468 0 0 0 9762 3 0 0 25 0 1 0 43130165 19079168 4454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19836/statm: 4658 4454 76 150 0 4505 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 37588

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19836
/proc/meminfo: memFree=1871824/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=20588 CPUtime=157.09
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 4959 0 0 0 15705 4 0 0 25 0 1 0 43130165 21082112 4945 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/19836/statm: 5147 4945 76 150 0 4994 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 39544

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19836
/proc/meminfo: memFree=1870160/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=22332 CPUtime=216.52
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 5372 0 0 0 21648 4 0 0 25 0 1 0 43130165 22867968 5358 996147200 134512640 135127466 4294956256 18446744073709551615 134530570 0 0 4096 3 0 0 0 17 1 0 0
/proc/19836/statm: 5583 5358 76 150 0 5430 0
Current children cumulated CPU time (s) 220.05
Current children cumulated vsize (KiB) 41288

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19836
/proc/meminfo: memFree=1868368/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=24224 CPUtime=275.95
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 5824 0 0 0 27590 5 0 0 25 0 1 0 43130165 24805376 5810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19836/statm: 6056 5810 76 150 0 5903 0
Current children cumulated CPU time (s) 279.48
Current children cumulated vsize (KiB) 43180

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19836
/proc/meminfo: memFree=1866704/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0

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

/proc/19836/statm: 16178 15465 76 150 0 16025 0
Current children cumulated CPU time (s) 2556.37
Current children cumulated vsize (KiB) 83668

[startup+2622.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 20144
/proc/meminfo: memFree=1607624/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=64712 CPUtime=2612.82
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 15479 0 0 0 261258 24 0 0 25 0 1 0 43130165 66265088 15465 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19836/statm: 16178 15465 76 150 0 16025 0
Current children cumulated CPU time (s) 2616.35
Current children cumulated vsize (KiB) 83668

[startup+2682.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/85 20144
/proc/meminfo: memFree=1607560/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=64712 CPUtime=2672.78
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 15479 0 0 0 267254 24 0 0 25 0 1 0 43130165 66265088 15465 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19836/statm: 16178 15465 76 150 0 16025 0
Current children cumulated CPU time (s) 2676.31
Current children cumulated vsize (KiB) 83668

[startup+2742.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/85 20144
/proc/meminfo: memFree=1607496/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=64792 CPUtime=2732.76
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 15484 0 0 0 273252 24 0 0 25 0 1 0 43130165 66347008 15470 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/19836/statm: 16198 15470 76 150 0 16045 0
Current children cumulated CPU time (s) 2736.29
Current children cumulated vsize (KiB) 83748

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

[startup+2764.7 s]
/proc/loadavg: 2.01 2.01 2.00 3/85 20144
/proc/meminfo: memFree=1607496/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=64792 CPUtime=2755.14
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 15485 0 0 0 275490 24 0 0 25 0 1 0 43130165 66347008 15471 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19836/statm: 16198 15471 76 150 0 16045 0
Current children cumulated CPU time (s) 2758.67
Current children cumulated vsize (KiB) 83748

[startup+2777.51 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 20144
/proc/meminfo: memFree=1607496/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=64792 CPUtime=2767.94
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 15485 0 0 0 276770 24 0 0 25 0 1 0 43130165 66347008 15471 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19836/statm: 16198 15471 76 150 0 16045 0
Current children cumulated CPU time (s) 2771.47
Current children cumulated vsize (KiB) 83748

[startup+2790.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 20144
/proc/meminfo: memFree=1607496/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=64792 CPUtime=2780.73
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 15486 0 0 0 278049 24 0 0 25 0 1 0 43130165 66347008 15472 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19836/statm: 16198 15472 76 150 0 16045 0
Current children cumulated CPU time (s) 2784.26
Current children cumulated vsize (KiB) 83748

[startup+2796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 20144
/proc/meminfo: memFree=1607496/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=64792 CPUtime=2787.12
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 15486 0 0 0 278688 24 0 0 25 0 1 0 43130165 66347008 15472 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/19836/statm: 16198 15472 76 150 0 16045 0
Current children cumulated CPU time (s) 2790.65
Current children cumulated vsize (KiB) 83748

[startup+2799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 20144
/proc/meminfo: memFree=1607496/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=64792 CPUtime=2790.32
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 15486 0 0 0 279008 24 0 0 25 0 1 0 43130165 66347008 15472 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/19836/statm: 16198 15472 76 150 0 16045 0
Current children cumulated CPU time (s) 2793.85
Current children cumulated vsize (KiB) 83748

[startup+2801.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 20144
/proc/meminfo: memFree=1607496/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=64792 CPUtime=2791.92
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 15486 0 0 0 279168 24 0 0 25 0 1 0 43130165 66347008 15472 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/19836/statm: 16198 15472 76 150 0 16045 0
Current children cumulated CPU time (s) 2795.45
Current children cumulated vsize (KiB) 83748

[startup+2801.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 20144
/proc/meminfo: memFree=1607496/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=64792 CPUtime=2792.32
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 15486 0 0 0 279208 24 0 0 25 0 1 0 43130165 66347008 15472 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19836/statm: 16198 15472 76 150 0 16045 0
Current children cumulated CPU time (s) 2795.85
Current children cumulated vsize (KiB) 83748

[startup+2802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 20144
/proc/meminfo: memFree=1607496/2055920 swapFree=4192812/4192956
[pid=19752] ppid=19750 vsize=13600 CPUtime=3.53
/proc/19752/stat : 19752 (sugar) S 19750 19752 19410 0 -1 4194304 1622 46843 0 7 4 1 315 33 16 0 1 0 43129795 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19752/statm: 3400 803 374 3 0 500 0
[pid=19835] ppid=19752 vsize=5356 CPUtime=0
/proc/19835/stat : 19835 (sh) S 19752 19752 19410 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43130165 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19835/statm: 1339 232 193 169 0 50 0
[pid=19836] ppid=19835 vsize=64792 CPUtime=2792.52
/proc/19836/stat : 19836 (minisat) R 19835 19752 19410 0 -1 4194304 15486 0 0 0 279228 24 0 0 25 0 1 0 43130165 66347008 15472 996147200 134512640 135127466 4294956256 18446744073709551615 134530946 0 0 4096 3 0 0 0 17 0 0 0
/proc/19836/statm: 16198 15472 76 150 0 16045 0
Current children cumulated CPU time (s) 2796.05
Current children cumulated vsize (KiB) 83748

Child status: 0
Real time (s): 2802.17
CPU time (s): 2796.16
CPU user time (s): 2795.54
CPU system time (s): 0.613906
CPU usage (%): 99.7853
Max. virtual memory (cumulated for all children) (KiB): 883220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2795.54
system time used= 0.613906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64317
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2188
involuntary context switches= 30952

runsolver used 3.21851 second user time and 9.54955 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-12 14:05:08
IDJOB=1112250
IDBENCH=61386
IDSOLVER=368
FILE ID=node56/1112250-1215864308
PBS_JOBID= 7903482
Free space on /tmp= 103240 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/knights/normalized-knights-50-9.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112250-1215864308/watcher-1112250-1215864308 -o /tmp/evaluation-result-1112250-1215864308/solver-1112250-1215864308 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112250-1215864308.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 50143bff7152a7a0a5ab6fa327854d44
RANDOM SEED=1561080903

node56.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.272
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.272
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:       1899528 kB
Buffers:         18000 kB
Cached:          53672 kB
SwapCached:          0 kB
Active:          84352 kB
Inactive:        21120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1899528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:          53012 kB
Slab:            35932 kB
Committed_AS:   250696 kB
PageTables:       1956 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= 103232 MiB
End job on node56 at 2008-07-12 14:51:50