Trace number 1042230

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 1349.87 1363.72

General information on the benchmark

Namecsp/allsquares/
normalized-squares-32-32.xml
MD5SUMead5701db864634909571d8befed8462
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark474.828
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 (download as text)

0.01/0.12	c 0	Sugar v1-13 + HOME/minisat
0.01/0.12	c 0	BEGIN Wed Jul  2 14:47:36 2008
0.01/0.12	c 0	PID 15700
0.01/0.13	c 0	HOST node25.alineos.net
0.01/0.13	c 0	CONVERTING HOME/instance-1042230-1215002856.xml TO HOME/temp.csp
0.01/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1042230-1215002856.xml' 'HOME/temp.csp'
0.87/1.02	c 1	33 domains, 2048 variables, 2 predicates, 0 relations, 2483 constraints
0.87/1.07	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.87/1.07	c 1	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.91/1.15	c 1	Parsing HOME/temp.csp
0.91/1.58	c 2	parsed 4566 expressions
0.91/1.59	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.59	c 2	Converting to clausal form CSP
0.91/1.62	c 2	converted 457 (10%) expressions
0.91/1.62	c 2	converted 914 (20%) expressions
0.91/1.63	c 2	converted 1370 (30%) expressions
0.91/1.64	c 2	converted 1827 (40%) expressions
0.91/1.80	c 2	converted 2283 (50%) expressions
0.91/1.85	c 2	converted 2740 (60%) expressions
0.91/1.89	c 2	converted 3197 (70%) expressions
0.91/1.93	c 2	converted 3653 (80%) expressions
0.91/1.96	c 2	converted 4110 (90%) expressions
3.29/3.53	c 4	converted 4566 (100%) expressions
3.29/3.54	c 4	CSP : 15440 integers, 4724 booleans, 40837 clauses, largest domain size 281
3.29/3.54	c 4	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.29/3.54	c 4	Propagation in CSP
3.49/3.78	c 4	63075 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.49/3.79	c 4	CSP : 15440 integers, 4724 booleans, 40837 clauses, largest domain size 109
3.49/3.79	c 4	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.59/3.81	c 4	Simplifing CSP by introducing new Boolean variables
3.59/3.83	c 4	CSP : 15440 integers, 4724 booleans, 40837 clauses, largest domain size 109
3.59/3.83	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.79/4.00	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.79/4.05	c 4	1544 (10%) CSP integer variables are encoded (5716 clauses, 72179 bytes)
3.79/4.07	c 4	3088 (20%) CSP integer variables are encoded (24338 clauses, 347254 bytes)
3.89/4.11	c 4	4632 (30%) CSP integer variables are encoded (52416 clauses, 768424 bytes)
3.89/4.14	c 4	6176 (40%) CSP integer variables are encoded (80034 clauses, 1182694 bytes)
3.89/4.18	c 4	7720 (50%) CSP integer variables are encoded (107732 clauses, 1627365 bytes)
3.98/4.22	c 4	9264 (60%) CSP integer variables are encoded (135580 clauses, 2100781 bytes)
3.98/4.25	c 4	10808 (70%) CSP integer variables are encoded (163530 clauses, 2575931 bytes)
3.98/4.29	c 4	12352 (80%) CSP integer variables are encoded (191480 clauses, 3051081 bytes)
4.08/4.34	c 5	13896 (90%) CSP integer variables are encoded (219352 clauses, 3524905 bytes)
4.08/4.37	c 5	15440 (100%) CSP integer variables are encoded (247152 clauses, 3997505 bytes)
4.67/4.96	c 5	4084 (10%) CSP clauses are encoded (543355 clauses, 9340099 bytes)
6.65/6.92	c 7	8168 (20%) CSP clauses are encoded (1604262 clauses, 31566312 bytes)
8.32/8.64	c 9	12252 (30%) CSP clauses are encoded (2517584 clauses, 50926304 bytes)
10.00/10.37	c 11	16335 (40%) CSP clauses are encoded (3430905 clauses, 70286382 bytes)
11.87/12.24	c 12	20419 (50%) CSP clauses are encoded (4383070 clauses, 92185649 bytes)
14.28/15.32	c 16	24503 (60%) CSP clauses are encoded (5589665 clauses, 121271938 bytes)
16.26/17.32	c 18	28586 (70%) CSP clauses are encoded (6585644 clauses, 145324118 bytes)
18.07/19.33	c 20	32670 (80%) CSP clauses are encoded (7498966 clauses, 167378307 bytes)
19.86/21.17	c 21	36754 (90%) CSP clauses are encoded (8411045 clauses, 189402613 bytes)
22.12/23.43	c 24	40837 (100%) CSP clauses are encoded (9533684 clauses, 216469621 bytes)
22.12/23.43	c 24	40837 CSP clauses encoded
22.12/23.44	c 24	Writing map file : HOME/temp.map
22.12/23.49	c 24	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.12/23.49	c 24	SAT : 267240 SAT variables, 9533684 SAT clauses, 216469621 bytes
22.12/23.49	c 24	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.21/23.55	c 24	SOLVING HOME/temp.cnf
22.21/23.55	c 24	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.21/23.55	c 24	This is MiniSat 2.0 beta
22.21/23.55	c 24	WARNING: for repeatability, setting FPU to use double precision
22.21/23.55	c 24	============================[ Problem Statistics ]=============================
22.21/23.55	c 24	|                                                                             |
22.21/23.56	c 24	|  Number of variables:  267240                                               |
22.21/23.56	c 24	|  Number of clauses:    9533684                                              |
27.14/28.53	c 29	|  Parsing time:         4.33         s                                       |
27.32/28.77	c 29	============================[ Search Statistics ]==============================
27.32/28.77	c 29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
27.32/28.77	c 29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
27.32/28.77	c 29	===============================================================================
27.32/28.77	c 29	|         0 |  267240  9533684 27927869 |  3177894        0    nan |  0.000 % |
32.37/33.83	c 34	|       100 |  267240  9533684 27927869 |  3495684      100     38 |  0.000 % |
38.71/40.24	c 40	|       251 |  267240  9533684 27927869 |  3845252      251     42 |  0.000 % |
44.95/46.58	c 47	|       476 |  267240  9533684 27927869 |  4229777      476     39 |  0.000 % |
54.96/56.62	c 57	|       813 |  267240  9533684 27927869 |  4652755      813     59 |  0.000 % |
72.49/74.35	c 75	|      1319 |  267240  9533684 27927869 |  5118031     1319     60 |  0.000 % |
103.99/106.12	c 106	|      2078 |  267240  9533684 27927869 |  5629834     2078     56 |  0.000 % |
135.89/138.35	c 139	|      3218 |  267240  9533684 27927869 |  6192817     3218     48 |  0.000 % |
193.55/196.59	c 197	|      4929 |  267240  9533684 27927869 |  6812099     4929     61 |  0.000 % |
289.15/293.05	c 293	|      7492 |  267240  9533684 27927869 |  7493309     7492     69 |  0.000 % |
452.51/457.96	c 458	|     11336 |  267240  9533684 27927869 |  8242640    11336     62 |  0.000 % |
679.47/687.08	c 687	|     17102 |  267240  9533684 27927869 |  9066904    17102     66 |  0.000 % |
963.29/973.56	c 974	|     25753 |  267240  9533684 27927869 |  9973594    25753     73 |  0.000 % |
1348.95/1362.80	c 1363	===============================================================================
1348.95/1362.83	c 1363	restarts              : 13
1348.95/1362.83	c 1363	conflicts             : 36038          (27 /sec)
1348.95/1362.83	c 1363	decisions             : 50880          (1.17 % random) (38 /sec)
1348.95/1362.83	c 1363	propagations          : 710944710      (536146 /sec)
1348.95/1362.83	c 1363	conflict literals     : 2757076        (25.92 % deleted)
1348.95/1362.83	c 1363	Memory used           : 434.70 MB
1348.95/1362.83	c 1363	CPU time              : 1326.03 s
1348.95/1362.83	c 1363	
1349.05/1362.95	c 1363	SATISFIABLE
1349.14/1363.02	c 1363	DECODING HOME/temp.out WITH HOME/temp.map
1349.14/1363.02	c 1363	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1349.17/1363.11	c 1363	Decoding HOME/temp.out
1349.17/1363.50	s SATISFIABLE
1349.17/1363.59	v 33 35 29 74 27 27 33 33 24 23 84 72 95 27 92 92 91 90 72 72 51 33 0 55 26 0 0 62 79 32 41 0 14 14 86 79 15 20 24 16 89 98 19 19 17 0 64 48 0 30 0 59 63 86 85 84 61 59 0 31 79 31 0 27 1 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 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 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 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 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 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 1 1 0 0 1 1 0 1 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 1 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 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 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 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 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 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 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 0 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 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 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 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 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 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 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 0 0 0 0 1 0 0 0 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 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0
1349.17/1363.59	c 1364	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1349.18/1363.61	c 1364	CPU 1347.3 (0.04 0.01 1347.26 2.43)
1349.18/1363.61	c 1364	END Wed Jul  2 15:10:20 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-1042230-1215002856/watcher-1042230-1215002856 -o /tmp/evaluation-result-1042230-1215002856/solver-1042230-1215002856 -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-1042230-1215002856.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: 2.00 2.00 2.00 4/80 15700
/proc/meminfo: memFree=1849816/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=18572 CPUtime=0
/proc/15700/stat : 15700 (runsolver) R 15698 15700 15293 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1979259655 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15700/statm: 4643 292 257 25 0 2626 0

[startup+0.095595 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 15700
/proc/meminfo: memFree=1849816/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=12676 CPUtime=0
/proc/15700/stat : 15700 (sugar) R 15698 15700 15293 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 1979259655 12980224 487 996147200 4194304 4206940 548682068608 18446744073709551615 253320649405 0 0 4224 0 0 0 0 17 1 0 0
/proc/15700/statm: 3169 487 314 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.101555 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 15700
/proc/meminfo: memFree=1849816/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=12676 CPUtime=0.01
/proc/15700/stat : 15700 (sugar) D 15698 15700 15293 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 1979259655 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/15700/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301576 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 15700
/proc/meminfo: memFree=1849816/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=0.03
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979259655 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701612 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 15700
/proc/meminfo: memFree=1849816/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=0.03
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979259655 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50169 s]
/proc/loadavg: 2.00 2.00 2.00 4/91 15712
/proc/meminfo: memFree=1834752/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=0.91
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 973 6807 0 1 3 1 84 3 16 0 1 0 1979259655 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 13600

[startup+3.10283 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15722
/proc/meminfo: memFree=1830208/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=0.91
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 974 6807 0 1 3 1 84 3 15 0 1 0 1979259655 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 797 370 3 0 500 0
[pid=15713] ppid=15700 vsize=5356 CPUtime=0
/proc/15713/stat : 15713 (sh) S 15700 15700 15293 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979259762 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15713/statm: 1339 233 193 169 0 50 0
[pid=15714] ppid=15713 vsize=868632 CPUtime=1.99
/proc/15714/stat : 15714 (java) S 15713 15700 15293 0 -1 0 11424 0 1 0 191 8 0 0 19 0 9 0 1979259762 889479168 10537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15714/statm: 217158 10537 2541 9 0 211733 0
[pid=15714/tid=15715] ppid=15713 vsize=868632 CPUtime=1.28
/proc/15714/task/15715/stat : 15715 (java) R 15713 15700 15293 0 -1 64 2860 0 1 0 127 1 0 0 25 0 9 0 1979259764 889479168 10537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15716] ppid=15713 vsize=868632 CPUtime=0.44
/proc/15714/task/15716/stat : 15716 (java) R 15713 15700 15293 0 -1 64 6383 0 0 0 40 4 0 0 16 0 9 0 1979259765 889479168 10537 996147200 134512640 134550740 4294955952 18446744073709551615 102721922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15717] ppid=15713 vsize=868632 CPUtime=0
/proc/15714/task/15717/stat : 15717 (java) S 15713 15700 15293 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979259765 889479168 10537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15718] ppid=15713 vsize=868632 CPUtime=0
/proc/15714/task/15718/stat : 15718 (java) S 15713 15700 15293 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979259765 889479168 10537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15719] ppid=15713 vsize=868632 CPUtime=0
/proc/15714/task/15719/stat : 15719 (java) S 15713 15700 15293 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979259767 889479168 10537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15720] ppid=15713 vsize=868632 CPUtime=0.24
/proc/15714/task/15720/stat : 15720 (java) S 15713 15700 15293 0 -1 64 1488 0 0 0 23 1 0 0 16 0 9 0 1979259767 889479168 10537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15721] ppid=15713 vsize=868632 CPUtime=0
/proc/15714/task/15721/stat : 15721 (java) S 15713 15700 15293 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979259767 889479168 10537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15722] ppid=15713 vsize=868632 CPUtime=0
/proc/15714/task/15722/stat : 15722 (java) S 15713 15700 15293 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979259767 889479168 10537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 887588

[startup+6.30112 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 15722
/proc/meminfo: memFree=1792832/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=0.91
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 974 6807 0 1 3 1 84 3 15 0 1 0 1979259655 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 797 370 3 0 500 0
[pid=15713] ppid=15700 vsize=5356 CPUtime=0
/proc/15713/stat : 15713 (sh) S 15700 15700 15293 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979259762 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15713/statm: 1339 233 193 169 0 50 0
[pid=15714] ppid=15713 vsize=868492 CPUtime=5.15
/proc/15714/stat : 15714 (java) S 15713 15700 15293 0 -1 0 13894 0 1 0 490 25 0 0 19 0 9 0 1979259762 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15714/statm: 217123 12457 2565 9 0 211670 0
[pid=15714/tid=15715] ppid=15713 vsize=868492 CPUtime=3.91
/proc/15714/task/15715/stat : 15715 (java) R 15713 15700 15293 0 -1 64 3305 0 1 0 374 17 0 0 25 0 9 0 1979259764 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4127150540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15716] ppid=15713 vsize=868492 CPUtime=0.9
/proc/15714/task/15716/stat : 15716 (java) S 15713 15700 15293 0 -1 64 8364 0 0 0 84 6 0 0 16 0 9 0 1979259765 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15717] ppid=15713 vsize=868492 CPUtime=0
/proc/15714/task/15717/stat : 15717 (java) S 15713 15700 15293 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979259765 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15718] ppid=15713 vsize=868492 CPUtime=0
/proc/15714/task/15718/stat : 15718 (java) S 15713 15700 15293 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979259765 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15719] ppid=15713 vsize=868492 CPUtime=0
/proc/15714/task/15719/stat : 15719 (java) S 15713 15700 15293 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979259767 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15720] ppid=15713 vsize=868492 CPUtime=0.32
/proc/15714/task/15720/stat : 15720 (java) S 15713 15700 15293 0 -1 64 1532 0 0 0 31 1 0 0 16 0 9 0 1979259767 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15721] ppid=15713 vsize=868492 CPUtime=0
/proc/15714/task/15721/stat : 15721 (java) S 15713 15700 15293 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979259767 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15722] ppid=15713 vsize=868492 CPUtime=0
/proc/15714/task/15722/stat : 15722 (java) S 15713 15700 15293 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979259767 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 887448

[startup+12.7027 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 15722
/proc/meminfo: memFree=1718464/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=0.91
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 974 6807 0 1 3 1 84 3 16 0 1 0 1979259655 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 797 370 3 0 500 0
[pid=15713] ppid=15700 vsize=5356 CPUtime=0
/proc/15713/stat : 15713 (sh) S 15700 15700 15293 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979259762 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15713/statm: 1339 233 193 169 0 50 0
[pid=15714] ppid=15713 vsize=868492 CPUtime=11.47
/proc/15714/stat : 15714 (java) S 15713 15700 15293 0 -1 0 14529 0 1 0 1073 74 0 0 19 0 9 0 1979259762 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15714/statm: 217123 12457 2565 9 0 211670 0
[pid=15714/tid=15715] ppid=15713 vsize=868492 CPUtime=9.95
/proc/15714/task/15715/stat : 15715 (java) R 15713 15700 15293 0 -1 64 3940 0 1 0 934 61 0 0 25 0 9 0 1979259764 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4126478550 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15716] ppid=15713 vsize=868492 CPUtime=1.17
/proc/15714/task/15716/stat : 15716 (java) S 15713 15700 15293 0 -1 64 8364 0 0 0 107 10 0 0 16 0 9 0 1979259765 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15717] ppid=15713 vsize=868492 CPUtime=0
/proc/15714/task/15717/stat : 15717 (java) S 15713 15700 15293 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979259765 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15718] ppid=15713 vsize=868492 CPUtime=0
/proc/15714/task/15718/stat : 15718 (java) S 15713 15700 15293 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1979259765 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15719] ppid=15713 vsize=868492 CPUtime=0
/proc/15714/task/15719/stat : 15719 (java) S 15713 15700 15293 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1979259767 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15720] ppid=15713 vsize=868492 CPUtime=0.32
/proc/15714/task/15720/stat : 15720 (java) S 15713 15700 15293 0 -1 64 1532 0 0 0 31 1 0 0 17 0 9 0 1979259767 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15721] ppid=15713 vsize=868492 CPUtime=0
/proc/15714/task/15721/stat : 15721 (java) S 15713 15700 15293 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979259767 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15714/tid=15722] ppid=15713 vsize=868492 CPUtime=0
/proc/15714/task/15722/stat : 15722 (java) S 15713 15700 15293 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979259767 889335808 12457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 887448

[startup+25.5019 s]
/proc/loadavg: 2.28 2.07 2.02 3/83 15724
/proc/meminfo: memFree=1486912/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=22.24
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 1033 22634 0 2 3 1 2062 158 16 0 1 0 1979259655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 799 370 3 0 500 0
[pid=15723] ppid=15700 vsize=5356 CPUtime=0
/proc/15723/stat : 15723 (sh) S 15700 15700 15293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15723/statm: 1339 232 193 169 0 50 0
[pid=15724] ppid=15723 vsize=174000 CPUtime=1.92
/proc/15724/stat : 15724 (minisat) R 15723 15700 15293 0 -1 4194304 41130 0 0 0 166 26 0 0 25 0 1 0 1979262010 178176000 41116 996147200 134512640 135127466 4294956272 18446744073709551615 134514069 0 0 4096 3 0 0 0 17 1 0 0
/proc/15724/statm: 43500 41116 62 150 0 43347 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 192956

[startup+51.1012 s]
/proc/loadavg: 2.18 2.06 2.02 3/83 15724
/proc/meminfo: memFree=1216512/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=22.24
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 1033 22634 0 2 3 1 2062 158 16 0 1 0 1979259655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 799 370 3 0 500 0
[pid=15723] ppid=15700 vsize=5356 CPUtime=0
/proc/15723/stat : 15723 (sh) S 15700 15700 15293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15723/statm: 1339 232 193 169 0 50 0
[pid=15724] ppid=15723 vsize=428224 CPUtime=27.27
/proc/15724/stat : 15724 (minisat) R 15723 15700 15293 0 -1 4194304 103753 0 0 0 2661 66 0 0 25 0 1 0 1979262010 438501376 103739 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15724/statm: 107056 103739 76 150 0 106903 0
Current children cumulated CPU time (s) 49.51
Current children cumulated vsize (KiB) 447180

[startup+102.307 s]
/proc/loadavg: 2.08 2.05 2.01 3/83 15724
/proc/meminfo: memFree=1209408/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=22.24
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 1033 22634 0 2 3 1 2062 158 16 0 1 0 1979259655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 799 370 3 0 500 0
[pid=15723] ppid=15700 vsize=5356 CPUtime=0
/proc/15723/stat : 15723 (sh) S 15700 15700 15293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15723/statm: 1339 232 193 169 0 50 0
[pid=15724] ppid=15723 vsize=431400 CPUtime=77.99
/proc/15724/stat : 15724 (minisat) R 15723 15700 15293 0 -1 4194304 104540 0 0 0 7732 67 0 0 25 0 1 0 1979262010 441753600 104526 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15724/statm: 107850 104526 76 150 0 107697 0

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

/proc/15723/statm: 1339 232 193 169 0 50 0
[pid=15724] ppid=15723 vsize=438892 CPUtime=791.26
/proc/15724/stat : 15724 (minisat) R 15723 15700 15293 0 -1 4194304 106421 0 0 0 79056 70 0 0 25 0 1 0 1979262010 449425408 106407 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15724/statm: 109723 106407 76 150 0 109570 0
Current children cumulated CPU time (s) 813.5
Current children cumulated vsize (KiB) 457848

[startup+882.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/83 15730
/proc/meminfo: memFree=1204472/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=22.24
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 1033 22634 0 2 3 1 2062 158 16 0 1 0 1979259655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 799 370 3 0 500 0
[pid=15723] ppid=15700 vsize=5356 CPUtime=0
/proc/15723/stat : 15723 (sh) S 15700 15700 15293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15723/statm: 1339 232 193 169 0 50 0
[pid=15724] ppid=15723 vsize=439684 CPUtime=850.69
/proc/15724/stat : 15724 (minisat) R 15723 15700 15293 0 -1 4194304 106624 0 0 0 84999 70 0 0 25 0 1 0 1979262010 450236416 106610 996147200 134512640 135127466 4294956272 18446744073709551615 134531043 0 0 4096 3 0 0 0 17 1 0 0
/proc/15724/statm: 109921 106610 76 150 0 109768 0
Current children cumulated CPU time (s) 872.93
Current children cumulated vsize (KiB) 458640

[startup+942.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/83 15730
/proc/meminfo: memFree=1203704/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=22.24
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 1033 22634 0 2 3 1 2062 158 16 0 1 0 1979259655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 799 370 3 0 500 0
[pid=15723] ppid=15700 vsize=5356 CPUtime=0
/proc/15723/stat : 15723 (sh) S 15700 15700 15293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15723/statm: 1339 232 193 169 0 50 0
[pid=15724] ppid=15723 vsize=440344 CPUtime=910.14
/proc/15724/stat : 15724 (minisat) R 15723 15700 15293 0 -1 4194304 106778 0 0 0 90943 71 0 0 25 0 1 0 1979262010 450912256 106764 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15724/statm: 110086 106764 76 150 0 109933 0
Current children cumulated CPU time (s) 932.38
Current children cumulated vsize (KiB) 459300

[startup+1002.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 15730
/proc/meminfo: memFree=1202936/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=22.24
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 1033 22634 0 2 3 1 2062 158 16 0 1 0 1979259655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 799 370 3 0 500 0
[pid=15723] ppid=15700 vsize=5356 CPUtime=0
/proc/15723/stat : 15723 (sh) S 15700 15700 15293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15723/statm: 1339 232 193 169 0 50 0
[pid=15724] ppid=15723 vsize=441004 CPUtime=969.57
/proc/15724/stat : 15724 (minisat) R 15723 15700 15293 0 -1 4194304 106959 0 0 0 96886 71 0 0 25 0 1 0 1979262010 451588096 106945 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15724/statm: 110251 106945 76 150 0 110098 0
Current children cumulated CPU time (s) 991.81
Current children cumulated vsize (KiB) 459960

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 15730
/proc/meminfo: memFree=1202488/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=22.24
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 1033 22634 0 2 3 1 2062 158 16 0 1 0 1979259655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 799 370 3 0 500 0
[pid=15723] ppid=15700 vsize=5356 CPUtime=0
/proc/15723/stat : 15723 (sh) S 15700 15700 15293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15723/statm: 1339 232 193 169 0 50 0
[pid=15724] ppid=15723 vsize=441564 CPUtime=1029.02
/proc/15724/stat : 15724 (minisat) R 15723 15700 15293 0 -1 4194304 107098 0 0 0 102831 71 0 0 25 0 1 0 1979262010 452161536 107084 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15724/statm: 110391 107084 76 150 0 110238 0
Current children cumulated CPU time (s) 1051.26
Current children cumulated vsize (KiB) 460520

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 15730
/proc/meminfo: memFree=1201792/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=22.24
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 1033 22634 0 2 3 1 2062 158 16 0 1 0 1979259655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 799 370 3 0 500 0
[pid=15723] ppid=15700 vsize=5356 CPUtime=0
/proc/15723/stat : 15723 (sh) S 15700 15700 15293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15723/statm: 1339 232 193 169 0 50 0
[pid=15724] ppid=15723 vsize=442356 CPUtime=1088.45
/proc/15724/stat : 15724 (minisat) R 15723 15700 15293 0 -1 4194304 107283 0 0 0 108774 71 0 0 25 0 1 0 1979262010 452972544 107269 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15724/statm: 110589 107269 76 150 0 110436 0
Current children cumulated CPU time (s) 1110.69
Current children cumulated vsize (KiB) 461312

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 15730
/proc/meminfo: memFree=1201088/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=22.24
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 1033 22634 0 2 3 1 2062 158 16 0 1 0 1979259655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 799 370 3 0 500 0
[pid=15723] ppid=15700 vsize=5356 CPUtime=0
/proc/15723/stat : 15723 (sh) S 15700 15700 15293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15723/statm: 1339 232 193 169 0 50 0
[pid=15724] ppid=15723 vsize=442884 CPUtime=1147.89
/proc/15724/stat : 15724 (minisat) R 15723 15700 15293 0 -1 4194304 107432 0 0 0 114718 71 0 0 25 0 1 0 1979262010 453513216 107418 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/15724/statm: 110721 107418 76 150 0 110568 0
Current children cumulated CPU time (s) 1170.13
Current children cumulated vsize (KiB) 461840

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15730
/proc/meminfo: memFree=1200576/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=22.24
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 1033 22634 0 2 3 1 2062 158 16 0 1 0 1979259655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 799 370 3 0 500 0
[pid=15723] ppid=15700 vsize=5356 CPUtime=0
/proc/15723/stat : 15723 (sh) S 15700 15700 15293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15723/statm: 1339 232 193 169 0 50 0
[pid=15724] ppid=15723 vsize=443412 CPUtime=1207.34
/proc/15724/stat : 15724 (minisat) R 15723 15700 15293 0 -1 4194304 107566 0 0 0 120662 72 0 0 25 0 1 0 1979262010 454053888 107552 996147200 134512640 135127466 4294956272 18446744073709551615 134531240 0 0 4096 3 0 0 0 17 1 0 0
/proc/15724/statm: 110853 107552 76 150 0 110700 0
Current children cumulated CPU time (s) 1229.58
Current children cumulated vsize (KiB) 462368

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15730
/proc/meminfo: memFree=1199936/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=22.24
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 1033 22634 0 2 3 1 2062 158 16 0 1 0 1979259655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 799 370 3 0 500 0
[pid=15723] ppid=15700 vsize=5356 CPUtime=0
/proc/15723/stat : 15723 (sh) S 15700 15700 15293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15723/statm: 1339 232 193 169 0 50 0
[pid=15724] ppid=15723 vsize=443940 CPUtime=1266.78
/proc/15724/stat : 15724 (minisat) R 15723 15700 15293 0 -1 4194304 107703 0 0 0 126606 72 0 0 25 0 1 0 1979262010 454594560 107689 996147200 134512640 135127466 4294956272 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/15724/statm: 110985 107689 76 150 0 110832 0
Current children cumulated CPU time (s) 1289.02
Current children cumulated vsize (KiB) 462896

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15730
/proc/meminfo: memFree=1199104/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=22.24
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 1033 22634 0 2 3 1 2062 158 16 0 1 0 1979259655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 799 370 3 0 500 0
[pid=15723] ppid=15700 vsize=5356 CPUtime=0
/proc/15723/stat : 15723 (sh) S 15700 15700 15293 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262010 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15723/statm: 1339 232 193 169 0 50 0
[pid=15724] ppid=15723 vsize=444732 CPUtime=1326.21
/proc/15724/stat : 15724 (minisat) R 15723 15700 15293 0 -1 4194304 107916 0 0 0 132549 72 0 0 25 0 1 0 1979262010 455405568 107902 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15724/statm: 111183 107902 76 150 0 111030 0
Current children cumulated CPU time (s) 1348.45
Current children cumulated vsize (KiB) 463688

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

[startup+1363.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15730
/proc/meminfo: memFree=1199104/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=1349.17
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 1071 130917 0 2 3 1 134675 238 16 0 1 0 1979259655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1349.17
Current children cumulated vsize (KiB) 13600

[startup+1363.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15730
/proc/meminfo: memFree=1199104/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=1349.17
/proc/15700/stat : 15700 (sugar) S 15698 15700 15293 0 -1 4194304 1090 130917 0 2 3 1 134675 238 16 0 1 0 1979259655 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15700/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1349.17
Current children cumulated vsize (KiB) 13600

[startup+1363.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15730
/proc/meminfo: memFree=1199104/2055920 swapFree=4180084/4192956
[pid=15700] ppid=15698 vsize=13600 CPUtime=1349.84
/proc/15700/stat : 15700 (sugar) R 15698 15700 15293 0 -1 4194304 1120 134937 0 3 4 11 134726 243 16 0 1 0 1979259655 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15700/statm: 3400 801 371 3 0 500 0
Current children cumulated CPU time (s) 1349.84
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1363.72
CPU time (s): 1349.87
CPU user time (s): 1347.31
CPU system time (s): 2.56661
CPU usage (%): 98.9844
Max. virtual memory (cumulated for all children) (KiB): 887840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1347.31
system time used= 2.56661
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136087
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= 19151
involuntary context switches= 73906

runsolver used 1.78573 second user time and 4.43732 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-02 14:47:36
IDJOB=1042230
IDBENCH=53885
IDSOLVER=346
FILE ID=node25/1042230-1215002856
PBS_JOBID= 7870872
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-32-32.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-1042230-1215002856/watcher-1042230-1215002856 -o /tmp/evaluation-result-1042230-1215002856/solver-1042230-1215002856 -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-1042230-1215002856.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ead5701db864634909571d8befed8462
RANDOM SEED=625982431

node25.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1850488 kB
Buffers:          5760 kB
Cached:          50840 kB
SwapCached:       6504 kB
Active:         131304 kB
Inactive:         9356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850488 kB
SwapTotal:     4192956 kB
SwapFree:      4180084 kB
Dirty:            1704 kB
Writeback:           0 kB
Mapped:          97044 kB
Slab:            49904 kB
Committed_AS:  4173972 kB
PageTables:       2112 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= 66532 MiB
End job on node25 at 2008-07-02 15:10:20