Trace number 2087307

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 72.663 73.2412

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-4-8.xml
MD5SUM9ca836038bbfff2e7075ea9f6ab9212e
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.74267
Satisfiable
(Un)Satisfiability was proved
Number of variables4512
Number of constraints24544
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24544
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 10:04:59 2009
0.00/0.08	c 0	PID 27147
0.00/0.08	c 0	HOST node38.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2087307-1247385899.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087307-1247385899.xml' 'HOME/temp.csp'
1.55/1.67	c 2	1 domains, 4512 variables, 4 predicates, 0 relations, 24544 constraints
1.62/1.72	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.62/1.72	c 2	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'
1.64/1.80	c 2	Parsing HOME/temp.csp
1.64/1.96	c 2	parsed 10000 expressions
1.64/2.10	c 2	parsed 20000 expressions
2.10/2.25	c 2	parsed 29061 expressions
2.10/2.26	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.10/2.26	c 2	Converting to clausal form CSP
2.19/2.32	c 2	converted 2907 (10%) expressions
2.39/2.56	c 3	converted 5813 (20%) expressions
2.49/2.67	c 3	converted 8719 (30%) expressions
2.70/2.85	c 3	converted 11625 (40%) expressions
2.79/2.95	c 3	converted 14531 (50%) expressions
2.90/3.05	c 3	converted 17437 (60%) expressions
3.00/3.15	c 3	converted 20343 (70%) expressions
3.10/3.25	c 3	converted 23249 (80%) expressions
3.19/3.35	c 3	converted 26155 (90%) expressions
3.59/3.71	c 4	converted 29061 (100%) expressions
3.59/3.71	c 4	CSP : 5184 integers, 0 booleans, 26128 clauses, largest domain size 12
3.59/3.71	c 4	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.59/3.71	c 4	Propagation in CSP
3.88/4.08	c 4	288 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.88/4.08	c 4	CSP : 5184 integers, 0 booleans, 26128 clauses, largest domain size 12
3.88/4.08	c 4	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.98/4.10	c 4	Simplifing CSP by introducing new Boolean variables
3.98/4.12	c 4	CSP : 5184 integers, 0 booleans, 26128 clauses, largest domain size 12
3.98/4.12	c 4	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.09/4.23	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.09/4.25	c 4	519 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.09/4.26	c 4	1037 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.09/4.28	c 4	1556 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.09/4.28	c 4	2074 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.09/4.28	c 4	2592 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.09/4.28	c 4	3111 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.09/4.28	c 4	3629 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.09/4.29	c 4	4148 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.09/4.29	c 4	4666 (90%) CSP integer variables are encoded (748 clauses, 9788 bytes)
4.19/4.31	c 4	5184 (100%) CSP integer variables are encoded (3264 clauses, 42496 bytes)
4.27/4.42	c 4	2613 (10%) CSP clauses are encoded (5877 clauses, 82302 bytes)
4.27/4.48	c 4	5226 (20%) CSP clauses are encoded (8490 clauses, 124727 bytes)
4.37/4.54	c 5	7839 (30%) CSP clauses are encoded (11103 clauses, 167626 bytes)
4.37/4.59	c 5	10452 (40%) CSP clauses are encoded (13716 clauses, 210616 bytes)
4.47/4.64	c 5	13064 (50%) CSP clauses are encoded (16328 clauses, 253718 bytes)
4.47/4.68	c 5	15677 (60%) CSP clauses are encoded (18941 clauses, 297005 bytes)
4.56/4.73	c 5	18290 (70%) CSP clauses are encoded (21554 clauses, 340556 bytes)
4.56/4.78	c 5	20903 (80%) CSP clauses are encoded (24167 clauses, 384599 bytes)
4.67/4.83	c 5	23516 (90%) CSP clauses are encoded (26780 clauses, 431467 bytes)
13.70/14.06	c 14	26128 (100%) CSP clauses are encoded (222720 clauses, 5690913 bytes)
13.70/14.06	c 14	26128 CSP clauses encoded
13.70/14.06	c 14	Writing map file : HOME/temp.map
13.70/14.08	c 14	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.70/14.08	c 14	SAT : 8448 SAT variables, 222720 SAT clauses, 5690913 bytes
13.70/14.08	c 14	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.79/14.10	c 14	SOLVING HOME/temp.cnf
13.79/14.10	c 14	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.79/14.11	c 14	This is MiniSat 2.0 beta
13.79/14.11	c 14	WARNING: for repeatability, setting FPU to use double precision
13.79/14.11	c 14	============================[ Problem Statistics ]=============================
13.79/14.11	c 14	|                                                                             |
13.79/14.11	c 14	|  Number of variables:  8448                                                 |
13.79/14.11	c 14	|  Number of clauses:    222720                                               |
13.89/14.27	c 14	|  Parsing time:         0.12         s                                       |
13.89/14.28	c 14	============================[ Search Statistics ]==============================
13.89/14.28	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.89/14.28	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.89/14.28	c 14	===============================================================================
13.89/14.28	c 14	|         0 |    8448   222720  1071696 |    74240        0    nan |  0.000 % |
13.89/14.29	c 14	|       101 |    8448   222720  1071696 |    81664      101     44 |  0.000 % |
13.98/14.32	c 14	|       252 |    8448   222720  1071696 |    89830      252     25 |  0.000 % |
13.98/14.38	c 14	|       479 |    8448   222720  1071696 |    98813      479     40 |  0.000 % |
14.08/14.42	c 14	|       816 |    8448   222720  1071696 |   108694      816     48 |  0.000 % |
14.08/14.47	c 14	|      1322 |    8448   222720  1071696 |   119564     1322     48 |  0.000 % |
14.18/14.54	c 15	|      2081 |    8448   222720  1071696 |   131520     2081     70 |  0.000 % |
14.28/14.64	c 15	|      3222 |    8448   222720  1071696 |   144672     3222     67 |  0.000 % |
14.38/14.79	c 15	|      4931 |    8448   222720  1071696 |   159140     4931     71 |  0.000 % |
14.67/15.04	c 15	|      7493 |    8448   222720  1071696 |   175054     7493     70 |  0.000 % |
15.07/15.40	c 15	|     11337 |    8448   222720  1071696 |   192559    11337     65 |  0.000 % |
15.67/16.02	c 16	|     17103 |    8448   222720  1071696 |   211815    17103     64 |  0.000 % |
16.65/17.00	c 17	|     25752 |    8448   222720  1071696 |   232996    25752     65 |  0.000 % |
18.14/18.58	c 19	|     38726 |    8448   222720  1071696 |   256296    38726     71 |  0.000 % |
20.73/21.14	c 21	|     58188 |    8448   222720  1071696 |   281926    58188     75 |  0.000 % |
25.62/26.08	c 26	|     87382 |    8448   222720  1071696 |   310118    87382     65 |  0.000 % |
37.91/38.37	c 38	|    131172 |    8448   222720  1071696 |   341130   131172     57 |  0.000 % |
61.83/62.34	c 62	|    196856 |    8448   222720  1071696 |   375243   196856     54 |  0.000 % |
72.04/72.62	c 73	===============================================================================
72.04/72.62	c 73	restarts              : 18
72.04/72.62	c 73	conflicts             : 233204         (4013 /sec)
72.04/72.62	c 73	decisions             : 299357         (1.60 % random) (5151 /sec)
72.04/72.62	c 73	propagations          : 12312972       (211865 /sec)
72.04/72.62	c 73	conflict literals     : 12511211       (3.97 % deleted)
72.04/72.62	c 73	Memory used           : 75.51 MB
72.04/72.63	c 73	CPU time              : 58.1172 s
72.04/72.63	c 73	
72.04/72.63	c 73	SATISFIABLE
72.04/72.64	c 73	DECODING HOME/temp.out WITH HOME/temp.map
72.04/72.64	c 73	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'
72.10/72.73	c 73	Decoding HOME/temp.out
72.10/73.05	s SATISFIABLE
72.12/73.18	v 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1
72.12/73.19	c 73	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
72.15/73.24	c 73	CPU 72.64 (0.08 0.05 71.96 0.55)
72.15/73.24	c 73	END Sun Jul 12 10:06:12 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-2087307-1247385899/watcher-2087307-1247385899 -o /tmp/evaluation-result-2087307-1247385899/solver-2087307-1247385899 -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-2087307-1247385899.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.51 2.16 2.05 4/81 27147
/proc/meminfo: memFree=1302736/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=12268 CPUtime=0
/proc/27147/stat : 27147 (sugar) R 27145 27147 26728 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25653972 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266890607205 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27147/statm: 3067 316 241 3 0 167 0

[startup+0.089802 s]
/proc/loadavg: 2.51 2.16 2.05 4/81 27147
/proc/meminfo: memFree=1302736/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=0.06
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25653972 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27147/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101809 s]
/proc/loadavg: 2.51 2.16 2.05 4/81 27147
/proc/meminfo: memFree=1302736/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=0.06
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25653972 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27147/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301829 s]
/proc/loadavg: 2.51 2.16 2.05 4/81 27147
/proc/meminfo: memFree=1302736/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=0.06
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25653972 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27147/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701873 s]
/proc/loadavg: 2.51 2.16 2.05 4/81 27147
/proc/meminfo: memFree=1302736/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=0.06
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25653972 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27147/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50297 s]
/proc/loadavg: 2.51 2.16 2.05 4/92 27159
/proc/meminfo: memFree=1267128/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=0.06
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25653972 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27147/statm: 4217 1111 409 3 0 796 0
[pid=27150] ppid=27147 vsize=5356 CPUtime=0
/proc/27150/stat : 27150 (sh) S 27147 27147 26728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25653981 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27150/statm: 1339 233 193 169 0 50 0
[pid=27151] ppid=27150 vsize=864760 CPUtime=1.39
/proc/27151/stat : 27151 (java) S 27150 27147 26728 0 -1 0 15120 0 1 0 130 9 0 0 18 0 9 0 25653981 885514240 13151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27151/statm: 216190 13151 2557 9 0 210702 0
[pid=27151/tid=27152] ppid=27150 vsize=864760 CPUtime=0.74
/proc/27151/task/27152/stat : 27152 (java) R 27150 27147 26728 0 -1 64 3073 0 1 0 72 2 0 0 24 0 9 0 25653982 885514240 13151 996147200 134512640 134550932 4294955984 18446744073709551615 4126776293 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27151/tid=27153] ppid=27150 vsize=864760 CPUtime=0.47
/proc/27151/task/27153/stat : 27153 (java) S 27150 27147 26728 0 -1 64 10813 0 0 0 43 4 0 0 16 0 9 0 25653983 885514240 13151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27151/tid=27154] ppid=27150 vsize=864760 CPUtime=0
/proc/27151/task/27154/stat : 27154 (java) S 27150 27147 26728 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 25653984 885514240 13151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27151/tid=27155] ppid=27150 vsize=864760 CPUtime=0
/proc/27151/task/27155/stat : 27155 (java) S 27150 27147 26728 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 25653984 885514240 13151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27151/tid=27156] ppid=27150 vsize=864760 CPUtime=0
/proc/27151/task/27156/stat : 27156 (java) S 27150 27147 26728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25653986 885514240 13151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27151/tid=27157] ppid=27150 vsize=864760 CPUtime=0.14
/proc/27151/task/27157/stat : 27157 (java) S 27150 27147 26728 0 -1 64 530 0 0 0 14 0 0 0 16 0 9 0 25653986 885514240 13151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27151/tid=27158] ppid=27150 vsize=864760 CPUtime=0
/proc/27151/task/27158/stat : 27158 (java) S 27150 27147 26728 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25653986 885514240 13151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27151/tid=27159] ppid=27150 vsize=864760 CPUtime=0
/proc/27151/task/27159/stat : 27159 (java) S 27150 27147 26728 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25653986 885514240 13151 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886984

[startup+3.10214 s]
/proc/loadavg: 2.51 2.16 2.05 4/92 27169
/proc/meminfo: memFree=1286648/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=1.65
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1309 15657 0 1 6 1 148 10 16 0 1 0 25653972 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27147/statm: 4217 1111 409 3 0 796 0
[pid=27160] ppid=27147 vsize=5356 CPUtime=0
/proc/27160/stat : 27160 (sh) S 27147 27147 26728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25654145 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27160/statm: 1339 233 193 169 0 50 0
[pid=27161] ppid=27160 vsize=868636 CPUtime=1.35
/proc/27161/stat : 27161 (java) S 27160 27147 26728 0 -1 0 10527 0 1 0 128 7 0 0 18 0 9 0 25654145 889483264 9535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27161/statm: 217159 9535 2567 9 0 211664 0
[pid=27161/tid=27162] ppid=27160 vsize=868636 CPUtime=0.82
/proc/27161/task/27162/stat : 27162 (java) R 27160 27147 26728 0 -1 64 2759 0 1 0 80 2 0 0 25 0 9 0 25654146 889483264 9535 996147200 134512640 134550932 4294955936 18446744073709551615 4126626437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27163] ppid=27160 vsize=868636 CPUtime=0.33
/proc/27161/task/27163/stat : 27163 (java) S 27160 27147 26728 0 -1 64 5594 0 0 0 31 2 0 0 16 0 9 0 25654147 889483264 9535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27164] ppid=27160 vsize=868636 CPUtime=0
/proc/27161/task/27164/stat : 27164 (java) S 27160 27147 26728 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25654147 889483264 9535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27165] ppid=27160 vsize=868636 CPUtime=0
/proc/27161/task/27165/stat : 27165 (java) S 27160 27147 26728 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 25654147 889483264 9535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27166] ppid=27160 vsize=868636 CPUtime=0
/proc/27161/task/27166/stat : 27166 (java) S 27160 27147 26728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25654149 889483264 9535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27167] ppid=27160 vsize=868636 CPUtime=0.16
/proc/27161/task/27167/stat : 27167 (java) S 27160 27147 26728 0 -1 64 1471 0 0 0 16 0 0 0 16 0 9 0 25654149 889483264 9535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27168] ppid=27160 vsize=868636 CPUtime=0
/proc/27161/task/27168/stat : 27168 (java) S 27160 27147 26728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25654149 889483264 9535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27169] ppid=27160 vsize=868636 CPUtime=0
/proc/27161/task/27169/stat : 27169 (java) S 27160 27147 26728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25654149 889483264 9535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890860

[startup+6.3025 s]
/proc/loadavg: 2.47 2.15 2.05 3/92 27169
/proc/meminfo: memFree=1263352/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=1.65
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1310 15657 0 1 6 1 148 10 15 0 1 0 25653972 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27147/statm: 4217 1111 409 3 0 796 0
[pid=27160] ppid=27147 vsize=5356 CPUtime=0
/proc/27160/stat : 27160 (sh) S 27147 27147 26728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25654145 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27160/statm: 1339 233 193 169 0 50 0
[pid=27161] ppid=27160 vsize=868748 CPUtime=4.51
/proc/27161/stat : 27161 (java) S 27160 27147 26728 0 -1 0 12494 0 1 0 439 12 0 0 18 0 9 0 25654145 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27161/statm: 217187 11052 2592 9 0 211664 0
[pid=27161/tid=27162] ppid=27160 vsize=868748 CPUtime=3.58
/proc/27161/task/27162/stat : 27162 (java) R 27160 27147 26728 0 -1 64 3054 0 1 0 354 4 0 0 25 0 9 0 25654146 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4127019729 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27163] ppid=27160 vsize=868748 CPUtime=0.64
/proc/27161/task/27163/stat : 27163 (java) S 27160 27147 26728 0 -1 64 7200 0 0 0 59 5 0 0 16 0 9 0 25654147 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27164] ppid=27160 vsize=868748 CPUtime=0
/proc/27161/task/27164/stat : 27164 (java) S 27160 27147 26728 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25654147 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27165] ppid=27160 vsize=868748 CPUtime=0
/proc/27161/task/27165/stat : 27165 (java) S 27160 27147 26728 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25654147 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27166] ppid=27160 vsize=868748 CPUtime=0
/proc/27161/task/27166/stat : 27166 (java) S 27160 27147 26728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25654149 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27167] ppid=27160 vsize=868748 CPUtime=0.25
/proc/27161/task/27167/stat : 27167 (java) S 27160 27147 26728 0 -1 64 1537 0 0 0 25 0 0 0 17 0 9 0 25654149 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27168] ppid=27160 vsize=868748 CPUtime=0
/proc/27161/task/27168/stat : 27168 (java) S 27160 27147 26728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25654149 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27169] ppid=27160 vsize=868748 CPUtime=0
/proc/27161/task/27169/stat : 27169 (java) S 27160 27147 26728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25654149 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890972

[startup+12.7022 s]
/proc/loadavg: 2.51 2.17 2.05 3/92 27169
/proc/meminfo: memFree=1261304/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=1.65
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1310 15657 0 1 6 1 148 10 15 0 1 0 25653972 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27147/statm: 4217 1111 409 3 0 796 0
[pid=27160] ppid=27147 vsize=5356 CPUtime=0
/proc/27160/stat : 27160 (sh) S 27147 27147 26728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25654145 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27160/statm: 1339 233 193 169 0 50 0
[pid=27161] ppid=27160 vsize=868748 CPUtime=10.77
/proc/27161/stat : 27161 (java) S 27160 27147 26728 0 -1 0 12943 0 1 0 1056 21 0 0 18 0 9 0 25654145 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27161/statm: 217187 11052 2592 9 0 211664 0
[pid=27161/tid=27162] ppid=27160 vsize=868748 CPUtime=9.67
/proc/27161/task/27162/stat : 27162 (java) R 27160 27147 26728 0 -1 64 3503 0 1 0 957 10 0 0 25 0 9 0 25654146 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4127032697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27163] ppid=27160 vsize=868748 CPUtime=0.82
/proc/27161/task/27163/stat : 27163 (java) S 27160 27147 26728 0 -1 64 7200 0 0 0 73 9 0 0 16 0 9 0 25654147 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27164] ppid=27160 vsize=868748 CPUtime=0
/proc/27161/task/27164/stat : 27164 (java) S 27160 27147 26728 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25654147 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27165] ppid=27160 vsize=868748 CPUtime=0
/proc/27161/task/27165/stat : 27165 (java) S 27160 27147 26728 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25654147 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27166] ppid=27160 vsize=868748 CPUtime=0
/proc/27161/task/27166/stat : 27166 (java) S 27160 27147 26728 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25654149 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27167] ppid=27160 vsize=868748 CPUtime=0.25
/proc/27161/task/27167/stat : 27167 (java) S 27160 27147 26728 0 -1 64 1537 0 0 0 25 0 0 0 17 0 9 0 25654149 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27168] ppid=27160 vsize=868748 CPUtime=0
/proc/27161/task/27168/stat : 27168 (java) S 27160 27147 26728 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25654149 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27161/tid=27169] ppid=27160 vsize=868748 CPUtime=0
/proc/27161/task/27169/stat : 27169 (java) S 27160 27147 26728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25654149 889597952 11052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 890972

[startup+25.5017 s]
/proc/loadavg: 2.40 2.16 2.05 3/84 27171
/proc/meminfo: memFree=1263288/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=13.81
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1376 29004 0 2 6 2 1339 34 16 0 1 0 25653972 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27147/statm: 4217 1113 409 3 0 796 0
[pid=27170] ppid=27147 vsize=5356 CPUtime=0
/proc/27170/stat : 27170 (sh) S 27147 27147 26728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25655383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27170/statm: 1339 232 193 169 0 50 0
[pid=27171] ppid=27170 vsize=39968 CPUtime=11.31
/proc/27171/stat : 27171 (minisat) R 27170 27147 26728 0 -1 4194304 9801 0 0 0 1124 7 0 0 25 0 1 0 25655383 40927232 9787 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/27171/statm: 9992 9787 76 150 0 9839 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 62192

[startup+51.1015 s]
/proc/loadavg: 2.26 2.14 2.05 3/84 27171
/proc/meminfo: memFree=1230968/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=13.81
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1376 29004 0 2 6 2 1339 34 16 0 1 0 25653972 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27147/statm: 4217 1113 409 3 0 796 0
[pid=27170] ppid=27147 vsize=5356 CPUtime=0
/proc/27170/stat : 27170 (sh) S 27147 27147 26728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25655383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27170/statm: 1339 232 193 169 0 50 0
[pid=27171] ppid=27170 vsize=57216 CPUtime=36.83
/proc/27171/stat : 27171 (minisat) R 27170 27147 26728 0 -1 4194304 13971 0 0 0 3673 10 0 0 25 0 1 0 25655383 58589184 13957 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27171/statm: 14304 13957 76 150 0 14151 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 79440

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

[startup+63.902 s]
/proc/loadavg: 2.20 2.14 2.05 3/84 27171
/proc/meminfo: memFree=1219192/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=13.81
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1376 29004 0 2 6 2 1339 34 16 0 1 0 25653972 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27147/statm: 4217 1113 409 3 0 796 0
[pid=27170] ppid=27147 vsize=5356 CPUtime=0
/proc/27170/stat : 27170 (sh) S 27147 27147 26728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25655383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27170/statm: 1339 232 193 169 0 50 0
[pid=27171] ppid=27170 vsize=68516 CPUtime=49.62
/proc/27171/stat : 27171 (minisat) R 27170 27147 26728 0 -1 4194304 16826 0 0 0 4950 12 0 0 25 0 1 0 25655383 70160384 16812 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/27171/statm: 17129 16812 76 150 0 16976 0
Current children cumulated CPU time (s) 63.43
Current children cumulated vsize (KiB) 90740

[startup+67.1073 s]
/proc/loadavg: 2.20 2.14 2.05 3/84 27171
/proc/meminfo: memFree=1215104/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=13.81
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1376 29004 0 2 6 2 1339 34 16 0 1 0 25653972 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27147/statm: 4217 1113 409 3 0 796 0
[pid=27170] ppid=27147 vsize=5356 CPUtime=0
/proc/27170/stat : 27170 (sh) S 27147 27147 26728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25655383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27170/statm: 1339 232 193 169 0 50 0
[pid=27171] ppid=27170 vsize=71196 CPUtime=52.82
/proc/27171/stat : 27171 (minisat) R 27170 27147 26728 0 -1 4194304 17399 0 0 0 5269 13 0 0 25 0 1 0 25655383 72904704 17385 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27171/statm: 17799 17385 76 150 0 17646 0
Current children cumulated CPU time (s) 66.63
Current children cumulated vsize (KiB) 93420

[startup+70.3017 s]
/proc/loadavg: 2.18 2.13 2.05 3/84 27171
/proc/meminfo: memFree=1206592/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=13.81
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1376 29004 0 2 6 2 1339 34 16 0 1 0 25653972 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27147/statm: 4217 1113 409 3 0 796 0
[pid=27170] ppid=27147 vsize=5356 CPUtime=0
/proc/27170/stat : 27170 (sh) S 27147 27147 26728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25655383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27170/statm: 1339 232 193 169 0 50 0
[pid=27171] ppid=27170 vsize=74776 CPUtime=55.96
/proc/27171/stat : 27171 (minisat) R 27170 27147 26728 0 -1 4194304 18309 0 0 0 5583 13 0 0 25 0 1 0 25655383 76570624 18295 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/27171/statm: 18694 18295 76 150 0 18541 0
Current children cumulated CPU time (s) 69.77
Current children cumulated vsize (KiB) 97000

[startup+71.9018 s]
/proc/loadavg: 2.18 2.13 2.05 3/84 27171
/proc/meminfo: memFree=1205184/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=13.81
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1376 29004 0 2 6 2 1339 34 16 0 1 0 25653972 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27147/statm: 4217 1113 409 3 0 796 0
[pid=27170] ppid=27147 vsize=5356 CPUtime=0
/proc/27170/stat : 27170 (sh) S 27147 27147 26728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25655383 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27170/statm: 1339 232 193 169 0 50 0
[pid=27171] ppid=27170 vsize=76652 CPUtime=57.54
/proc/27171/stat : 27171 (minisat) R 27170 27147 26728 0 -1 4194304 18771 0 0 0 5740 14 0 0 25 0 1 0 25655383 78491648 18757 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/27171/statm: 19163 18757 76 150 0 19010 0
Current children cumulated CPU time (s) 71.35
Current children cumulated vsize (KiB) 98876

[startup+72.7019 s]
/proc/loadavg: 2.18 2.13 2.05 3/84 27171
/proc/meminfo: memFree=1204032/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=72.1
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1430 48239 0 2 6 2 7152 50 17 0 1 0 25653972 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27147/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 72.1
Current children cumulated vsize (KiB) 16868

[startup+73.102 s]
/proc/loadavg: 2.18 2.13 2.05 3/84 27171
/proc/meminfo: memFree=1204032/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=72.12
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1449 48239 0 2 7 3 7152 50 15 0 1 0 25653972 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27147/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 72.12
Current children cumulated vsize (KiB) 16868

[startup+73.202 s]
/proc/loadavg: 2.18 2.13 2.05 3/84 27171
/proc/meminfo: memFree=1204032/2055920 swapFree=4192812/4192956
[pid=27147] ppid=27145 vsize=16868 CPUtime=72.15
/proc/27147/stat : 27147 (sugar) S 27145 27147 26728 0 -1 4194304 1456 48239 0 2 8 5 7152 50 15 0 1 0 25653972 17272832 1118 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27147/statm: 4217 1118 409 3 0 796 0
Current children cumulated CPU time (s) 72.15
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 73.2412
CPU time (s): 72.663
CPU user time (s): 72.044
CPU system time (s): 0.618905
CPU usage (%): 99.2105
Max. virtual memory (cumulated for all children) (KiB): 891364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.044
system time used= 0.618905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53966
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= 14984
involuntary context switches= 15414

runsolver used 0.083987 second user time and 0.269958 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 10:04:59
IDJOB=2087307
IDBENCH=58713
IDSOLVER=739
FILE ID=node38/2087307-1247385899
PBS_JOBID= 9507305
Free space on /tmp= 66360 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-4-8.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-2087307-1247385899/watcher-2087307-1247385899 -o /tmp/evaluation-result-2087307-1247385899/solver-2087307-1247385899 -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-2087307-1247385899.xml

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

MD5SUM BENCH= 9ca836038bbfff2e7075ea9f6ab9212e
RANDOM SEED=1387281900

node38.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.229
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.229
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:       1303216 kB
Buffers:         58096 kB
Cached:         285168 kB
SwapCached:          0 kB
Active:         553940 kB
Inactive:       118732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1303216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4892 kB
Writeback:           0 kB
Mapped:         342056 kB
Slab:            63724 kB
Committed_AS:   518448 kB
PageTables:       3356 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= 66360 MiB
End job on node38 at 2009-07-12 10:06:12