Trace number 1113808

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)1 3600.02 3629.04

General information on the benchmark

Namecsp/pigeons/
normalized-pigeons-40.xml
MD5SUMeea217fbe9fa720f84d7ae0049a25dc7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1651.38
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints780
Maximum constraint arity2
Maximum domain size39
Number of constraints which are defined in extension0
Number of constraints which are defined in intension780
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.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Sat Jul 12 21:42:17 2008
0.00/0.15	c 0	PID 19794
0.00/0.15	c 0	HOST node30.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1113808-1215891737.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113808-1215891737.xml' 'HOME/temp.csp'
0.03/0.68	c 0	1 domains, 40 variables, 1 predicates, 0 relations, 780 constraints
0.03/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	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.54/0.81	c 1	Parsing HOME/temp.csp
0.54/0.94	c 1	parsed 822 expressions
0.54/0.94	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.96	c 1	MAX CSP: 780 constraints
0.54/0.96	c 1	Converting to clausal form CSP
0.54/1.01	c 1	converted 161 (10%) expressions
0.54/1.04	c 1	converted 321 (20%) expressions
0.89/1.13	c 1	converted 482 (30%) expressions
0.89/1.15	c 1	converted 642 (40%) expressions
0.89/1.16	c 1	converted 803 (50%) expressions
0.89/1.17	c 1	converted 963 (60%) expressions
0.89/1.18	c 1	converted 1124 (70%) expressions
0.89/1.19	c 1	converted 1284 (80%) expressions
0.89/1.19	c 1	converted 1445 (90%) expressions
0.99/1.29	c 1	converted 1605 (100%) expressions
0.99/1.29	c 1	CSP : 1600 integers, 0 booleans, 2339 clauses, largest domain size 1171
0.99/1.29	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.99/1.29	c 1	Propagation in CSP
1.09/1.34	c 1	776 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.09/1.35	c 1	CSP : 1600 integers, 0 booleans, 2339 clauses, largest domain size 781
1.09/1.35	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.09/1.35	c 1	Simplifing CSP by introducing new Boolean variables
1.09/1.37	c 1	CSP : 1600 integers, 1560 booleans, 3899 clauses, largest domain size 781
1.09/1.37	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.18/1.40	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.18/1.43	c 1	160 (10%) CSP integer variables are encoded (1480 clauses, 17149 bytes)
1.18/1.43	c 1	320 (20%) CSP integer variables are encoded (1480 clauses, 17149 bytes)
1.18/1.43	c 1	480 (30%) CSP integer variables are encoded (1480 clauses, 17149 bytes)
1.18/1.43	c 1	640 (40%) CSP integer variables are encoded (1480 clauses, 17149 bytes)
1.18/1.43	c 1	800 (50%) CSP integer variables are encoded (1480 clauses, 17149 bytes)
1.18/1.43	c 1	960 (60%) CSP integer variables are encoded (2959 clauses, 36376 bytes)
1.18/1.44	c 1	1120 (70%) CSP integer variables are encoded (9992 clauses, 129822 bytes)
1.18/1.45	c 1	1280 (80%) CSP integer variables are encoded (11787 clauses, 156747 bytes)
1.18/1.45	c 1	1440 (90%) CSP integer variables are encoded (12934 clauses, 173952 bytes)
1.18/1.45	c 1	1600 (100%) CSP integer variables are encoded (14501 clauses, 197457 bytes)
1.18/1.49	c 1	390 (10%) CSP clauses are encoded (24771 clauses, 374939 bytes)
1.29/1.52	c 1	780 (20%) CSP clauses are encoded (35041 clauses, 561887 bytes)
1.29/1.55	c 1	1170 (30%) CSP clauses are encoded (45311 clauses, 748965 bytes)
1.29/1.57	c 1	1560 (40%) CSP clauses are encoded (55581 clauses, 937335 bytes)
1.29/1.60	c 1	1950 (50%) CSP clauses are encoded (65851 clauses, 1127181 bytes)
1.39/1.63	c 1	2340 (60%) CSP clauses are encoded (76121 clauses, 1326351 bytes)
1.99/2.28	c 2	2730 (70%) CSP clauses are encoded (395029 clauses, 7230216 bytes)
2.58/2.83	c 3	3120 (80%) CSP clauses are encoded (703787 clauses, 13701379 bytes)
2.68/2.90	c 3	3510 (90%) CSP clauses are encoded (744621 clauses, 14558887 bytes)
2.88/3.12	c 3	3899 (100%) CSP clauses are encoded (862663 clauses, 17068440 bytes)
2.88/3.12	c 3	3899 CSP clauses encoded
2.88/3.12	c 3	Writing map file : HOME/temp.map
2.88/3.14	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.88/3.14	c 3	SAT : 17661 SAT variables, 862663 SAT clauses, 17068440 bytes
2.88/3.14	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.88/3.18	c 3	OBJECTIVE minimize _COST
2.95/3.21	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.95/3.21	c 3	SEARCHING: _COST <= 390
2.95/3.21	c 3	SOLVING HOME/temp.cnf
2.95/3.21	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.95/3.21	c 3	This is MiniSat 2.0 beta
2.95/3.21	c 3	WARNING: for repeatability, setting FPU to use double precision
2.95/3.21	c 3	============================[ Problem Statistics ]=============================
2.95/3.21	c 3	|                                                                             |
2.95/3.21	c 3	|  Number of variables:  17661                                                |
2.95/3.21	c 3	|  Number of clauses:    862664                                               |
3.32/3.64	c 3	|  Parsing time:         0.37         s                                       |
3.62/3.96	c 4	============================[ Search Statistics ]==============================
3.62/3.96	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.62/3.96	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.62/3.96	c 4	===============================================================================
3.62/3.96	c 4	|         0 |   13761   572748  1685111 |   190916        0    nan |  0.000 % |
3.72/4.02	c 4	===============================================================================
3.72/4.02	c 4	restarts              : 1
3.72/4.02	c 4	conflicts             : 1              (1 /sec)
3.72/4.02	c 4	decisions             : 1188           (0.84 % random) (1586 /sec)
3.72/4.02	c 4	propagations          : 17940          (23956 /sec)
3.72/4.02	c 4	conflict literals     : 5              (0.00 % deleted)
3.72/4.02	c 4	Memory used           : 36.07 MB
3.72/4.02	c 4	CPU time              : 0.748886 s
3.72/4.02	c 4	
3.72/4.03	c 4	SATISFIABLE
3.72/4.04	c 4	FOUND: _COST <= 390
3.72/4.04	s SATISFIABLE
3.72/4.04	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.72/4.04	c 4	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.77/4.11	c 4	Decoding HOME/temp.out
3.77/4.24	c 4	OBJECTIVE _COST 390
3.77/4.24	o 390
3.77/4.24	v 27 33 28 29 30 31 32 34 35 36 36 37 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38
3.77/4.25	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.77/4.30	c 4	OBJECTIVE BOUND: 0 <= _COST <= 390
3.77/4.30	c 4	SEARCHING: _COST <= 195
3.77/4.30	c 4	SOLVING HOME/temp.cnf
3.77/4.30	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.77/4.30	c 4	This is MiniSat 2.0 beta
3.77/4.30	c 4	WARNING: for repeatability, setting FPU to use double precision
3.77/4.30	c 4	============================[ Problem Statistics ]=============================
3.77/4.30	c 4	|                                                                             |
3.77/4.31	c 4	|  Number of variables:  17661                                                |
3.77/4.31	c 4	|  Number of clauses:    862664                                               |
4.37/4.74	c 4	|  Parsing time:         0.38         s                                       |
4.76/5.17	c 5	============================[ Search Statistics ]==============================
4.76/5.17	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.76/5.17	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.76/5.17	c 5	===============================================================================
4.76/5.17	c 5	|         0 |   11616   395493  1159586 |   131831        0    nan |  0.000 % |
4.86/5.22	c 5	===============================================================================
4.86/5.23	c 5	restarts              : 1
4.86/5.23	c 5	conflicts             : 0              (0 /sec)
4.86/5.23	c 5	decisions             : 845            (0.71 % random) (978 /sec)
4.86/5.23	c 5	propagations          : 17661          (20444 /sec)
4.86/5.23	c 5	conflict literals     : 0              ( nan % deleted)
4.86/5.23	c 5	Memory used           : 36.59 MB
4.86/5.23	c 5	CPU time              : 0.863868 s
4.86/5.23	c 5	
4.86/5.23	c 5	SATISFIABLE
4.86/5.24	c 5	FOUND: _COST <= 195
4.86/5.24	c 5	DECODING HOME/temp.out WITH HOME/temp.map
4.86/5.24	c 5	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
4.92/5.32	c 5	Decoding HOME/temp.out
5.16/5.60	c 5	OBJECTIVE _COST 195
5.16/5.60	o 195
5.16/5.60	v 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38 38
5.26/5.63	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.26/5.66	c 5	OBJECTIVE BOUND: 0 <= _COST <= 195
5.26/5.66	c 5	SEARCHING: _COST <= 97
5.26/5.66	c 5	SOLVING HOME/temp.cnf
5.26/5.66	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.26/5.66	c 5	This is MiniSat 2.0 beta
5.26/5.66	c 5	WARNING: for repeatability, setting FPU to use double precision
5.26/5.66	c 5	============================[ Problem Statistics ]=============================
5.26/5.66	c 5	|                                                                             |
5.26/5.67	c 5	|  Number of variables:  17661                                                |
5.26/5.67	c 5	|  Number of clauses:    862664                                               |
5.30/6.11	c 6	|  Parsing time:         0.39         s                                       |
5.30/6.58	c 6	============================[ Search Statistics ]==============================
5.30/6.58	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.30/6.58	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.30/6.58	c 6	===============================================================================
5.30/6.58	c 6	|         0 |   10240   252650   735087 |    84216        0    nan |  0.000 % |
6.21/6.64	c 6	===============================================================================
6.21/6.64	c 6	restarts              : 1
6.21/6.64	c 6	conflicts             : 0              (0 /sec)
6.21/6.64	c 6	decisions             : 834            (0.48 % random) (921 /sec)
6.21/6.64	c 6	propagations          : 17661          (19496 /sec)
6.21/6.64	c 6	conflict literals     : 0              ( nan % deleted)
6.21/6.64	c 6	Memory used           : 36.84 MB
6.21/6.64	c 6	CPU time              : 0.905862 s
6.21/6.64	c 6	
6.21/6.65	c 6	SATISFIABLE
6.21/6.65	c 6	FOUND: _COST <= 97
6.21/6.65	c 6	DECODING HOME/temp.out WITH HOME/temp.map
6.21/6.65	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.28/6.73	c 6	Decoding HOME/temp.out
6.28/6.97	c 7	OBJECTIVE _COST 97
6.28/6.97	o 97
6.28/6.97	v 12 13 14 33 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 34 35 36 37 37 38 38 38 38 38 38 38 38 38 38 38 38 38
6.28/6.98	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.28/7.02	c 7	OBJECTIVE BOUND: 0 <= _COST <= 97
6.28/7.02	c 7	SEARCHING: _COST <= 48
6.28/7.02	c 7	SOLVING HOME/temp.cnf
6.28/7.02	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.28/7.03	c 7	This is MiniSat 2.0 beta
6.28/7.03	c 7	WARNING: for repeatability, setting FPU to use double precision
6.28/7.03	c 7	============================[ Problem Statistics ]=============================
6.28/7.03	c 7	|                                                                             |
6.28/7.03	c 7	|  Number of variables:  17661                                                |
6.28/7.03	c 7	|  Number of clauses:    862664                                               |
6.60/7.49	c 7	|  Parsing time:         0.42         s                                       |
7.46/7.98	c 8	============================[ Search Statistics ]==============================
7.46/7.98	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.46/7.98	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.46/7.98	c 8	===============================================================================
7.46/7.98	c 8	|         0 |    9199   166970   481121 |    55656        0    nan |  0.000 % |
7.56/8.03	c 8	===============================================================================
7.56/8.03	c 8	restarts              : 1
7.56/8.03	c 8	conflicts             : 0              (0 /sec)
7.56/8.03	c 8	decisions             : 871            (0.11 % random) (910 /sec)
7.56/8.03	c 8	propagations          : 17661          (18457 /sec)
7.56/8.03	c 8	conflict literals     : 0              ( nan % deleted)
7.56/8.03	c 8	Memory used           : 37.11 MB
7.56/8.03	c 8	CPU time              : 0.956854 s
7.56/8.03	c 8	
7.56/8.04	c 8	SATISFIABLE
7.56/8.05	c 8	FOUND: _COST <= 48
7.56/8.05	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.56/8.05	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.62/8.13	c 8	Decoding HOME/temp.out
7.62/8.26	c 8	OBJECTIVE _COST 48
7.62/8.26	o 48
7.62/8.26	v 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 38 38 38 38 38 38 38 38 38
7.62/8.26	c 8	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.62/8.31	c 8	OBJECTIVE BOUND: 0 <= _COST <= 48
7.62/8.31	c 8	SEARCHING: _COST <= 24
7.62/8.31	c 8	SOLVING HOME/temp.cnf
7.62/8.31	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.62/8.32	c 8	This is MiniSat 2.0 beta
7.62/8.32	c 8	WARNING: for repeatability, setting FPU to use double precision
7.62/8.32	c 8	============================[ Problem Statistics ]=============================
7.62/8.32	c 8	|                                                                             |
7.62/8.32	c 8	|  Number of variables:  17661                                                |
7.62/8.32	c 8	|  Number of clauses:    862664                                               |
7.83/8.78	c 8	|  Parsing time:         0.41         s                                       |
8.69/9.25	c 9	============================[ Search Statistics ]==============================
8.69/9.25	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.69/9.25	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.69/9.25	c 9	===============================================================================
8.69/9.25	c 9	|         0 |    8323   120890   345485 |    40296        0    nan |  0.000 % |
8.79/9.30	c 9	===============================================================================
8.79/9.30	c 9	restarts              : 1
8.79/9.30	c 9	conflicts             : 0              (0 /sec)
8.79/9.30	c 9	decisions             : 847            (0.12 % random) (921 /sec)
8.79/9.30	c 9	propagations          : 17661          (19200 /sec)
8.79/9.30	c 9	conflict literals     : 0              ( nan % deleted)
8.79/9.30	c 9	Memory used           : 37.13 MB
8.79/9.30	c 9	CPU time              : 0.91986 s
8.79/9.30	c 9	
8.79/9.31	c 9	SATISFIABLE
8.79/9.31	c 9	FOUND: _COST <= 24
8.79/9.31	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.79/9.31	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.79/9.39	c 9	Decoding HOME/temp.out
8.82/9.52	c 9	OBJECTIVE _COST 24
8.82/9.52	o 24
8.82/9.52	v 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 38 38 38 38 38 38
8.82/9.53	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.82/9.58	c 9	OBJECTIVE BOUND: 0 <= _COST <= 24
8.82/9.58	c 9	SEARCHING: _COST <= 12
8.82/9.58	c 9	SOLVING HOME/temp.cnf
8.82/9.58	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.82/9.58	c 9	This is MiniSat 2.0 beta
8.82/9.58	c 9	WARNING: for repeatability, setting FPU to use double precision
8.82/9.58	c 9	============================[ Problem Statistics ]=============================
8.82/9.58	c 9	|                                                                             |
8.82/9.58	c 9	|  Number of variables:  17661                                                |
8.82/9.58	c 9	|  Number of clauses:    862664                                               |
9.45/10.06	c 10	|  Parsing time:         0.43         s                                       |
9.94/10.51	c 10	============================[ Search Statistics ]==============================
9.94/10.51	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.94/10.51	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.94/10.51	c 10	===============================================================================
9.94/10.51	c 10	|         0 |    7507    95924   273023 |    31974        0    nan |  0.000 % |
9.94/10.55	c 10	===============================================================================
9.94/10.55	c 10	restarts              : 1
9.94/10.55	c 10	conflicts             : 0              (0 /sec)
9.94/10.55	c 10	decisions             : 834            (0.00 % random) (902 /sec)
9.94/10.55	c 10	propagations          : 17661          (19096 /sec)
9.94/10.55	c 10	conflict literals     : 0              ( nan % deleted)
9.94/10.55	c 10	Memory used           : 36.84 MB
9.94/10.55	c 10	CPU time              : 0.924859 s
9.94/10.55	c 10	
9.94/10.56	c 10	SATISFIABLE
9.94/10.57	c 10	FOUND: _COST <= 12
9.94/10.57	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.94/10.57	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.02/10.65	c 10	Decoding HOME/temp.out
10.02/10.78	c 10	OBJECTIVE _COST 12
10.02/10.78	o 12
10.02/10.78	v 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 38 38 38 38
10.02/10.78	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.02/10.84	c 11	OBJECTIVE BOUND: 0 <= _COST <= 12
10.02/10.84	c 11	SEARCHING: _COST <= 6
10.02/10.84	c 11	SOLVING HOME/temp.cnf
10.02/10.84	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.02/10.84	c 11	This is MiniSat 2.0 beta
10.02/10.84	c 11	WARNING: for repeatability, setting FPU to use double precision
10.02/10.84	c 11	============================[ Problem Statistics ]=============================
10.02/10.84	c 11	|                                                                             |
10.02/10.84	c 11	|  Number of variables:  17661                                                |
10.02/10.84	c 11	|  Number of clauses:    862664                                               |
10.68/11.33	c 11	|  Parsing time:         0.43         s                                       |
11.08/11.78	c 11	============================[ Search Statistics ]==============================
11.08/11.78	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.08/11.78	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.08/11.78	c 11	===============================================================================
11.08/11.78	c 11	|         0 |    6715    82091   233894 |    27363        0    nan |  0.000 % |
11.18/11.82	c 12	===============================================================================
11.18/11.82	c 12	restarts              : 1
11.18/11.82	c 12	conflicts             : 0              (0 /sec)
11.18/11.82	c 12	decisions             : 747            (0.27 % random) (805 /sec)
11.18/11.82	c 12	propagations          : 17661          (19034 /sec)
11.18/11.82	c 12	conflict literals     : 0              ( nan % deleted)
11.18/11.82	c 12	Memory used           : 36.84 MB
11.18/11.82	c 12	CPU time              : 0.927858 s
11.18/11.82	c 12	
11.18/11.83	c 12	SATISFIABLE
11.18/11.84	c 12	FOUND: _COST <= 6
11.18/11.84	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.18/11.84	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.23/11.92	c 12	Decoding HOME/temp.out
11.47/12.19	c 12	OBJECTIVE _COST 6
11.47/12.19	o 6
11.47/12.20	v 4 2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 38 38 38
11.47/12.20	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.59/12.25	c 12	OBJECTIVE BOUND: 0 <= _COST <= 6
11.59/12.25	c 12	SEARCHING: _COST <= 3
11.59/12.25	c 12	SOLVING HOME/temp.cnf
11.59/12.25	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.59/12.25	c 12	This is MiniSat 2.0 beta
11.59/12.26	c 12	WARNING: for repeatability, setting FPU to use double precision
11.59/12.26	c 12	============================[ Problem Statistics ]=============================
11.59/12.26	c 12	|                                                                             |
11.59/12.26	c 12	|  Number of variables:  17661                                                |
11.59/12.26	c 12	|  Number of clauses:    862664                                               |
11.62/12.74	c 12	|  Parsing time:         0.42         s                                       |
11.63/13.17	c 13	============================[ Search Statistics ]==============================
11.63/13.17	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.63/13.17	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.63/13.17	c 13	===============================================================================
11.63/13.17	c 13	|         0 |    5932    73964   211859 |    24654        0    nan |  0.000 % |
12.56/13.22	c 13	===============================================================================
12.56/13.22	c 13	restarts              : 1
12.56/13.22	c 13	conflicts             : 0              (0 /sec)
12.56/13.22	c 13	decisions             : 746            (0.13 % random) (829 /sec)
12.56/13.22	c 13	propagations          : 17661          (19626 /sec)
12.56/13.22	c 13	conflict literals     : 0              ( nan % deleted)
12.56/13.22	c 13	Memory used           : 36.84 MB
12.56/13.22	c 13	CPU time              : 0.899863 s
12.56/13.22	c 13	
12.56/13.23	c 13	SATISFIABLE
12.56/13.24	c 13	FOUND: _COST <= 3
12.56/13.24	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.56/13.24	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
12.61/13.32	c 13	Decoding HOME/temp.out
12.61/13.45	c 13	OBJECTIVE _COST 3
12.61/13.45	o 3
12.61/13.45	v 1 37 0 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 38 38 36
12.61/13.45	c 13	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.61/13.50	c 13	OBJECTIVE BOUND: 0 <= _COST <= 3
12.61/13.50	c 13	SEARCHING: _COST <= 1
12.61/13.50	c 13	SOLVING HOME/temp.cnf
12.61/13.50	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.61/13.51	c 13	This is MiniSat 2.0 beta
12.61/13.51	c 13	WARNING: for repeatability, setting FPU to use double precision
12.61/13.51	c 13	============================[ Problem Statistics ]=============================
12.61/13.51	c 13	|                                                                             |
12.61/13.51	c 13	|  Number of variables:  17661                                                |
12.61/13.51	c 13	|  Number of clauses:    862664                                               |
12.82/13.99	c 14	|  Parsing time:         0.43         s                                       |
13.70/14.43	c 14	============================[ Search Statistics ]==============================
13.70/14.43	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.70/14.43	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.70/14.43	c 14	===============================================================================
13.70/14.43	c 14	|         0 |    4640    66217   192492 |    22072        0    nan |  0.000 % |
13.70/14.47	c 14	===============================================================================
13.70/14.47	c 14	restarts              : 1
13.70/14.47	c 14	conflicts             : 0              (0 /sec)
13.70/14.47	c 14	decisions             : 733            (0.41 % random) (805 /sec)
13.70/14.47	c 14	propagations          : 17661          (19389 /sec)
13.70/14.47	c 14	conflict literals     : 0              ( nan % deleted)
13.70/14.47	c 14	Memory used           : 36.98 MB
13.70/14.47	c 14	CPU time              : 0.910861 s
13.70/14.47	c 14	
13.70/14.48	c 14	SATISFIABLE
13.70/14.49	c 14	FOUND: _COST <= 1
13.70/14.49	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.70/14.49	c 14	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.81/14.57	c 14	Decoding HOME/temp.out
13.81/14.70	c 14	OBJECTIVE _COST 1
13.81/14.70	o 1
13.81/14.70	v 1 14 0 2 3 4 5 6 7 8 9 10 11 12 13 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 38
13.81/14.70	c 14	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
13.81/14.75	c 14	OBJECTIVE BOUND: 0 <= _COST <= 1
13.81/14.75	c 14	SEARCHING: _COST <= 0
13.81/14.75	c 14	SOLVING HOME/temp.cnf
13.81/14.75	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.81/14.76	c 14	This is MiniSat 2.0 beta
13.81/14.76	c 14	WARNING: for repeatability, setting FPU to use double precision
13.81/14.76	c 14	============================[ Problem Statistics ]=============================
13.81/14.76	c 14	|                                                                             |
13.81/14.76	c 14	|  Number of variables:  17661                                                |
13.81/14.76	c 14	|  Number of clauses:    862664                                               |
14.02/15.24	c 15	|  Parsing time:         0.42         s                                       |
14.84/15.68	c 15	============================[ Search Statistics ]==============================
14.84/15.68	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.84/15.68	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.84/15.68	c 15	===============================================================================
14.84/15.68	c 15	|         0 |    3080    63100   184700 |    21033        0    nan |  0.000 % |
14.94/15.73	c 15	|       100 |    3080    63100   184700 |    23136      100     11 | 82.560 % |
14.94/15.74	c 15	|       250 |    3080    63100   184700 |    25450      250      9 | 82.560 % |
14.94/15.75	c 15	|       477 |    3080    63100   184700 |    27995      477      8 | 82.560 % |
14.94/15.77	c 15	|       814 |    3080    63100   184700 |    30794      814      8 | 82.560 % |
14.94/15.79	c 15	|      1320 |    3080    63100   184700 |    33874     1320      9 | 82.560 % |
15.04/15.82	c 16	|      2080 |    3080    63100   184700 |    37261     2080      9 | 82.560 % |
15.04/15.89	c 16	|      3219 |    3080    63100   184700 |    40988     3219     11 | 82.560 % |
15.14/15.96	c 16	|      4927 |    3080    63100   184700 |    45086     4927     10 | 82.560 % |
15.24/16.06	c 16	|      7489 |    3080    63100   184700 |    49595     7489     10 | 82.560 % |
15.44/16.29	c 16	|     11333 |    3080    63100   184700 |    54555    11333     10 | 82.560 % |
15.74/16.60	c 16	|     17100 |    3080    63100   184700 |    60010    17100     10 | 82.560 % |
16.63/17.48	c 17	|     25749 |    3080    63100   184700 |    66011    25749     11 | 82.560 % |
18.03/18.86	c 19	|     38724 |    3080    63100   184700 |    72612    38724     13 | 82.560 % |
20.31/21.10	c 21	|     58185 |    3080    63100   184700 |    79874    58185     13 | 82.560 % |
26.09/26.98	c 27	|     87377 |    3080    63100   184700 |    87861    87377     14 | 82.560 % |
35.94/36.88	c 37	|    131168 |    3080    63100   184700 |    96647    39684     17 | 82.560 % |
53.65/54.65	c 54	|    196853 |    3080    63100   184700 |   106312   105369     17 | 82.560 % |
100.83/102.03	c 102	|    295379 |    3080    63100   184700 |   116943    95044     23 | 82.560 % |
163.93/165.40	c 165	|    443169 |    3080    63100   184700 |   128637   123416     19 | 82.560 % |
239.56/241.44	c 241	|    664852 |    3080    63100   184700 |   141501    85601     18 | 82.560 % |
433.84/436.67	c 436	|    997379 |    3080    63100   184700 |   155651   133335     21 | 82.560 % |
786.74/791.22	c 791	|   1496169 |    3080    63100   184700 |   171217   164422     17 | 82.560 % |
1302.10/1309.58	c 1309	|   2244351 |    3080    63100   184700 |   188338    57790     20 | 82.560 % |
2255.84/2272.29	c 2272	|   3366625 |    3080    63100   184700 |   207172    49366     21 | 82.560 % |
3600.02/3629.02	c ERROR INTERRUPTED
3600.02/3629.03	c 3629	CPU 13 (0.05 0.02 12.95 1.01)
3600.02/3629.03	c 3629	END Sat Jul 12 22:42:46 2008

Verifier Data (download as text)

OK	1	779
1 unsatisfied constraints, 779 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-1113808-1215891737/watcher-1113808-1215891737 -o /tmp/evaluation-result-1113808-1215891737/solver-1113808-1215891737 -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-1113808-1215891737.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: 2.41 2.58 2.60 4/81 19794
/proc/meminfo: memFree=1919552/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=18572 CPUtime=0
/proc/19794/stat : 19794 (runsolver) D 19792 19794 19634 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 45875384 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 264907582759 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/19794/statm: 4643 292 257 25 0 2626 0

[startup+0.105229 s]
/proc/loadavg: 2.41 2.58 2.60 4/81 19794
/proc/meminfo: memFree=1919552/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=12412 CPUtime=0
/proc/19794/stat : 19794 (sugar) D 19792 19794 19634 0 -1 4194304 411 0 3 0 0 0 0 0 18 0 1 0 45875384 12709888 382 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/19794/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.201239 s]
/proc/loadavg: 2.41 2.58 2.60 4/81 19794
/proc/meminfo: memFree=1919552/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13600 CPUtime=0.03
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 895 127 3 0 3 0 0 0 19 0 1 0 45875384 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301248 s]
/proc/loadavg: 2.41 2.58 2.60 4/81 19794
/proc/meminfo: memFree=1919552/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13600 CPUtime=0.03
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 895 127 3 0 3 0 0 0 19 0 1 0 45875384 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701266 s]
/proc/loadavg: 2.41 2.58 2.60 4/81 19794
/proc/meminfo: memFree=1919552/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13600 CPUtime=0.03
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 913 127 3 0 3 0 0 0 15 0 1 0 45875384 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50232 s]
/proc/loadavg: 2.41 2.58 2.60 4/92 19816
/proc/meminfo: memFree=1907944/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13600 CPUtime=0.55
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 971 4572 3 1 3 1 48 3 15 0 1 0 45875384 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3400 797 370 3 0 500 0
[pid=19807] ppid=19794 vsize=5356 CPUtime=0
/proc/19807/stat : 19807 (sh) S 19794 19794 19634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45875457 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19807/statm: 1339 233 193 169 0 50 0
[pid=19808] ppid=19807 vsize=868492 CPUtime=0.74
/proc/19808/stat : 19808 (java) S 19807 19794 19634 0 -1 0 6663 0 1 0 70 4 0 0 18 0 9 0 45875458 889335808 5885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19808/statm: 217123 5885 2562 9 0 211670 0
[pid=19808/tid=19809] ppid=19807 vsize=868492 CPUtime=0.42
/proc/19808/task/19809/stat : 19809 (java) R 19807 19794 19634 0 -1 64 2714 0 1 0 40 2 0 0 20 0 9 0 45875459 889335808 5885 996147200 134512640 134550740 4294955936 18446744073709551615 102606080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19808/tid=19810] ppid=19807 vsize=868492 CPUtime=0.06
/proc/19808/task/19810/stat : 19810 (java) S 19807 19794 19634 0 -1 64 1763 0 0 0 6 0 0 0 16 0 9 0 45875460 889335808 5885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19808/tid=19811] ppid=19807 vsize=868492 CPUtime=0
/proc/19808/task/19811/stat : 19811 (java) S 19807 19794 19634 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45875460 889335808 5885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19808/tid=19812] ppid=19807 vsize=868492 CPUtime=0
/proc/19808/task/19812/stat : 19812 (java) S 19807 19794 19634 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45875460 889335808 5885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19808/tid=19813] ppid=19807 vsize=868492 CPUtime=0
/proc/19808/task/19813/stat : 19813 (java) S 19807 19794 19634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45875462 889335808 5885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19808/tid=19814] ppid=19807 vsize=868492 CPUtime=0.24
/proc/19808/task/19814/stat : 19814 (java) S 19807 19794 19634 0 -1 64 1492 0 0 0 23 1 0 0 16 0 9 0 45875462 889335808 5885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19808/tid=19815] ppid=19807 vsize=868492 CPUtime=0
/proc/19808/task/19815/stat : 19815 (java) S 19807 19794 19634 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45875462 889335808 5885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19808/tid=19816] ppid=19807 vsize=868492 CPUtime=0
/proc/19808/task/19816/stat : 19816 (java) S 19807 19794 19634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45875462 889335808 5885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 887448

[startup+3.10243 s]
/proc/loadavg: 2.37 2.57 2.60 3/92 19816
/proc/meminfo: memFree=1897000/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13600 CPUtime=0.55
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 971 4572 3 1 3 1 48 3 15 0 1 0 45875384 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3400 797 370 3 0 500 0
[pid=19807] ppid=19794 vsize=5356 CPUtime=0
/proc/19807/stat : 19807 (sh) S 19794 19794 19634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45875457 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19807/statm: 1339 233 193 169 0 50 0
[pid=19808] ppid=19807 vsize=868492 CPUtime=2.33
/proc/19808/stat : 19808 (java) S 19807 19794 19634 0 -1 0 7146 0 1 0 216 17 0 0 18 0 9 0 45875458 889335808 5896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19808/statm: 217123 5896 2562 9 0 211670 0
[pid=19808/tid=19809] ppid=19807 vsize=868492 CPUtime=1.84
/proc/19808/task/19809/stat : 19809 (java) R 19807 19794 19634 0 -1 64 3186 0 1 0 173 11 0 0 25 0 9 0 45875459 889335808 5896 996147200 134512640 134550740 4294955936 18446744073709551615 4126995252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19808/tid=19810] ppid=19807 vsize=868492 CPUtime=0.21
/proc/19808/task/19810/stat : 19810 (java) S 19807 19794 19634 0 -1 64 1763 0 0 0 17 4 0 0 16 0 9 0 45875460 889335808 5896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19808/tid=19811] ppid=19807 vsize=868492 CPUtime=0
/proc/19808/task/19811/stat : 19811 (java) S 19807 19794 19634 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45875460 889335808 5896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19808/tid=19812] ppid=19807 vsize=868492 CPUtime=0
/proc/19808/task/19812/stat : 19812 (java) S 19807 19794 19634 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 45875460 889335808 5896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19808/tid=19813] ppid=19807 vsize=868492 CPUtime=0
/proc/19808/task/19813/stat : 19813 (java) S 19807 19794 19634 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45875462 889335808 5896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19808/tid=19814] ppid=19807 vsize=868492 CPUtime=0.26
/proc/19808/task/19814/stat : 19814 (java) S 19807 19794 19634 0 -1 64 1503 0 0 0 25 1 0 0 16 0 9 0 45875462 889335808 5896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19808/tid=19815] ppid=19807 vsize=868492 CPUtime=0
/proc/19808/task/19815/stat : 19815 (java) S 19807 19794 19634 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45875462 889335808 5896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19808/tid=19816] ppid=19807 vsize=868492 CPUtime=0
/proc/19808/task/19816/stat : 19816 (java) S 19807 19794 19634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45875462 889335808 5896 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 887448

[startup+6.30163 s]
/proc/loadavg: 2.37 2.57 2.60 4/92 19840
/proc/meminfo: memFree=1894376/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=5.3
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 1305 38424 6 4 4 1 486 39 15 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
Current children cumulated CPU time (s) 5.3
Current children cumulated vsize (KiB) 13732

[startup+12.7021 s]
/proc/loadavg: 2.39 2.57 2.59 4/92 19900
/proc/meminfo: memFree=1894376/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=11.62
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 1877 105178 6 9 4 2 1075 81 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
Current children cumulated CPU time (s) 11.62
Current children cumulated vsize (KiB) 13732

[startup+25.5019 s]
/proc/loadavg: 2.33 2.55 2.59 3/84 19926
/proc/meminfo: memFree=1863208/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 2105 131856 6 11 5 2 1295 100 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
[pid=19925] ppid=19794 vsize=5356 CPUtime=0
/proc/19925/stat : 19925 (sh) S 19794 19794 19634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45876860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19925/statm: 1339 232 193 169 0 50 0
[pid=19926] ppid=19925 vsize=38140 CPUtime=10.67
/proc/19926/stat : 19926 (minisat) R 19925 19794 19634 0 -1 4194304 9258 0 0 0 1062 5 0 0 25 0 1 0 45876860 39055360 9244 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/19926/statm: 9535 9244 76 150 0 9382 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 57228

[startup+51.1015 s]
/proc/loadavg: 2.22 2.51 2.57 3/84 19926
/proc/meminfo: memFree=1863080/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 2105 131856 6 11 5 2 1295 100 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
[pid=19925] ppid=19794 vsize=5356 CPUtime=0
/proc/19925/stat : 19925 (sh) S 19794 19794 19634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45876860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19925/statm: 1339 232 193 169 0 50 0
[pid=19926] ppid=19925 vsize=38624 CPUtime=36.15
/proc/19926/stat : 19926 (minisat) R 19925 19794 19634 0 -1 4194304 9321 0 0 0 3610 5 0 0 25 0 1 0 45876860 39550976 9307 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19926/statm: 9656 9307 76 150 0 9503 0
Current children cumulated CPU time (s) 50.17
Current children cumulated vsize (KiB) 57712

[startup+102.302 s]
/proc/loadavg: 2.08 2.42 2.53 3/84 19926
/proc/meminfo: memFree=1861544/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 2105 131856 6 11 5 2 1295 100 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
[pid=19925] ppid=19794 vsize=5356 CPUtime=0
/proc/19925/stat : 19925 (sh) S 19794 19794 19634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45876860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19925/statm: 1339 232 193 169 0 50 0
[pid=19926] ppid=19925 vsize=40120 CPUtime=87.11
/proc/19926/stat : 19926 (minisat) R 19925 19794 19634 0 -1 4194304 9702 0 0 0 8705 6 0 0 25 0 1 0 45876860 41082880 9688 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/19926/statm: 10030 9688 76 150 0 9877 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 59208

[startup+162.302 s]
/proc/loadavg: 2.03 2.35 2.50 3/84 19926
/proc/meminfo: memFree=1859112/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 2105 131856 6 11 5 2 1295 100 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
[pid=19925] ppid=19794 vsize=5356 CPUtime=0
/proc/19925/stat : 19925 (sh) S 19794 19794 19634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45876860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19925/statm: 1339 232 193 169 0 50 0
[pid=19926] ppid=19925 vsize=42568 CPUtime=146.82
/proc/19926/stat : 19926 (minisat) R 19925 19794 19634 0 -1 4194304 10288 0 0 0 14676 6 0 0 25 0 1 0 45876860 43589632 10274 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19926/statm: 10642 10274 76 150 0 10489 0
Current children cumulated CPU time (s) 160.84
Current children cumulated vsize (KiB) 61656

[startup+222.307 s]
/proc/loadavg: 2.01 2.28 2.46 3/84 19926
/proc/meminfo: memFree=1856616/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02

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

/proc/meminfo: memFree=1815912/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 2105 131856 6 11 5 2 1295 100 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
[pid=19925] ppid=19794 vsize=5356 CPUtime=0
/proc/19925/stat : 19925 (sh) S 19794 19794 19634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45876860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19925/statm: 1339 232 193 169 0 50 0
[pid=19926] ppid=19925 vsize=80760 CPUtime=3123.64
/proc/19926/stat : 19926 (minisat) R 19925 19794 19634 0 -1 4194304 19036 0 0 0 312344 20 0 0 25 0 1 0 45876860 82698240 19014 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19926/statm: 20190 19014 76 150 0 20037 0
Current children cumulated CPU time (s) 3137.66
Current children cumulated vsize (KiB) 99848

[startup+3222.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/84 19975
/proc/meminfo: memFree=1814760/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 2105 131856 6 11 5 2 1295 100 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
[pid=19925] ppid=19794 vsize=5356 CPUtime=0
/proc/19925/stat : 19925 (sh) S 19794 19794 19634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45876860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19925/statm: 1339 232 193 169 0 50 0
[pid=19926] ppid=19925 vsize=82052 CPUtime=3183.08
/proc/19926/stat : 19926 (minisat) R 19925 19794 19634 0 -1 4194304 19367 0 0 0 318288 20 0 0 25 0 1 0 45876860 84021248 19345 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/19926/statm: 20513 19345 76 150 0 20360 0
Current children cumulated CPU time (s) 3197.1
Current children cumulated vsize (KiB) 101140

[startup+3282.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/84 19975
/proc/meminfo: memFree=1814248/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 2105 131856 6 11 5 2 1295 100 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
[pid=19925] ppid=19794 vsize=5356 CPUtime=0
/proc/19925/stat : 19925 (sh) S 19794 19794 19634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45876860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19925/statm: 1339 232 193 169 0 50 0
[pid=19926] ppid=19925 vsize=82288 CPUtime=3242.52
/proc/19926/stat : 19926 (minisat) R 19925 19794 19634 0 -1 4194304 19427 0 0 0 324232 20 0 0 25 0 1 0 45876860 84262912 19405 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19926/statm: 20572 19405 76 150 0 20419 0
Current children cumulated CPU time (s) 3256.54
Current children cumulated vsize (KiB) 101376

[startup+3342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 19975
/proc/meminfo: memFree=1814120/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 2105 131856 6 11 5 2 1295 100 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
[pid=19925] ppid=19794 vsize=5356 CPUtime=0
/proc/19925/stat : 19925 (sh) S 19794 19794 19634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45876860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19925/statm: 1339 232 193 169 0 50 0
[pid=19926] ppid=19925 vsize=82444 CPUtime=3301.96
/proc/19926/stat : 19926 (minisat) R 19925 19794 19634 0 -1 4194304 19459 0 0 0 330176 20 0 0 25 0 1 0 45876860 84422656 19437 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19926/statm: 20611 19437 76 150 0 20458 0
Current children cumulated CPU time (s) 3315.98
Current children cumulated vsize (KiB) 101532

[startup+3402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 19975
/proc/meminfo: memFree=1813928/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 2105 131856 6 11 5 2 1295 100 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
[pid=19925] ppid=19794 vsize=5356 CPUtime=0
/proc/19925/stat : 19925 (sh) S 19794 19794 19634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45876860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19925/statm: 1339 232 193 169 0 50 0
[pid=19926] ppid=19925 vsize=82596 CPUtime=3361.4
/proc/19926/stat : 19926 (minisat) R 19925 19794 19634 0 -1 4194304 19486 0 0 0 336120 20 0 0 25 0 1 0 45876860 84578304 19464 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19926/statm: 20649 19464 76 150 0 20496 0
Current children cumulated CPU time (s) 3375.42
Current children cumulated vsize (KiB) 101684

[startup+3462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 19975
/proc/meminfo: memFree=1813672/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 2105 131856 6 11 5 2 1295 100 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
[pid=19925] ppid=19794 vsize=5356 CPUtime=0
/proc/19925/stat : 19925 (sh) S 19794 19794 19634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45876860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19925/statm: 1339 232 193 169 0 50 0
[pid=19926] ppid=19925 vsize=82772 CPUtime=3420.84
/proc/19926/stat : 19926 (minisat) R 19925 19794 19634 0 -1 4194304 19509 0 0 0 342064 20 0 0 25 0 1 0 45876860 84758528 19487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19926/statm: 20693 19487 76 150 0 20540 0
Current children cumulated CPU time (s) 3434.86
Current children cumulated vsize (KiB) 101860

[startup+3522.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 19975
/proc/meminfo: memFree=1813608/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 2105 131856 6 11 5 2 1295 100 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
[pid=19925] ppid=19794 vsize=5356 CPUtime=0
/proc/19925/stat : 19925 (sh) S 19794 19794 19634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45876860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19925/statm: 1339 232 193 169 0 50 0
[pid=19926] ppid=19925 vsize=82772 CPUtime=3480.28
/proc/19926/stat : 19926 (minisat) R 19925 19794 19634 0 -1 4194304 19529 0 0 0 348008 20 0 0 25 0 1 0 45876860 84758528 19507 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/19926/statm: 20693 19507 76 150 0 20540 0
Current children cumulated CPU time (s) 3494.3
Current children cumulated vsize (KiB) 101860

[startup+3582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 19975
/proc/meminfo: memFree=1813288/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 2105 131856 6 11 5 2 1295 100 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
[pid=19925] ppid=19794 vsize=5356 CPUtime=0
/proc/19925/stat : 19925 (sh) S 19794 19794 19634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45876860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19925/statm: 1339 232 193 169 0 50 0
[pid=19926] ppid=19925 vsize=82988 CPUtime=3539.72
/proc/19926/stat : 19926 (minisat) R 19925 19794 19634 0 -1 4194304 19555 0 0 0 353952 20 0 0 25 0 1 0 45876860 84979712 19533 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19926/statm: 20747 19533 76 150 0 20594 0
Current children cumulated CPU time (s) 3553.74
Current children cumulated vsize (KiB) 102076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19975
/proc/meminfo: memFree=1813096/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 2105 131856 6 11 5 2 1295 100 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
[pid=19925] ppid=19794 vsize=5356 CPUtime=0
/proc/19925/stat : 19925 (sh) S 19794 19794 19634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45876860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19925/statm: 1339 232 193 169 0 50 0
[pid=19926] ppid=19925 vsize=83232 CPUtime=3586
/proc/19926/stat : 19926 (minisat) R 19925 19794 19634 0 -1 4194304 19617 0 0 0 358579 21 0 0 25 0 1 0 45876860 85229568 19595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19926/statm: 20808 19595 76 150 0 20655 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 102320

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

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

[startup+3629.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19975
/proc/meminfo: memFree=1813096/2055920 swapFree=4180348/4192956
[pid=19794] ppid=19792 vsize=13732 CPUtime=14.02
/proc/19794/stat : 19794 (sugar) S 19792 19794 19634 0 -1 4194304 2105 131856 6 11 5 2 1295 100 16 0 1 0 45875384 14061568 824 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19794/statm: 3433 824 374 3 0 533 0
[pid=19925] ppid=19794 vsize=5356 CPUtime=0
/proc/19925/stat : 19925 (sh) S 19794 19794 19634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45876860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19925/statm: 1339 232 193 169 0 50 0
[pid=19926] ppid=19925 vsize=83232 CPUtime=3586
/proc/19926/stat : 19926 (minisat) R 19925 19794 19634 0 -1 4194304 19617 0 0 0 358579 21 0 0 25 0 1 0 45876860 85229568 19595 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19926/statm: 20808 19595 76 150 0 20655 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 102320

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19794 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=6022
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=48840
# CPU time returned by wait4() is 14.0549
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3629.04
CPU time (s): 3600.02
CPU user time (s): 3598.79
CPU system time (s): 1.23
CPU usage (%): 99.2004
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.006
system time used= 1.04884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134302
page faults= 17
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8009
involuntary context switches= 7604

runsolver used 4.5803 second user time and 11.9422 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-12 21:42:17
IDJOB=1113808
IDBENCH=61644
IDSOLVER=368
FILE ID=node30/1113808-1215891737
PBS_JOBID= 7903660
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pigeons/normalized-pigeons-40.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-1113808-1215891737/watcher-1113808-1215891737 -o /tmp/evaluation-result-1113808-1215891737/solver-1113808-1215891737 -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-1113808-1215891737.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eea217fbe9fa720f84d7ae0049a25dc7
RANDOM SEED=2103317341

node30.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.234
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.234
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:       1920032 kB
Buffers:         12612 kB
Cached:          47068 kB
SwapCached:       6144 kB
Active:          70748 kB
Inactive:        23496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1920032 kB
SwapTotal:     4192956 kB
SwapFree:      4180348 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          50880 kB
Slab:            26732 kB
Committed_AS:   266836 kB
PageTables:       1948 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= 66548 MiB
End job on node30 at 2008-07-12 22:42:48