Trace number 2062282

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.14.6+minisatSAT 530.447 535.671

General information on the benchmark

Namecsp/allsquares/
normalized-squares-32-32.xml
MD5SUMead5701db864634909571d8befed8462
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark190.2
Satisfiable
(Un)Satisfiability was proved
Number of variables2048
Number of constraints2483
Maximum constraint arity32
Maximum domain size108
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1985
Global constraints used (with number of constraints)cumulative(2),weightedsum(496)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 18:08:24 2009
0.00/0.08	c 0	PID 12039
0.00/0.08	c 0	HOST node13.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2062282-1247328504.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062282-1247328504.xml' 'HOME/temp.csp'
0.06/0.93	c 1	33 domains, 2048 variables, 2 predicates, 0 relations, 2483 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.90/1.06	c 1	Parsing HOME/temp.csp
1.00/1.19	c 1	parsed 4566 expressions
1.09/1.20	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.20	c 1	Converting to clausal form CSP
1.09/1.23	c 1	converted 457 (10%) expressions
1.09/1.23	c 1	converted 914 (20%) expressions
1.09/1.23	c 1	converted 1370 (30%) expressions
1.09/1.24	c 1	converted 1827 (40%) expressions
1.29/1.41	c 2	converted 2283 (50%) expressions
1.29/1.47	c 2	converted 2740 (60%) expressions
1.39/1.52	c 2	converted 3197 (70%) expressions
1.39/1.55	c 2	converted 3653 (80%) expressions
1.48/1.63	c 2	converted 4110 (90%) expressions
2.88/3.07	c 3	converted 4566 (100%) expressions
2.88/3.07	c 3	CSP : 10320 integers, 4724 booleans, 30597 clauses, largest domain size 109
2.88/3.07	c 3	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.88/3.07	c 3	Propagation in CSP
2.97/3.18	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.97/3.18	c 3	CSP : 10320 integers, 4724 booleans, 30597 clauses, largest domain size 109
2.97/3.18	c 3	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.07/3.21	c 3	Simplifing CSP by introducing new Boolean variables
3.07/3.23	c 3	CSP : 10320 integers, 4724 booleans, 30597 clauses, largest domain size 109
3.07/3.23	c 3	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.17/3.38	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.26/3.42	c 4	1032 (10%) CSP integer variables are encoded (5716 clauses, 72179 bytes)
3.26/3.42	c 4	2064 (20%) CSP integer variables are encoded (5716 clauses, 72179 bytes)
3.26/3.44	c 4	3096 (30%) CSP integer variables are encoded (19292 clauses, 271683 bytes)
3.26/3.46	c 4	4128 (40%) CSP integer variables are encoded (33117 clauses, 479058 bytes)
3.26/3.48	c 4	5160 (50%) CSP integer variables are encoded (45736 clauses, 668343 bytes)
3.26/3.49	c 4	6192 (60%) CSP integer variables are encoded (56460 clauses, 829203 bytes)
3.36/3.51	c 4	7224 (70%) CSP integer variables are encoded (69902 clauses, 1030833 bytes)
3.36/3.53	c 4	8256 (80%) CSP integer variables are encoded (83861 clauses, 1240218 bytes)
3.36/3.55	c 4	9288 (90%) CSP integer variables are encoded (96480 clauses, 1440050 bytes)
3.36/3.56	c 4	10320 (100%) CSP integer variables are encoded (107204 clauses, 1622358 bytes)
3.86/4.03	c 4	3060 (10%) CSP clauses are encoded (345454 clauses, 5897128 bytes)
4.85/5.05	c 5	6120 (20%) CSP clauses are encoded (632495 clauses, 12256966 bytes)
6.14/6.32	c 6	9180 (30%) CSP clauses are encoded (942743 clauses, 19667533 bytes)
7.31/7.57	c 8	12239 (40%) CSP clauses are encoded (1239634 clauses, 26758558 bytes)
9.09/9.35	c 9	15299 (50%) CSP clauses are encoded (1487677 clauses, 33361183 bytes)
11.96/12.28	c 12	18359 (60%) CSP clauses are encoded (2046200 clauses, 46738830 bytes)
13.35/13.69	c 14	21418 (70%) CSP clauses are encoded (2383159 clauses, 54789819 bytes)
14.64/14.94	c 15	24478 (80%) CSP clauses are encoded (2680051 clauses, 61881847 bytes)
16.12/16.47	c 17	27538 (90%) CSP clauses are encoded (2943767 clauses, 68963412 bytes)
19.18/19.55	c 20	30597 (100%) CSP clauses are encoded (3446548 clauses, 82741065 bytes)
19.18/19.56	c 20	30597 CSP clauses encoded
19.18/19.56	c 20	Writing map file : HOME/temp.map
19.18/19.58	c 20	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.18/19.58	c 20	SAT : 122172 SAT variables, 3446548 SAT clauses, 82741065 bytes
19.18/19.58	c 20	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.26/19.60	c 20	SOLVING HOME/temp.cnf
19.26/19.60	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.26/19.60	c 20	This is MiniSat 2.0 beta
19.26/19.60	c 20	WARNING: for repeatability, setting FPU to use double precision
19.26/19.60	c 20	============================[ Problem Statistics ]=============================
19.26/19.60	c 20	|                                                                             |
19.26/19.60	c 20	|  Number of variables:  122172                                               |
19.26/19.60	c 20	|  Number of clauses:    3446548                                              |
21.16/21.53	c 22	|  Parsing time:         1.64         s                                       |
21.25/21.64	c 22	============================[ Search Statistics ]==============================
21.25/21.64	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.25/21.64	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.25/21.64	c 22	===============================================================================
21.25/21.64	c 22	|         0 |  122172  3446548 11666578 |  1148849        0    nan |  0.000 % |
22.64/23.03	c 23	|       101 |  122172  3446548 11666578 |  1263734      101     45 |  0.000 % |
23.92/24.39	c 24	|       253 |  122172  3446548 11666578 |  1390107      253     68 |  0.000 % |
26.60/27.04	c 27	|       478 |  122172  3446548 11666578 |  1529118      478     54 |  0.000 % |
31.64/32.16	c 32	|       815 |  122172  3446548 11666578 |  1682030      815     57 |  0.000 % |
36.30/36.85	c 37	|      1321 |  122172  3446548 11666578 |  1850233     1321     63 |  0.000 % |
46.90/47.59	c 48	|      2082 |  122172  3446548 11666578 |  2035256     2082     63 |  0.000 % |
57.10/57.80	c 58	|      3221 |  122172  3446548 11666578 |  2238782     3221     69 |  0.000 % |
73.74/74.61	c 75	|      4929 |  122172  3446548 11666578 |  2462660     4929     62 |  0.000 % |
99.79/100.98	c 101	|      7491 |  122172  3446548 11666578 |  2708926     7491     67 |  0.000 % |
138.23/139.73	c 140	|     11335 |  122172  3446548 11666578 |  2979819    11335     70 |  0.000 % |
191.91/193.91	c 194	|     17101 |  122172  3446548 11666578 |  3277801    17101     69 |  0.000 % |
280.17/283.02	c 283	|     25751 |  122172  3446548 11666578 |  3605581    25751     70 |  0.000 % |
404.67/408.73	c 409	|     38726 |  122172  3446548 11666578 |  3966139    38726     67 |  0.000 % |
529.78/535.04	c 535	===============================================================================
529.78/535.06	c 535	restarts              : 14
529.78/535.06	c 535	conflicts             : 50008          (98 /sec)
529.78/535.06	c 535	decisions             : 66046          (1.29 % random) (129 /sec)
529.78/535.06	c 535	propagations          : 286318481      (561184 /sec)
529.78/535.06	c 535	conflict literals     : 3384803        (34.85 % deleted)
529.78/535.06	c 535	Memory used           : 177.98 MB
529.78/535.06	c 535	CPU time              : 510.204 s
529.78/535.06	c 535	
529.88/535.10	c 535	SATISFIABLE
529.88/535.14	c 535	DECODING HOME/temp.out WITH HOME/temp.map
529.88/535.14	c 535	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
529.93/535.22	c 535	Decoding HOME/temp.out
529.93/535.51	s SATISFIABLE
529.93/535.59	v 57 18 102 103 61 102 60 40 58 58 68 48 89 26 26 18 41 0 89 88 67 57 58 34 32 0 81 0 79 28 58 0 24 105 56 65 96 59 101 96 87 23 22 96 56 94 79 33 79 33 69 88 87 0 33 25 0 79 29 51 0 49 56 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 0 0 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 1 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1
530.36/535.61	c 536	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
530.36/535.63	c 536	CPU 530.38 (0.06 0.03 529.13 1.16)
530.36/535.63	c 536	END Sat Jul 11 18:17:20 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2062282-1247328504/watcher-2062282-1247328504 -o /tmp/evaluation-result-2062282-1247328504/solver-2062282-1247328504 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2062282-1247328504.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 4/73 12039
/proc/meminfo: memFree=1911976/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=12268 CPUtime=0
/proc/12039/stat : 12039 (sugar) R 12037 12039 10054 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19917317 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269757413989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12039/statm: 3067 316 241 3 0 167 0

[startup+0.0959329 s]
/proc/loadavg: 1.92 1.99 1.99 4/73 12039
/proc/meminfo: memFree=1911976/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=0.06
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19917317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102956 s]
/proc/loadavg: 1.92 1.99 1.99 4/73 12039
/proc/meminfo: memFree=1911976/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=0.06
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19917317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302956 s]
/proc/loadavg: 1.92 1.99 1.99 4/73 12039
/proc/meminfo: memFree=1911976/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=0.06
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19917317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.703021 s]
/proc/loadavg: 1.92 1.99 1.99 4/73 12039
/proc/meminfo: memFree=1911976/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=0.06
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19917317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50112 s]
/proc/loadavg: 1.92 1.99 1.99 3/77 12054
/proc/meminfo: memFree=1907080/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=0.89
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1309 6891 0 1 5 1 79 4 16 0 1 0 19917317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1111 409 3 0 796 0
[pid=12052] ppid=12039 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12039 12039 10054 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19917415 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 233 193 169 0 50 0
[pid=12053] ppid=12052 vsize=868480 CPUtime=0.5
/proc/12053/stat : 12053 (java) S 12052 12039 10054 0 -1 0 5619 0 1 0 47 3 0 0 18 0 9 0 19917416 889323520 5040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12053/statm: 217120 5040 1743 9 0 211625 0
[pid=12053/tid=12054] ppid=12052 vsize=868480 CPUtime=0.28
/proc/12053/task/12054/stat : 12054 (java) R 12052 12039 10054 0 -1 64 2661 0 1 0 27 1 0 0 18 0 9 0 19917416 889323520 5040 996147200 134512640 134550932 4294955936 18446744073709551615 4126518513 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890704

[startup+3.10233 s]
/proc/loadavg: 1.92 1.99 1.99 3/84 12061
/proc/meminfo: memFree=1886928/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=0.89
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1310 6891 0 1 5 1 79 4 16 0 1 0 19917317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1111 409 3 0 796 0
[pid=12052] ppid=12039 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12039 12039 10054 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19917415 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 233 193 169 0 50 0
[pid=12053] ppid=12052 vsize=868564 CPUtime=2.08
/proc/12053/stat : 12053 (java) S 12052 12039 10054 0 -1 0 12175 0 1 0 200 8 0 0 18 0 9 0 19917416 889409536 11125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12053/statm: 217141 11125 2567 9 0 211646 0
[pid=12053/tid=12054] ppid=12052 vsize=868564 CPUtime=1.23
/proc/12053/task/12054/stat : 12054 (java) R 12052 12039 10054 0 -1 64 2977 0 1 0 121 2 0 0 25 0 9 0 19917416 889409536 11125 996147200 134512640 134550932 4294955936 18446744073709551615 4126483588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12055] ppid=12052 vsize=868564 CPUtime=0.58
/proc/12053/task/12055/stat : 12055 (java) S 12052 12039 10054 0 -1 64 6962 0 0 0 54 4 0 0 16 0 9 0 19917418 889409536 11125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12056] ppid=12052 vsize=868564 CPUtime=0
/proc/12053/task/12056/stat : 12056 (java) S 12052 12039 10054 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19917418 889409536 11125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12057] ppid=12052 vsize=868564 CPUtime=0
/proc/12053/task/12057/stat : 12057 (java) S 12052 12039 10054 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19917418 889409536 11125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12058] ppid=12052 vsize=868564 CPUtime=0
/proc/12053/task/12058/stat : 12058 (java) S 12052 12039 10054 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19917420 889409536 11125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12059] ppid=12052 vsize=868564 CPUtime=0.23
/proc/12053/task/12059/stat : 12059 (java) S 12052 12039 10054 0 -1 64 1537 0 0 0 23 0 0 0 16 0 9 0 19917420 889409536 11125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12060] ppid=12052 vsize=868564 CPUtime=0
/proc/12053/task/12060/stat : 12060 (java) S 12052 12039 10054 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19917421 889409536 11125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12061] ppid=12052 vsize=868564 CPUtime=0
/proc/12053/task/12061/stat : 12061 (java) S 12052 12039 10054 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19917421 889409536 11125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890788

[startup+6.30275 s]
/proc/loadavg: 1.93 1.99 1.99 3/84 12061
/proc/meminfo: memFree=1858768/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=0.89
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1310 6891 0 1 5 1 79 4 16 0 1 0 19917317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1111 409 3 0 796 0
[pid=12052] ppid=12039 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12039 12039 10054 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19917415 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 233 193 169 0 50 0
[pid=12053] ppid=12052 vsize=868708 CPUtime=5.25
/proc/12053/stat : 12053 (java) S 12052 12039 10054 0 -1 0 12796 0 1 0 503 22 0 0 18 0 9 0 19917416 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12053/statm: 217177 11286 2591 9 0 211654 0
[pid=12053/tid=12054] ppid=12052 vsize=868708 CPUtime=4.09
/proc/12053/task/12054/stat : 12054 (java) R 12052 12039 10054 0 -1 64 3267 0 1 0 396 13 0 0 25 0 9 0 19917416 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4126557847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12055] ppid=12052 vsize=868708 CPUtime=0.83
/proc/12053/task/12055/stat : 12055 (java) S 12052 12039 10054 0 -1 64 7257 0 0 0 77 6 0 0 16 0 9 0 19917418 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12056] ppid=12052 vsize=868708 CPUtime=0
/proc/12053/task/12056/stat : 12056 (java) S 12052 12039 10054 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19917418 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12057] ppid=12052 vsize=868708 CPUtime=0
/proc/12053/task/12057/stat : 12057 (java) S 12052 12039 10054 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19917418 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12058] ppid=12052 vsize=868708 CPUtime=0
/proc/12053/task/12058/stat : 12058 (java) S 12052 12039 10054 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19917420 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12059] ppid=12052 vsize=868708 CPUtime=0.29
/proc/12053/task/12059/stat : 12059 (java) S 12052 12039 10054 0 -1 64 1573 0 0 0 29 0 0 0 17 0 9 0 19917420 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12060] ppid=12052 vsize=868708 CPUtime=0
/proc/12053/task/12060/stat : 12060 (java) S 12052 12039 10054 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19917421 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12061] ppid=12052 vsize=868708 CPUtime=0
/proc/12053/task/12061/stat : 12061 (java) S 12052 12039 10054 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19917421 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890932

[startup+12.7026 s]
/proc/loadavg: 1.93 1.99 1.99 3/84 12061
/proc/meminfo: memFree=1828048/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=0.9
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1310 6891 0 1 6 1 79 4 16 0 1 0 19917317 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1111 409 3 0 796 0
[pid=12052] ppid=12039 vsize=5356 CPUtime=0
/proc/12052/stat : 12052 (sh) S 12039 12039 10054 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19917415 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12052/statm: 1339 233 193 169 0 50 0
[pid=12053] ppid=12052 vsize=868708 CPUtime=11.56
/proc/12053/stat : 12053 (java) S 12052 12039 10054 0 -1 0 13146 0 1 0 1113 43 0 0 18 0 9 0 19917416 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12053/statm: 217177 11286 2591 9 0 211654 0
[pid=12053/tid=12054] ppid=12052 vsize=868708 CPUtime=10.26
/proc/12053/task/12054/stat : 12054 (java) R 12052 12039 10054 0 -1 64 3617 0 1 0 993 33 0 0 25 0 9 0 19917416 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4127168276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12055] ppid=12052 vsize=868708 CPUtime=0.97
/proc/12053/task/12055/stat : 12055 (java) S 12052 12039 10054 0 -1 64 7257 0 0 0 89 8 0 0 16 0 9 0 19917418 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12056] ppid=12052 vsize=868708 CPUtime=0
/proc/12053/task/12056/stat : 12056 (java) S 12052 12039 10054 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19917418 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12057] ppid=12052 vsize=868708 CPUtime=0
/proc/12053/task/12057/stat : 12057 (java) S 12052 12039 10054 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19917418 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12058] ppid=12052 vsize=868708 CPUtime=0
/proc/12053/task/12058/stat : 12058 (java) S 12052 12039 10054 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19917420 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12059] ppid=12052 vsize=868708 CPUtime=0.29
/proc/12053/task/12059/stat : 12059 (java) S 12052 12039 10054 0 -1 64 1573 0 0 0 29 0 0 0 17 0 9 0 19917420 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12060] ppid=12052 vsize=868708 CPUtime=0
/proc/12053/task/12060/stat : 12060 (java) S 12052 12039 10054 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19917421 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12053/tid=12061] ppid=12052 vsize=868708 CPUtime=0
/proc/12053/task/12061/stat : 12061 (java) S 12052 12039 10054 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19917421 889556992 11286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890932

[startup+25.5023 s]
/proc/loadavg: 1.95 1.99 1.99 3/76 12063
/proc/meminfo: memFree=1668496/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=19.29
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1376 20736 0 2 6 1 1849 73 16 0 1 0 19917317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1113 409 3 0 796 0
[pid=12062] ppid=12039 vsize=5356 CPUtime=0
/proc/12062/stat : 12062 (sh) S 12039 12039 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12062/statm: 1339 232 193 169 0 50 0
[pid=12063] ppid=12062 vsize=160316 CPUtime=5.82
/proc/12063/stat : 12063 (minisat) R 12062 12039 10054 0 -1 4194304 39612 0 0 0 554 28 0 0 25 0 1 0 19919278 164163584 39598 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/12063/statm: 40079 39598 76 150 0 39926 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 182540

[startup+51.1027 s]
/proc/loadavg: 1.96 1.99 1.99 3/76 12063
/proc/meminfo: memFree=1664272/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=19.29
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1376 20736 0 2 6 1 1849 73 16 0 1 0 19917317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1113 409 3 0 796 0
[pid=12062] ppid=12039 vsize=5356 CPUtime=0
/proc/12062/stat : 12062 (sh) S 12039 12039 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12062/statm: 1339 232 193 169 0 50 0
[pid=12063] ppid=12062 vsize=165116 CPUtime=31.18
/proc/12063/stat : 12063 (minisat) R 12062 12039 10054 0 -1 4194304 40753 0 0 0 3089 29 0 0 25 0 1 0 19919278 169078784 40739 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12063/statm: 41279 40739 76 150 0 41126 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 187340

[startup+102.307 s]
/proc/loadavg: 1.98 1.99 1.99 3/76 12063
/proc/meminfo: memFree=1662288/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=19.29
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1376 20736 0 2 6 1 1849 73 16 0 1 0 19917317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=12062] ppid=12039 vsize=5356 CPUtime=0
/proc/12062/stat : 12062 (sh) S 12039 12039 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12062/statm: 1339 232 193 169 0 50 0
[pid=12063] ppid=12062 vsize=176348 CPUtime=319.61
/proc/12063/stat : 12063 (minisat) R 12062 12039 10054 0 -1 4194304 43583 0 0 0 31928 33 0 0 25 0 1 0 19919278 180580352 43569 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/12063/statm: 44087 43569 76 150 0 43934 0
Current children cumulated CPU time (s) 338.9
Current children cumulated vsize (KiB) 198572

[startup+402.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 12064
/proc/meminfo: memFree=1649864/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=19.29
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1376 20736 0 2 6 1 1849 73 16 0 1 0 19917317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1113 409 3 0 796 0
[pid=12062] ppid=12039 vsize=5356 CPUtime=0
/proc/12062/stat : 12062 (sh) S 12039 12039 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12062/statm: 1339 232 193 169 0 50 0
[pid=12063] ppid=12062 vsize=178064 CPUtime=379.04
/proc/12063/stat : 12063 (minisat) R 12062 12039 10054 0 -1 4194304 44007 0 0 0 37871 33 0 0 25 0 1 0 19919278 182337536 43993 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12063/statm: 44516 43993 76 150 0 44363 0
Current children cumulated CPU time (s) 398.33
Current children cumulated vsize (KiB) 200288

[startup+462.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 12064
/proc/meminfo: memFree=1647624/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=19.29
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1376 20736 0 2 6 1 1849 73 16 0 1 0 19917317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1113 409 3 0 796 0
[pid=12062] ppid=12039 vsize=5356 CPUtime=0
/proc/12062/stat : 12062 (sh) S 12039 12039 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12062/statm: 1339 232 193 169 0 50 0
[pid=12063] ppid=12062 vsize=180256 CPUtime=438.47
/proc/12063/stat : 12063 (minisat) R 12062 12039 10054 0 -1 4194304 44535 0 0 0 43813 34 0 0 25 0 1 0 19919278 184582144 44521 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12063/statm: 45064 44521 76 150 0 44911 0
Current children cumulated CPU time (s) 457.76
Current children cumulated vsize (KiB) 202480

[startup+522.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 12064
/proc/meminfo: memFree=1645896/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=19.29
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1376 20736 0 2 6 1 1849 73 16 0 1 0 19917317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1113 409 3 0 796 0
[pid=12062] ppid=12039 vsize=5356 CPUtime=0
/proc/12062/stat : 12062 (sh) S 12039 12039 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12062/statm: 1339 232 193 169 0 50 0
[pid=12063] ppid=12062 vsize=181840 CPUtime=497.91
/proc/12063/stat : 12063 (minisat) R 12062 12039 10054 0 -1 4194304 44928 0 0 0 49756 35 0 0 25 0 1 0 19919278 186204160 44914 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/12063/statm: 45460 44914 76 150 0 45307 0
Current children cumulated CPU time (s) 517.2
Current children cumulated vsize (KiB) 204064

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

[startup+524.706 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 12064
/proc/meminfo: memFree=1645832/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=19.29
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1376 20736 0 2 6 1 1849 73 16 0 1 0 19917317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1113 409 3 0 796 0
[pid=12062] ppid=12039 vsize=5356 CPUtime=0
/proc/12062/stat : 12062 (sh) S 12039 12039 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12062/statm: 1339 232 193 169 0 50 0
[pid=12063] ppid=12062 vsize=181840 CPUtime=500.29
/proc/12063/stat : 12063 (minisat) R 12062 12039 10054 0 -1 4194304 44941 0 0 0 49994 35 0 0 25 0 1 0 19919278 186204160 44927 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12063/statm: 45460 44927 76 150 0 45307 0
Current children cumulated CPU time (s) 519.58
Current children cumulated vsize (KiB) 204064

[startup+531.102 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 12064
/proc/meminfo: memFree=1645704/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=19.29
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1376 20736 0 2 6 1 1849 73 16 0 1 0 19917317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1113 409 3 0 796 0
[pid=12062] ppid=12039 vsize=5356 CPUtime=0
/proc/12062/stat : 12062 (sh) S 12039 12039 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12062/statm: 1339 232 193 169 0 50 0
[pid=12063] ppid=12062 vsize=181972 CPUtime=506.63
/proc/12063/stat : 12063 (minisat) R 12062 12039 10054 0 -1 4194304 44972 0 0 0 50628 35 0 0 25 0 1 0 19919278 186339328 44958 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12063/statm: 45493 44958 76 150 0 45340 0
Current children cumulated CPU time (s) 525.92
Current children cumulated vsize (KiB) 204196

[startup+532.701 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 12064
/proc/meminfo: memFree=1645704/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=19.29
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1376 20736 0 2 6 1 1849 73 16 0 1 0 19917317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1113 409 3 0 796 0
[pid=12062] ppid=12039 vsize=5356 CPUtime=0
/proc/12062/stat : 12062 (sh) S 12039 12039 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12062/statm: 1339 232 193 169 0 50 0
[pid=12063] ppid=12062 vsize=181972 CPUtime=508.21
/proc/12063/stat : 12063 (minisat) R 12062 12039 10054 0 -1 4194304 44980 0 0 0 50786 35 0 0 25 0 1 0 19919278 186339328 44966 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12063/statm: 45493 44966 76 150 0 45340 0
Current children cumulated CPU time (s) 527.5
Current children cumulated vsize (KiB) 204196

[startup+534.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 12064
/proc/meminfo: memFree=1645640/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=19.29
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1376 20736 0 2 6 1 1849 73 16 0 1 0 19917317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1113 409 3 0 796 0
[pid=12062] ppid=12039 vsize=5356 CPUtime=0
/proc/12062/stat : 12062 (sh) S 12039 12039 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12062/statm: 1339 232 193 169 0 50 0
[pid=12063] ppid=12062 vsize=181972 CPUtime=509.8
/proc/12063/stat : 12063 (minisat) R 12062 12039 10054 0 -1 4194304 44991 0 0 0 50945 35 0 0 25 0 1 0 19919278 186339328 44977 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12063/statm: 45493 44977 76 150 0 45340 0
Current children cumulated CPU time (s) 529.09
Current children cumulated vsize (KiB) 204196

[startup+535.102 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 12064
/proc/meminfo: memFree=1645640/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=19.29
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1376 20736 0 2 6 1 1849 73 16 0 1 0 19917317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1113 409 3 0 796 0
[pid=12062] ppid=12039 vsize=5356 CPUtime=0
/proc/12062/stat : 12062 (sh) S 12039 12039 10054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19919277 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12062/statm: 1339 232 193 169 0 50 0
[pid=12063] ppid=12062 vsize=182256 CPUtime=510.59
/proc/12063/stat : 12063 (minisat) R 12062 12039 10054 0 -1 4194304 45047 0 0 0 51024 35 0 0 25 0 1 0 19919278 186630144 45032 996147200 134512640 135127466 4294956256 18446744073709551615 134784553 0 0 4096 3 0 0 0 17 1 0 0
/proc/12063/statm: 45564 45032 82 150 0 45411 0
Current children cumulated CPU time (s) 529.88
Current children cumulated vsize (KiB) 204480

[startup+535.502 s]
/proc/loadavg: 1.99 1.99 1.99 3/77 12064
/proc/meminfo: memFree=1645640/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=529.93
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1448 66068 0 2 6 1 52874 112 16 0 1 0 19917317 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 529.93
Current children cumulated vsize (KiB) 16868

[startup+535.602 s]
/proc/loadavg: 1.99 1.99 1.99 3/85 12074
/proc/meminfo: memFree=1818504/2055920 swapFree=4192812/4192956
[pid=12039] ppid=12037 vsize=16868 CPUtime=529.95
/proc/12039/stat : 12039 (sugar) S 12037 12039 10054 0 -1 4194304 1452 66068 0 2 6 3 52874 112 15 0 1 0 19917317 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12039/statm: 4217 1114 409 3 0 796 0
[pid=12065] ppid=12039 vsize=5356 CPUtime=0
/proc/12065/stat : 12065 (sh) S 12039 12039 10054 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19970831 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12065/statm: 1339 233 193 169 0 50 0
[pid=12066] ppid=12065 vsize=864124 CPUtime=0.41
/proc/12066/stat : 12066 (java) S 12065 12039 10054 0 -1 0 3601 0 1 0 38 3 0 0 18 0 9 0 19970832 884862976 3069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12066/statm: 216031 3069 1582 9 0 210543 0
[pid=12066/tid=12067] ppid=12065 vsize=864124 CPUtime=0.28
/proc/12066/task/12067/stat : 12067 (java) R 12065 12039 10054 0 -1 64 2387 0 1 0 26 2 0 0 18 0 9 0 19970833 884862976 3069 996147200 134512640 134550932 4294955984 18446744073709551615 4159512528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12066/tid=12068] ppid=12065 vsize=864124 CPUtime=0
/proc/12066/task/12068/stat : 12068 (java) S 12065 12039 10054 0 -1 64 160 0 0 0 0 0 0 0 16 0 9 0 19970834 884862976 3069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12066/tid=12069] ppid=12065 vsize=864124 CPUtime=0
/proc/12066/task/12069/stat : 12069 (java) S 12065 12039 10054 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 19970834 884862976 3069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12066/tid=12070] ppid=12065 vsize=864124 CPUtime=0
/proc/12066/task/12070/stat : 12070 (java) S 12065 12039 10054 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 19970834 884862976 3069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12066/tid=12071] ppid=12065 vsize=864124 CPUtime=0
/proc/12066/task/12071/stat : 12071 (java) S 12065 12039 10054 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19970837 884862976 3069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12066/tid=12072] ppid=12065 vsize=864124 CPUtime=0.1
/proc/12066/task/12072/stat : 12072 (java) S 12065 12039 10054 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 19970837 884862976 3069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12066/tid=12073] ppid=12065 vsize=864124 CPUtime=0
/proc/12066/task/12073/stat : 12073 (java) S 12065 12039 10054 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19970837 884862976 3069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12066/tid=12074] ppid=12065 vsize=864124 CPUtime=0
/proc/12066/task/12074/stat : 12074 (java) S 12065 12039 10054 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19970837 884862976 3069 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 530.36
Current children cumulated vsize (KiB) 886348

Child status: 0
Real time (s): 535.671
CPU time (s): 530.447
CPU user time (s): 529.204
CPU system time (s): 1.24381
CPU usage (%): 99.0248
Max. virtual memory (cumulated for all children) (KiB): 891324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 529.204
system time used= 1.24381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71677
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= 14955
involuntary context switches= 25639

runsolver used 0.668898 second user time and 1.78873 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-11 18:08:24
IDJOB=2062282
IDBENCH=53885
IDSOLVER=739
FILE ID=node13/2062282-1247328504
PBS_JOBID= 9506601
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-32-32.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2062282-1247328504/watcher-2062282-1247328504 -o /tmp/evaluation-result-2062282-1247328504/solver-2062282-1247328504 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2062282-1247328504.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ead5701db864634909571d8befed8462
RANDOM SEED=1302800353

node13.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.241
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.241
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:       1912456 kB
Buffers:          8096 kB
Cached:          59360 kB
SwapCached:          0 kB
Active:          81656 kB
Inactive:        15900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1912456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:          40872 kB
Slab:            31164 kB
Committed_AS:   207764 kB
PageTables:       1872 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= 66296 MiB
End job on node13 at 2009-07-11 18:17:20