Trace number 1109827

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+minisat-incMSAT (TO)4 3600.1 3605.84

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-20-30.xml
MD5SUMde1a4b88e074f5e2a8f7cfa8a5e48f0f
Bench CategoryN-ARY-INT (n-ary 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 benchmark3600.07
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints100
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
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.04/0.17	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.17	c 0	BEGIN Fri Jul 11 23:31:06 2008
0.04/0.17	c 0	PID 15814
0.04/0.18	c 0	HOST node22.alineos.net
0.04/0.18	c 0	CONVERTING HOME/instance-1109827-1215811866.xml TO HOME/temp.csp
0.04/0.18	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109827-1215811866.xml' 'HOME/temp.csp'
0.07/0.71	c 0	1 domains, 1200 variables, 2 predicates, 0 relations, 100 constraints
0.07/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.73	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/0.82	c 1	Parsing HOME/temp.csp
0.61/0.98	c 1	parsed 1303 expressions
0.61/0.99	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.61/0.99	c 1	MAX CSP: 100 constraints
0.61/0.99	c 1	Converting to clausal form CSP
0.85/1.02	c 1	converted 141 (10%) expressions
0.85/1.02	c 1	converted 282 (20%) expressions
0.85/1.03	c 1	converted 422 (30%) expressions
0.85/1.03	c 1	converted 563 (40%) expressions
0.85/1.03	c 1	converted 703 (50%) expressions
0.85/1.03	c 1	converted 844 (60%) expressions
0.85/1.03	c 1	converted 985 (70%) expressions
0.85/1.04	c 1	converted 1125 (80%) expressions
1.05/1.26	c 1	converted 1266 (90%) expressions
1.15/1.39	c 1	converted 1406 (100%) expressions
1.15/1.39	c 1	CSP : 3600 integers, 0 booleans, 4699 clauses, largest domain size 151
1.15/1.39	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.15/1.39	c 1	Propagation in CSP
1.24/1.46	c 1	97 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.24/1.46	c 1	CSP : 3600 integers, 0 booleans, 4699 clauses, largest domain size 101
1.24/1.47	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.47	c 1	Simplifing CSP by introducing new Boolean variables
1.24/1.47	c 1	CSP : 3600 integers, 0 booleans, 4699 clauses, largest domain size 101
1.24/1.47	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.52	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.34/1.53	c 1	360 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.34/1.53	c 1	720 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.34/1.54	c 1	1080 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.34/1.55	c 1	1440 (40%) CSP integer variables are encoded (628 clauses, 8228 bytes)
1.34/1.55	c 1	1800 (50%) CSP integer variables are encoded (1576 clauses, 20552 bytes)
1.34/1.56	c 1	2160 (60%) CSP integer variables are encoded (2525 clauses, 32889 bytes)
1.34/1.56	c 1	2520 (70%) CSP integer variables are encoded (3547 clauses, 46175 bytes)
1.34/1.57	c 1	2880 (80%) CSP integer variables are encoded (4670 clauses, 60774 bytes)
1.34/1.57	c 1	3240 (90%) CSP integer variables are encoded (5790 clauses, 75334 bytes)
1.34/1.58	c 1	3600 (100%) CSP integer variables are encoded (7676 clauses, 102163 bytes)
1.45/1.62	c 1	470 (10%) CSP clauses are encoded (11682 clauses, 165192 bytes)
1.45/1.65	c 1	940 (20%) CSP clauses are encoded (15678 clauses, 228538 bytes)
1.45/1.67	c 1	1410 (30%) CSP clauses are encoded (19738 clauses, 292982 bytes)
1.45/1.70	c 1	1880 (40%) CSP clauses are encoded (23744 clauses, 356567 bytes)
1.54/1.72	c 1	2350 (50%) CSP clauses are encoded (28124 clauses, 427424 bytes)
1.54/1.74	c 1	2820 (60%) CSP clauses are encoded (33620 clauses, 517025 bytes)
1.54/1.77	c 1	3290 (70%) CSP clauses are encoded (38996 clauses, 604549 bytes)
1.54/1.79	c 2	3760 (80%) CSP clauses are encoded (44492 clauses, 694604 bytes)
1.64/1.82	c 2	4230 (90%) CSP clauses are encoded (49868 clauses, 782628 bytes)
1.64/1.90	c 2	4699 (100%) CSP clauses are encoded (67708 clauses, 1136003 bytes)
1.64/1.90	c 2	4699 CSP clauses encoded
1.74/1.90	c 2	Writing map file : HOME/temp.map
1.74/1.92	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.74/1.92	c 2	SAT : 11276 SAT variables, 67708 SAT clauses, 1136003 bytes
1.74/1.92	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.74/1.95	c 2	OBJECTIVE minimize _COST
1.74/1.95	c 2	SOLVING HOME/temp.cnf
1.74/1.95	c 2	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.74/1.97	c 2	This is MiniSat 2.0 beta incremental
1.74/1.97	c 2	WARNING: for repeatability, setting FPU to use double precision
1.74/1.97	c 2	============================[ Problem Statistics ]=============================
1.74/1.97	c 2	|                                                                             |
1.74/1.97	c 2	|  Number of variables:  11276                                                |
1.74/1.97	c 2	|  Number of clauses:    67708                                                |
1.79/2.01	c 2	|  Parsing time:         0.03         s                                       |
1.79/2.01	c 2	OK
1.79/2.01	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.79/2.01	c 2	SEARCHING: _COST <= 50
1.79/2.01	c 2	============================[ Search Statistics ]==============================
1.79/2.01	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/2.01	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.79/2.01	c 2	===============================================================================
1.79/2.01	c 2	|         0 |   11276    67708   175516 |    22569        0    nan |  0.000 % |
1.79/2.02	c 2	===============================================================================
1.79/2.02	c 2	restarts              : 1
1.79/2.02	c 2	conflicts             : 0             (0 /sec)
1.79/2.02	c 2	decisions             : 130           (0.00 % random) (3171 /sec)
1.79/2.02	c 2	propagations          : 11276          (275071 /sec)
1.79/2.02	c 2	conflict literals     : 0              ( nan % deleted)
1.79/2.02	c 2	Memory used           : 5.32 MB
1.79/2.02	c 2	CPU time              : 0.040993 s
1.79/2.02	c 2	
1.79/2.02	c 2	SATISFIABLE
1.79/2.02	c 2	OK
1.79/2.02	c 2	FOUND: _COST <= 50
1.79/2.02	s SATISFIABLE
1.79/2.02	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.79/2.02	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.90/2.11	c 2	Decoding HOME/temp.out
2.00/2.25	c 2	OBJECTIVE _COST 50
2.00/2.25	o 50
2.09/2.31	v 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 1 1 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 1 0 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1
2.09/2.31	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.09/2.34	c 2	OK
2.09/2.34	c 2	OBJECTIVE BOUND: 0 <= _COST <= 50
2.09/2.34	c 2	SEARCHING: _COST <= 25
2.09/2.35	c 2	============================[ Search Statistics ]==============================
2.09/2.35	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.09/2.35	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.09/2.35	c 2	===============================================================================
2.09/2.35	c 2	|         0 |   11276    67708   175516 |    22569        0    nan |  0.000 % |
2.09/2.35	c 2	===============================================================================
2.09/2.35	c 2	restarts              : 2
2.09/2.35	c 2	conflicts             : 0             (0 /sec)
2.09/2.35	c 2	decisions             : 566           (1.06 % random) (10886 /sec)
2.09/2.35	c 2	propagations          : 22552          (433759 /sec)
2.09/2.35	c 2	conflict literals     : 0              ( nan % deleted)
2.09/2.35	c 2	Memory used           : 5.32 MB
2.09/2.35	c 2	CPU time              : 0.051992 s
2.09/2.35	c 2	
2.09/2.35	c 2	SATISFIABLE
2.09/2.35	c 2	OK
2.09/2.35	c 2	FOUND: _COST <= 25
2.09/2.35	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.09/2.35	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.13/2.44	c 2	Decoding HOME/temp.out
2.13/2.58	c 2	OBJECTIVE _COST 25
2.13/2.58	o 25
2.13/2.63	v 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
2.13/2.63	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.13/2.67	c 2	OK
2.13/2.67	c 2	OBJECTIVE BOUND: 0 <= _COST <= 25
2.13/2.67	c 2	SEARCHING: _COST <= 12
2.13/2.68	c 2	============================[ Search Statistics ]==============================
2.13/2.68	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.13/2.68	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.13/2.68	c 2	===============================================================================
2.13/2.68	c 2	|         0 |   10926    67708   175516 |    22569        0    nan |  0.000 % |
2.13/2.68	c 2	===============================================================================
2.13/2.68	c 2	restarts              : 3
2.13/2.68	c 2	conflicts             : 0             (0 /sec)
2.13/2.68	c 2	decisions             : 974           (1.44 % random) (15712 /sec)
2.13/2.68	c 2	propagations          : 33478          (540055 /sec)
2.13/2.68	c 2	conflict literals     : 0              ( nan % deleted)
2.13/2.68	c 2	Memory used           : 5.32 MB
2.13/2.68	c 2	CPU time              : 0.06199 s
2.13/2.68	c 2	
2.13/2.68	c 2	SATISFIABLE
2.13/2.68	c 2	OK
2.13/2.68	c 2	FOUND: _COST <= 12
2.13/2.68	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.13/2.68	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.40/2.77	c 2	Decoding HOME/temp.out
2.41/2.91	c 3	OBJECTIVE _COST 12
2.41/2.91	o 12
2.41/2.96	v 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
2.41/2.96	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.41/3.00	c 3	OK
2.41/3.00	c 3	OBJECTIVE BOUND: 0 <= _COST <= 12
2.41/3.00	c 3	SEARCHING: _COST <= 6
2.41/3.02	c 3	============================[ Search Statistics ]==============================
2.41/3.02	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.41/3.02	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.41/3.02	c 3	===============================================================================
2.41/3.02	c 3	|         0 |   10726    67708   175516 |    22569        0    nan |  0.000 % |
2.41/3.02	c 3	|       100 |   10579    67708   175516 |    24826      100     36 |  6.181 % |
2.41/3.04	c 3	|       251 |   10579    67708   175516 |    27308      251     37 |  6.181 % |
2.41/3.07	c 3	|       476 |   10579    67708   175516 |    30039      476     37 |  6.181 % |
2.78/3.12	c 3	|       814 |   10579    55964   142287 |    33043      814     42 |  6.181 % |
2.78/3.18	c 3	|      1320 |   10579    55964   142287 |    36348     1320     48 |  6.181 % |
2.88/3.28	c 3	|      2079 |   10579    55964   142287 |    39982     2079     48 |  6.181 % |
3.07/3.42	c 3	|      3219 |   10579    55964   142287 |    43981     3219     46 |  6.181 % |
3.27/3.60	c 3	|      4927 |   10579    55964   142287 |    48379     4927     44 |  6.181 % |
3.67/4.00	c 4	|      7490 |   10579    55964   142287 |    53217     7490     48 |  6.181 % |
4.27/4.62	c 4	|     11334 |   10579    55964   142287 |    58539    11334     53 |  6.181 % |
5.46/5.80	c 6	|     17100 |   10579    55964   142287 |    64392    17100     62 |  6.181 % |
7.84/8.24	c 8	|     25749 |   10579    55964   142287 |    70832    25749     66 |  6.181 % |
11.89/12.39	c 12	|     38723 |   10579    55964   142287 |    77915    38723     68 |  6.181 % |
19.23/19.78	c 19	|     58186 |   10579    55964   142287 |    85707    58186     71 |  6.181 % |
35.58/36.28	c 36	|     87378 |   10579    55964   142287 |    94277    87378     68 |  6.181 % |
53.90/54.75	c 54	|    131167 |   10579    55964   142287 |   103705    41594     62 |  6.181 % |
53.90/54.77	c 54	===============================================================================
53.90/54.77	c 54	restarts              : 20
53.90/54.77	c 54	conflicts             : 131167        (2559 /sec)
53.90/54.77	c 54	decisions             : 150067        (0.47 % random) (2927 /sec)
53.90/54.77	c 54	propagations          : 32672152       (637341 /sec)
53.90/54.77	c 54	conflict literals     : 8727173        (16.40 % deleted)
53.90/54.77	c 54	Memory used           : 37.84 MB
53.90/54.77	c 54	CPU time              : 51.2632 s
53.90/54.77	c 54	
53.90/54.77	c 54	SATISFIABLE
53.90/54.77	c 54	OK
53.90/54.77	c 54	FOUND: _COST <= 6
53.90/54.77	c 54	DECODING HOME/temp.out WITH HOME/temp.map
53.90/54.77	c 54	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
53.97/54.85	c 55	Decoding HOME/temp.out
54.09/55.00	c 55	OBJECTIVE _COST 6
54.09/55.00	o 6
54.18/55.05	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 1 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
54.18/55.05	c 55	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
54.26/55.12	c 55	OK
54.26/55.12	c 55	OBJECTIVE BOUND: 0 <= _COST <= 6
54.26/55.12	c 55	SEARCHING: _COST <= 3
54.26/55.12	c 55	============================[ Search Statistics ]==============================
54.26/55.12	c 55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
54.26/55.12	c 55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
54.26/55.12	c 55	===============================================================================
54.26/55.12	c 55	|    131167 |   10467    54347   137766 |    18115    41594     62 |  6.181 % |
54.46/55.34	c 55	|    131268 |   10467    54347   137766 |    19927    14548     59 |  7.175 % |
54.46/55.37	c 55	|    131419 |   10467    54347   137766 |    21919    14699     59 |  7.175 % |
54.56/55.45	c 55	|    131648 |   10467    54347   137766 |    24111    14928     59 |  7.175 % |
54.66/55.50	c 55	|    131985 |   10467    54347   137766 |    26523    15265     58 |  7.175 % |
54.76/55.63	c 55	|    132491 |   10467    54347   137766 |    29175    15771     58 |  7.175 % |
54.86/55.74	c 55	|    133251 |   10467    54347   137766 |    32093    16531     57 |  7.175 % |
55.16/56.09	c 56	|    134392 |   10467    54347   137766 |    35302    17672     58 |  7.175 % |
55.55/56.40	c 56	|    136100 |   10467    54347   137766 |    38832    19380     57 |  7.175 % |
55.94/56.81	c 57	|    138662 |   10467    54347   137766 |    42715    21942     57 |  7.175 % |
56.53/57.42	c 57	|    142507 |   10467    54347   137766 |    46987    25787     52 |  7.175 % |
57.23/58.18	c 58	|    148273 |   10467    54347   137766 |    51686    31553     49 |  7.175 % |
60.99/61.95	c 62	|    156922 |   10467    54347   137766 |    56854    40202     56 |  7.175 % |
64.86/65.81	c 66	|    169898 |   10467    54347   137766 |    62540    53178     61 |  7.175 % |
76.15/77.27	c 77	|    189360 |   10467    54347   137766 |    68794    14990     97 |  7.175 % |
89.12/90.39	c 90	|    218553 |   10467    54347   137766 |    75673    44183     78 |  7.175 % |
113.30/114.78	c 114	|    262342 |   10467    54347   137766 |    83240    18714     47 |  7.175 % |
191.48/193.65	c 193	|    328027 |   10467    54347   137766 |    91565    84399     95 |  7.175 % |
267.95/270.84	c 271	|    426554 |   10467    54347   137766 |   100721    96229     66 |  7.175 % |
367.81/371.64	c 371	|    574343 |   10467    54347   137766 |   110793    52466     59 |  7.175 % |
590.80/595.57	c 595	|    796026 |   10467    54347   137766 |   121873    68989     93 |  7.175 % |
942.18/947.08	c 947	|   1128552 |   10467    54347   137766 |   134060    64054     61 |  7.175 % |
1701.81/1706.98	c 1707	|   1627340 |   10467    54347   137766 |   147466    61542    156 |  7.175 % |
2653.96/2659.49	c 2659	|   2375522 |   10467    54347   137766 |   162213   110012     66 |  7.175 % |
3600.04/3605.81	c ERROR INTERRUPTED
3600.04/3605.83	c 3606	CPU 3599.39 (0.08 0.05 3599.31 0.63)
3600.04/3605.83	c 3606	END Sat Jul 12 00:31:12 2008

Verifier Data (download as text)

OK	4	96
4 unsatisfied constraints, 96 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-1109827-1215811866/watcher-1109827-1215811866 -o /tmp/evaluation-result-1109827-1215811866/solver-1109827-1215811866 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109827-1215811866.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.00 2.00 1.91 4/74 15814
/proc/meminfo: memFree=1767548/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=18572 CPUtime=0
/proc/15814/stat : 15814 (runsolver) R 15812 15814 15097 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 37889072 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15814/statm: 4643 292 257 25 0 2626 0

[startup+0.0432829 s]
/proc/loadavg: 2.00 2.00 1.91 4/74 15814
/proc/meminfo: memFree=1767548/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=13336 CPUtime=0.02
/proc/15814/stat : 15814 (sugar++) D 15812 15814 15097 0 -1 4194304 723 0 0 0 2 0 0 0 18 0 1 0 37889072 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/15814/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101222 s]
/proc/loadavg: 2.00 2.00 1.91 4/74 15814
/proc/meminfo: memFree=1767548/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=13468 CPUtime=0.04
/proc/15814/stat : 15814 (sugar++) D 15812 15814 15097 0 -1 4194304 766 0 0 0 3 1 0 0 18 0 1 0 37889072 13791232 734 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/15814/statm: 3367 734 338 3 0 467 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13468

[startup+0.301239 s]
/proc/loadavg: 2.00 2.00 1.91 4/74 15814
/proc/meminfo: memFree=1767548/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16740 CPUtime=0.07
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1217 128 2 0 6 1 0 0 19 0 1 0 37889072 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15814/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701266 s]
/proc/loadavg: 2.00 2.00 1.91 4/74 15814
/proc/meminfo: memFree=1767548/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16740 CPUtime=0.07
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1217 128 2 0 6 1 0 0 19 0 1 0 37889072 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15814/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50228 s]
/proc/loadavg: 2.00 2.00 1.91 4/85 15836
/proc/meminfo: memFree=1757732/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16740 CPUtime=0.61
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1295 4557 2 1 6 2 51 2 15 0 1 0 37889072 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15814/statm: 4185 1104 409 3 0 764 0
[pid=15827] ppid=15814 vsize=5356 CPUtime=0
/proc/15827/stat : 15827 (sh) S 15814 15814 15097 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37889146 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15827/statm: 1339 233 193 169 0 50 0
[pid=15828] ppid=15827 vsize=868348 CPUtime=0.73
/proc/15828/stat : 15828 (java) S 15827 15814 15097 0 -1 0 6351 0 1 0 69 4 0 0 18 0 9 0 37889146 889188352 5706 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15828/statm: 217087 5706 2294 9 0 211662 0
[pid=15828/tid=15829] ppid=15827 vsize=868348 CPUtime=0.43
/proc/15828/task/15829/stat : 15829 (java) R 15827 15814 15097 0 -1 64 2660 0 1 0 41 2 0 0 23 0 9 0 37889147 889188352 5706 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15828/tid=15830] ppid=15827 vsize=868348 CPUtime=0.06
/proc/15828/task/15830/stat : 15830 (java) R 15827 15814 15097 0 -1 64 1537 0 0 0 6 0 0 0 16 0 9 0 37889148 889188352 5706 996147200 134512640 134550740 4294955920 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15828/tid=15831] ppid=15827 vsize=868348 CPUtime=0
/proc/15828/task/15831/stat : 15831 (java) S 15827 15814 15097 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 37889148 889188352 5706 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15828/tid=15832] ppid=15827 vsize=868348 CPUtime=0
/proc/15828/task/15832/stat : 15832 (java) S 15827 15814 15097 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 37889148 889188352 5706 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15828/tid=15833] ppid=15827 vsize=868348 CPUtime=0
/proc/15828/task/15833/stat : 15833 (java) S 15827 15814 15097 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37889150 889188352 5706 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15828/tid=15834] ppid=15827 vsize=868348 CPUtime=0.22
/proc/15828/task/15834/stat : 15834 (java) S 15827 15814 15097 0 -1 64 1463 0 0 0 21 1 0 0 16 0 9 0 37889150 889188352 5706 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15828/tid=15835] ppid=15827 vsize=868348 CPUtime=0
/proc/15828/task/15835/stat : 15835 (java) S 15827 15814 15097 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 37889150 889188352 5706 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15828/tid=15836] ppid=15827 vsize=868348 CPUtime=0
/proc/15828/task/15836/stat : 15836 (java) S 15827 15814 15097 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 37889150 889188352 5706 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 890444

[startup+3.10239 s]
/proc/loadavg: 2.00 2.00 1.91 3/86 15847
/proc/meminfo: memFree=1753884/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.63
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1684 23614 4 5 8 4 233 18 15 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=5576 CPUtime=0.15
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 1316 0 0 0 15 0 0 0 16 0 1 0 37889269 5709824 1259 996147200 134512640 135134323 4294956192 18446744073709551615 134532164 0 0 4096 3 0 0 0 17 1 0 0
/proc/15837/statm: 1394 1259 80 151 0 1240 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 22444

[startup+6.3016 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15867
/proc/meminfo: memFree=1753588/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.63
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1684 23614 4 5 8 4 233 18 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=11232 CPUtime=3.32
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 2742 0 0 0 331 1 0 0 25 0 1 0 37889269 11501568 2685 996147200 134512640 135134323 4294956192 18446744073709551615 134528289 0 0 4096 3 0 0 0 17 1 0 0
/proc/15837/statm: 2808 2685 80 151 0 2654 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 28100

[startup+12.702 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15867
/proc/meminfo: memFree=1745076/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.63
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1684 23614 4 5 8 4 233 18 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=18952 CPUtime=9.67
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 4664 0 0 0 964 3 0 0 25 0 1 0 37889269 19406848 4607 996147200 134512640 135134323 4294956192 18446744073709551615 134531862 0 0 4096 3 0 0 0 17 1 0 0
/proc/15837/statm: 4738 4607 80 151 0 4584 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 35820

[startup+25.5019 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15867
/proc/meminfo: memFree=1733620/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.63
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1684 23614 4 5 8 4 233 18 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=29736 CPUtime=22.34
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 7328 0 0 0 2228 6 0 0 25 0 1 0 37889269 30449664 7271 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15837/statm: 7434 7271 80 151 0 7280 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 46604

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 1.91 3/76 15867
/proc/meminfo: memFree=1724148/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.63
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1684 23614 4 5 8 4 233 18 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=38748 CPUtime=47.7
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 9561 0 0 0 4762 8 0 0 25 0 1 0 37889269 39677952 9504 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15837/statm: 9687 9504 80 151 0 9533 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 55616

[startup+102.306 s]
/proc/loadavg: 1.96 1.98 1.91 3/76 15877
/proc/meminfo: memFree=1722932/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=38748 CPUtime=98.11
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 9564 0 0 0 9803 8 0 0 25 0 1 0 37889269 39677952 9505 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15837/statm: 9687 9505 80 151 0 9533 0
Current children cumulated CPU time (s) 101.02
Current children cumulated vsize (KiB) 55616

[startup+162.301 s]
/proc/loadavg: 1.98 1.98 1.91 3/76 15877
/proc/meminfo: memFree=1718964/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=42200 CPUtime=157.55
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 10350 0 0 0 15746 9 0 0 25 0 1 0 37889269 43212800 10291 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15837/statm: 10550 10291 80 151 0 10396 0
Current children cumulated CPU time (s) 160.46
Current children cumulated vsize (KiB) 59068

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 15877
/proc/meminfo: memFree=1703796/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=56324 CPUtime=216.99
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 13835 0 0 0 21686 13 0 0 25 0 1 0 37889269 57675776 13776 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15837/statm: 14081 13776 80 151 0 13927 0
Current children cumulated CPU time (s) 219.9
Current children cumulated vsize (KiB) 73192

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 15877
/proc/meminfo: memFree=1702836/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=56324 CPUtime=276.43
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 13842 0 0 0 27630 13 0 0 25 0 1 0 37889269 57675776 13783 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/15837/statm: 14081 13783 80 151 0 13927 0
Current children cumulated CPU time (s) 279.34
Current children cumulated vsize (KiB) 73192

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/76 15877
/proc/meminfo: memFree=1701748/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=15837] ppid=15814 vsize=125168 CPUtime=2853.88
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 30878 0 0 0 285353 35 0 0 25 0 1 0 37889269 128172032 30814 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 0 0 0
/proc/15837/statm: 31292 30814 80 151 0 31138 0
Current children cumulated CPU time (s) 2856.79
Current children cumulated vsize (KiB) 142036

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 15924
/proc/meminfo: memFree=1766972/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=125168 CPUtime=2913.86
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 30879 0 0 0 291351 35 0 0 25 0 1 0 37889269 128172032 30815 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15837/statm: 31292 30815 80 151 0 31138 0
Current children cumulated CPU time (s) 2916.77
Current children cumulated vsize (KiB) 142036

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 15924
/proc/meminfo: memFree=1766972/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=125168 CPUtime=2973.83
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 30879 0 0 0 297348 35 0 0 25 0 1 0 37889269 128172032 30815 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15837/statm: 31292 30815 80 151 0 31138 0
Current children cumulated CPU time (s) 2976.74
Current children cumulated vsize (KiB) 142036

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 15924
/proc/meminfo: memFree=1766972/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=125168 CPUtime=3033.81
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 30879 0 0 0 303346 35 0 0 25 0 1 0 37889269 128172032 30815 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/15837/statm: 31292 30815 80 151 0 31138 0
Current children cumulated CPU time (s) 3036.72
Current children cumulated vsize (KiB) 142036

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 15924
/proc/meminfo: memFree=1766972/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=125168 CPUtime=3093.79
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 30879 0 0 0 309344 35 0 0 25 0 1 0 37889269 128172032 30815 996147200 134512640 135134323 4294956192 18446744073709551615 134532046 0 0 4096 3 0 0 0 17 0 0 0
/proc/15837/statm: 31292 30815 80 151 0 31138 0
Current children cumulated CPU time (s) 3096.7
Current children cumulated vsize (KiB) 142036

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/83 15924
/proc/meminfo: memFree=1764412/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=128072 CPUtime=3153.77
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 31578 0 0 0 315341 36 0 0 25 0 1 0 37889269 131145728 31514 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15837/statm: 32018 31514 80 151 0 31864 0
Current children cumulated CPU time (s) 3156.68
Current children cumulated vsize (KiB) 144940

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 15924
/proc/meminfo: memFree=1763516/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=128740 CPUtime=3213.75
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 31743 0 0 0 321339 36 0 0 25 0 1 0 37889269 131829760 31679 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15837/statm: 32185 31679 80 151 0 32031 0
Current children cumulated CPU time (s) 3216.66
Current children cumulated vsize (KiB) 145608

[startup+3282.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/83 15924
/proc/meminfo: memFree=1763452/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=128740 CPUtime=3273.74
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 31743 0 0 0 327337 37 0 0 25 0 1 0 37889269 131829760 31679 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/15837/statm: 32185 31679 80 151 0 32031 0
Current children cumulated CPU time (s) 3276.65
Current children cumulated vsize (KiB) 145608

[startup+3342.3 s]
/proc/loadavg: 2.13 2.05 1.97 3/83 15924
/proc/meminfo: memFree=1763452/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=128740 CPUtime=3333.71
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 31744 0 0 0 333334 37 0 0 25 0 1 0 37889269 131829760 31680 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15837/statm: 32185 31680 80 151 0 32031 0
Current children cumulated CPU time (s) 3336.62
Current children cumulated vsize (KiB) 145608

[startup+3402.31 s]
/proc/loadavg: 2.05 2.04 1.97 3/83 15924
/proc/meminfo: memFree=1755900/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=136164 CPUtime=3393.7
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 33593 0 0 0 339331 39 0 0 25 0 1 0 37889269 139431936 33529 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15837/statm: 34041 33529 80 151 0 33887 0
Current children cumulated CPU time (s) 3396.61
Current children cumulated vsize (KiB) 153032

[startup+3462.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/83 15924
/proc/meminfo: memFree=1755324/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=136560 CPUtime=3453.67
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 33708 0 0 0 345328 39 0 0 25 0 1 0 37889269 139837440 33644 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15837/statm: 34140 33644 80 151 0 33986 0
Current children cumulated CPU time (s) 3456.58
Current children cumulated vsize (KiB) 153428

[startup+3522.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/83 15924
/proc/meminfo: memFree=1755324/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=136560 CPUtime=3513.65
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 33708 0 0 0 351326 39 0 0 25 0 1 0 37889269 139837440 33644 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15837/statm: 34140 33644 80 151 0 33986 0
Current children cumulated CPU time (s) 3516.56
Current children cumulated vsize (KiB) 153428

[startup+3582.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/83 15924
/proc/meminfo: memFree=1754940/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=137048 CPUtime=3573.62
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 33809 0 0 0 357323 39 0 0 25 0 1 0 37889269 140337152 33745 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15837/statm: 34262 33745 80 151 0 34108 0
Current children cumulated CPU time (s) 3576.53
Current children cumulated vsize (KiB) 153916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.81 s]
/proc/loadavg: 2.00 2.01 1.97 3/83 15924
/proc/meminfo: memFree=1754876/2055920 swapFree=4192812/4192956
[pid=15814] ppid=15812 vsize=16868 CPUtime=2.91
/proc/15814/stat : 15814 (sugar++) S 15812 15814 15097 0 -1 4194304 1753 27546 4 6 8 5 257 21 16 0 1 0 37889072 17272832 1116 996147200 4194304 4206940 548682068528 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15814/statm: 4217 1116 414 3 0 796 0
[pid=15837] ppid=15814 vsize=137048 CPUtime=3597.13
/proc/15837/stat : 15837 (minisat-inc) R 15814 15814 15097 0 -1 4194304 33809 0 0 0 359674 39 0 0 25 0 1 0 37889269 140337152 33745 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15837/statm: 34262 33745 80 151 0 34108 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 153916

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

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

Child status: 0
Real time (s): 3605.84
CPU time (s): 3600.1
CPU user time (s): 3599.41
CPU system time (s): 0.689895
CPU usage (%): 99.8408
Max. virtual memory (cumulated for all children) (KiB): 890556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.41
system time used= 0.689895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63188
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8239
involuntary context switches= 31659

runsolver used 4.6213 second user time and 11.7772 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-11 23:31:06
IDJOB=1109827
IDBENCH=61020
IDSOLVER=367
FILE ID=node22/1109827-1215811866
PBS_JOBID= 7903222
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-20-30.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109827-1215811866/watcher-1109827-1215811866 -o /tmp/evaluation-result-1109827-1215811866/solver-1109827-1215811866 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1109827-1215811866.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= de1a4b88e074f5e2a8f7cfa8a5e48f0f
RANDOM SEED=1979216314

node22.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.253
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.253
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:       1768028 kB
Buffers:          8528 kB
Cached:          92928 kB
SwapCached:          0 kB
Active:         212264 kB
Inactive:        32448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1768028 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             940 kB
Writeback:           0 kB
Mapped:         154376 kB
Slab:            28404 kB
Committed_AS:   251720 kB
PageTables:       2032 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= 66464 MiB
End job on node22 at 2008-07-12 00:31:14