Trace number 2061985

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 160.441 162.173

General information on the benchmark

Namecsp/allsquares/
normalized-squares-34-34.xml
MD5SUM3c99f073f43d91d177d7138b4b000c83
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 benchmark160.441
Satisfiable
(Un)Satisfiability was proved
Number of variables2312
Number of constraints2808
Maximum constraint arity34
Maximum domain size118
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2245
Global constraints used (with number of constraints)cumulative(2),weightedsum(561)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:59:01 2009
0.00/0.08	c 0	PID 12224
0.07/0.08	c 0	HOST node19.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2061985-1247327941.xml TO HOME/temp.csp
0.07/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-2061985-1247327941.xml' 'HOME/temp.csp'
0.07/0.79	c 1	35 domains, 2312 variables, 2 predicates, 0 relations, 2808 constraints
0.07/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.83	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.76/0.91	c 1	Parsing HOME/temp.csp
0.92/1.05	c 1	parsed 5157 expressions
0.92/1.05	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.05	c 1	Converting to clausal form CSP
0.92/1.08	c 1	converted 516 (10%) expressions
0.92/1.09	c 1	converted 1032 (20%) expressions
0.92/1.10	c 1	converted 1548 (30%) expressions
1.02/1.11	c 1	converted 2063 (40%) expressions
1.11/1.28	c 2	converted 2579 (50%) expressions
1.21/1.34	c 2	converted 3095 (60%) expressions
1.21/1.39	c 2	converted 3610 (70%) expressions
1.31/1.48	c 2	converted 4126 (80%) expressions
1.41/1.52	c 2	converted 4642 (90%) expressions
3.09/3.22	c 4	converted 5157 (100%) expressions
3.09/3.22	c 4	CSP : 12460 integers, 5560 booleans, 36618 clauses, largest domain size 119
3.09/3.22	c 4	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.09/3.22	c 4	Propagation in CSP
3.19/3.34	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.19/3.35	c 4	CSP : 12460 integers, 5560 booleans, 36618 clauses, largest domain size 119
3.19/3.35	c 4	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.19/3.37	c 4	Simplifing CSP by introducing new Boolean variables
3.19/3.39	c 4	CSP : 12460 integers, 5560 booleans, 36618 clauses, largest domain size 119
3.19/3.39	c 4	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.39/3.58	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.49/3.63	c 4	1246 (10%) CSP integer variables are encoded (6682 clauses, 84735 bytes)
3.49/3.64	c 4	2492 (20%) CSP integer variables are encoded (9106 clauses, 119249 bytes)
3.49/3.66	c 4	3738 (30%) CSP integer variables are encoded (26680 clauses, 382859 bytes)
3.49/3.68	c 4	4984 (40%) CSP integer variables are encoded (44254 clauses, 646469 bytes)
3.57/3.71	c 4	6230 (50%) CSP integer variables are encoded (61573 clauses, 906254 bytes)
3.57/3.73	c 4	7476 (60%) CSP integer variables are encoded (78688 clauses, 1162979 bytes)
3.57/3.76	c 4	8722 (70%) CSP integer variables are encoded (96262 clauses, 1435854 bytes)
3.57/3.78	c 4	9968 (80%) CSP integer variables are encoded (113836 clauses, 1734612 bytes)
3.68/3.81	c 4	11214 (90%) CSP integer variables are encoded (131189 clauses, 2029613 bytes)
3.68/3.83	c 4	12460 (100%) CSP integer variables are encoded (148270 clauses, 2319990 bytes)
4.28/4.44	c 5	3662 (10%) CSP clauses are encoded (462180 clauses, 7982479 bytes)
5.04/5.22	c 6	7324 (20%) CSP clauses are encoded (832693 clauses, 15709451 bytes)
5.83/6.01	c 6	10986 (30%) CSP clauses are encoded (1206855 clauses, 23753601 bytes)
6.53/6.76	c 7	14648 (40%) CSP clauses are encoded (1566197 clauses, 31478734 bytes)
7.32/7.51	c 8	18309 (50%) CSP clauses are encoded (1925557 clauses, 39193065 bytes)
8.79/9.07	c 9	21971 (60%) CSP clauses are encoded (2705108 clauses, 55359603 bytes)
9.67/9.96	c 10	25633 (70%) CSP clauses are encoded (3108972 clauses, 64697158 bytes)
10.46/10.77	c 11	29295 (80%) CSP clauses are encoded (3475578 clauses, 73674777 bytes)
11.26/11.56	c 12	32957 (90%) CSP clauses are encoded (3833845 clauses, 82438588 bytes)
12.74/13.04	c 13	36618 (100%) CSP clauses are encoded (4562703 clauses, 99509550 bytes)
12.74/13.04	c 13	36618 CSP clauses encoded
12.74/13.04	c 13	Writing map file : HOME/temp.map
12.74/13.07	c 13	Heap : 24 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.74/13.07	c 13	SAT : 166206 SAT variables, 4562703 SAT clauses, 99509550 bytes
12.74/13.07	c 13	Heap : 24 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.74/13.08	c 13	SOLVING HOME/temp.cnf
12.74/13.08	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.74/13.09	c 13	This is MiniSat 2.0 beta
12.74/13.09	c 13	WARNING: for repeatability, setting FPU to use double precision
12.74/13.09	c 13	============================[ Problem Statistics ]=============================
12.74/13.09	c 13	|                                                                             |
12.74/13.09	c 13	|  Number of variables:  166206                                               |
12.74/13.09	c 13	|  Number of clauses:    4562703                                              |
15.30/15.67	c 16	|  Parsing time:         2.13         s                                       |
15.49/15.80	c 16	============================[ Search Statistics ]==============================
15.49/15.80	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.49/15.80	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.49/15.80	c 16	===============================================================================
15.49/15.80	c 16	|         0 |  166206  4562703 13485126 |  1520901        0    nan |  0.000 % |
16.98/17.35	c 18	|       102 |  166206  4562703 13485126 |  1672991      102     52 |  0.000 % |
19.84/20.21	c 21	|       252 |  166206  4562703 13485126 |  1840290      252     58 |  0.000 % |
22.42/22.90	c 23	|       479 |  166206  4562703 13485126 |  2024319      479     48 |  0.000 % |
27.67/28.11	c 28	|       816 |  166206  4562703 13485126 |  2226751      816     45 |  0.000 % |
36.09/36.65	c 37	|      1325 |  166206  4562703 13485126 |  2449426     1325     62 |  0.000 % |
48.98/49.61	c 50	|      2085 |  166206  4562703 13485126 |  2694368     2085     56 |  0.000 % |
65.42/66.27	c 67	|      3224 |  166206  4562703 13485126 |  2963805     3224     62 |  0.000 % |
89.69/90.76	c 91	|      4932 |  166206  4562703 13485126 |  3260186     4932     62 |  0.000 % |
134.44/135.97	c 136	|      7494 |  166206  4562703 13485126 |  3586205     7494     60 |  0.000 % |
159.60/161.32	c 162	===============================================================================
159.60/161.33	c 162	restarts              : 10
159.60/161.33	c 162	conflicts             : 9329           (64 /sec)
159.60/161.33	c 162	decisions             : 13599          (1.32 % random) (93 /sec)
159.60/161.33	c 162	propagations          : 78215594       (534425 /sec)
159.60/161.33	c 162	conflict literals     : 583544         (33.81 % deleted)
159.60/161.34	c 162	Memory used           : 209.57 MB
159.60/161.34	c 162	CPU time              : 146.355 s
159.60/161.34	c 162	
159.71/161.40	c 162	SATISFIABLE
159.71/161.44	c 162	DECODING HOME/temp.out WITH HOME/temp.map
159.71/161.44	c 162	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'
159.75/161.53	c 162	Decoding HOME/temp.out
160.17/161.97	s SATISFIABLE
160.27/162.06	v 49 28 63 63 101 66 99 60 30 39 88 106 50 72 103 72 49 85 67 68 28 50 27 60 67 92 0 0 0 88 29 86 34 0 57 38 73 79 58 45 63 86 34 33 59 58 73 44 101 58 34 100 25 74 43 51 64 94 0 0 62 34 89 70 87 26 0 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 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 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 1 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 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 1 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 1 1 0 1 0 0 0 0 1 1 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 1 1 0 1 0 0 0 0 1 1 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 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 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 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 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 1 1 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 1 1 0 0 1 0 1 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 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 1 0 0 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 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0
160.27/162.07	c 162	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
160.34/162.12	c 162	CPU 160.36 (0.07 0.02 158.81 1.46)
160.34/162.12	c 162	END Sat Jul 11 18:01:43 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-2061985-1247327941/watcher-2061985-1247327941 -o /tmp/evaluation-result-2061985-1247327941/solver-2061985-1247327941 -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-2061985-1247327941.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: 2.00 2.00 1.91 4/72 12224
/proc/meminfo: memFree=1350064/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=18576 CPUtime=0
/proc/12224/stat : 12224 (runsolver) R 12222 12224 9863 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19860767 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12224/statm: 4644 284 249 26 0 2626 0

[startup+0.083299 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 12224
/proc/meminfo: memFree=1350064/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16740 CPUtime=0.07
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 19860767 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101473 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 12224
/proc/meminfo: memFree=1350064/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=0.07
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19860767 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30148 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 12224
/proc/meminfo: memFree=1350064/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=0.07
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19860767 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701523 s]
/proc/loadavg: 2.00 2.00 1.91 4/72 12224
/proc/meminfo: memFree=1350064/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=0.07
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19860767 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50261 s]
/proc/loadavg: 2.16 2.03 1.93 4/83 12246
/proc/meminfo: memFree=1341144/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=0.76
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1309 7019 0 1 6 1 63 6 16 0 1 0 19860767 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1111 409 3 0 796 0
[pid=12237] ppid=12224 vsize=5356 CPUtime=0
/proc/12237/stat : 12237 (sh) S 12224 12224 9863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19860850 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12237/statm: 1339 233 193 169 0 50 0
[pid=12238] ppid=12237 vsize=868596 CPUtime=0.65
/proc/12238/stat : 12238 (java) S 12237 12224 9863 0 -1 0 7210 0 1 0 60 5 0 0 18 0 9 0 19860850 889442304 6455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12238/statm: 217149 6455 2566 9 0 211654 0
[pid=12238/tid=12239] ppid=12237 vsize=868596 CPUtime=0.36
/proc/12238/task/12239/stat : 12239 (java) R 12237 12224 9863 0 -1 64 2673 0 1 0 34 2 0 0 22 0 9 0 19860851 889442304 6455 996147200 134512640 134550932 4294955936 18446744073709551615 4126810536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12240] ppid=12237 vsize=868596 CPUtime=0.08
/proc/12238/task/12240/stat : 12240 (java) S 12237 12224 9863 0 -1 64 2358 0 0 0 8 0 0 0 16 0 9 0 19860852 889442304 6455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12241] ppid=12237 vsize=868596 CPUtime=0
/proc/12238/task/12241/stat : 12241 (java) S 12237 12224 9863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19860853 889442304 6455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12242] ppid=12237 vsize=868596 CPUtime=0
/proc/12238/task/12242/stat : 12242 (java) S 12237 12224 9863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19860853 889442304 6455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12243] ppid=12237 vsize=868596 CPUtime=0
/proc/12238/task/12243/stat : 12243 (java) S 12237 12224 9863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19860855 889442304 6455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12244] ppid=12237 vsize=868596 CPUtime=0.17
/proc/12238/task/12244/stat : 12244 (java) S 12237 12224 9863 0 -1 64 1481 0 0 0 16 1 0 0 16 0 9 0 19860855 889442304 6455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12245] ppid=12237 vsize=868596 CPUtime=0
/proc/12238/task/12245/stat : 12245 (java) S 12237 12224 9863 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19860855 889442304 6455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12246] ppid=12237 vsize=868596 CPUtime=0
/proc/12238/task/12246/stat : 12246 (java) S 12237 12224 9863 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19860855 889442304 6455 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890820

[startup+3.10278 s]
/proc/loadavg: 2.16 2.03 1.93 4/83 12246
/proc/meminfo: memFree=1322776/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=0.76
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1309 7019 0 1 6 1 63 6 16 0 1 0 19860767 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1111 409 3 0 796 0
[pid=12237] ppid=12224 vsize=5356 CPUtime=0
/proc/12237/stat : 12237 (sh) S 12224 12224 9863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19860850 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12237/statm: 1339 233 193 169 0 50 0
[pid=12238] ppid=12237 vsize=868596 CPUtime=2.23
/proc/12238/stat : 12238 (java) S 12237 12224 9863 0 -1 0 12681 0 1 0 213 10 0 0 18 0 9 0 19860850 889442304 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12238/statm: 217149 11661 2567 9 0 211654 0
[pid=12238/tid=12239] ppid=12237 vsize=868596 CPUtime=1.33
/proc/12238/task/12239/stat : 12239 (java) R 12237 12224 9863 0 -1 64 2981 0 1 0 130 3 0 0 25 0 9 0 19860851 889442304 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4126798415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12240] ppid=12237 vsize=868596 CPUtime=0.63
/proc/12238/task/12240/stat : 12240 (java) S 12237 12224 9863 0 -1 64 7471 0 0 0 59 4 0 0 16 0 9 0 19860852 889442304 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12241] ppid=12237 vsize=868596 CPUtime=0
/proc/12238/task/12241/stat : 12241 (java) S 12237 12224 9863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19860853 889442304 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12242] ppid=12237 vsize=868596 CPUtime=0
/proc/12238/task/12242/stat : 12242 (java) S 12237 12224 9863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19860853 889442304 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12243] ppid=12237 vsize=868596 CPUtime=0
/proc/12238/task/12243/stat : 12243 (java) S 12237 12224 9863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19860855 889442304 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12244] ppid=12237 vsize=868596 CPUtime=0.24
/proc/12238/task/12244/stat : 12244 (java) S 12237 12224 9863 0 -1 64 1531 0 0 0 23 1 0 0 16 0 9 0 19860855 889442304 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12245] ppid=12237 vsize=868596 CPUtime=0
/proc/12238/task/12245/stat : 12245 (java) S 12237 12224 9863 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19860855 889442304 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12246] ppid=12237 vsize=868596 CPUtime=0
/proc/12238/task/12246/stat : 12246 (java) S 12237 12224 9863 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19860855 889442304 11661 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890820

[startup+6.30112 s]
/proc/loadavg: 2.15 2.03 1.93 3/83 12246
/proc/meminfo: memFree=1289560/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=0.76
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1310 7019 0 1 6 1 63 6 16 0 1 0 19860767 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1111 409 3 0 796 0
[pid=12237] ppid=12224 vsize=5356 CPUtime=0
/proc/12237/stat : 12237 (sh) S 12224 12224 9863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19860850 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12237/statm: 1339 233 193 169 0 50 0
[pid=12238] ppid=12237 vsize=868708 CPUtime=5.37
/proc/12238/stat : 12238 (java) S 12237 12224 9863 0 -1 0 13834 0 1 0 507 30 0 0 18 0 9 0 19860850 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12238/statm: 217177 12317 2591 9 0 211654 0
[pid=12238/tid=12239] ppid=12237 vsize=868708 CPUtime=4.05
/proc/12238/task/12239/stat : 12239 (java) R 12237 12224 9863 0 -1 64 3324 0 1 0 386 19 0 0 25 0 9 0 19860851 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4127138521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12240] ppid=12237 vsize=868708 CPUtime=0.99
/proc/12238/task/12240/stat : 12240 (java) S 12237 12224 9863 0 -1 64 8242 0 0 0 90 9 0 0 16 0 9 0 19860852 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12241] ppid=12237 vsize=868708 CPUtime=0
/proc/12238/task/12241/stat : 12241 (java) S 12237 12224 9863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19860853 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12242] ppid=12237 vsize=868708 CPUtime=0
/proc/12238/task/12242/stat : 12242 (java) S 12237 12224 9863 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19860853 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12243] ppid=12237 vsize=868708 CPUtime=0
/proc/12238/task/12243/stat : 12243 (java) S 12237 12224 9863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19860855 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12244] ppid=12237 vsize=868708 CPUtime=0.31
/proc/12238/task/12244/stat : 12244 (java) S 12237 12224 9863 0 -1 64 1570 0 0 0 30 1 0 0 17 0 9 0 19860855 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12245] ppid=12237 vsize=868708 CPUtime=0
/proc/12238/task/12245/stat : 12245 (java) S 12237 12224 9863 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19860855 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12246] ppid=12237 vsize=868708 CPUtime=0
/proc/12238/task/12246/stat : 12246 (java) S 12237 12224 9863 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19860855 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890932

[startup+12.7028 s]
/proc/loadavg: 2.13 2.03 1.93 3/83 12246
/proc/meminfo: memFree=1220632/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=0.76
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1310 7019 0 1 6 1 63 6 16 0 1 0 19860767 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1111 409 3 0 796 0
[pid=12237] ppid=12224 vsize=5356 CPUtime=0
/proc/12237/stat : 12237 (sh) S 12224 12224 9863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19860850 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12237/statm: 1339 233 193 169 0 50 0
[pid=12238] ppid=12237 vsize=868708 CPUtime=11.68
/proc/12238/stat : 12238 (java) S 12237 12224 9863 0 -1 0 14444 0 1 0 1085 83 0 0 18 0 9 0 19860850 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12238/statm: 217177 12317 2591 9 0 211654 0
[pid=12238/tid=12239] ppid=12237 vsize=868708 CPUtime=10.04
/proc/12238/task/12239/stat : 12239 (java) R 12237 12224 9863 0 -1 64 3934 0 1 0 938 66 0 0 25 0 9 0 19860851 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4126432424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12240] ppid=12237 vsize=868708 CPUtime=1.3
/proc/12238/task/12240/stat : 12240 (java) S 12237 12224 9863 0 -1 64 8242 0 0 0 116 14 0 0 16 0 9 0 19860852 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12241] ppid=12237 vsize=868708 CPUtime=0
/proc/12238/task/12241/stat : 12241 (java) S 12237 12224 9863 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19860853 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12242] ppid=12237 vsize=868708 CPUtime=0
/proc/12238/task/12242/stat : 12242 (java) S 12237 12224 9863 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19860853 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12243] ppid=12237 vsize=868708 CPUtime=0
/proc/12238/task/12243/stat : 12243 (java) S 12237 12224 9863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19860855 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12244] ppid=12237 vsize=868708 CPUtime=0.31
/proc/12238/task/12244/stat : 12244 (java) S 12237 12224 9863 0 -1 64 1570 0 0 0 30 1 0 0 17 0 9 0 19860855 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12245] ppid=12237 vsize=868708 CPUtime=0
/proc/12238/task/12245/stat : 12245 (java) S 12237 12224 9863 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19860855 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12238/tid=12246] ppid=12237 vsize=868708 CPUtime=0
/proc/12238/task/12246/stat : 12246 (java) S 12237 12224 9863 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19860855 889556992 12317 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890932

[startup+25.5012 s]
/proc/loadavg: 2.11 2.03 1.93 3/75 12248
/proc/meminfo: memFree=1049304/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=12.85
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1376 21816 0 2 7 1 1183 94 16 0 1 0 19860767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1113 409 3 0 796 0
[pid=12247] ppid=12224 vsize=5356 CPUtime=0
/proc/12247/stat : 12247 (sh) S 12224 12224 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19862076 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12247/statm: 1339 232 193 169 0 50 0
[pid=12248] ppid=12247 vsize=205144 CPUtime=12.24
/proc/12248/stat : 12248 (minisat) R 12247 12224 9863 0 -1 4194304 49792 0 0 0 1183 41 0 0 25 0 1 0 19862076 210067456 49778 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/12248/statm: 51286 49778 76 150 0 51133 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 227368

[startup+51.1019 s]
/proc/loadavg: 2.07 2.03 1.93 3/75 12248
/proc/meminfo: memFree=1043480/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=12.85
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1376 21816 0 2 7 1 1183 94 16 0 1 0 19860767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1113 409 3 0 796 0

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

/proc/12247/stat : 12247 (sh) S 12224 12224 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19862076 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12247/statm: 1339 232 193 169 0 50 0
[pid=12248] ppid=12247 vsize=211132 CPUtime=37.61
/proc/12248/stat : 12248 (minisat) R 12247 12224 9863 0 -1 4194304 51304 0 0 0 3718 43 0 0 25 0 1 0 19862076 216199168 51290 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12248/statm: 52783 51290 76 150 0 52630 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 233356

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 1.93 3/75 12248
/proc/meminfo: memFree=1042200/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=12.85
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1376 21816 0 2 7 1 1183 94 16 0 1 0 19860767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1113 409 3 0 796 0
[pid=12247] ppid=12224 vsize=5356 CPUtime=0
/proc/12247/stat : 12247 (sh) S 12224 12224 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19862076 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12247/statm: 1339 232 193 169 0 50 0
[pid=12248] ppid=12247 vsize=212584 CPUtime=88.33
/proc/12248/stat : 12248 (minisat) R 12247 12224 9863 0 -1 4194304 51646 0 0 0 8790 43 0 0 25 0 1 0 19862076 217686016 51632 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12248/statm: 53146 51632 76 150 0 52993 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 234808

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

[startup+127.901 s]
/proc/loadavg: 2.02 2.02 1.93 3/75 12254
/proc/meminfo: memFree=1041624/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=12.85
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1376 21816 0 2 7 1 1183 94 16 0 1 0 19860767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1113 409 3 0 796 0
[pid=12247] ppid=12224 vsize=5356 CPUtime=0
/proc/12247/stat : 12247 (sh) S 12224 12224 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19862076 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12247/statm: 1339 232 193 169 0 50 0
[pid=12248] ppid=12247 vsize=212980 CPUtime=113.66
/proc/12248/stat : 12248 (minisat) R 12247 12224 9863 0 -1 4194304 51750 0 0 0 11323 43 0 0 25 0 1 0 19862076 218091520 51736 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12248/statm: 53245 51736 76 150 0 53092 0
Current children cumulated CPU time (s) 126.51
Current children cumulated vsize (KiB) 235204

[startup+140.703 s]
/proc/loadavg: 2.01 2.02 1.93 3/75 12254
/proc/meminfo: memFree=1041368/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=12.85
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1376 21816 0 2 7 1 1183 94 16 0 1 0 19860767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1113 409 3 0 796 0
[pid=12247] ppid=12224 vsize=5356 CPUtime=0
/proc/12247/stat : 12247 (sh) S 12224 12224 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19862076 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12247/statm: 1339 232 193 169 0 50 0
[pid=12248] ppid=12247 vsize=213244 CPUtime=126.34
/proc/12248/stat : 12248 (minisat) R 12247 12224 9863 0 -1 4194304 51829 0 0 0 12591 43 0 0 25 0 1 0 19862076 218361856 51815 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/12248/statm: 53311 51815 76 150 0 53158 0
Current children cumulated CPU time (s) 139.19
Current children cumulated vsize (KiB) 235468

[startup+153.502 s]
/proc/loadavg: 2.01 2.02 1.93 3/75 12254
/proc/meminfo: memFree=1040856/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=12.85
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1376 21816 0 2 7 1 1183 94 16 0 1 0 19860767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1113 409 3 0 796 0
[pid=12247] ppid=12224 vsize=5356 CPUtime=0
/proc/12247/stat : 12247 (sh) S 12224 12224 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19862076 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12247/statm: 1339 232 193 169 0 50 0
[pid=12248] ppid=12247 vsize=213640 CPUtime=139.03
/proc/12248/stat : 12248 (minisat) R 12247 12224 9863 0 -1 4194304 51921 0 0 0 13859 44 0 0 25 0 1 0 19862076 218767360 51907 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12248/statm: 53410 51907 76 150 0 53257 0
Current children cumulated CPU time (s) 151.88
Current children cumulated vsize (KiB) 235864

[startup+156.701 s]
/proc/loadavg: 2.01 2.02 1.93 3/75 12254
/proc/meminfo: memFree=1040728/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=12.85
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1376 21816 0 2 7 1 1183 94 16 0 1 0 19860767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1113 409 3 0 796 0
[pid=12247] ppid=12224 vsize=5356 CPUtime=0
/proc/12247/stat : 12247 (sh) S 12224 12224 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19862076 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12247/statm: 1339 232 193 169 0 50 0
[pid=12248] ppid=12247 vsize=213904 CPUtime=142.2
/proc/12248/stat : 12248 (minisat) R 12247 12224 9863 0 -1 4194304 51970 0 0 0 14176 44 0 0 25 0 1 0 19862076 219037696 51956 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12248/statm: 53476 51956 76 150 0 53323 0
Current children cumulated CPU time (s) 155.05
Current children cumulated vsize (KiB) 236128

[startup+159.903 s]
/proc/loadavg: 2.01 2.02 1.93 3/75 12254
/proc/meminfo: memFree=1040600/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=12.85
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1376 21816 0 2 7 1 1183 94 16 0 1 0 19860767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1113 409 3 0 796 0
[pid=12247] ppid=12224 vsize=5356 CPUtime=0
/proc/12247/stat : 12247 (sh) S 12224 12224 9863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19862076 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12247/statm: 1339 232 193 169 0 50 0
[pid=12248] ppid=12247 vsize=214036 CPUtime=145.36
/proc/12248/stat : 12248 (minisat) R 12247 12224 9863 0 -1 4194304 52013 0 0 0 14492 44 0 0 25 0 1 0 19862076 219172864 51999 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12248/statm: 53509 51999 76 150 0 53356 0
Current children cumulated CPU time (s) 158.21
Current children cumulated vsize (KiB) 236260

[startup+161.502 s]
/proc/loadavg: 2.01 2.02 1.93 3/75 12254
/proc/meminfo: memFree=1040408/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=159.75
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1430 74243 0 2 7 1 15824 143 16 0 1 0 19860767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 159.75
Current children cumulated vsize (KiB) 16868

[startup+161.902 s]
/proc/loadavg: 2.01 2.02 1.93 4/83 12264
/proc/meminfo: memFree=1242392/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=159.75
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1448 74243 0 2 7 1 15824 143 16 0 1 0 19860767 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1113 409 3 0 796 0
[pid=12255] ppid=12224 vsize=5356 CPUtime=0
/proc/12255/stat : 12255 (sh) S 12224 12224 9863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19876911 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12255/statm: 1339 233 193 169 0 50 0
[pid=12256] ppid=12255 vsize=862288 CPUtime=0.42
/proc/12256/stat : 12256 (java) S 12255 12224 9863 0 -1 0 3243 0 1 0 41 1 0 0 18 0 9 0 19876912 882982912 2711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12256/statm: 215572 2711 1281 9 0 210485 0
[pid=12256/tid=12257] ppid=12255 vsize=862288 CPUtime=0.32
/proc/12256/task/12257/stat : 12257 (java) R 12255 12224 9863 0 -1 64 2047 0 1 0 32 0 0 0 19 0 9 0 19876913 882982912 2711 996147200 134512640 134550932 4294955984 18446744073709551615 4126584301 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12256/tid=12258] ppid=12255 vsize=862288 CPUtime=0
/proc/12256/task/12258/stat : 12258 (java) S 12255 12224 9863 0 -1 64 161 0 0 0 0 0 0 0 16 0 9 0 19876915 882982912 2711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12256/tid=12259] ppid=12255 vsize=862288 CPUtime=0
/proc/12256/task/12259/stat : 12259 (java) S 12255 12224 9863 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 19876915 882982912 2711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12256/tid=12260] ppid=12255 vsize=862288 CPUtime=0
/proc/12256/task/12260/stat : 12260 (java) S 12255 12224 9863 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19876915 882982912 2711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12256/tid=12261] ppid=12255 vsize=862288 CPUtime=0
/proc/12256/task/12261/stat : 12261 (java) S 12255 12224 9863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19876917 882982912 2711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12256/tid=12262] ppid=12255 vsize=862288 CPUtime=0.08
/proc/12256/task/12262/stat : 12262 (java) S 12255 12224 9863 0 -1 64 341 0 0 0 8 0 0 0 17 0 9 0 19876917 882982912 2711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12256/tid=12263] ppid=12255 vsize=862288 CPUtime=0
/proc/12256/task/12263/stat : 12263 (java) S 12255 12224 9863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19876917 882982912 2711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12256/tid=12264] ppid=12255 vsize=862288 CPUtime=0
/proc/12256/task/12264/stat : 12264 (java) S 12255 12224 9863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19876917 882982912 2711 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.17
Current children cumulated vsize (KiB) 884512

[startup+162.102 s]
/proc/loadavg: 2.01 2.02 1.93 4/83 12264
/proc/meminfo: memFree=1242392/2055920 swapFree=4192952/4192956
[pid=12224] ppid=12222 vsize=16868 CPUtime=159.76
/proc/12224/stat : 12224 (sugar) S 12222 12224 9863 0 -1 4194304 1452 74243 0 2 7 2 15824 143 15 0 1 0 19860767 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12224/statm: 4217 1114 409 3 0 796 0
[pid=12255] ppid=12224 vsize=5356 CPUtime=0
/proc/12255/stat : 12255 (sh) S 12224 12224 9863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19876911 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12255/statm: 1339 233 193 169 0 50 0
[pid=12256] ppid=12255 vsize=864272 CPUtime=0.58
/proc/12256/stat : 12256 (java) S 12255 12224 9863 0 -1 0 3781 0 1 0 55 3 0 0 18 0 9 0 19876912 885014528 3244 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12256/statm: 216068 3244 1718 9 0 210573 0
[pid=12256/tid=12257] ppid=12255 vsize=864272 CPUtime=0.45
/proc/12256/task/12257/stat : 12257 (java) S 12255 12224 9863 0 -1 64 2571 0 1 0 44 1 0 0 18 0 9 0 19876913 885014528 3244 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12256/tid=12258] ppid=12255 vsize=864272 CPUtime=0
/proc/12256/task/12258/stat : 12258 (java) S 12255 12224 9863 0 -1 64 161 0 0 0 0 0 0 0 16 0 9 0 19876915 885014528 3244 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12256/tid=12259] ppid=12255 vsize=864272 CPUtime=0
/proc/12256/task/12259/stat : 12259 (java) S 12255 12224 9863 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 19876915 885014528 3244 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12256/tid=12260] ppid=12255 vsize=864272 CPUtime=0
/proc/12256/task/12260/stat : 12260 (java) S 12255 12224 9863 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19876915 885014528 3244 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12256/tid=12261] ppid=12255 vsize=864272 CPUtime=0
/proc/12256/task/12261/stat : 12261 (java) S 12255 12224 9863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19876917 885014528 3244 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12256/tid=12262] ppid=12255 vsize=864272 CPUtime=0.1
/proc/12256/task/12262/stat : 12262 (java) S 12255 12224 9863 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 19876917 885014528 3244 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12256/tid=12263] ppid=12255 vsize=864272 CPUtime=0
/proc/12256/task/12263/stat : 12263 (java) S 12255 12224 9863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19876917 885014528 3244 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12256/tid=12264] ppid=12255 vsize=864272 CPUtime=0
/proc/12256/task/12264/stat : 12264 (java) S 12255 12224 9863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19876917 885014528 3244 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.34
Current children cumulated vsize (KiB) 886496

Child status: 0
Real time (s): 162.173
CPU time (s): 160.441
CPU user time (s): 158.889
CPU system time (s): 1.55176
CPU usage (%): 98.9315
Max. virtual memory (cumulated for all children) (KiB): 891324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.889
system time used= 1.55176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79852
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= 14623
involuntary context switches= 17985

runsolver used 0.214967 second user time and 0.545917 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-11 17:59:01
IDJOB=2061985
IDBENCH=53858
IDSOLVER=739
FILE ID=node19/2061985-1247327941
PBS_JOBID= 9506589
Free space on /tmp= 66428 MiB

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

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

MD5SUM BENCH= 3c99f073f43d91d177d7138b4b000c83
RANDOM SEED=420836523

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.211
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.211
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:       1350544 kB
Buffers:         46600 kB
Cached:         495900 kB
SwapCached:          4 kB
Active:         169784 kB
Inactive:       484360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1350544 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:         123236 kB
Slab:            36340 kB
Committed_AS:   224012 kB
PageTables:       2000 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= 66428 MiB
End job on node19 at 2009-07-11 18:01:44