Trace number 1113580

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+minisatMSAT (TO)2 3600.04 3621.32

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles750-29.xml
MD5SUM9b8ab86f716b1f33c98e6ee849111388
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2
Best CPU time to get the best result obtained on this benchmark1616.38
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints2113
Maximum constraint arity2
Maximum domain size29
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
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.03/0.60	c 0	Sugar v1-13 + HOME/minisat
0.03/0.60	c 0	BEGIN Sat Jul 12 20:28:10 2008
0.03/0.60	c 0	PID 18470
0.03/0.60	c 0	HOST node49.alineos.net
0.03/0.60	c 0	CONVERTING HOME/instance-1113580-1215887288.xml TO HOME/temp.csp
0.03/0.60	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113580-1215887288.xml' 'HOME/temp.csp'
0.42/1.15	c 0	1 domains, 128 variables, 1 predicates, 0 relations, 2113 constraints
0.42/1.18	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.42/1.18	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.47/1.26	c 0	Parsing HOME/temp.csp
0.47/1.44	c 0	parsed 2243 expressions
0.47/1.45	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.47/1.47	c 0	MAX CSP: 2113 constraints
0.47/1.47	c 0	Converting to clausal form CSP
0.47/1.56	c 1	converted 436 (10%) expressions
0.47/1.66	c 1	converted 872 (20%) expressions
0.47/1.69	c 1	converted 1308 (30%) expressions
0.47/1.71	c 1	converted 1744 (40%) expressions
0.47/1.72	c 1	converted 2180 (50%) expressions
0.47/1.74	c 1	converted 2616 (60%) expressions
0.47/1.76	c 1	converted 3052 (70%) expressions
0.47/1.77	c 1	converted 3488 (80%) expressions
0.47/1.78	c 1	converted 3924 (90%) expressions
0.47/2.00	c 1	converted 4359 (100%) expressions
0.47/2.00	c 1	CSP : 4354 integers, 0 booleans, 6338 clauses, largest domain size 3170
0.47/2.00	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.47/2.00	c 1	Propagation in CSP
0.47/2.10	c 1	2110 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.47/2.10	c 1	CSP : 4354 integers, 0 booleans, 6338 clauses, largest domain size 2114
0.47/2.10	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.47/2.11	c 1	Simplifing CSP by introducing new Boolean variables
0.47/2.14	c 1	CSP : 4354 integers, 4226 booleans, 10564 clauses, largest domain size 2114
0.47/2.14	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.47/2.20	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.47/2.23	c 1	436 (10%) CSP integer variables are encoded (3456 clauses, 42857 bytes)
1.47/2.23	c 1	871 (20%) CSP integer variables are encoded (3456 clauses, 42857 bytes)
1.47/2.23	c 1	1307 (30%) CSP integer variables are encoded (3456 clauses, 42857 bytes)
1.47/2.24	c 1	1742 (40%) CSP integer variables are encoded (3456 clauses, 42857 bytes)
1.47/2.24	c 1	2177 (50%) CSP integer variables are encoded (3456 clauses, 42857 bytes)
1.47/2.24	c 1	2613 (60%) CSP integer variables are encoded (7935 clauses, 101997 bytes)
1.47/2.25	c 1	3048 (70%) CSP integer variables are encoded (11738 clauses, 159042 bytes)
1.47/2.28	c 1	3484 (80%) CSP integer variables are encoded (32790 clauses, 474822 bytes)
1.47/2.29	c 1	3919 (90%) CSP integer variables are encoded (39894 clauses, 581382 bytes)
1.47/2.29	c 1	4354 (100%) CSP integer variables are encoded (45850 clauses, 670722 bytes)
1.56/2.37	c 1	1057 (10%) CSP clauses are encoded (66647 clauses, 1047545 bytes)
1.66/2.43	c 1	2113 (20%) CSP clauses are encoded (87415 clauses, 1433355 bytes)
1.66/2.49	c 1	3170 (30%) CSP clauses are encoded (108212 clauses, 1830874 bytes)
1.76/2.53	c 1	4226 (40%) CSP clauses are encoded (128980 clauses, 2238490 bytes)
1.76/2.58	c 2	5282 (50%) CSP clauses are encoded (149748 clauses, 2646106 bytes)
1.85/2.63	c 2	6339 (60%) CSP clauses are encoded (170517 clauses, 3053742 bytes)
2.35/3.17	c 2	7395 (70%) CSP clauses are encoded (459419 clauses, 8842046 bytes)
3.94/4.79	c 4	8452 (80%) CSP clauses are encoded (1307984 clauses, 27008100 bytes)
8.80/9.68	c 9	9508 (90%) CSP clauses are encoded (3589034 clauses, 75704746 bytes)
12.85/14.20	c 13	10564 (100%) CSP clauses are encoded (5835210 clauses, 123894118 bytes)
12.85/14.20	c 13	10564 CSP clauses encoded
12.85/14.21	c 13	Writing map file : HOME/temp.map
12.85/14.25	c 13	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.85/14.25	c 13	SAT : 54430 SAT variables, 5835210 SAT clauses, 123894118 bytes
12.85/14.25	c 13	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.91/14.31	c 13	OBJECTIVE minimize _COST
12.94/14.87	c 14	OBJECTIVE BOUND: 0 <= _COST <= 
12.94/14.87	c 14	SEARCHING: _COST <= 1057
12.94/14.87	c 14	SOLVING HOME/temp.cnf
12.94/14.87	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.94/14.87	c 14	This is MiniSat 2.0 beta
12.94/14.87	c 14	WARNING: for repeatability, setting FPU to use double precision
12.94/14.87	c 14	============================[ Problem Statistics ]=============================
12.94/14.87	c 14	|                                                                             |
12.94/14.88	c 14	|  Number of variables:  54430                                                |
12.94/14.88	c 14	|  Number of clauses:    5835211                                              |
15.75/17.75	c 17	|  Parsing time:         2.51         s                                       |
23.74/25.75	c 25	============================[ Search Statistics ]==============================
23.74/25.75	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.74/25.75	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.74/25.75	c 25	===============================================================================
23.74/25.75	c 25	|         0 |   41758  3754368 11158861 |  1251456        0    nan |  0.000 % |
24.14/26.11	c 25	===============================================================================
24.14/26.11	c 25	restarts              : 1
24.14/26.11	c 25	conflicts             : 0              (0 /sec)
24.14/26.11	c 25	decisions             : 1843           (0.38 % random) (170 /sec)
24.14/26.11	c 25	propagations          : 54430          (5010 /sec)
24.14/26.11	c 25	conflict literals     : 0              ( nan % deleted)
24.14/26.11	c 25	Memory used           : 234.20 MB
24.14/26.11	c 25	CPU time              : 10.8643 s
24.14/26.11	c 25	
24.14/26.13	c 25	SATISFIABLE
24.14/26.17	c 25	FOUND: _COST <= 1057
24.14/26.17	s SATISFIABLE
24.14/26.17	c 25	DECODING HOME/temp.out WITH HOME/temp.map
24.14/26.17	c 25	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
24.22/26.25	c 25	Decoding HOME/temp.out
24.54/26.58	c 26	OBJECTIVE _COST 179
24.54/26.58	o 179
24.54/26.58	v 2 17 1 0 2 2 15 7 16 14 20 3 0 5 17 4 21 18 1 2 19 0 7 16 10 20 0 0 21 1 4 0 1 11 12 2 5 24 2 22 3 22 3 6 4 5 7 25 23 24 12 6 7 26 8 8 9 8 25 9 9 9 26 10 13 11 11 12 13 14 15 18 14 15 15 16 27 17 18 19 26 18 19 20 27 21 28 20 22 21 21 22 23 25 26 27 26 27 26 27 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28
24.54/26.59	c 26	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
24.54/26.60	c 26	OBJECTIVE BOUND: 0 <= _COST <= 179
24.54/26.60	c 26	SEARCHING: _COST <= 89
24.54/26.60	c 26	SOLVING HOME/temp.cnf
24.54/26.60	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.64/26.60	c 26	This is MiniSat 2.0 beta
24.64/26.60	c 26	WARNING: for repeatability, setting FPU to use double precision
24.64/26.60	c 26	============================[ Problem Statistics ]=============================
24.64/26.60	c 26	|                                                                             |
24.64/26.60	c 26	|  Number of variables:  54430                                                |
24.64/26.60	c 26	|  Number of clauses:    5835211                                              |
27.63/29.69	c 29	|  Parsing time:         2.73         s                                       |
37.73/39.79	c 39	============================[ Search Statistics ]==============================
37.73/39.79	c 39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.73/39.79	c 39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.73/39.79	c 39	===============================================================================
37.73/39.79	c 39	|         0 |   25984   613464  1782503 |   204488        0    nan |  0.000 % |
38.02/40.07	c 39	===============================================================================
38.02/40.08	c 39	restarts              : 1
38.02/40.08	c 39	conflicts             : 16             (1 /sec)
38.02/40.08	c 39	decisions             : 1617           (0.31 % random) (123 /sec)
38.02/40.08	c 39	propagations          : 56404          (4306 /sec)
38.02/40.08	c 39	conflict literals     : 393            (1.26 % deleted)
38.02/40.08	c 39	Memory used           : 236.23 MB
38.02/40.08	c 39	CPU time              : 13.1 s
38.02/40.08	c 39	
38.12/40.10	c 39	SATISFIABLE
38.12/40.14	c 39	FOUND: _COST <= 89
38.12/40.14	c 39	DECODING HOME/temp.out WITH HOME/temp.map
38.12/40.14	c 39	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
38.17/40.22	c 39	Decoding HOME/temp.out
38.17/40.62	c 40	OBJECTIVE _COST 89
38.17/40.62	o 89
38.17/40.62	v 25 19 0 8 9 0 8 1 13 26 16 0 1 3 14 1 17 15 2 25 16 27 21 14 18 22 5 17 17 12 1 2 18 9 10 0 3 1 0 18 8 18 1 4 2 3 5 19 19 22 10 4 5 20 6 6 7 6 23 7 7 7 24 8 11 9 9 10 11 11 12 16 12 13 13 14 21 15 16 17 25 15 16 17 26 20 28 18 22 19 20 21 22 23 23 24 24 26 24 25 26 26 27 27 27 28 27 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28
38.17/40.63	c 40	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
38.17/40.66	c 40	OBJECTIVE BOUND: 0 <= _COST <= 89
38.17/40.66	c 40	SEARCHING: _COST <= 44
38.17/40.66	c 40	SOLVING HOME/temp.cnf
38.17/40.66	c 40	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
38.66/40.70	c 40	This is MiniSat 2.0 beta
38.66/40.70	c 40	WARNING: for repeatability, setting FPU to use double precision
38.66/40.70	c 40	============================[ Problem Statistics ]=============================
38.66/40.70	c 40	|                                                                             |
38.66/40.73	c 40	|  Number of variables:  54430                                                |
38.66/40.73	c 40	|  Number of clauses:    5835211                                              |
41.80/44.41	c 43	|  Parsing time:         2.77         s                                       |
51.41/54.01	c 53	============================[ Search Statistics ]==============================
51.41/54.01	c 53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.41/54.01	c 53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.41/54.01	c 53	===============================================================================
51.41/54.01	c 53	|         0 |   23591   387196  1110833 |   129065        0    nan |  0.000 % |
51.60/54.29	c 53	===============================================================================
51.60/54.29	c 53	restarts              : 1
51.60/54.29	c 53	conflicts             : 15             (1 /sec)
51.60/54.29	c 53	decisions             : 1552           (0.32 % random) (123 /sec)
51.60/54.29	c 53	propagations          : 56125          (4438 /sec)
51.60/54.29	c 53	conflict literals     : 206            (7.21 % deleted)
51.60/54.29	c 53	Memory used           : 238.07 MB
51.60/54.29	c 53	CPU time              : 12.6471 s
51.60/54.29	c 53	
51.70/54.31	c 53	SATISFIABLE
51.70/54.35	c 53	FOUND: _COST <= 44
51.70/54.35	c 53	DECODING HOME/temp.out WITH HOME/temp.map
51.70/54.35	c 53	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
51.76/54.43	c 53	Decoding HOME/temp.out
51.76/54.83	c 54	OBJECTIVE _COST 44
51.76/54.83	o 44
51.76/54.84	v 7 23 2 3 4 2 13 2 15 22 18 12 27 10 16 5 19 17 3 27 18 10 24 24 15 24 19 16 19 12 9 6 1 6 7 7 0 9 20 20 11 20 0 1 5 0 2 24 21 22 7 1 2 25 3 3 4 3 23 4 4 4 24 5 8 6 6 7 8 8 9 13 9 10 10 11 26 12 13 14 25 13 14 16 26 17 28 15 18 16 17 18 19 20 20 21 21 22 21 22 23 23 24 27 24 28 25 25 26 27 26 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28 28
51.76/54.84	c 54	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
51.76/54.88	c 54	OBJECTIVE BOUND: 0 <= _COST <= 44
51.76/54.88	c 54	SEARCHING: _COST <= 22
51.76/54.88	c 54	SOLVING HOME/temp.cnf
51.76/54.88	c 54	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
51.76/54.88	c 54	This is MiniSat 2.0 beta
51.76/54.88	c 54	WARNING: for repeatability, setting FPU to use double precision
51.76/54.88	c 54	============================[ Problem Statistics ]=============================
51.76/54.88	c 54	|                                                                             |
51.76/54.89	c 54	|  Number of variables:  54430                                                |
51.76/54.89	c 54	|  Number of clauses:    5835211                                              |
55.41/58.15	c 57	|  Parsing time:         2.86         s                                       |
64.61/67.30	c 66	============================[ Search Statistics ]==============================
64.61/67.30	c 66	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
64.61/67.30	c 66	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
64.61/67.30	c 66	===============================================================================
64.61/67.30	c 66	|         0 |   21379   270791   768232 |    90263        0    nan |  0.000 % |
64.81/67.57	c 67	|       100 |   21379   270791   768232 |    99290      100     15 | 60.722 % |
64.91/67.61	c 67	|       250 |   21379   270791   768232 |   109219      250     30 | 60.722 % |
64.91/67.64	c 67	|       476 |   21379   270791   768232 |   120140      476     24 | 60.722 % |
64.91/67.67	c 67	===============================================================================
64.91/67.67	c 67	restarts              : 4
64.91/67.67	c 67	conflicts             : 565            (46 /sec)
64.91/67.67	c 67	decisions             : 4021           (0.40 % random) (325 /sec)
64.91/67.67	c 67	propagations          : 177566         (14347 /sec)
64.91/67.67	c 67	conflict literals     : 13020          (4.19 % deleted)
64.91/67.67	c 67	Memory used           : 237.76 MB
64.91/67.67	c 67	CPU time              : 12.3761 s
64.91/67.67	c 67	
64.91/67.69	c 67	SATISFIABLE
65.01/67.73	c 67	FOUND: _COST <= 22
65.01/67.73	c 67	DECODING HOME/temp.out WITH HOME/temp.map
65.01/67.73	c 67	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
65.06/67.82	c 67	Decoding HOME/temp.out
65.51/68.21	c 67	OBJECTIVE _COST 22
65.51/68.21	o 22
65.51/68.22	v 27 9 17 1 2 13 21 7 16 16 20 0 4 10 17 1 27 18 2 13 19 14 23 25 4 20 9 24 26 10 24 3 4 4 5 1 9 7 3 21 15 21 14 23 17 2 2 18 22 23 5 12 11 24 17 28 22 8 24 5 18 18 25 0 6 6 6 19 5 7 18 26 8 28 14 11 28 0 21 10 26 20 22 24 28 19 28 20 25 26 15 1 0 3 22 8 20 12 26 23 22 18 28 27 24 27 27 13 15 25 26 27 25 17 27 23 19 21 21 11 26 10 22 25 27 28 21 16
65.51/68.22	c 67	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
65.51/68.26	c 67	OBJECTIVE BOUND: 0 <= _COST <= 22
65.51/68.26	c 67	SEARCHING: _COST <= 11
65.51/68.26	c 67	SOLVING HOME/temp.cnf
65.51/68.26	c 67	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
65.55/68.36	c 67	This is MiniSat 2.0 beta
65.55/68.36	c 67	WARNING: for repeatability, setting FPU to use double precision
65.55/68.36	c 67	============================[ Problem Statistics ]=============================
65.55/68.36	c 67	|                                                                             |
65.55/68.36	c 67	|  Number of variables:  54430                                                |
65.55/68.36	c 67	|  Number of clauses:    5835211                                              |
68.74/72.44	c 71	|  Parsing time:         2.88         s                                       |
77.80/81.54	c 80	============================[ Search Statistics ]==============================
77.80/81.54	c 80	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
77.80/81.54	c 80	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
77.80/81.54	c 80	===============================================================================
77.80/81.54	c 80	|         0 |   19227   208825   588779 |    69608        0    nan |  0.000 % |
78.09/81.81	c 81	|       100 |   19227   208825   588779 |    76569      100     19 | 64.676 % |
78.09/81.85	c 81	|       250 |   19227   208825   588779 |    84226      250     36 | 64.676 % |
78.09/81.89	c 81	|       475 |   19227   208825   588779 |    92648      475     33 | 64.676 % |
78.20/81.92	c 81	|       812 |   19227   208825   588779 |   101913      812     28 | 64.676 % |
78.20/81.95	c 81	|      1319 |   19227   208825   588779 |   112104     1319     22 | 64.676 % |
78.30/82.02	c 81	|      2079 |   19227   208825   588779 |   123315     2079     27 | 64.676 % |
78.40/82.10	c 81	|      3218 |   19227   208825   588779 |   135646     3218     24 | 64.676 % |
78.60/82.30	c 81	|      4926 |   19227   208825   588779 |   149211     4926     29 | 64.676 % |
78.60/82.32	c 81	===============================================================================
78.60/82.32	c 81	restarts              : 9
78.60/82.32	c 81	conflicts             : 4986           (392 /sec)
78.60/82.32	c 81	decisions             : 10603          (0.60 % random) (834 /sec)
78.60/82.32	c 81	propagations          : 679399         (53466 /sec)
78.60/82.32	c 81	conflict literals     : 144449         (2.55 % deleted)
78.60/82.32	c 81	Memory used           : 238.43 MB
78.60/82.32	c 81	CPU time              : 12.7071 s
78.60/82.32	c 81	
78.60/82.34	c 81	SATISFIABLE
78.60/82.39	c 81	FOUND: _COST <= 11
78.60/82.39	c 81	DECODING HOME/temp.out WITH HOME/temp.map
78.60/82.39	c 81	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
78.73/82.54	c 81	Decoding HOME/temp.out
78.92/82.74	c 82	OBJECTIVE _COST 11
78.92/82.74	o 11
78.92/82.75	v 19 11 13 14 22 0 0 17 15 25 19 0 1 1 16 1 20 17 20 14 18 0 2 15 12 19 12 10 20 7 7 25 2 2 3 24 23 16 14 24 28 28 25 25 8 7 6 24 21 22 3 3 17 25 24 3 5 23 25 28 1 4 27 14 4 2 23 19 26 18 12 21 6 5 27 9 28 7 18 17 23 20 5 10 24 19 28 16 17 11 28 24 2 22 20 22 9 22 19 23 22 10 20 26 26 21 20 8 28 27 4 27 6 13 18 9 24 13 27 26 28 26 21 27 21 14 13 15
78.92/82.75	c 82	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
78.92/82.79	c 82	OBJECTIVE BOUND: 0 <= _COST <= 11
78.92/82.79	c 82	SEARCHING: _COST <= 5
78.92/82.79	c 82	SOLVING HOME/temp.cnf
78.92/82.79	c 82	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
78.92/82.79	c 82	This is MiniSat 2.0 beta
78.92/82.79	c 82	WARNING: for repeatability, setting FPU to use double precision
78.92/82.79	c 82	============================[ Problem Statistics ]=============================
78.92/82.79	c 82	|                                                                             |
78.92/82.79	c 82	|  Number of variables:  54430                                                |
78.92/82.79	c 82	|  Number of clauses:    5835211                                              |
82.16/86.05	c 85	|  Parsing time:         2.88         s                                       |
91.13/95.07	c 94	============================[ Search Statistics ]==============================
91.13/95.07	c 94	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
91.13/95.07	c 94	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
91.13/95.07	c 94	===============================================================================
91.13/95.07	c 94	|         0 |   16843   171372   483566 |    57124        0    nan |  0.000 % |
91.43/95.34	c 94	|       100 |   16843   171372   483566 |    62836      100     19 | 69.056 % |
91.43/95.37	c 94	|       250 |   16843   171372   483566 |    69120      250     17 | 69.056 % |
91.43/95.39	c 94	|       475 |   16843   171372   483566 |    76032      475     18 | 69.056 % |
91.53/95.42	c 94	|       813 |   16843   171372   483566 |    83635      813     19 | 69.056 % |
91.53/95.45	c 94	|      1320 |   16843   171372   483566 |    91998     1320     18 | 69.056 % |
91.63/95.51	c 94	|      2079 |   16843   171372   483566 |   101198     2079     19 | 69.056 % |
91.73/95.61	c 95	|      3218 |   16843   171372   483566 |   111318     3218     23 | 69.056 % |
91.83/95.73	c 95	|      4927 |   16843   171372   483566 |   122450     4927     22 | 69.056 % |
91.92/95.88	c 95	|      7490 |   16843   171372   483566 |   134695     7490     22 | 69.056 % |
92.52/96.47	c 95	|     11334 |   16843   171372   483566 |   148164    11334     32 | 69.056 % |
92.62/96.50	c 95	===============================================================================
92.62/96.51	c 95	restarts              : 11
92.62/96.51	c 95	conflicts             : 11476          (864 /sec)
92.62/96.51	c 95	decisions             : 20601          (0.65 % random) (1551 /sec)
92.62/96.51	c 95	propagations          : 993898         (74825 /sec)
92.62/96.51	c 95	conflict literals     : 363234         (3.49 % deleted)
92.62/96.51	c 95	Memory used           : 236.92 MB
92.62/96.51	c 95	CPU time              : 13.283 s
92.62/96.51	c 95	
92.62/96.53	c 95	SATISFIABLE
92.62/96.57	c 96	FOUND: _COST <= 5
92.62/96.57	c 96	DECODING HOME/temp.out WITH HOME/temp.map
92.62/96.57	c 96	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
92.70/96.65	c 96	Decoding HOME/temp.out
92.91/96.85	c 96	OBJECTIVE _COST 5
92.91/96.85	o 5
92.91/96.86	v 4 23 14 15 19 5 4 2 16 16 19 5 1 20 17 16 20 21 9 5 18 15 2 23 25 22 5 28 23 4 25 18 26 26 6 12 8 11 14 28 0 21 8 15 6 19 28 28 27 22 25 10 8 26 7 7 26 18 23 28 27 0 28 6 27 21 8 7 13 20 21 23 16 15 22 25 20 24 13 12 26 3 19 19 24 7 27 11 18 10 27 12 2 26 16 27 4 24 15 26 19 19 9 25 7 26 3 21 27 22 15 27 20 17 1 9 20 17 16 17 28 10 14 24 23 24 17 18
92.91/96.86	c 96	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
92.91/96.89	c 96	OBJECTIVE BOUND: 0 <= _COST <= 5
92.91/96.89	c 96	SEARCHING: _COST <= 2
92.91/96.89	c 96	SOLVING HOME/temp.cnf
92.91/96.89	c 96	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
92.91/96.89	c 96	This is MiniSat 2.0 beta
92.91/96.89	c 96	WARNING: for repeatability, setting FPU to use double precision
92.91/96.89	c 96	============================[ Problem Statistics ]=============================
92.91/96.89	c 96	|                                                                             |
92.91/96.89	c 96	|  Number of variables:  54430                                                |
92.91/96.89	c 96	|  Number of clauses:    5835211                                              |
96.16/100.16	c 99	|  Parsing time:         2.87         s                                       |
105.11/109.19	c 108	============================[ Search Statistics ]==============================
105.11/109.19	c 108	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
105.11/109.19	c 108	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
105.11/109.19	c 108	===============================================================================
105.11/109.19	c 108	|         0 |   14149   148154   421991 |    49384        0    nan |  0.000 % |
105.41/109.47	c 108	|       100 |   14149   148154   421991 |    54323      100     52 | 74.005 % |
105.41/109.49	c 108	|       252 |   14149   148154   421991 |    59755      252     41 | 74.005 % |
105.51/109.51	c 108	|       477 |   14149   148154   421991 |    65730      477     29 | 74.005 % |
105.51/109.54	c 108	|       814 |   14149   148154   421991 |    72304      814     22 | 74.005 % |
105.51/109.58	c 109	|      1321 |   14149   148154   421991 |    79534     1321     21 | 74.005 % |
105.61/109.62	c 109	|      2081 |   14149   148154   421991 |    87487     2081     20 | 74.005 % |
105.61/109.69	c 109	|      3220 |   14149   148154   421991 |    96236     3220     19 | 74.005 % |
105.71/109.79	c 109	|      4928 |   14149   148154   421991 |   105860     4928     20 | 74.005 % |
105.91/109.99	c 109	|      7490 |   14149   148154   421991 |   116446     7490     20 | 74.005 % |
106.21/110.29	c 109	|     11334 |   14149   148154   421991 |   128091    11334     21 | 74.005 % |
106.80/110.88	c 110	|     17100 |   14149   148154   421991 |   140900    17100     23 | 74.005 % |
107.90/111.94	c 111	|     25749 |   14149   148154   421991 |   154990    25749     26 | 74.005 % |
110.39/114.45	c 113	|     38723 |   14149   148154   421991 |   170489    38723     31 | 74.005 % |
115.96/120.07	c 119	|     58184 |   14149   148154   421991 |   187538    58184     37 | 74.005 % |
126.70/130.82	c 130	|     87377 |   14149   148154   421991 |   206292    87377     39 | 74.005 % |
149.60/153.83	c 153	|    131168 |   14149   148154   421991 |   226921   131168     40 | 74.005 % |
211.29/215.86	c 215	|    196852 |   14149   148154   421991 |   249613   196852     44 | 74.005 % |
369.24/374.61	c 374	|    295378 |   14149   148154   421991 |   274574   295378     51 | 74.005 % |
518.81/524.95	c 524	|    443167 |   14149   148154   421991 |   302032   136584     44 | 74.005 % |
746.39/753.61	c 753	|    664851 |   14149   148154   421991 |   332235    28108     43 | 74.005 % |
1282.27/1292.17	c 1291	|    997378 |   14149   148154   421991 |   365458   360635     59 | 74.005 % |
2258.66/2273.37	c 2272	|   1496166 |   14149   148154   421991 |   402004    66652     81 | 74.005 % |
3600.01/3621.22	c ERROR INTERRUPTED
3600.01/3621.27	c 3620	CPU 89.23 (0.05 0.03 89.18 3.73)
3600.01/3621.27	c 3620	END Sat Jul 12 21:28:30 2008

Verifier Data (download as text)

OK	2	2111
2 unsatisfied constraints, 2111 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-1113580-1215887288/watcher-1113580-1215887288 -o /tmp/evaluation-result-1113580-1215887288/solver-1113580-1215887288 -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-1113580-1215887288.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: 3.16 3.29 3.21 5/80 18470
/proc/meminfo: memFree=1863544/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=18572 CPUtime=0
/proc/18470/stat : 18470 (runsolver) R 18468 18470 17963 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 45424580 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 224627584295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18470/statm: 4643 292 257 25 0 2626 0

[startup+0.044391 s]
/proc/loadavg: 3.16 3.29 3.21 5/80 18470
/proc/meminfo: memFree=1863544/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=12132 CPUtime=0
/proc/18470/stat : 18470 (sugar) R 18468 18470 17963 0 -1 4194304 234 0 0 0 0 0 0 0 18 0 1 0 45424580 12423168 202 996147200 4194304 4206940 548682068592 18446744073709551615 224627463616 0 0 4224 0 0 0 0 17 1 0 0
/proc/18470/statm: 3033 225 169 3 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12132

[startup+0.206936 s]
/proc/loadavg: 3.16 3.29 3.21 5/80 18470
/proc/meminfo: memFree=1863544/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=12272 CPUtime=0
/proc/18470/stat : 18470 (sugar) R 18468 18470 17963 0 -1 4194304 369 0 0 0 0 0 0 0 18 0 1 0 45424580 12566528 337 996147200 4194304 4206940 548682068592 18446744073709551615 224645217844 0 0 4224 0 0 0 0 17 1 0 0
/proc/18470/statm: 3068 337 252 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301415 s]
/proc/loadavg: 3.16 3.29 3.21 5/80 18470
/proc/meminfo: memFree=1863544/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=12412 CPUtime=0
/proc/18470/stat : 18470 (sugar) D 18468 18470 17963 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 45424580 12709888 382 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/18470/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.701468 s]
/proc/loadavg: 3.16 3.29 3.21 5/80 18470
/proc/meminfo: memFree=1863544/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13600 CPUtime=0.04
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 45424580 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18470/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50159 s]
/proc/loadavg: 3.23 3.30 3.21 5/91 18482
/proc/meminfo: memFree=1851664/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13600 CPUtime=0.47
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 974 5147 0 1 3 1 39 4 15 0 1 0 45424580 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13600

[startup+3.10281 s]
/proc/loadavg: 3.23 3.30 3.21 3/91 18492
/proc/meminfo: memFree=1842576/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13600 CPUtime=0.47
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 974 5147 0 1 3 1 39 4 15 0 1 0 45424580 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3400 797 370 3 0 500 0
[pid=18483] ppid=18470 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18470 18470 17963 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45424699 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18483/statm: 1339 233 193 169 0 50 0
[pid=18484] ppid=18483 vsize=868500 CPUtime=1.88
/proc/18484/stat : 18484 (java) S 18483 18470 17963 0 -1 0 8141 0 1 0 179 9 0 0 18 0 9 0 45424699 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18484/statm: 217125 7105 2564 9 0 211672 0
[pid=18484/tid=18485] ppid=18483 vsize=868500 CPUtime=1.35
/proc/18484/task/18485/stat : 18485 (java) R 18483 18470 17963 0 -1 64 2968 0 1 0 130 5 0 0 25 0 9 0 45424700 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4127010905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18486] ppid=18483 vsize=868500 CPUtime=0.22
/proc/18484/task/18486/stat : 18486 (java) S 18483 18470 17963 0 -1 64 2967 0 0 0 20 2 0 0 16 0 9 0 45424701 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18487] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18487/stat : 18487 (java) S 18483 18470 17963 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45424702 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18488] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18488/stat : 18488 (java) S 18483 18470 17963 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45424702 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18489] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18489/stat : 18489 (java) S 18483 18470 17963 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45424703 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18490] ppid=18483 vsize=868500 CPUtime=0.29
/proc/18484/task/18490/stat : 18490 (java) S 18483 18470 17963 0 -1 64 1514 0 0 0 28 1 0 0 16 0 9 0 45424703 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18491] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18491/stat : 18491 (java) S 18483 18470 17963 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45424704 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18492] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18492/stat : 18492 (java) S 18483 18470 17963 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45424704 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 887456

[startup+6.30227 s]
/proc/loadavg: 3.13 3.28 3.21 4/91 18492
/proc/meminfo: memFree=1814224/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13600 CPUtime=0.47
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 974 5147 0 1 3 1 39 4 16 0 1 0 45424580 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3400 797 370 3 0 500 0
[pid=18483] ppid=18470 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18470 18470 17963 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45424699 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18483/statm: 1339 233 193 169 0 50 0
[pid=18484] ppid=18483 vsize=868500 CPUtime=5.06
/proc/18484/stat : 18484 (java) S 18483 18470 17963 0 -1 0 8975 0 1 0 473 33 0 0 18 0 9 0 45424699 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18484/statm: 217125 7105 2564 9 0 211672 0
[pid=18484/tid=18485] ppid=18483 vsize=868500 CPUtime=4.32
/proc/18484/task/18485/stat : 18485 (java) R 18483 18470 17963 0 -1 64 3802 0 1 0 408 24 0 0 25 0 9 0 45424700 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4127032394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18486] ppid=18483 vsize=868500 CPUtime=0.43
/proc/18484/task/18486/stat : 18486 (java) S 18483 18470 17963 0 -1 64 2967 0 0 0 36 7 0 0 16 0 9 0 45424701 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18487] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18487/stat : 18487 (java) S 18483 18470 17963 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45424702 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18488] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18488/stat : 18488 (java) S 18483 18470 17963 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45424702 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18489] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18489/stat : 18489 (java) S 18483 18470 17963 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45424703 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18490] ppid=18483 vsize=868500 CPUtime=0.29
/proc/18484/task/18490/stat : 18490 (java) S 18483 18470 17963 0 -1 64 1514 0 0 0 28 1 0 0 16 0 9 0 45424703 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18491] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18491/stat : 18491 (java) S 18483 18470 17963 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45424704 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18492] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18492/stat : 18492 (java) S 18483 18470 17963 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45424704 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 887456

[startup+12.703 s]
/proc/loadavg: 3.04 3.26 3.20 4/91 18492
/proc/meminfo: memFree=1742880/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13600 CPUtime=0.47
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 974 5147 0 1 3 1 39 4 16 0 1 0 45424580 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3400 797 370 3 0 500 0
[pid=18483] ppid=18470 vsize=5356 CPUtime=0
/proc/18483/stat : 18483 (sh) S 18470 18470 17963 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45424699 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18483/statm: 1339 233 193 169 0 50 0
[pid=18484] ppid=18483 vsize=868500 CPUtime=10.9
/proc/18484/stat : 18484 (java) S 18483 18470 17963 0 -1 0 10819 0 1 0 1002 88 0 0 18 0 9 0 45424699 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18484/statm: 217125 7105 2564 9 0 211672 0
[pid=18484/tid=18485] ppid=18483 vsize=868500 CPUtime=9.72
/proc/18484/task/18485/stat : 18485 (java) R 18483 18470 17963 0 -1 64 5646 0 1 0 904 68 0 0 25 0 9 0 45424700 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18484/tid=18486] ppid=18483 vsize=868500 CPUtime=0.87
/proc/18484/task/18486/stat : 18486 (java) S 18483 18470 17963 0 -1 64 2967 0 0 0 69 18 0 0 15 0 9 0 45424701 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18484/tid=18487] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18487/stat : 18487 (java) S 18483 18470 17963 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45424702 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18488] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18488/stat : 18488 (java) S 18483 18470 17963 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45424702 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18489] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18489/stat : 18489 (java) S 18483 18470 17963 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45424703 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18490] ppid=18483 vsize=868500 CPUtime=0.29
/proc/18484/task/18490/stat : 18490 (java) S 18483 18470 17963 0 -1 64 1514 0 0 0 28 1 0 0 16 0 9 0 45424703 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18491] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18491/stat : 18491 (java) S 18483 18470 17963 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 45424704 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18484/tid=18492] ppid=18483 vsize=868500 CPUtime=0
/proc/18484/task/18492/stat : 18492 (java) S 18483 18470 17963 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 45424704 889344000 7105 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 887456

[startup+25.5028 s]
/proc/loadavg: 2.95 3.23 3.19 4/83 18494
/proc/meminfo: memFree=1507104/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13864 CPUtime=12.94
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 1118 16778 3 3 4 1 1181 108 16 0 1 0 45424580 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3466 869 374 3 0 566 0
[pid=18493] ppid=18470 vsize=5356 CPUtime=0
/proc/18493/stat : 18493 (sh) S 18470 18470 17963 0 -1 4194304 277 0 0 0 0 0 0 0 17 0 1 0 45426068 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18493/statm: 1339 232 193 169 0 50 0
[pid=18494] ppid=18493 vsize=239884 CPUtime=10.6
/proc/18494/stat : 18494 (minisat) R 18493 18470 17963 0 -1 4194304 57647 0 0 0 1025 35 0 0 25 0 1 0 45426068 245641216 57633 996147200 134512640 135127466 4294956256 18446744073709551615 134523441 0 0 4096 3 0 0 0 17 1 0 0
/proc/18494/statm: 59971 57633 71 150 0 59818 0
Current children cumulated CPU time (s) 23.54
Current children cumulated vsize (KiB) 259104

[startup+51.1024 s]
/proc/loadavg: 2.70 3.14 3.16 4/83 18518
/proc/meminfo: memFree=1503584/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13864 CPUtime=38.66
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 1352 141220 3 5 4 2 3667 193 16 0 1 0 45424580 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3466 869 374 3 0 566 0
[pid=18517] ppid=18470 vsize=5356 CPUtime=0
/proc/18517/stat : 18517 (sh) S 18470 18470 17963 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45428647 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18517/statm: 1339 232 193 169 0 50 0
[pid=18518] ppid=18517 vsize=243704 CPUtime=9.84
/proc/18518/stat : 18518 (minisat) R 18517 18470 17963 0 -1 4194304 58611 0 0 0 945 39 0 0 25 0 1 0 45428651 249552896 58597 996147200 134512640 135127466 4294956256 18446744073709551615 134523538 0 0 4096 3 0 0 0 17 1 0 0
/proc/18518/statm: 60926 58597 71 150 0 60773 0
Current children cumulated CPU time (s) 48.5
Current children cumulated vsize (KiB) 262924

[startup+102.303 s]
/proc/loadavg: 2.60 3.04 3.13 3/83 18566
/proc/meminfo: memFree=1504672/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13864 CPUtime=92.98
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 1810 392689 3 9 5 3 8918 372 16 0 1 0 45424580 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3466 869 374 3 0 566 0
[pid=18565] ppid=18470 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18470 18470 17963 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45434270 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=242464 CPUtime=5.37
/proc/18566/stat : 18566 (minisat) R 18565 18470 17963 0 -1 4194304 58313 0 0 0 500 37 0 0 25 0 1 0 45434270 248283136 58299 996147200 134512640 135127466 4294956256 18446744073709551615 134523436 0 0 4096 3 0 0 0 17 1 0 0
/proc/18566/statm: 60616 58299 71 150 0 60463 0

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

[pid=18565] ppid=18470 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18470 18470 17963 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45434270 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=297400 CPUtime=3110.06
/proc/18566/stat : 18566 (minisat) R 18565 18470 17963 0 -1 4194304 71544 0 0 0 310948 58 0 0 25 0 1 0 45434270 304537600 71500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18566/statm: 74350 71500 76 150 0 74197 0
Current children cumulated CPU time (s) 3203.04
Current children cumulated vsize (KiB) 316620

[startup+3282.3 s]
/proc/loadavg: 2.72 2.64 2.61 3/83 18760
/proc/meminfo: memFree=1453088/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13864 CPUtime=92.98
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 1810 392689 3 9 5 3 8918 372 16 0 1 0 45424580 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3466 869 374 3 0 566 0
[pid=18565] ppid=18470 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18470 18470 17963 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45434270 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=297400 CPUtime=3169.76
/proc/18566/stat : 18566 (minisat) R 18565 18470 17963 0 -1 4194304 71544 0 0 0 316918 58 0 0 25 0 1 0 45434270 304537600 71500 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/18566/statm: 74350 71500 76 150 0 74197 0
Current children cumulated CPU time (s) 3262.74
Current children cumulated vsize (KiB) 316620

[startup+3342.3 s]
/proc/loadavg: 2.82 2.68 2.62 3/83 18760
/proc/meminfo: memFree=1453088/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13864 CPUtime=92.98
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 1810 392689 3 9 5 3 8918 372 16 0 1 0 45424580 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3466 869 374 3 0 566 0
[pid=18565] ppid=18470 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18470 18470 17963 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45434270 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=297400 CPUtime=3229.47
/proc/18566/stat : 18566 (minisat) R 18565 18470 17963 0 -1 4194304 71544 0 0 0 322889 58 0 0 25 0 1 0 45434270 304537600 71500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18566/statm: 74350 71500 76 150 0 74197 0
Current children cumulated CPU time (s) 3322.45
Current children cumulated vsize (KiB) 316620

[startup+3402.3 s]
/proc/loadavg: 2.85 2.70 2.63 3/83 18760
/proc/meminfo: memFree=1453088/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13864 CPUtime=92.98
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 1810 392689 3 9 5 3 8918 372 16 0 1 0 45424580 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3466 869 374 3 0 566 0
[pid=18565] ppid=18470 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18470 18470 17963 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45434270 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=297400 CPUtime=3289.19
/proc/18566/stat : 18566 (minisat) R 18565 18470 17963 0 -1 4194304 71544 0 0 0 328860 59 0 0 25 0 1 0 45434270 304537600 71500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18566/statm: 74350 71500 76 150 0 74197 0
Current children cumulated CPU time (s) 3382.17
Current children cumulated vsize (KiB) 316620

[startup+3462.3 s]
/proc/loadavg: 2.70 2.68 2.63 3/83 18760
/proc/meminfo: memFree=1453024/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13864 CPUtime=92.98
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 1810 392689 3 9 5 3 8918 372 16 0 1 0 45424580 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3466 869 374 3 0 566 0
[pid=18565] ppid=18470 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18470 18470 17963 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45434270 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=297400 CPUtime=3348.9
/proc/18566/stat : 18566 (minisat) R 18565 18470 17963 0 -1 4194304 71544 0 0 0 334831 59 0 0 25 0 1 0 45434270 304537600 71500 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/18566/statm: 74350 71500 76 150 0 74197 0
Current children cumulated CPU time (s) 3441.88
Current children cumulated vsize (KiB) 316620

[startup+3522.31 s]
/proc/loadavg: 2.64 2.66 2.62 3/83 18760
/proc/meminfo: memFree=1453024/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13864 CPUtime=92.98
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 1810 392689 3 9 5 3 8918 372 16 0 1 0 45424580 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3466 869 374 3 0 566 0
[pid=18565] ppid=18470 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18470 18470 17963 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45434270 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=297400 CPUtime=3408.6
/proc/18566/stat : 18566 (minisat) R 18565 18470 17963 0 -1 4194304 71544 0 0 0 340801 59 0 0 25 0 1 0 45434270 304537600 71500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18566/statm: 74350 71500 76 150 0 74197 0
Current children cumulated CPU time (s) 3501.58
Current children cumulated vsize (KiB) 316620

[startup+3582.3 s]
/proc/loadavg: 2.72 2.68 2.63 4/83 18760
/proc/meminfo: memFree=1452960/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13864 CPUtime=92.98
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 1810 392689 3 9 5 3 8918 372 16 0 1 0 45424580 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3466 869 374 3 0 566 0
[pid=18565] ppid=18470 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18470 18470 17963 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45434270 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=297400 CPUtime=3468.31
/proc/18566/stat : 18566 (minisat) R 18565 18470 17963 0 -1 4194304 71544 0 0 0 346772 59 0 0 25 0 1 0 45434270 304537600 71500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18566/statm: 74350 71500 76 150 0 74197 0
Current children cumulated CPU time (s) 3561.29
Current children cumulated vsize (KiB) 316620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3621.2 s]
/proc/loadavg: 2.67 2.67 2.63 3/83 18760
/proc/meminfo: memFree=1452960/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13864 CPUtime=92.98
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 1810 392689 3 9 5 3 8918 372 16 0 1 0 45424580 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3466 869 374 3 0 566 0
[pid=18565] ppid=18470 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18470 18470 17963 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45434270 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=297400 CPUtime=3507.03
/proc/18566/stat : 18566 (minisat) R 18565 18470 17963 0 -1 4194304 71544 0 0 0 350644 59 0 0 25 0 1 0 45434270 304537600 71500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18566/statm: 74350 71500 76 150 0 74197 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 316620

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

[startup+3621.2 s]
/proc/loadavg: 2.67 2.67 2.63 3/83 18760
/proc/meminfo: memFree=1452960/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13864 CPUtime=92.98
/proc/18470/stat : 18470 (sugar) S 18468 18470 17963 0 -1 4194304 1810 392689 3 9 5 3 8918 372 16 0 1 0 45424580 14196736 869 996147200 4194304 4206940 548682068592 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18470/statm: 3466 869 374 3 0 566 0
[pid=18565] ppid=18470 vsize=5356 CPUtime=0
/proc/18565/stat : 18565 (sh) S 18470 18470 17963 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45434270 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18565/statm: 1339 232 193 169 0 50 0
[pid=18566] ppid=18565 vsize=297400 CPUtime=3507.03
/proc/18566/stat : 18566 (minisat) R 18565 18470 17963 0 -1 4194304 71544 0 0 0 350644 59 0 0 25 0 1 0 45434270 304537600 71500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18566/statm: 74350 71500 76 150 0 74197 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 316620

# WARNING:
# current cumulated CPU time (93.05 s) is less than in the last sample (3600.01 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (3506.96 s) to the 'lost time'.

[startup+3621.32 s]
/proc/loadavg: 2.67 2.67 2.63 3/83 18760
/proc/meminfo: memFree=1452960/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13864 CPUtime=93.05
/proc/18470/stat : 18470 (sugar) R 18468 18470 17963 0 -1 4194304 1844 392966 3 9 5 9 8918 373 17 0 1 0 45424580 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18470/statm: 3466 871 375 3 0 566 0
Current children cumulated CPU time (s) 93.05
Current children cumulated vsize (KiB) 13864

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

[startup+3621.32 s]
/proc/loadavg: 2.67 2.67 2.63 3/83 18760
/proc/meminfo: memFree=1452960/2055920 swapFree=4180188/4192956
[pid=18470] ppid=18468 vsize=13864 CPUtime=93.05
/proc/18470/stat : 18470 (sugar) R 18468 18470 17963 0 -1 4194304 1844 392966 3 9 5 9 8918 373 17 0 1 0 45424580 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18470/statm: 3466 871 375 3 0 566 0
Current children cumulated CPU time (s) 93.05
Current children cumulated vsize (KiB) 13864

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3506.96
#  lost CPU user time (s): 3506.44
#  lost CPU system time (s): 0.52

Real time (s): 3621.32
CPU time (s): 3600.04
CPU user time (s): 3595.68
CPU system time (s): 4.35142
CPU usage (%): 99.4121
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 89.2444
system time used= 3.83142
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 394841
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29256
involuntary context switches= 34372

runsolver used 3.76343 second user time and 9.59154 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-12 20:28:09
IDJOB=1113580
IDBENCH=61606
IDSOLVER=368
FILE ID=node49/1113580-1215887288
PBS_JOBID= 7903606
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles750-29.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-1113580-1215887288/watcher-1113580-1215887288 -o /tmp/evaluation-result-1113580-1215887288/solver-1113580-1215887288 -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-1113580-1215887288.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b8ab86f716b1f33c98e6ee849111388
RANDOM SEED=2034559554

node49.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.239
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.239
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:       1864088 kB
Buffers:          7356 kB
Cached:          44952 kB
SwapCached:       6172 kB
Active:         135748 kB
Inactive:        14376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864088 kB
SwapTotal:     4192956 kB
SwapFree:      4180188 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:         113760 kB
Slab:            26724 kB
Committed_AS:  1058708 kB
PageTables:       2040 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node49 at 2008-07-12 21:28:32