Trace number 2062095

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 388.083 391.891

General information on the benchmark

Namecsp/allsquares/
normalized-squares-31-31.xml
MD5SUMcc4a849398686c6aea23fb28afe2d04f
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 benchmark388.083
Satisfiable
(Un)Satisfiability was proved
Number of variables1922
Number of constraints2328
Maximum constraint arity31
Maximum domain size103
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1861
Global constraints used (with number of constraints)cumulative(2),weightedsum(465)

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:01:51 2009
0.00/0.08	c 0	PID 13525
0.06/0.08	c 0	HOST node70.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2062095-1247328111.xml TO HOME/temp.csp
0.06/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-2062095-1247328111.xml' 'HOME/temp.csp'
0.07/0.96	c 1	32 domains, 1922 variables, 2 predicates, 0 relations, 2328 constraints
0.07/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.97	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.94/1.06	c 1	Parsing HOME/temp.csp
1.04/1.18	c 2	parsed 4284 expressions
1.04/1.19	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.19	c 2	Converting to clausal form CSP
1.14/1.21	c 2	converted 429 (10%) expressions
1.14/1.22	c 2	converted 857 (20%) expressions
1.14/1.22	c 2	converted 1286 (30%) expressions
1.14/1.23	c 2	converted 1714 (40%) expressions
1.23/1.39	c 2	converted 2142 (50%) expressions
1.34/1.45	c 2	converted 2571 (60%) expressions
1.34/1.49	c 2	converted 2999 (70%) expressions
1.44/1.53	c 2	converted 3428 (80%) expressions
1.44/1.57	c 2	converted 3856 (90%) expressions
2.83/2.94	c 3	converted 4284 (100%) expressions
2.83/2.94	c 3	CSP : 9194 integers, 4330 booleans, 27524 clauses, largest domain size 104
2.83/2.94	c 3	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.83/2.94	c 3	Propagation in CSP
2.93/3.05	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.93/3.05	c 3	CSP : 9194 integers, 4330 booleans, 27524 clauses, largest domain size 104
2.93/3.05	c 3	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.93/3.07	c 3	Simplifing CSP by introducing new Boolean variables
2.93/3.09	c 3	CSP : 9194 integers, 4330 booleans, 27524 clauses, largest domain size 104
2.93/3.09	c 3	Heap : 20 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.12/3.22	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.12/3.26	c 4	920 (10%) CSP integer variables are encoded (5260 clauses, 66253 bytes)
3.12/3.26	c 4	1839 (20%) CSP integer variables are encoded (5260 clauses, 66253 bytes)
3.12/3.28	c 4	2759 (30%) CSP integer variables are encoded (13793 clauses, 189117 bytes)
3.12/3.29	c 4	3678 (40%) CSP integer variables are encoded (23068 clauses, 328242 bytes)
3.12/3.30	c 4	4597 (50%) CSP integer variables are encoded (31776 clauses, 458862 bytes)
3.21/3.31	c 4	5517 (60%) CSP integer variables are encoded (38175 clauses, 554847 bytes)
3.21/3.32	c 4	6436 (70%) CSP integer variables are encoded (47553 clauses, 695517 bytes)
3.21/3.34	c 4	7356 (80%) CSP integer variables are encoded (57064 clauses, 838182 bytes)
3.21/3.35	c 4	8275 (90%) CSP integer variables are encoded (65537 clauses, 965277 bytes)
3.21/3.36	c 4	9194 (100%) CSP integer variables are encoded (72038 clauses, 1062792 bytes)
3.61/3.76	c 4	2753 (10%) CSP clauses are encoded (275534 clauses, 4701533 bytes)
4.80/4.91	c 5	5505 (20%) CSP clauses are encoded (466633 clauses, 9333067 bytes)
6.29/6.47	c 7	8258 (30%) CSP clauses are encoded (659928 clauses, 14886072 bytes)
7.86/8.02	c 8	11010 (40%) CSP clauses are encoded (844561 clauses, 20189076 bytes)
9.83/10.05	c 10	13762 (50%) CSP clauses are encoded (991003 clauses, 25198250 bytes)
13.20/13.40	c 14	16515 (60%) CSP clauses are encoded (1373716 clauses, 35785031 bytes)
14.89/15.14	c 15	19267 (70%) CSP clauses are encoded (1584332 clauses, 41839589 bytes)
16.36/16.67	c 17	22020 (80%) CSP clauses are encoded (1768966 clauses, 47143551 bytes)
18.15/18.45	c 19	24772 (90%) CSP clauses are encoded (1928371 clauses, 52154445 bytes)
21.51/21.90	c 22	27524 (100%) CSP clauses are encoded (2272137 clauses, 62028782 bytes)
21.60/21.90	c 22	27524 CSP clauses encoded
21.60/21.90	c 22	Writing map file : HOME/temp.map
21.60/21.92	c 22	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.60/21.92	c 22	SAT : 85490 SAT variables, 2272137 SAT clauses, 62028782 bytes
21.60/21.92	c 22	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
21.60/21.94	c 22	SOLVING HOME/temp.cnf
21.60/21.94	c 22	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.60/21.94	c 22	This is MiniSat 2.0 beta
21.60/21.94	c 22	WARNING: for repeatability, setting FPU to use double precision
21.60/21.94	c 22	============================[ Problem Statistics ]=============================
21.60/21.94	c 22	|                                                                             |
21.60/21.94	c 22	|  Number of variables:  85490                                                |
21.60/21.94	c 22	|  Number of clauses:    2272137                                              |
22.88/23.28	c 24	|  Parsing time:         1.16         s                                       |
22.98/23.36	c 24	============================[ Search Statistics ]==============================
22.98/23.36	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.98/23.36	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.98/23.36	c 24	===============================================================================
22.98/23.36	c 24	|         0 |   85490  2272137  9101952 |   757379        0    nan |  0.000 % |
23.48/23.80	c 24	|       101 |   85490  2272137  9101952 |   833116      101     39 |  0.000 % |
24.77/25.14	c 25	|       251 |   85490  2272137  9101952 |   916428      251     44 |  0.000 % |
26.55/26.98	c 27	|       476 |   85490  2272137  9101952 |  1008071      476     49 |  0.000 % |
28.53/28.90	c 29	|       813 |   85490  2272137  9101952 |  1108878      813     51 |  0.000 % |
31.11/31.53	c 32	|      1319 |   85490  2272137  9101952 |  1219766     1319     57 |  0.000 % |
34.86/35.38	c 36	|      2078 |   85490  2272137  9101952 |  1341743     2078     58 |  0.000 % |
41.30/41.85	c 42	|      3217 |   85490  2272137  9101952 |  1475917     3217     57 |  0.000 % |
51.41/52.08	c 52	|      4926 |   85490  2272137  9101952 |  1623509     4926     65 |  0.000 % |
67.36/68.16	c 68	|      7488 |   85490  2272137  9101952 |  1785860     7488     65 |  0.000 % |
94.50/95.52	c 96	|     11332 |   85490  2272137  9101952 |  1964446    11332     59 |  0.000 % |
127.88/129.23	c 130	|     17098 |   85490  2272137  9101952 |  2160890    17098     61 |  0.000 % |
181.87/183.71	c 184	|     25747 |   85490  2272137  9101952 |  2376979    25747     59 |  0.000 % |
255.87/258.42	c 259	|     38723 |   85490  2272137  9101952 |  2614677    38723     66 |  0.000 % |
380.01/383.75	c 384	|     58184 |   85490  2272137  9101952 |  2876145    58184     62 |  0.000 % |
387.53/391.30	c 392	===============================================================================
387.53/391.31	c 392	restarts              : 15
387.53/391.31	c 392	conflicts             : 59301          (162 /sec)
387.53/391.31	c 392	decisions             : 78284          (1.36 % random) (214 /sec)
387.53/391.31	c 392	propagations          : 240568448      (657885 /sec)
387.53/391.31	c 392	conflict literals     : 3684869        (36.66 % deleted)
387.53/391.31	c 392	Memory used           : 132.79 MB
387.53/391.31	c 392	CPU time              : 365.669 s
387.53/391.31	c 392	
387.53/391.34	c 392	SATISFIABLE
387.53/391.37	c 392	DECODING HOME/temp.out WITH HOME/temp.map
387.53/391.37	c 392	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'
387.62/391.46	c 392	Decoding HOME/temp.out
387.92/391.71	s SATISFIABLE
387.92/391.79	v 77 33 83 74 58 22 63 70 23 23 78 78 90 89 21 58 57 59 58 83 0 36 0 33 58 77 31 0 74 28 0 26 29 37 70 62 46 62 62 94 84 26 62 60 26 31 70 86 0 18 40 31 27 80 79 37 0 0 52 74 49 0 0 1 1 0 1 0 1 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 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 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 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 1 1 0 1 0 1 0 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 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 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 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 0 1 0 0 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 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 0 0 0 1 1 0 0 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 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 1 1 0 0 0 1 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 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 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 0 1 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 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 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 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 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 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 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 1 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 0 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 0 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 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 1 0 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 0 0 0 1 0 1 1 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 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 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1
388.02/391.80	c 392	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
388.02/391.86	c 392	CPU 388.04 (0.07 0.02 387.08 0.87)
388.02/391.86	c 392	END Sat Jul 11 18:08:23 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-2062095-1247328111/watcher-2062095-1247328111 -o /tmp/evaluation-result-2062095-1247328111/solver-2062095-1247328111 -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-2062095-1247328111.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.91 1.95 1.90 4/73 13525
/proc/meminfo: memFree=1931496/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=18576 CPUtime=0
/proc/13525/stat : 13525 (runsolver) R 13523 13525 11818 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 19873795 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13525/statm: 4644 284 249 26 0 2626 0

[startup+0.081815 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 13525
/proc/meminfo: memFree=1931496/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16740 CPUtime=0.06
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 19873795 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102472 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 13525
/proc/meminfo: memFree=1931496/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=0.07
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19873795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301412 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 13525
/proc/meminfo: memFree=1931496/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=0.07
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19873795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701457 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 13525
/proc/meminfo: memFree=1931496/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=0.07
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19873795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50253 s]
/proc/loadavg: 1.91 1.95 1.90 3/78 13541
/proc/meminfo: memFree=1926080/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=0.94
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1309 6819 0 1 6 2 82 4 15 0 1 0 19873795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1111 409 3 0 796 0
[pid=13538] ppid=13525 vsize=5356 CPUtime=0
/proc/13538/stat : 13538 (sh) S 13525 13525 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19873893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13538/statm: 1339 233 193 169 0 50 0
[pid=13539] ppid=13538 vsize=868504 CPUtime=0.5
/proc/13539/stat : 13539 (java) S 13538 13525 11818 0 -1 0 5648 0 1 0 47 3 0 0 18 0 9 0 19873893 889348096 5063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13539/statm: 217126 5063 1743 9 0 211631 0
[pid=13539/tid=13540] ppid=13538 vsize=868504 CPUtime=0.28
/proc/13539/task/13540/stat : 13540 (java) R 13538 13525 11818 0 -1 64 2662 0 1 0 27 1 0 0 21 0 9 0 19873894 889348096 5063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13541] ppid=13538 vsize=868504 CPUtime=0.03
/proc/13539/task/13541/stat : 13541 (java) R 13538 13525 11818 0 -1 64 794 0 0 0 3 0 0 0 16 0 9 0 19873895 889348096 5063 996147200 134512640 134550932 4294955936 18446744073709551615 102547252 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890728

[startup+3.1117 s]
/proc/loadavg: 1.91 1.95 1.90 3/84 13547
/proc/meminfo: memFree=1906192/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=0.94
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1310 6819 0 1 6 2 82 4 15 0 1 0 19873795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1111 409 3 0 796 0
[pid=13538] ppid=13525 vsize=5356 CPUtime=0
/proc/13538/stat : 13538 (sh) S 13525 13525 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19873893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13538/statm: 1339 233 193 169 0 50 0
[pid=13539] ppid=13538 vsize=869096 CPUtime=2.09
/proc/13539/stat : 13539 (java) S 13538 13525 11818 0 -1 0 12052 0 1 0 201 8 0 0 18 0 9 0 19873893 889954304 10919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13539/statm: 217274 10919 2567 9 0 211779 0
[pid=13539/tid=13540] ppid=13538 vsize=869096 CPUtime=1.26
/proc/13539/task/13540/stat : 13540 (java) R 13538 13525 11818 0 -1 64 2983 0 1 0 125 1 0 0 25 0 9 0 19873894 889954304 10919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13541] ppid=13538 vsize=869096 CPUtime=0.56
/proc/13539/task/13541/stat : 13541 (java) R 13538 13525 11818 0 -1 64 6816 0 0 0 52 4 0 0 16 0 9 0 19873895 889954304 10919 996147200 134512640 134550932 4294955936 18446744073709551615 103731968 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13542] ppid=13538 vsize=869096 CPUtime=0
/proc/13539/task/13542/stat : 13542 (java) S 13538 13525 11818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19873896 889954304 10919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13543] ppid=13538 vsize=869096 CPUtime=0
/proc/13539/task/13543/stat : 13543 (java) S 13538 13525 11818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19873896 889954304 10919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13544] ppid=13538 vsize=869096 CPUtime=0
/proc/13539/task/13544/stat : 13544 (java) S 13538 13525 11818 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19873898 889954304 10919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13545] ppid=13538 vsize=869096 CPUtime=0.24
/proc/13539/task/13545/stat : 13545 (java) S 13538 13525 11818 0 -1 64 1554 0 0 0 23 1 0 0 16 0 9 0 19873898 889954304 10919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13546] ppid=13538 vsize=869096 CPUtime=0
/proc/13539/task/13546/stat : 13546 (java) S 13538 13525 11818 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19873898 889954304 10919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13547] ppid=13538 vsize=869096 CPUtime=0
/proc/13539/task/13547/stat : 13547 (java) S 13538 13525 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19873898 889954304 10919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 891320

[startup+6.30301 s]
/proc/loadavg: 1.92 1.95 1.90 3/84 13547
/proc/meminfo: memFree=1883344/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=0.94
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1310 6819 0 1 6 2 82 4 16 0 1 0 19873795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1111 409 3 0 796 0
[pid=13538] ppid=13525 vsize=5356 CPUtime=0
/proc/13538/stat : 13538 (sh) S 13525 13525 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19873893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13538/statm: 1339 233 193 169 0 50 0
[pid=13539] ppid=13538 vsize=868704 CPUtime=5.25
/proc/13539/stat : 13539 (java) S 13538 13525 11818 0 -1 0 12338 0 1 0 508 17 0 0 18 0 9 0 19873893 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13539/statm: 217176 10863 2591 9 0 211653 0
[pid=13539/tid=13540] ppid=13538 vsize=868704 CPUtime=4.21
/proc/13539/task/13540/stat : 13540 (java) R 13538 13525 11818 0 -1 64 3237 0 1 0 411 10 0 0 25 0 9 0 19873894 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4127108827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13541] ppid=13538 vsize=868704 CPUtime=0.73
/proc/13539/task/13541/stat : 13541 (java) S 13538 13525 11818 0 -1 64 6816 0 0 0 68 5 0 0 16 0 9 0 19873895 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13542] ppid=13538 vsize=868704 CPUtime=0
/proc/13539/task/13542/stat : 13542 (java) S 13538 13525 11818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19873896 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13543] ppid=13538 vsize=868704 CPUtime=0
/proc/13539/task/13543/stat : 13543 (java) S 13538 13525 11818 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19873896 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13544] ppid=13538 vsize=868704 CPUtime=0
/proc/13539/task/13544/stat : 13544 (java) S 13538 13525 11818 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19873898 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13545] ppid=13538 vsize=868704 CPUtime=0.29
/proc/13539/task/13545/stat : 13545 (java) S 13538 13525 11818 0 -1 64 1586 0 0 0 28 1 0 0 17 0 9 0 19873898 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13546] ppid=13538 vsize=868704 CPUtime=0
/proc/13539/task/13546/stat : 13546 (java) S 13538 13525 11818 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19873898 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13547] ppid=13538 vsize=868704 CPUtime=0
/proc/13539/task/13547/stat : 13547 (java) S 13538 13525 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19873898 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890928

[startup+12.7026 s]
/proc/loadavg: 1.93 1.95 1.90 3/84 13547
/proc/meminfo: memFree=1865616/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=0.94
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1310 6819 0 1 6 2 82 4 16 0 1 0 19873795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1111 409 3 0 796 0
[pid=13538] ppid=13525 vsize=5356 CPUtime=0
/proc/13538/stat : 13538 (sh) S 13525 13525 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19873893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13538/statm: 1339 233 193 169 0 50 0
[pid=13539] ppid=13538 vsize=868704 CPUtime=11.57
/proc/13539/stat : 13539 (java) S 13538 13525 11818 0 -1 0 12612 0 1 0 1128 29 0 0 18 0 9 0 19873893 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13539/statm: 217176 10863 2591 9 0 211653 0
[pid=13539/tid=13540] ppid=13538 vsize=868704 CPUtime=10.4
/proc/13539/task/13540/stat : 13540 (java) R 13538 13525 11818 0 -1 64 3511 0 1 0 1020 20 0 0 25 0 9 0 19873894 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4127109185 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13541] ppid=13538 vsize=868704 CPUtime=0.84
/proc/13539/task/13541/stat : 13541 (java) S 13538 13525 11818 0 -1 64 6816 0 0 0 78 6 0 0 16 0 9 0 19873895 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13542] ppid=13538 vsize=868704 CPUtime=0
/proc/13539/task/13542/stat : 13542 (java) S 13538 13525 11818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19873896 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13543] ppid=13538 vsize=868704 CPUtime=0
/proc/13539/task/13543/stat : 13543 (java) S 13538 13525 11818 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19873896 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13544] ppid=13538 vsize=868704 CPUtime=0
/proc/13539/task/13544/stat : 13544 (java) S 13538 13525 11818 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19873898 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13545] ppid=13538 vsize=868704 CPUtime=0.29
/proc/13539/task/13545/stat : 13545 (java) S 13538 13525 11818 0 -1 64 1586 0 0 0 28 1 0 0 17 0 9 0 19873898 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13546] ppid=13538 vsize=868704 CPUtime=0
/proc/13539/task/13546/stat : 13546 (java) S 13538 13525 11818 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19873898 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13539/tid=13547] ppid=13538 vsize=868704 CPUtime=0
/proc/13539/task/13547/stat : 13547 (java) S 13538 13525 11818 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19873898 889552896 10863 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890928

[startup+25.5019 s]
/proc/loadavg: 1.94 1.96 1.91 3/76 13549
/proc/meminfo: memFree=1753808/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=21.64
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1376 20168 0 2 6 2 2100 56 16 0 1 0 19873795 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1113 409 3 0 796 0
[pid=13548] ppid=13525 vsize=5356 CPUtime=0
/proc/13548/stat : 13548 (sh) S 13525 13525 11818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13548/statm: 1339 232 193 169 0 50 0
[pid=13549] ppid=13548 vsize=114880 CPUtime=3.51
/proc/13549/stat : 13549 (minisat) R 13548 13525 11818 0 -1 4194304 28389 0 0 0 334 17 0 0 25 0 1 0 19875989 117637120 28375 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13549/statm: 28720 28375 76 150 0 28567 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 137104

[startup+51.1015 s]
/proc/loadavg: 1.96 1.96 1.91 3/76 13549
/proc/meminfo: memFree=1749200/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=21.64
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1376 20168 0 2 6 2 2100 56 16 0 1 0 19873795 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1113 409 3 0 796 0
[pid=13548] ppid=13525 vsize=5356 CPUtime=0
/proc/13548/stat : 13548 (sh) S 13525 13525 11818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13548/statm: 1339 232 193 169 0 50 0
[pid=13549] ppid=13548 vsize=119116 CPUtime=28.87
/proc/13549/stat : 13549 (minisat) R 13548 13525 11818 0 -1 4194304 29447 0 0 0 2869 18 0 0 25 0 1 0 19875989 121974784 29433 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13549/statm: 29779 29433 76 150 0 29626 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 141340

[startup+102.307 s]
/proc/loadavg: 1.98 1.96 1.91 3/76 13549
/proc/meminfo: memFree=1746448/2055920 swapFree=4192812/4192956

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

Current children cumulated CPU time (s) 354.84
Current children cumulated vsize (KiB) 156616

[startup+371.101 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 13549
/proc/meminfo: memFree=1733328/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=21.64
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1376 20168 0 2 6 2 2100 56 16 0 1 0 19873795 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1113 409 3 0 796 0
[pid=13548] ppid=13525 vsize=5356 CPUtime=0
/proc/13548/stat : 13548 (sh) S 13525 13525 11818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13548/statm: 1339 232 193 169 0 50 0
[pid=13549] ppid=13548 vsize=134920 CPUtime=345.88
/proc/13549/stat : 13549 (minisat) R 13548 13525 11818 0 -1 4194304 33403 0 0 0 34564 24 0 0 25 0 1 0 19875989 138158080 33389 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13549/statm: 33730 33389 76 150 0 33577 0
Current children cumulated CPU time (s) 367.52
Current children cumulated vsize (KiB) 157144

[startup+383.907 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 13549
/proc/meminfo: memFree=1732752/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=21.64
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1376 20168 0 2 6 2 2100 56 16 0 1 0 19873795 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1113 409 3 0 796 0
[pid=13548] ppid=13525 vsize=5356 CPUtime=0
/proc/13548/stat : 13548 (sh) S 13525 13525 11818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13548/statm: 1339 232 193 169 0 50 0
[pid=13549] ppid=13548 vsize=135580 CPUtime=358.56
/proc/13549/stat : 13549 (minisat) R 13548 13525 11818 0 -1 4194304 33540 0 0 0 35832 24 0 0 25 0 1 0 19875989 138833920 33526 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/13549/statm: 33895 33526 76 150 0 33742 0
Current children cumulated CPU time (s) 380.2
Current children cumulated vsize (KiB) 157804

[startup+387.103 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 13549
/proc/meminfo: memFree=1732560/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=21.64
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1376 20168 0 2 6 2 2100 56 16 0 1 0 19873795 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1113 409 3 0 796 0
[pid=13548] ppid=13525 vsize=5356 CPUtime=0
/proc/13548/stat : 13548 (sh) S 13525 13525 11818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13548/statm: 1339 232 193 169 0 50 0
[pid=13549] ppid=13548 vsize=135712 CPUtime=361.73
/proc/13549/stat : 13549 (minisat) R 13548 13525 11818 0 -1 4194304 33582 0 0 0 36149 24 0 0 25 0 1 0 19875989 138969088 33568 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13549/statm: 33928 33568 76 150 0 33775 0
Current children cumulated CPU time (s) 383.37
Current children cumulated vsize (KiB) 157936

[startup+390.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 13549
/proc/meminfo: memFree=1732496/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=21.64
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1376 20168 0 2 6 2 2100 56 16 0 1 0 19873795 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1113 409 3 0 796 0
[pid=13548] ppid=13525 vsize=5356 CPUtime=0
/proc/13548/stat : 13548 (sh) S 13525 13525 11818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13548/statm: 1339 232 193 169 0 50 0
[pid=13549] ppid=13548 vsize=135844 CPUtime=364.9
/proc/13549/stat : 13549 (minisat) R 13548 13525 11818 0 -1 4194304 33619 0 0 0 36466 24 0 0 25 0 1 0 19875989 139104256 33605 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13549/statm: 33961 33605 76 150 0 33808 0
Current children cumulated CPU time (s) 386.54
Current children cumulated vsize (KiB) 158068

[startup+391.101 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 13549
/proc/meminfo: memFree=1732432/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=21.64
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1376 20168 0 2 6 2 2100 56 16 0 1 0 19873795 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1113 409 3 0 796 0
[pid=13548] ppid=13525 vsize=5356 CPUtime=0
/proc/13548/stat : 13548 (sh) S 13525 13525 11818 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19875989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13548/statm: 1339 232 193 169 0 50 0
[pid=13549] ppid=13548 vsize=135844 CPUtime=365.69
/proc/13549/stat : 13549 (minisat) R 13548 13525 11818 0 -1 4194304 33629 0 0 0 36545 24 0 0 25 0 1 0 19875989 139104256 33615 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13549/statm: 33961 33615 76 150 0 33808 0
Current children cumulated CPU time (s) 387.33
Current children cumulated vsize (KiB) 158068

[startup+391.501 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 13559
/proc/meminfo: memFree=1861520/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=387.62
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1448 54141 0 2 6 2 38670 84 16 0 1 0 19873795 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1113 409 3 0 796 0
[pid=13550] ppid=13525 vsize=5356 CPUtime=0
/proc/13550/stat : 13550 (sh) S 13525 13525 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19912932 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13550/statm: 1339 233 193 169 0 50 0
[pid=13551] ppid=13550 vsize=862012 CPUtime=0.11
/proc/13551/stat : 13551 (java) S 13550 13525 11818 0 -1 0 2882 0 1 0 9 2 0 0 18 0 9 0 19912933 882700288 2355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13551/statm: 215503 2355 1247 9 0 210416 0
[pid=13551/tid=13552] ppid=13550 vsize=862012 CPUtime=0.08
/proc/13551/task/13552/stat : 13552 (java) R 13550 13525 11818 0 -1 64 1956 0 1 0 7 1 0 0 20 0 9 0 19912934 882700288 2355 996147200 134512640 134550932 4294955984 18446744073709551615 4125950822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13553] ppid=13550 vsize=862012 CPUtime=0
/proc/13551/task/13553/stat : 13553 (java) S 13550 13525 11818 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 19912935 882700288 2355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13554] ppid=13550 vsize=862012 CPUtime=0
/proc/13551/task/13554/stat : 13554 (java) S 13550 13525 11818 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 19912936 882700288 2355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13555] ppid=13550 vsize=862012 CPUtime=0
/proc/13551/task/13555/stat : 13555 (java) S 13550 13525 11818 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19912936 882700288 2355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13556] ppid=13550 vsize=862012 CPUtime=0
/proc/13551/task/13556/stat : 13556 (java) S 13550 13525 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19912938 882700288 2355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13557] ppid=13550 vsize=862012 CPUtime=0.01
/proc/13551/task/13557/stat : 13557 (java) S 13550 13525 11818 0 -1 64 231 0 0 0 1 0 0 0 18 0 9 0 19912938 882700288 2355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13558] ppid=13550 vsize=862012 CPUtime=0
/proc/13551/task/13558/stat : 13558 (java) S 13550 13525 11818 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19912938 882700288 2355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13559] ppid=13550 vsize=862012 CPUtime=0
/proc/13551/task/13559/stat : 13559 (java) S 13550 13525 11818 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19912938 882700288 2355 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 387.73
Current children cumulated vsize (KiB) 884236

[startup+391.702 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 13559
/proc/meminfo: memFree=1861520/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=387.62
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1448 54141 0 2 6 2 38670 84 16 0 1 0 19873795 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1113 409 3 0 796 0
[pid=13550] ppid=13525 vsize=5356 CPUtime=0
/proc/13550/stat : 13550 (sh) S 13525 13525 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19912932 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13550/statm: 1339 233 193 169 0 50 0
[pid=13551] ppid=13550 vsize=862316 CPUtime=0.3
/proc/13551/stat : 13551 (java) S 13550 13525 11818 0 -1 0 3202 0 1 0 28 2 0 0 18 0 9 0 19912933 883011584 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13551/statm: 215579 2671 1281 9 0 210492 0
[pid=13551/tid=13552] ppid=13550 vsize=862316 CPUtime=0.2
/proc/13551/task/13552/stat : 13552 (java) R 13550 13525 11818 0 -1 64 2041 0 1 0 19 1 0 0 20 0 9 0 19912934 883011584 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4126568479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13553] ppid=13550 vsize=862316 CPUtime=0
/proc/13551/task/13553/stat : 13553 (java) S 13550 13525 11818 0 -1 64 120 0 0 0 0 0 0 0 16 0 9 0 19912935 883011584 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13554] ppid=13550 vsize=862316 CPUtime=0
/proc/13551/task/13554/stat : 13554 (java) S 13550 13525 11818 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 19912936 883011584 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13555] ppid=13550 vsize=862316 CPUtime=0
/proc/13551/task/13555/stat : 13555 (java) S 13550 13525 11818 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19912936 883011584 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13556] ppid=13550 vsize=862316 CPUtime=0
/proc/13551/task/13556/stat : 13556 (java) S 13550 13525 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19912938 883011584 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13557] ppid=13550 vsize=862316 CPUtime=0.08
/proc/13551/task/13557/stat : 13557 (java) S 13550 13525 11818 0 -1 64 348 0 0 0 8 0 0 0 17 0 9 0 19912938 883011584 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13558] ppid=13550 vsize=862316 CPUtime=0
/proc/13551/task/13558/stat : 13558 (java) S 13550 13525 11818 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19912938 883011584 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13559] ppid=13550 vsize=862316 CPUtime=0
/proc/13551/task/13559/stat : 13559 (java) S 13550 13525 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19912938 883011584 2671 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 387.92
Current children cumulated vsize (KiB) 884540

[startup+391.802 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 13559
/proc/meminfo: memFree=1861520/2055920 swapFree=4192812/4192956
[pid=13525] ppid=13523 vsize=16868 CPUtime=387.63
/proc/13525/stat : 13525 (sugar) S 13523 13525 11818 0 -1 4194304 1452 54141 0 2 7 2 38670 84 15 0 1 0 19873795 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13525/statm: 4217 1114 409 3 0 796 0
[pid=13550] ppid=13525 vsize=5356 CPUtime=0
/proc/13550/stat : 13550 (sh) S 13525 13525 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19912932 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13550/statm: 1339 233 193 169 0 50 0
[pid=13551] ppid=13550 vsize=864152 CPUtime=0.39
/proc/13551/stat : 13551 (java) S 13550 13525 11818 0 -1 0 3758 0 1 0 37 2 0 0 18 0 9 0 19912933 884891648 3223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13551/statm: 216038 3223 1712 9 0 210543 0
[pid=13551/tid=13552] ppid=13550 vsize=864152 CPUtime=0.26
/proc/13551/task/13552/stat : 13552 (java) R 13550 13525 11818 0 -1 64 2549 0 1 0 25 1 0 0 18 0 9 0 19912934 884891648 3223 996147200 134512640 134550932 4294955984 18446744073709551615 103851715 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13553] ppid=13550 vsize=864152 CPUtime=0
/proc/13551/task/13553/stat : 13553 (java) S 13550 13525 11818 0 -1 64 151 0 0 0 0 0 0 0 16 0 9 0 19912935 884891648 3223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13554] ppid=13550 vsize=864152 CPUtime=0
/proc/13551/task/13554/stat : 13554 (java) S 13550 13525 11818 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 19912936 884891648 3223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13555] ppid=13550 vsize=864152 CPUtime=0
/proc/13551/task/13555/stat : 13555 (java) S 13550 13525 11818 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19912936 884891648 3223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13556] ppid=13550 vsize=864152 CPUtime=0
/proc/13551/task/13556/stat : 13556 (java) S 13550 13525 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19912938 884891648 3223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13557] ppid=13550 vsize=864152 CPUtime=0.1
/proc/13551/task/13557/stat : 13557 (java) S 13550 13525 11818 0 -1 64 362 0 0 0 10 0 0 0 16 0 9 0 19912938 884891648 3223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13558] ppid=13550 vsize=864152 CPUtime=0
/proc/13551/task/13558/stat : 13558 (java) S 13550 13525 11818 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19912938 884891648 3223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13551/tid=13559] ppid=13550 vsize=864152 CPUtime=0
/proc/13551/task/13559/stat : 13559 (java) S 13550 13525 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19912938 884891648 3223 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 388.02
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 391.891
CPU time (s): 388.083
CPU user time (s): 387.152
CPU system time (s): 0.930858
CPU usage (%): 99.0282
Max. virtual memory (cumulated for all children) (KiB): 891320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 387.152
system time used= 0.930858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59743
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= 14208
involuntary context switches= 22461

runsolver used 0.540917 second user time and 1.25881 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-11 18:01:51
IDJOB=2062095
IDBENCH=53868
IDSOLVER=739
FILE ID=node70/2062095-1247328111
PBS_JOBID= 9506492
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-31-31.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-2062095-1247328111/watcher-2062095-1247328111 -o /tmp/evaluation-result-2062095-1247328111/solver-2062095-1247328111 -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-2062095-1247328111.xml

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

MD5SUM BENCH= cc4a849398686c6aea23fb28afe2d04f
RANDOM SEED=969224609

node70.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.214
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.214
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:       1931976 kB
Buffers:          6440 kB
Cached:          51628 kB
SwapCached:        140 kB
Active:          68524 kB
Inactive:         9340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1931976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1696 kB
Writeback:           0 kB
Mapped:          30348 kB
Slab:            31484 kB
Committed_AS:   210160 kB
PageTables:       1720 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= 66412 MiB
End job on node70 at 2009-07-11 18:08:23