Trace number 1095128

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 520.019 525.092

General information on the benchmark

Namecsp/bibd8/
normalized-bibd-8-84-42-4-18_glb.xml
MD5SUMfd5e2fd975fbc9948561e342a7ecd6fc
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.7248
Satisfiable
(Un)Satisfiability was proved
Number of variables3024
Number of constraints2472
Maximum constraint arity84
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2352
Global constraints used (with number of constraints)weightedsum(120)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 16:00:53 2008
0.00/0.05	c 0	PID 9290
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1095128-1215266453.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1095128-1215266453.xml' 'HOME/temp.csp'
0.04/0.68	c 0	1 domains, 3024 variables, 1 predicates, 0 relations, 2472 constraints
0.04/0.69	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.69	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.65/0.77	c 1	Parsing HOME/temp.csp
0.94/1.07	c 1	parsed 5498 expressions
0.94/1.07	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.07	c 1	Converting to clausal form CSP
1.05/1.11	c 1	converted 550 (10%) expressions
1.05/1.11	c 1	converted 1100 (20%) expressions
1.05/1.12	c 1	converted 1650 (30%) expressions
1.05/1.12	c 1	converted 2200 (40%) expressions
1.05/1.12	c 1	converted 2749 (50%) expressions
1.34/1.40	c 1	converted 3299 (60%) expressions
1.54/1.63	c 1	converted 3849 (70%) expressions
1.73/1.84	c 2	converted 4399 (80%) expressions
1.93/2.07	c 2	converted 4949 (90%) expressions
2.62/2.74	c 3	converted 5498 (100%) expressions
2.62/2.75	c 3	CSP : 13632 integers, 4704 booleans, 35568 clauses, largest domain size 43
2.62/2.75	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.62/2.75	c 3	Propagation in CSP
2.81/2.95	c 3	1680 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.96	c 3	CSP : 13632 integers, 4704 booleans, 35568 clauses, largest domain size 43
2.81/2.96	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.81/2.97	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.99	c 3	CSP : 13632 integers, 4704 booleans, 35568 clauses, largest domain size 43
2.81/2.99	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.02/3.16	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.02/3.19	c 3	1364 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.02/3.19	c 3	2727 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.02/3.20	c 3	4090 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.02/3.20	c 3	5453 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.12/3.21	c 3	6816 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.12/3.21	c 3	8180 (60%) CSP integer variables are encoded (2080 clauses, 27541 bytes)
3.12/3.22	c 3	9543 (70%) CSP integer variables are encoded (8166 clauses, 118831 bytes)
3.12/3.23	c 3	10906 (80%) CSP integer variables are encoded (13935 clauses, 205366 bytes)
3.12/3.24	c 3	12269 (90%) CSP integer variables are encoded (19694 clauses, 291751 bytes)
3.12/3.25	c 3	13632 (100%) CSP integer variables are encoded (25536 clauses, 379381 bytes)
3.21/3.33	c 3	3557 (10%) CSP clauses are encoded (29093 clauses, 430592 bytes)
3.21/3.36	c 3	7114 (20%) CSP clauses are encoded (32650 clauses, 482415 bytes)
3.21/3.38	c 3	10671 (30%) CSP clauses are encoded (36207 clauses, 535765 bytes)
3.31/3.41	c 3	14228 (40%) CSP clauses are encoded (39764 clauses, 589127 bytes)
3.31/3.43	c 3	17784 (50%) CSP clauses are encoded (43320 clauses, 642465 bytes)
3.31/3.46	c 3	21341 (60%) CSP clauses are encoded (46877 clauses, 695815 bytes)
3.50/3.63	c 3	24898 (70%) CSP clauses are encoded (89956 clauses, 1518142 bytes)
3.70/3.82	c 4	28455 (80%) CSP clauses are encoded (176573 clauses, 3235408 bytes)
3.91/4.01	c 4	32012 (90%) CSP clauses are encoded (257990 clauses, 4850716 bytes)
4.00/4.20	c 4	35568 (100%) CSP clauses are encoded (340080 clauses, 6479879 bytes)
4.10/4.20	c 4	35568 CSP clauses encoded
4.10/4.20	c 4	Writing map file : HOME/temp.map
4.10/4.26	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.10/4.26	c 4	SAT : 43872 SAT variables, 340080 SAT clauses, 6479879 bytes
4.10/4.26	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.19/4.30	c 4	SOLVING HOME/temp.cnf
4.19/4.30	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.19/4.31	c 4	This is MiniSat 2.0 beta
4.19/4.31	c 4	WARNING: for repeatability, setting FPU to use double precision
4.19/4.31	c 4	============================[ Problem Statistics ]=============================
4.19/4.31	c 4	|                                                                             |
4.19/4.31	c 4	|  Number of variables:  43872                                                |
4.19/4.31	c 4	|  Number of clauses:    340080                                               |
4.19/4.51	c 4	|  Parsing time:         0.16         s                                       |
4.19/4.52	c 4	============================[ Search Statistics ]==============================
4.19/4.52	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.19/4.52	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.19/4.52	c 4	===============================================================================
4.19/4.52	c 4	|         0 |   43872   340080   933504 |   113360        0    nan |  0.000 % |
4.19/4.54	c 4	|       101 |   43872   340080   933504 |   124696      101     36 |  0.000 % |
4.19/4.58	c 4	|       251 |   43872   340080   933504 |   137165      251     25 |  0.000 % |
4.19/4.63	c 4	|       477 |   43872   340080   933504 |   150882      477     16 |  0.000 % |
4.19/4.81	c 5	|       814 |   43872   340080   933504 |   165970      814     15 |  0.000 % |
4.19/5.00	c 5	|      1320 |   43872   340080   933504 |   182567     1320     18 |  0.000 % |
4.19/5.38	c 5	|      2080 |   43872   340080   933504 |   200824     2080     18 |  0.000 % |
5.46/5.60	c 5	|      3219 |   43872   340080   933504 |   220906     3219     19 |  0.000 % |
5.55/5.75	c 6	|      4928 |   43872   340080   933504 |   242997     4928     22 |  0.000 % |
5.76/5.97	c 6	|      7490 |   43872   340080   933504 |   267296     7490     25 |  0.000 % |
6.16/6.32	c 6	|     11334 |   43872   340080   933504 |   294026    11334     27 |  0.000 % |
7.15/7.34	c 7	|     17101 |   43872   340080   933504 |   323429    17101     27 |  0.000 % |
9.71/9.93	c 10	|     25751 |   43872   340080   933504 |   355772    25751     25 |  0.000 % |
12.37/12.66	c 12	|     38727 |   43872   340080   933504 |   391349    38727     25 |  0.000 % |
15.84/16.13	c 16	|     58188 |   43872   340080   933504 |   430484    58188     23 |  0.000 % |
25.34/25.76	c 26	|     87380 |   43872   340080   933504 |   473532    87380     24 |  0.000 % |
37.14/37.70	c 38	|    131170 |   43872   340080   933504 |   520886   131170     23 |  0.000 % |
73.29/74.15	c 74	|    196854 |   43872   340080   933504 |   572974   196854     26 |  0.000 % |
125.49/126.88	c 127	|    295380 |   43872   340080   933504 |   630272   295380     25 |  0.000 % |
208.90/211.00	c 211	|    443169 |   43872   340080   933504 |   693299   443169     25 |  0.000 % |
410.37/414.43	c 414	|    664855 |   43872   340080   933504 |   762629   664855     26 |  0.000 % |
519.34/524.49	c 524	===============================================================================
519.34/524.49	c 524	restarts              : 21
519.34/524.49	c 524	conflicts             : 876895         (1703 /sec)
519.34/524.49	c 524	decisions             : 1557795        (1.56 % random) (3026 /sec)
519.34/524.49	c 524	propagations          : 309353818      (600922 /sec)
519.34/524.49	c 524	conflict literals     : 23249732       (13.60 % deleted)
519.34/524.49	c 524	Memory used           : 126.43 MB
519.34/524.49	c 524	CPU time              : 514.799 s
519.34/524.49	c 524	
519.44/524.51	c 524	SATISFIABLE
519.44/524.53	c 524	DECODING HOME/temp.out WITH HOME/temp.map
519.44/524.53	c 524	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
519.51/524.63	c 524	Decoding HOME/temp.out
519.80/524.96	s SATISFIABLE
519.90/525.07	v 1 0 1 0 1 0 0 1 1 1 1 0 1 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 1 1 1 1 0 1 0 1 1 1 1 1 0 0 1 1 1 0 0 1 0 0 1 0 0 1 0 0 1 1 1 1 0 1 1 0 1 1 1 0 0 0 1 1 0 0 0 1 1 0 0 0 1 1 1 1 0 1 1 0 1 0 1 0 0 1 0 0 1 1 1 0 1 1 1 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 1 1 1 1 1 1 0 0 0 1 1 0 0 1 0 1 1 0 1 1 1 0 0 1 0 1 0 1 1 1 0 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 0 0 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 1 1 0 1 1 0 0 0 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 1 0 1 1 1 1 1 0 0 1 0 0 1 1 1 1 0 0 1 0 0 1 0 1 0 1 1 0 1 0 1 1 0 1 0 1 1 1 1 0 0 0 1 1 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 1 1 1 1 0 0 0 1 1 0 1 1 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 0 1 1 1 1 1 1 0 0 0 1 1 1 1 0 1 0 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 1 0 0 0 1 1 0 1 1 0 1 0 1 1 0 1 1 0 1 1 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 1 1 0 0 1 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 1 0 0 1 0 0 0 0 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 0 0 1 1 0 0 0 0 1 1 1 0 0 0 0 0 1 1 0 1 1 1 0 0 0 1 1 0 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 1 1 1 0 0 1 1 1 0 0 1 0 0 0 1 1 1 0 1 0 1 1 1 1 0 1 1 0 1 0 1 1 0 0 1 0 1 0 1 1 1 1 0 0 1 1 1 0 1 0 0 0 0 1 1 1 0 0 0 0 0 1 1 0 0 1 0 1 1 0 0 0 0 1 0 1 1 1 0 0 0 1 0 1 0 1 0 0 1 1 0 1 1 1 1 0 1 1 0 1 1 1 0 0 1 0 1 1 1 0 0 0 1 1 0 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 1 0 0 0 1 1 1 0 1 1 0 0 0 1 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 1 1 1 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 1 1 0 0 0 0 1 1 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 1 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 0 0 0 0 1 0 0 1 0 1 1 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 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 1 1 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 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 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 1 1 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 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 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 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 1 1 1 0 0 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 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 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 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 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 1 1 0 1 0 0 0 0 0 1 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 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 1 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 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 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 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1
519.90/525.07	c 525	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
519.90/525.09	c 525	CPU 519.27 (0.04 0.02 519.23 0.71)
519.90/525.09	c 525	END Sat Jul  5 16:09:38 2008

Verifier Data (download as text)

OK

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-1095128-1215266453/watcher-1095128-1215266453 -o /tmp/evaluation-result-1095128-1215266453/solver-1095128-1215266453 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1095128-1215266453.xml 

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


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 9290
/proc/meminfo: memFree=1670456/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=12268 CPUtime=0
/proc/9290/stat : 9290 (sugar) R 9288 9290 9253 0 -1 4194304 322 0 0 0 0 0 0 0 23 0 1 0 2005619648 12562432 290 996147200 4194304 4206940 548682068608 18446744073709551615 255250023600 0 0 4224 0 0 0 0 17 1 0 0
/proc/9290/statm: 3067 290 216 3 0 167 0

[startup+0.0550511 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 9290
/proc/meminfo: memFree=1670456/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=0.04
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005619648 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10212 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 9290
/proc/meminfo: memFree=1670456/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=0.04
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005619648 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301287 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 9290
/proc/meminfo: memFree=1670456/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=0.04
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005619648 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701368 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 9290
/proc/meminfo: memFree=1670456/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=0.65
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 956 6908 0 1 3 1 56 5 16 0 1 0 2005619648 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 13600

[startup+1.50252 s]
/proc/loadavg: 2.00 1.98 1.99 4/91 9312
/proc/meminfo: memFree=1661536/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=0.65
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 974 6908 0 1 3 1 56 5 15 0 1 0 2005619648 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 797 370 3 0 500 0
[pid=9303] ppid=9290 vsize=5356 CPUtime=0
/proc/9303/stat : 9303 (sh) S 9290 9290 9253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005619717 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9303/statm: 1339 233 193 169 0 50 0
[pid=9304] ppid=9303 vsize=868388 CPUtime=0.78
/proc/9304/stat : 9304 (java) S 9303 9290 9253 0 -1 0 7130 0 1 0 74 4 0 0 19 0 9 0 2005619717 889229312 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9304/statm: 217097 6364 2541 9 0 211672 0
[pid=9304/tid=9305] ppid=9303 vsize=868388 CPUtime=0.44
/proc/9304/task/9305/stat : 9305 (java) R 9303 9290 9253 0 -1 64 2673 0 1 0 43 1 0 0 19 0 9 0 2005619718 889229312 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9304/tid=9306] ppid=9303 vsize=868388 CPUtime=0.11
/proc/9304/task/9306/stat : 9306 (java) R 9303 9290 9253 0 -1 64 2296 0 0 0 10 1 0 0 16 0 9 0 2005619719 889229312 6364 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9304/tid=9307] ppid=9303 vsize=868388 CPUtime=0
/proc/9304/task/9307/stat : 9307 (java) S 9303 9290 9253 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005619719 889229312 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9304/tid=9308] ppid=9303 vsize=868388 CPUtime=0
/proc/9304/task/9308/stat : 9308 (java) S 9303 9290 9253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005619719 889229312 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9304/tid=9309] ppid=9303 vsize=868388 CPUtime=0
/proc/9304/task/9309/stat : 9309 (java) S 9303 9290 9253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005619721 889229312 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9304/tid=9310] ppid=9303 vsize=868388 CPUtime=0.2
/proc/9304/task/9310/stat : 9310 (java) S 9303 9290 9253 0 -1 64 1467 0 0 0 20 0 0 0 16 0 9 0 2005619721 889229312 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9304/tid=9311] ppid=9303 vsize=868388 CPUtime=0
/proc/9304/task/9311/stat : 9311 (java) S 9303 9290 9253 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005619721 889229312 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9304/tid=9312] ppid=9303 vsize=868388 CPUtime=0
/proc/9304/task/9312/stat : 9312 (java) S 9303 9290 9253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005619721 889229312 6364 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887344

[startup+3.10282 s]
/proc/loadavg: 2.00 1.98 1.99 3/91 9312
/proc/meminfo: memFree=1643936/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=0.65
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 974 6908 0 1 3 1 56 5 15 0 1 0 2005619648 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 797 370 3 0 500 0
[pid=9303] ppid=9290 vsize=5356 CPUtime=0
/proc/9303/stat : 9303 (sh) S 9290 9290 9253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005619717 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9303/statm: 1339 233 193 169 0 50 0
[pid=9304] ppid=9303 vsize=868892 CPUtime=2.37
/proc/9304/stat : 9304 (java) S 9303 9290 9253 0 -1 0 12032 0 1 0 229 8 0 0 19 0 9 0 2005619717 889745408 10991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9304/statm: 217223 10991 2541 9 0 211798 0
[pid=9304/tid=9305] ppid=9303 vsize=868892 CPUtime=1.33
/proc/9304/task/9305/stat : 9305 (java) R 9303 9290 9253 0 -1 64 2987 0 1 0 131 2 0 0 25 0 9 0 2005619718 889745408 10991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9304/tid=9306] ppid=9303 vsize=868892 CPUtime=0.74
/proc/9304/task/9306/stat : 9306 (java) R 9303 9290 9253 0 -1 64 6850 0 0 0 71 3 0 0 16 0 9 0 2005619719 889745408 10991 996147200 134512640 134550740 4294955952 18446744073709551615 104182133 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9304/tid=9307] ppid=9303 vsize=868892 CPUtime=0
/proc/9304/task/9307/stat : 9307 (java) S 9303 9290 9253 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2005619719 889745408 10991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9304/tid=9308] ppid=9303 vsize=868892 CPUtime=0
/proc/9304/task/9308/stat : 9308 (java) S 9303 9290 9253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2005619719 889745408 10991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9304/tid=9309] ppid=9303 vsize=868892 CPUtime=0
/proc/9304/task/9309/stat : 9309 (java) S 9303 9290 9253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005619721 889745408 10991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9304/tid=9310] ppid=9303 vsize=868892 CPUtime=0.27
/proc/9304/task/9310/stat : 9310 (java) S 9303 9290 9253 0 -1 64 1501 0 0 0 26 1 0 0 15 0 9 0 2005619721 889745408 10991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9304/tid=9311] ppid=9303 vsize=868892 CPUtime=0
/proc/9304/task/9311/stat : 9311 (java) S 9303 9290 9253 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005619721 889745408 10991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9304/tid=9312] ppid=9303 vsize=868892 CPUtime=0
/proc/9304/task/9312/stat : 9312 (java) S 9303 9290 9253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005619721 889745408 10991 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887848

[startup+6.30241 s]
/proc/loadavg: 2.00 1.98 1.99 3/83 9314
/proc/meminfo: memFree=1643168/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=4.2
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 1033 19443 0 2 4 1 396 19 15 0 1 0 2005619648 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 799 370 3 0 500 0
[pid=9313] ppid=9290 vsize=5356 CPUtime=0
/proc/9313/stat : 9313 (sh) S 9290 9290 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005620078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9313/statm: 1339 232 193 169 0 50 0
[pid=9314] ppid=9313 vsize=21096 CPUtime=1.96
/proc/9314/stat : 9314 (minisat) R 9313 9290 9253 0 -1 4194304 4942 0 0 0 192 4 0 0 25 0 1 0 2005620079 21602304 4928 996147200 134512640 135127466 4294956256 18446744073709551615 134522669 0 0 4096 3 0 0 0 17 1 0 0
/proc/9314/statm: 5274 4928 76 150 0 5121 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 40052

[startup+12.7016 s]
/proc/loadavg: 2.00 1.98 1.99 3/83 9320
/proc/meminfo: memFree=1638616/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=4.2
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 1033 19443 0 2 4 1 396 19 16 0 1 0 2005619648 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 799 370 3 0 500 0
[pid=9313] ppid=9290 vsize=5356 CPUtime=0
/proc/9313/stat : 9313 (sh) S 9290 9290 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005620078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9313/statm: 1339 232 193 169 0 50 0
[pid=9314] ppid=9313 vsize=24956 CPUtime=8.27
/proc/9314/stat : 9314 (minisat) R 9313 9290 9253 0 -1 4194304 5898 0 0 0 823 4 0 0 25 0 1 0 2005620079 25554944 5884 996147200 134512640 135127466 4294956256 18446744073709551615 134528362 0 0 4096 3 0 0 0 17 1 0 0
/proc/9314/statm: 6239 5884 76 150 0 6086 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 43912

[startup+25.502 s]
/proc/loadavg: 2.00 1.98 1.99 3/83 9320
/proc/meminfo: memFree=1632088/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=4.2
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 1033 19443 0 2 4 1 396 19 16 0 1 0 2005619648 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 799 370 3 0 500 0
[pid=9313] ppid=9290 vsize=5356 CPUtime=0
/proc/9313/stat : 9313 (sh) S 9290 9290 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005620078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9313/statm: 1339 232 193 169 0 50 0
[pid=9314] ppid=9313 vsize=31096 CPUtime=20.95
/proc/9314/stat : 9314 (minisat) R 9313 9290 9253 0 -1 4194304 7425 0 0 0 2089 6 0 0 25 0 1 0 2005620079 31842304 7411 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/9314/statm: 7774 7411 76 150 0 7621 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 50052

[startup+51.1028 s]
/proc/loadavg: 2.00 1.98 1.99 3/83 9320
/proc/meminfo: memFree=1621592/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=4.2
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 1033 19443 0 2 4 1 396 19 16 0 1 0 2005619648 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 799 370 3 0 500 0
[pid=9313] ppid=9290 vsize=5356 CPUtime=0
/proc/9313/stat : 9313 (sh) S 9290 9290 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005620078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9313/statm: 1339 232 193 169 0 50 0
[pid=9314] ppid=9313 vsize=41712 CPUtime=46.31
/proc/9314/stat : 9314 (minisat) R 9313 9290 9253 0 -1 4194304 10030 0 0 0 4620 11 0 0 25 0 1 0 2005620079 42713088 10016 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9314/statm: 10428 10016 76 150 0 10275 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 60668

[startup+102.306 s]
/proc/loadavg: 2.00 1.98 1.99 3/83 9320
/proc/meminfo: memFree=1607832/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=4.2
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 1033 19443 0 2 4 1 396 19 16 0 1 0 2005619648 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 799 370 3 0 500 0
[pid=9313] ppid=9290 vsize=5356 CPUtime=0
/proc/9313/stat : 9313 (sh) S 9290 9290 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005620078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9313/statm: 1339 232 193 169 0 50 0
[pid=9314] ppid=9313 vsize=55192 CPUtime=97.03
/proc/9314/stat : 9314 (minisat) R 9313 9290 9253 0 -1 4194304 13396 0 0 0 9688 15 0 0 25 0 1 0 2005620079 56516608 13382 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/9314/statm: 13798 13382 76 150 0 13645 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 74148

[startup+162.302 s]
/proc/loadavg: 2.00 1.98 1.99 3/83 9320
/proc/meminfo: memFree=1592600/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=4.2
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 1033 19443 0 2 4 1 396 19 16 0 1 0 2005619648 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 799 370 3 0 500 0
[pid=9313] ppid=9290 vsize=5356 CPUtime=0

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


[startup+402.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9320
/proc/meminfo: memFree=1551776/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=4.2
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 1033 19443 0 2 4 1 396 19 16 0 1 0 2005619648 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 799 370 3 0 500 0
[pid=9313] ppid=9290 vsize=5356 CPUtime=0
/proc/9313/stat : 9313 (sh) S 9290 9290 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005620078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9313/statm: 1339 232 193 169 0 50 0
[pid=9314] ppid=9313 vsize=111080 CPUtime=394.19
/proc/9314/stat : 9314 (minisat) R 9313 9290 9253 0 -1 4194304 27393 0 0 0 39383 36 0 0 25 0 1 0 2005620079 113745920 27379 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9314/statm: 27770 27379 76 150 0 27617 0
Current children cumulated CPU time (s) 398.39
Current children cumulated vsize (KiB) 130036

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9320
/proc/meminfo: memFree=1539744/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=4.2
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 1033 19443 0 2 4 1 396 19 16 0 1 0 2005619648 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 799 370 3 0 500 0
[pid=9313] ppid=9290 vsize=5356 CPUtime=0
/proc/9313/stat : 9313 (sh) S 9290 9290 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005620078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9313/statm: 1339 232 193 169 0 50 0
[pid=9314] ppid=9313 vsize=123828 CPUtime=453.62
/proc/9314/stat : 9314 (minisat) R 9313 9290 9253 0 -1 4194304 30308 0 0 0 45320 42 0 0 25 0 1 0 2005620079 126799872 30294 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9314/statm: 30957 30294 76 150 0 30804 0
Current children cumulated CPU time (s) 457.82
Current children cumulated vsize (KiB) 142784

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9320
/proc/meminfo: memFree=1533920/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=4.2
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 1033 19443 0 2 4 1 396 19 16 0 1 0 2005619648 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 799 370 3 0 500 0
[pid=9313] ppid=9290 vsize=5356 CPUtime=0
/proc/9313/stat : 9313 (sh) S 9290 9290 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005620078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9313/statm: 1339 232 193 169 0 50 0
[pid=9314] ppid=9313 vsize=129376 CPUtime=513.06
/proc/9314/stat : 9314 (minisat) R 9313 9290 9253 0 -1 4194304 31717 0 0 0 51262 44 0 0 25 0 1 0 2005620079 132481024 31703 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9314/statm: 32344 31703 76 150 0 32191 0
Current children cumulated CPU time (s) 517.26
Current children cumulated vsize (KiB) 148332

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

[startup+523.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9320
/proc/meminfo: memFree=1533920/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=4.2
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 1033 19443 0 2 4 1 396 19 16 0 1 0 2005619648 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 799 370 3 0 500 0
[pid=9313] ppid=9290 vsize=5356 CPUtime=0
/proc/9313/stat : 9313 (sh) S 9290 9290 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005620078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9313/statm: 1339 232 193 169 0 50 0
[pid=9314] ppid=9313 vsize=129376 CPUtime=513.85
/proc/9314/stat : 9314 (minisat) R 9313 9290 9253 0 -1 4194304 31717 0 0 0 51341 44 0 0 25 0 1 0 2005620079 132481024 31703 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/9314/statm: 32344 31703 76 150 0 32191 0
Current children cumulated CPU time (s) 518.05
Current children cumulated vsize (KiB) 148332

[startup+523.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 9320
/proc/meminfo: memFree=1533920/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=4.2
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 1033 19443 0 2 4 1 396 19 16 0 1 0 2005619648 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 799 370 3 0 500 0
[pid=9313] ppid=9290 vsize=5356 CPUtime=0
/proc/9313/stat : 9313 (sh) S 9290 9290 9253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005620078 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9313/statm: 1339 232 193 169 0 50 0
[pid=9314] ppid=9313 vsize=129376 CPUtime=514.64
/proc/9314/stat : 9314 (minisat) R 9313 9290 9253 0 -1 4194304 31717 0 0 0 51420 44 0 0 25 0 1 0 2005620079 132481024 31703 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/9314/statm: 32344 31703 76 150 0 32191 0
Current children cumulated CPU time (s) 518.84
Current children cumulated vsize (KiB) 148332

[startup+524.708 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 9330
/proc/meminfo: memFree=1657056/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=519.47
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 1090 51458 0 2 4 1 51877 65 16 0 1 0 2005619648 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 799 370 3 0 500 0
[pid=9321] ppid=9290 vsize=5356 CPUtime=0
/proc/9321/stat : 9321 (sh) S 9290 9290 9253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005672101 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9321/statm: 1339 233 193 169 0 50 0
[pid=9322] ppid=9321 vsize=863720 CPUtime=0.14
/proc/9322/stat : 9322 (java) S 9321 9290 9253 0 -1 0 3411 0 1 0 12 2 0 0 18 0 9 0 2005672102 884449280 2887 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9322/statm: 215930 2887 1640 9 0 210512 0
[pid=9322/tid=9323] ppid=9321 vsize=863720 CPUtime=0.11
/proc/9322/task/9323/stat : 9323 (java) R 9321 9290 9253 0 -1 64 2432 0 1 0 10 1 0 0 18 0 9 0 2005672103 884449280 2887 996147200 134512640 134550740 4294956000 18446744073709551615 4125977230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9324] ppid=9321 vsize=863720 CPUtime=0
/proc/9322/task/9324/stat : 9324 (java) S 9321 9290 9253 0 -1 64 76 0 0 0 0 0 0 0 16 0 9 0 2005672105 884449280 2887 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9325] ppid=9321 vsize=863720 CPUtime=0
/proc/9322/task/9325/stat : 9325 (java) S 9321 9290 9253 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005672105 884449280 2887 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9326] ppid=9321 vsize=863720 CPUtime=0
/proc/9322/task/9326/stat : 9326 (java) S 9321 9290 9253 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2005672105 884449280 2887 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9327] ppid=9321 vsize=863720 CPUtime=0
/proc/9322/task/9327/stat : 9327 (java) S 9321 9290 9253 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2005672107 884449280 2887 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9328] ppid=9321 vsize=863720 CPUtime=0
/proc/9322/task/9328/stat : 9328 (java) R 9321 9290 9253 0 -1 64 212 0 0 0 0 0 0 0 19 0 9 0 2005672107 884449280 2887 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9329] ppid=9321 vsize=863720 CPUtime=0
/proc/9322/task/9329/stat : 9329 (java) S 9321 9290 9253 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005672107 884449280 2887 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9330] ppid=9321 vsize=863720 CPUtime=0
/proc/9322/task/9330/stat : 9330 (java) R 9321 9290 9253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005672107 884449280 2887 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.61
Current children cumulated vsize (KiB) 882676

[startup+524.903 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 9330
/proc/meminfo: memFree=1657056/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=519.47
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 1090 51458 0 2 4 1 51877 65 16 0 1 0 2005619648 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 799 370 3 0 500 0
[pid=9321] ppid=9290 vsize=5356 CPUtime=0
/proc/9321/stat : 9321 (sh) S 9290 9290 9253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005672101 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9321/statm: 1339 233 193 169 0 50 0
[pid=9322] ppid=9321 vsize=864012 CPUtime=0.33
/proc/9322/stat : 9322 (java) S 9321 9290 9253 0 -1 0 3609 0 1 0 30 3 0 0 18 0 9 0 2005672102 884748288 3083 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9322/statm: 216003 3083 1652 9 0 210585 0
[pid=9322/tid=9323] ppid=9321 vsize=864012 CPUtime=0.24
/proc/9322/task/9323/stat : 9323 (java) R 9321 9290 9253 0 -1 64 2437 0 1 0 23 1 0 0 19 0 9 0 2005672103 884748288 3083 996147200 134512640 134550740 4294956000 18446744073709551615 4126519534 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9324] ppid=9321 vsize=864012 CPUtime=0
/proc/9322/task/9324/stat : 9324 (java) S 9321 9290 9253 0 -1 64 161 0 0 0 0 0 0 0 16 0 9 0 2005672105 884748288 3083 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9325] ppid=9321 vsize=864012 CPUtime=0
/proc/9322/task/9325/stat : 9325 (java) S 9321 9290 9253 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005672105 884748288 3083 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9326] ppid=9321 vsize=864012 CPUtime=0
/proc/9322/task/9326/stat : 9326 (java) S 9321 9290 9253 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2005672105 884748288 3083 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9327] ppid=9321 vsize=864012 CPUtime=0
/proc/9322/task/9327/stat : 9327 (java) S 9321 9290 9253 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2005672107 884748288 3083 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9328] ppid=9321 vsize=864012 CPUtime=0.06
/proc/9322/task/9328/stat : 9328 (java) S 9321 9290 9253 0 -1 64 320 0 0 0 6 0 0 0 17 0 9 0 2005672107 884748288 3083 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9329] ppid=9321 vsize=864012 CPUtime=0
/proc/9322/task/9329/stat : 9329 (java) S 9321 9290 9253 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005672107 884748288 3083 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9330] ppid=9321 vsize=864012 CPUtime=0
/proc/9322/task/9330/stat : 9330 (java) S 9321 9290 9253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005672107 884748288 3083 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.8
Current children cumulated vsize (KiB) 882968

[startup+525.003 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 9330
/proc/meminfo: memFree=1657056/2055920 swapFree=4180456/4192956
[pid=9290] ppid=9288 vsize=13600 CPUtime=519.47
/proc/9290/stat : 9290 (sugar) S 9288 9290 9253 0 -1 4194304 1090 51458 0 2 4 1 51877 65 15 0 1 0 2005619648 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9290/statm: 3400 799 370 3 0 500 0
[pid=9321] ppid=9290 vsize=5356 CPUtime=0
/proc/9321/stat : 9321 (sh) S 9290 9290 9253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005672101 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9321/statm: 1339 233 193 169 0 50 0
[pid=9322] ppid=9321 vsize=864144 CPUtime=0.43
/proc/9322/stat : 9322 (java) S 9321 9290 9253 0 -1 0 3695 0 1 0 39 4 0 0 18 0 9 0 2005672102 884883456 3166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9322/statm: 216036 3166 1671 9 0 210618 0
[pid=9322/tid=9323] ppid=9321 vsize=864144 CPUtime=0.32
/proc/9322/task/9323/stat : 9323 (java) R 9321 9290 9253 0 -1 64 2474 0 1 0 30 2 0 0 19 0 9 0 2005672103 884883456 3166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9324] ppid=9321 vsize=864144 CPUtime=0
/proc/9322/task/9324/stat : 9324 (java) S 9321 9290 9253 0 -1 64 195 0 0 0 0 0 0 0 16 0 9 0 2005672105 884883456 3166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9325] ppid=9321 vsize=864144 CPUtime=0
/proc/9322/task/9325/stat : 9325 (java) S 9321 9290 9253 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005672105 884883456 3166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9326] ppid=9321 vsize=864144 CPUtime=0
/proc/9322/task/9326/stat : 9326 (java) S 9321 9290 9253 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2005672105 884883456 3166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9327] ppid=9321 vsize=864144 CPUtime=0
/proc/9322/task/9327/stat : 9327 (java) S 9321 9290 9253 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2005672107 884883456 3166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9328] ppid=9321 vsize=864144 CPUtime=0.07
/proc/9322/task/9328/stat : 9328 (java) S 9321 9290 9253 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 2005672107 884883456 3166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9329] ppid=9321 vsize=864144 CPUtime=0
/proc/9322/task/9329/stat : 9329 (java) S 9321 9290 9253 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005672107 884883456 3166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9322/tid=9330] ppid=9321 vsize=864144 CPUtime=0
/proc/9322/task/9330/stat : 9330 (java) S 9321 9290 9253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005672107 884883456 3166 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.9
Current children cumulated vsize (KiB) 883100

Child status: 0
Real time (s): 525.092
CPU time (s): 520.019
CPU user time (s): 519.276
CPU system time (s): 0.742887
CPU usage (%): 99.0338
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 519.276
system time used= 0.742887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56662
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7695
involuntary context switches= 28834

runsolver used 0.621905 second user time and 1.78073 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 16:00:53
IDJOB=1095128
IDBENCH=58883
IDSOLVER=346
FILE ID=node19/1095128-1215266453
PBS_JOBID= 7882199
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bibd8/normalized-bibd-8-84-42-4-18_glb.xml
COMMAND LINE= DIR/sugar -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-1095128-1215266453/watcher-1095128-1215266453 -o /tmp/evaluation-result-1095128-1215266453/solver-1095128-1215266453 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1095128-1215266453.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fd5e2fd975fbc9948561e342a7ecd6fc
RANDOM SEED=40018981

node19.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.263
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	: 5931.00
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.263
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:       1671000 kB
Buffers:         31336 kB
Cached:         197244 kB
SwapCached:       6496 kB
Active:         237588 kB
Inactive:        93716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1671000 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:         116400 kB
Slab:            38816 kB
Committed_AS:  4275920 kB
PageTables:       2048 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= 66552 MiB
End job on node19 at 2008-07-05 16:09:38