Trace number 1049434

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 108.01 118.056

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-3-13-19.xml
MD5SUM6cbcc6edcedb57b7f84e6e64526ef8de
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.51571
Satisfiable
(Un)Satisfiability was proved
Number of variables4608
Number of constraints30522
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30522
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/2.90	c 0	Sugar v1-13 + HOME/minisat
0.04/2.90	c 0	BEGIN Thu Jul  3 02:35:20 2008
0.04/2.90	c 0	PID 15772
0.04/2.91	c 0	HOST node90.alineos.net
0.04/2.91	c 0	CONVERTING HOME/instance-1049434-1215045310.xml TO HOME/temp.csp
0.04/2.91	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1049434-1215045310.xml' 'HOME/temp.csp'
2.52/5.58	c 3	1 domains, 4608 variables, 8 predicates, 0 relations, 30522 constraints
2.60/5.64	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.60/5.64	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.66/11.67	c 9	Parsing HOME/temp.csp
3.25/12.21	c 10	parsed 10000 expressions
3.53/12.55	c 10	parsed 20000 expressions
3.73/12.77	c 10	parsed 30000 expressions
3.93/12.98	c 10	parsed 35139 expressions
3.93/12.98	c 10	Heap : 14 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.93/12.98	c 10	Converting to clausal form CSP
4.03/13.03	c 10	converted 3514 (10%) expressions
4.23/13.26	c 11	converted 7028 (20%) expressions
4.32/13.36	c 11	converted 10542 (30%) expressions
4.43/13.44	c 11	converted 14056 (40%) expressions
4.62/13.65	c 11	converted 17570 (50%) expressions
4.72/13.74	c 11	converted 21084 (60%) expressions
4.82/13.82	c 11	converted 24598 (70%) expressions
4.92/13.91	c 11	converted 28112 (80%) expressions
4.92/13.99	c 11	converted 31626 (90%) expressions
5.51/14.58	c 12	converted 35139 (100%) expressions
5.51/14.59	c 12	CSP : 9792 integers, 0 booleans, 40890 clauses, largest domain size 51
5.51/14.59	c 12	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.51/14.59	c 12	Propagation in CSP
5.91/14.93	c 12	15078 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.91/14.94	c 12	CSP : 9792 integers, 0 booleans, 40890 clauses, largest domain size 11
5.91/14.94	c 12	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.91/14.95	c 12	Simplifing CSP by introducing new Boolean variables
5.91/14.97	c 12	CSP : 9792 integers, 0 booleans, 40890 clauses, largest domain size 11
5.91/14.97	c 12	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.11/15.11	c 12	Encoding CSP to SAT : HOME/temp.cnf
6.11/15.13	c 12	980 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.11/15.14	c 12	1959 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.11/15.14	c 12	2938 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.11/15.14	c 12	3917 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.11/15.15	c 12	4896 (50%) CSP integer variables are encoded (327 clauses, 4315 bytes)
6.11/15.16	c 12	5876 (60%) CSP integer variables are encoded (1450 clauses, 18914 bytes)
6.11/15.16	c 12	6855 (70%) CSP integer variables are encoded (2555 clauses, 33279 bytes)
6.11/15.16	c 12	7834 (80%) CSP integer variables are encoded (3694 clauses, 49729 bytes)
6.11/15.17	c 13	8813 (90%) CSP integer variables are encoded (7174 clauses, 101929 bytes)
6.11/15.17	c 13	9792 (100%) CSP integer variables are encoded (12122 clauses, 176149 bytes)
6.20/15.26	c 13	4089 (10%) CSP clauses are encoded (16211 clauses, 239089 bytes)
6.20/15.29	c 13	8178 (20%) CSP clauses are encoded (20300 clauses, 304513 bytes)
6.30/15.33	c 13	12267 (30%) CSP clauses are encoded (24389 clauses, 369937 bytes)
6.30/15.37	c 13	16356 (40%) CSP clauses are encoded (28478 clauses, 440821 bytes)
6.40/15.41	c 13	20445 (50%) CSP clauses are encoded (32567 clauses, 514423 bytes)
6.40/15.45	c 13	24534 (60%) CSP clauses are encoded (36656 clauses, 588025 bytes)
6.40/15.48	c 13	28623 (70%) CSP clauses are encoded (40745 clauses, 661627 bytes)
6.69/15.78	c 13	32712 (80%) CSP clauses are encoded (64950 clauses, 983635 bytes)
6.79/15.84	c 13	36801 (90%) CSP clauses are encoded (81782 clauses, 1248826 bytes)
6.89/15.97	c 13	40890 (100%) CSP clauses are encoded (130858 clauses, 2159777 bytes)
6.89/15.97	c 13	40890 CSP clauses encoded
6.89/15.97	c 13	Writing map file : HOME/temp.map
6.99/16.02	c 13	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.99/16.02	c 13	SAT : 21914 SAT variables, 130858 SAT clauses, 2159777 bytes
6.99/16.02	c 13	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.99/16.08	c 13	SOLVING HOME/temp.cnf
6.99/16.08	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.99/16.08	c 13	This is MiniSat 2.0 beta
6.99/16.08	c 13	WARNING: for repeatability, setting FPU to use double precision
6.99/16.08	c 13	============================[ Problem Statistics ]=============================
6.99/16.08	c 13	|                                                                             |
6.99/16.08	c 13	|  Number of variables:  21914                                                |
6.99/16.08	c 13	|  Number of clauses:    130858                                               |
7.04/16.15	c 13	|  Parsing time:         0.05         s                                       |
7.04/16.15	c 13	============================[ Search Statistics ]==============================
7.04/16.15	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.04/16.15	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.04/16.15	c 13	===============================================================================
7.04/16.15	c 13	|         0 |   21914   130858   332852 |    43619        0    nan |  0.000 % |
7.04/16.21	c 14	|       100 |   21914   130858   332852 |    47981      100     14 |  0.000 % |
7.04/16.25	c 14	|       251 |   21914   130858   332852 |    52779      251     26 |  0.000 % |
7.04/16.27	c 14	|       476 |   21914   130858   332852 |    58057      476     30 |  0.000 % |
7.04/16.33	c 14	|       814 |   21914   130858   332852 |    63863      814     34 |  0.000 % |
7.04/16.41	c 14	|      1320 |   21914   130858   332852 |    70249     1320     40 |  0.000 % |
7.04/16.51	c 14	|      2079 |   21914   130858   332852 |    77274     2079     43 |  0.000 % |
7.54/16.67	c 14	|      3218 |   21912   130850   332835 |    85001     3217     43 |  0.009 % |
7.84/16.93	c 14	|      4926 |   21910   130842   332818 |    93501     4924     46 |  0.018 % |
8.14/17.29	c 15	|      7488 |   21910   130842   332818 |   102852     7486     51 |  0.018 % |
8.82/17.92	c 15	|     11335 |   21910   130842   332818 |   113137    11333     54 |  0.018 % |
9.91/19.05	c 16	|     17101 |   21910   130842   332818 |   124451    17099     62 |  0.018 % |
11.39/20.54	c 18	|     25751 |   21910   130842   332818 |   136896    25749     60 |  0.018 % |
14.57/23.75	c 21	|     38728 |   21906   130834   332801 |   150585    38723     68 |  0.055 % |
19.02/28.25	c 26	|     58190 |   21898   130794   332711 |   165644    58183     69 |  0.082 % |
27.84/37.15	c 34	|     87382 |   21896   130781   332682 |   182208    87375     76 |  0.082 % |
41.61/51.00	c 48	|    131172 |   21881   130706   332507 |   200429   131158     73 |  0.151 % |
74.99/84.77	c 82	|    196857 |   21869   130678   332446 |   220472   196836     78 |  0.233 % |
107.29/117.36	c 115	===============================================================================
107.29/117.36	c 115	restarts              : 18
107.29/117.36	c 115	conflicts             : 266964         (2667 /sec)
107.29/117.36	c 115	decisions             : 351370         (0.88 % random) (3510 /sec)
107.29/117.36	c 115	propagations          : 99927688       (998141 /sec)
107.29/117.36	c 115	conflict literals     : 22287513       (4.45 % deleted)
107.29/117.36	c 115	Memory used           : 96.53 MB
107.29/117.36	c 115	CPU time              : 100.114 s
107.29/117.36	c 115	
107.29/117.37	c 115	SATISFIABLE
107.29/117.39	c 115	DECODING HOME/temp.out WITH HOME/temp.map
107.29/117.39	c 115	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
107.38/117.47	c 115	Decoding HOME/temp.out
107.76/117.87	s SATISFIABLE
107.96/118.00	v 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 1 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 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 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 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 1 0 0 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 0 0 0 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 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 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 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 1 0 0 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 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 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 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 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 0 1 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 0 0 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 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 1 0 0 0 0 0 0 0 0 0 0 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 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 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 1 0 0 0 0 0 0 0 0 0 0 1 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 1 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 0 0 0 0 0 0 0 0 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 0 0 0 1 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 1 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 1 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 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 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 0 0 0 0 0 0 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 0 0 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 0 0 0 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 1 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 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 1 0 0 1 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 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 1 1 0 0 1 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 0 0 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 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 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 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 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 0 1 0 0 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 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 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 1 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 0 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 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 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 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 1 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 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 0 0 0 1 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 1 0 0 0 0 0 0 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 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 1 0 1 0 0 1 0 0 0 1 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 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 1 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 0 1 0 0 0 0 0 0 0 0 0 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 1 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 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 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 0 1 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 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 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 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 0 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 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 1 0 1 0 0 0 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 1 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 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 1 0 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 1 0 0 0 0 0 0 0 0 0 1 0 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 1 0 0 0 0 0 0 0 0 1 0 1 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 0 1 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 1 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 1 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 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 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 1 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 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 1 0 1 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 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 1 0 0 0 0 0 0 1 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 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 0 0 1 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 0 0 1 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 0 1 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 1 0 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 0 1 0 1 0 0 0 0 0 0 0 0 0 1 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 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 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 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 1 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 1 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 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 1 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 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 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 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 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 0 1 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 1 0 0 0 0 1 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 0 1 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 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 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 1 0 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 0 0 0 1 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 1 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 1 0 0 1 0 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 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 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 0 0 0 0 1 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 0 0 1 0 0 0 0 1 0 0 0 0 0 1 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 1 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 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 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 1 0 0 0 0 0 0 1 0 0 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 0 0 0 0 1 0 1 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 1 0 0 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 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 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 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 1 0 0 1 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 0 1 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 1 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 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 0 0 1 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 1 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 0 1 0 0 0 0 1 0 0 0 0 0 0 1 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 1 0 0 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 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 1 0 0 0 0 0 0 0 0 1 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 0 1 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 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 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 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 0 0 0 0 1 0 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 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 0 0 0 1 0 0 0 1 0 0 0 0 1 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 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 1 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 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 1 0 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 0 0 1 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 1 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 1 0 0 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 1 1 0 0 0 0 0 0 0 1 0 0 0
107.96/118.00	c 115	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
107.96/118.05	c 115	CPU 107.37 (0.07 0.03 107.3 0.59)
107.96/118.05	c 115	END Thu Jul  3 02:37:15 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1049434-1215045310/watcher-1049434-1215045310 -o /tmp/evaluation-result-1049434-1215045310/solver-1049434-1215045310 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1049434-1215045310.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.74 2.20 2.28 4/79 15772
/proc/meminfo: memFree=1815084/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=18572 CPUtime=0
/proc/15772/stat : 15772 (runsolver) D 15770 15772 14689 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 660258304 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 256364834087 0 0 4096 24578 18446744071563479169 0 0 17 0 0 0
/proc/15772/statm: 4643 292 257 25 0 2626 0

[startup+0.039903 s]
/proc/loadavg: 2.74 2.20 2.28 4/79 15772
/proc/meminfo: memFree=1815084/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=18572 CPUtime=0
/proc/15772/stat : 15772 (runsolver) D 15770 15772 14689 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 660258304 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 256364834087 0 0 4096 24578 18446744071563479169 0 0 17 0 0 0
/proc/15772/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101909 s]
/proc/loadavg: 2.74 2.20 2.28 4/79 15772
/proc/meminfo: memFree=1815084/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=18572 CPUtime=0
/proc/15772/stat : 15772 (runsolver) D 15770 15772 14689 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 660258304 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 256364834087 0 0 4096 24578 18446744071563479169 0 0 17 0 0 0
/proc/15772/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.30193 s]
/proc/loadavg: 2.74 2.20 2.28 4/79 15772
/proc/meminfo: memFree=1815084/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=18572 CPUtime=0
/proc/15772/stat : 15772 (runsolver) D 15770 15772 14689 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 660258304 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 256364834087 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15772/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.701972 s]
/proc/loadavg: 2.74 2.20 2.28 4/79 15772
/proc/meminfo: memFree=1815084/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=18572 CPUtime=0
/proc/15772/stat : 15772 (runsolver) D 15770 15772 14689 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 660258304 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 256364834087 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/15772/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+1.50105 s]
/proc/loadavg: 2.68 2.20 2.28 2/80 15773
/proc/meminfo: memFree=1814820/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=8540 CPUtime=0
/proc/15772/stat : 15772 (sugar) D 15770 15772 14689 0 -1 4194304 66 0 1 0 0 0 0 0 18 0 1 0 660258304 8744960 52 996147200 4194304 4206940 548682068608 18446744073709551615 256362218244 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/15772/statm: 2135 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8540

[startup+3.10123 s]
/proc/loadavg: 2.68 2.20 2.28 2/80 15773
/proc/meminfo: memFree=1814180/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=13600 CPUtime=0.04
/proc/15772/stat : 15772 (sugar) S 15770 15772 14689 0 -1 4194304 883 127 17 0 3 1 0 0 18 0 1 0 660258304 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15772/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+6.30156 s]
/proc/loadavg: 2.68 2.20 2.28 3/90 15784
/proc/meminfo: memFree=1758484/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=13600 CPUtime=2.61
/proc/15772/stat : 15772 (sugar) S 15770 15772 14689 0 -1 4194304 922 18964 17 1 3 1 244 13 16 0 1 0 660258304 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15772/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 13600

[startup+12.7022 s]
/proc/loadavg: 2.88 2.25 2.30 3/90 15794
/proc/meminfo: memFree=1800788/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=13600 CPUtime=2.61
/proc/15772/stat : 15772 (sugar) S 15770 15772 14689 0 -1 4194304 957 18964 17 1 3 1 244 13 15 0 1 0 660258304 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15772/statm: 3400 797 370 3 0 500 0
[pid=15785] ppid=15772 vsize=5356 CPUtime=0.06
/proc/15785/stat : 15785 (sh) S 15772 15772 14689 0 -1 4194304 278 0 0 0 0 6 0 0 18 0 1 0 660258868 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15785/statm: 1339 233 193 169 0 50 0
[pid=15786] ppid=15785 vsize=864100 CPUtime=1.06
/proc/15786/stat : 15786 (java) S 15785 15772 14689 0 -1 0 7473 0 1 0 102 4 0 0 18 0 9 0 660259465 884838400 6537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15786/statm: 216025 6537 2532 9 0 210607 0
[pid=15786/tid=15787] ppid=15785 vsize=864100 CPUtime=0.72
/proc/15786/task/15787/stat : 15787 (java) R 15785 15772 14689 0 -1 64 2563 0 1 0 71 1 0 0 24 0 9 0 660259466 884838400 6537 996147200 134512640 134550740 4294955952 18446744073709551615 103232852 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15786/tid=15788] ppid=15785 vsize=864100 CPUtime=0.25
/proc/15786/task/15788/stat : 15788 (java) S 15785 15772 14689 0 -1 64 3875 0 0 0 23 2 0 0 16 0 9 0 660259467 884838400 6537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15786/tid=15789] ppid=15785 vsize=864100 CPUtime=0
/proc/15786/task/15789/stat : 15789 (java) S 15785 15772 14689 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 660259467 884838400 6537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15786/tid=15790] ppid=15785 vsize=864100 CPUtime=0
/proc/15786/task/15790/stat : 15790 (java) S 15785 15772 14689 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 660259467 884838400 6537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15786/tid=15791] ppid=15785 vsize=864100 CPUtime=0
/proc/15786/task/15791/stat : 15791 (java) S 15785 15772 14689 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 660259469 884838400 6537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15786/tid=15792] ppid=15785 vsize=864100 CPUtime=0.06
/proc/15786/task/15792/stat : 15792 (java) S 15785 15772 14689 0 -1 64 338 0 0 0 6 0 0 0 19 0 9 0 660259469 884838400 6537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15786/tid=15793] ppid=15785 vsize=864100 CPUtime=0
/proc/15786/task/15793/stat : 15793 (java) S 15785 15772 14689 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 660259469 884838400 6537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15786/tid=15794] ppid=15785 vsize=864100 CPUtime=0
/proc/15786/task/15794/stat : 15794 (java) S 15785 15772 14689 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 660259469 884838400 6537 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 883056

[startup+25.5065 s]
/proc/loadavg: 2.97 2.30 2.31 3/82 15796
/proc/meminfo: memFree=1784788/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=13600 CPUtime=7.04
/proc/15772/stat : 15772 (sugar) S 15770 15772 14689 0 -1 4194304 1016 35439 17 2 4 1 667 32 16 0 1 0 660258304 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15772/statm: 3400 799 370 3 0 500 0
[pid=15795] ppid=15772 vsize=5356 CPUtime=0
/proc/15795/stat : 15795 (sh) S 15772 15772 14689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 660259913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15795/statm: 1339 232 193 169 0 50 0
[pid=15796] ppid=15795 vsize=23636 CPUtime=9.31
/proc/15796/stat : 15796 (minisat) R 15795 15772 14689 0 -1 4194304 5734 0 0 0 929 2 0 0 25 0 1 0 660259913 24203264 5720 996147200 134512640 135127466 4294956272 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/15796/statm: 5909 5720 76 150 0 5756 0
Current children cumulated CPU time (s) 16.35
Current children cumulated vsize (KiB) 42592

[startup+51.1012 s]
/proc/loadavg: 2.64 2.28 2.31 3/82 15796
/proc/meminfo: memFree=1755732/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=13600 CPUtime=7.04
/proc/15772/stat : 15772 (sugar) S 15770 15772 14689 0 -1 4194304 1016 35439 17 2 4 1 667 32 16 0 1 0 660258304 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15772/statm: 3400 799 370 3 0 500 0
[pid=15795] ppid=15772 vsize=5356 CPUtime=0
/proc/15795/stat : 15795 (sh) S 15772 15772 14689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 660259913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15795/statm: 1339 232 193 169 0 50 0
[pid=15796] ppid=15795 vsize=52980 CPUtime=34.67
/proc/15796/stat : 15796 (minisat) R 15795 15772 14689 0 -1 4194304 13053 0 0 0 3459 8 0 0 25 0 1 0 660259913 54251520 13039 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/15796/statm: 13245 13039 76 150 0 13092 0
Current children cumulated CPU time (s) 41.71
Current children cumulated vsize (KiB) 71936

[startup+102.301 s]
/proc/loadavg: 2.28 2.23 2.29 3/82 15796
/proc/meminfo: memFree=1718292/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=13600 CPUtime=7.04
/proc/15772/stat : 15772 (sugar) S 15770 15772 14689 0 -1 4194304 1016 35439 17 2 4 1 667 32 16 0 1 0 660258304 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15772/statm: 3400 799 370 3 0 500 0
[pid=15795] ppid=15772 vsize=5356 CPUtime=0
/proc/15795/stat : 15795 (sh) S 15772 15772 14689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 660259913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15795/statm: 1339 232 193 169 0 50 0
[pid=15796] ppid=15795 vsize=91168 CPUtime=85.38
/proc/15796/stat : 15796 (minisat) R 15795 15772 14689 0 -1 4194304 22535 0 0 0 8520 18 0 0 25 0 1 0 660259913 93356032 22521 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15796/statm: 22792 22521 76 150 0 22639 0
Current children cumulated CPU time (s) 92.42
Current children cumulated vsize (KiB) 110124

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

[startup+102.507 s]
/proc/loadavg: 2.28 2.23 2.29 3/82 15796
/proc/meminfo: memFree=1717140/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=13600 CPUtime=7.04
/proc/15772/stat : 15772 (sugar) S 15770 15772 14689 0 -1 4194304 1016 35439 17 2 4 1 667 32 16 0 1 0 660258304 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15772/statm: 3400 799 370 3 0 500 0
[pid=15795] ppid=15772 vsize=5356 CPUtime=0
/proc/15795/stat : 15795 (sh) S 15772 15772 14689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 660259913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15795/statm: 1339 232 193 169 0 50 0
[pid=15796] ppid=15795 vsize=91300 CPUtime=85.58
/proc/15796/stat : 15796 (minisat) R 15795 15772 14689 0 -1 4194304 22584 0 0 0 8540 18 0 0 25 0 1 0 660259913 93491200 22570 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/15796/statm: 22825 22570 76 150 0 22672 0
Current children cumulated CPU time (s) 92.62
Current children cumulated vsize (KiB) 110256

[startup+108.901 s]
/proc/loadavg: 2.25 2.23 2.28 3/82 15796
/proc/meminfo: memFree=1711252/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=13600 CPUtime=7.04
/proc/15772/stat : 15772 (sugar) S 15770 15772 14689 0 -1 4194304 1016 35439 17 2 4 1 667 32 16 0 1 0 660258304 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15772/statm: 3400 799 370 3 0 500 0
[pid=15795] ppid=15772 vsize=5356 CPUtime=0
/proc/15795/stat : 15795 (sh) S 15772 15772 14689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 660259913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15795/statm: 1339 232 193 169 0 50 0
[pid=15796] ppid=15795 vsize=98048 CPUtime=91.93
/proc/15796/stat : 15796 (minisat) R 15795 15772 14689 0 -1 4194304 24254 0 0 0 9173 20 0 0 25 0 1 0 660259913 100401152 24240 996147200 134512640 135127466 4294956272 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/15796/statm: 24512 24240 76 150 0 24359 0
Current children cumulated CPU time (s) 98.97
Current children cumulated vsize (KiB) 117004

[startup+112.102 s]
/proc/loadavg: 2.23 2.23 2.28 3/82 15796
/proc/meminfo: memFree=1709524/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=13600 CPUtime=7.04
/proc/15772/stat : 15772 (sugar) S 15770 15772 14689 0 -1 4194304 1016 35439 17 2 4 1 667 32 16 0 1 0 660258304 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15772/statm: 3400 799 370 3 0 500 0
[pid=15795] ppid=15772 vsize=5356 CPUtime=0
/proc/15795/stat : 15795 (sh) S 15772 15772 14689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 660259913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15795/statm: 1339 232 193 169 0 50 0
[pid=15796] ppid=15795 vsize=98840 CPUtime=95.09
/proc/15796/stat : 15796 (minisat) R 15795 15772 14689 0 -1 4194304 24462 0 0 0 9489 20 0 0 25 0 1 0 660259913 101212160 24448 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15796/statm: 24710 24448 76 150 0 24557 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 117796

[startup+115.303 s]
/proc/loadavg: 2.23 2.23 2.28 3/82 15796
/proc/meminfo: memFree=1709524/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=13600 CPUtime=7.04
/proc/15772/stat : 15772 (sugar) S 15770 15772 14689 0 -1 4194304 1016 35439 17 2 4 1 667 32 16 0 1 0 660258304 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15772/statm: 3400 799 370 3 0 500 0
[pid=15795] ppid=15772 vsize=5356 CPUtime=0
/proc/15795/stat : 15795 (sh) S 15772 15772 14689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 660259913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15795/statm: 1339 232 193 169 0 50 0
[pid=15796] ppid=15795 vsize=98840 CPUtime=98.27
/proc/15796/stat : 15796 (minisat) R 15795 15772 14689 0 -1 4194304 24462 0 0 0 9807 20 0 0 25 0 1 0 660259913 101212160 24448 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15796/statm: 24710 24448 76 150 0 24557 0
Current children cumulated CPU time (s) 105.31
Current children cumulated vsize (KiB) 117796

[startup+116.903 s]
/proc/loadavg: 2.21 2.22 2.28 3/82 15796
/proc/meminfo: memFree=1709524/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=13600 CPUtime=7.04
/proc/15772/stat : 15772 (sugar) S 15770 15772 14689 0 -1 4194304 1016 35439 17 2 4 1 667 32 16 0 1 0 660258304 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15772/statm: 3400 799 370 3 0 500 0
[pid=15795] ppid=15772 vsize=5356 CPUtime=0
/proc/15795/stat : 15795 (sh) S 15772 15772 14689 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 660259913 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15795/statm: 1339 232 193 169 0 50 0
[pid=15796] ppid=15795 vsize=98840 CPUtime=99.85
/proc/15796/stat : 15796 (minisat) R 15795 15772 14689 0 -1 4194304 24462 0 0 0 9965 20 0 0 25 0 1 0 660259913 101212160 24448 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15796/statm: 24710 24448 76 150 0 24557 0
Current children cumulated CPU time (s) 106.89
Current children cumulated vsize (KiB) 117796

[startup+117.701 s]
/proc/loadavg: 2.21 2.22 2.28 3/82 15796
/proc/meminfo: memFree=1709524/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=13600 CPUtime=107.38
/proc/15772/stat : 15772 (sugar) S 15770 15772 14689 0 -1 4194304 1073 60197 17 2 4 1 10679 54 15 0 1 0 660258304 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15772/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 107.38
Current children cumulated vsize (KiB) 13600

[startup+117.906 s]
/proc/loadavg: 2.21 2.22 2.28 4/90 15806
/proc/meminfo: memFree=1801108/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=13600 CPUtime=107.38
/proc/15772/stat : 15772 (sugar) S 15770 15772 14689 0 -1 4194304 1073 60197 17 2 4 1 10679 54 15 0 1 0 660258304 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15772/statm: 3400 799 370 3 0 500 0
[pid=15797] ppid=15772 vsize=5356 CPUtime=0
/proc/15797/stat : 15797 (sh) S 15772 15772 14689 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 660270043 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15797/statm: 1339 233 193 169 0 50 0
[pid=15798] ppid=15797 vsize=864040 CPUtime=0.49
/proc/15798/stat : 15798 (java) S 15797 15772 14689 0 -1 0 3773 0 1 0 47 2 0 0 18 0 9 0 660270044 884776960 3242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15798/statm: 216010 3242 1671 9 0 210592 0
[pid=15798/tid=15799] ppid=15797 vsize=864040 CPUtime=0.39
/proc/15798/task/15799/stat : 15799 (java) R 15797 15772 14689 0 -1 64 2476 0 1 0 38 1 0 0 20 0 9 0 660270045 884776960 3242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15798/tid=15800] ppid=15797 vsize=864040 CPUtime=0
/proc/15798/task/15800/stat : 15800 (java) S 15797 15772 14689 0 -1 64 272 0 0 0 0 0 0 0 16 0 9 0 660270046 884776960 3242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15798/tid=15801] ppid=15797 vsize=864040 CPUtime=0
/proc/15798/task/15801/stat : 15801 (java) S 15797 15772 14689 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 660270046 884776960 3242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15798/tid=15802] ppid=15797 vsize=864040 CPUtime=0
/proc/15798/task/15802/stat : 15802 (java) S 15797 15772 14689 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 660270046 884776960 3242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15798/tid=15803] ppid=15797 vsize=864040 CPUtime=0
/proc/15798/task/15803/stat : 15803 (java) S 15797 15772 14689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 660270048 884776960 3242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15798/tid=15804] ppid=15797 vsize=864040 CPUtime=0.07
/proc/15798/task/15804/stat : 15804 (java) S 15797 15772 14689 0 -1 64 334 0 0 0 7 0 0 0 17 0 9 0 660270048 884776960 3242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15798/tid=15805] ppid=15797 vsize=864040 CPUtime=0
/proc/15798/task/15805/stat : 15805 (java) S 15797 15772 14689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 660270048 884776960 3242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15798/tid=15806] ppid=15797 vsize=864040 CPUtime=0
/proc/15798/task/15806/stat : 15806 (java) S 15797 15772 14689 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 660270048 884776960 3242 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 107.87
Current children cumulated vsize (KiB) 882996

[startup+118.001 s]
/proc/loadavg: 2.21 2.22 2.28 4/90 15806
/proc/meminfo: memFree=1801108/2055920 swapFree=4149828/4192956
[pid=15772] ppid=15770 vsize=13600 CPUtime=107.43
/proc/15772/stat : 15772 (sugar) S 15770 15772 14689 0 -1 4194304 1075 60197 17 2 7 3 10679 54 15 0 1 0 660258304 13926400 801 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15772/statm: 3400 801 370 3 0 500 0
[pid=15797] ppid=15772 vsize=5356 CPUtime=0
/proc/15797/stat : 15797 (sh) S 15772 15772 14689 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 660270043 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15797/statm: 1339 233 193 169 0 50 0
[pid=15798] ppid=15797 vsize=864040 CPUtime=0.53
/proc/15798/stat : 15798 (java) S 15797 15772 14689 0 -1 0 3785 0 1 0 50 3 0 0 18 0 9 0 660270044 884776960 3254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15798/statm: 216010 3254 1672 9 0 210592 0
[pid=15798/tid=15799] ppid=15797 vsize=864040 CPUtime=0.42
/proc/15798/task/15799/stat : 15799 (java) R 15797 15772 14689 0 -1 64 2476 0 1 0 40 2 0 0 20 0 9 0 660270045 884776960 3254 996147200 134512640 134550740 4294956000 18446744073709551615 4160656255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15798/tid=15800] ppid=15797 vsize=864040 CPUtime=0
/proc/15798/task/15800/stat : 15800 (java) S 15797 15772 14689 0 -1 64 272 0 0 0 0 0 0 0 16 0 9 0 660270046 884776960 3254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15798/tid=15801] ppid=15797 vsize=864040 CPUtime=0
/proc/15798/task/15801/stat : 15801 (java) S 15797 15772 14689 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 660270046 884776960 3254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15798/tid=15802] ppid=15797 vsize=864040 CPUtime=0
/proc/15798/task/15802/stat : 15802 (java) S 15797 15772 14689 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 660270046 884776960 3254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15798/tid=15803] ppid=15797 vsize=864040 CPUtime=0
/proc/15798/task/15803/stat : 15803 (java) S 15797 15772 14689 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 660270048 884776960 3254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15798/tid=15804] ppid=15797 vsize=864040 CPUtime=0.08
/proc/15798/task/15804/stat : 15804 (java) S 15797 15772 14689 0 -1 64 346 0 0 0 8 0 0 0 17 0 9 0 660270048 884776960 3254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15798/tid=15805] ppid=15797 vsize=864040 CPUtime=0
/proc/15798/task/15805/stat : 15805 (java) S 15797 15772 14689 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 660270048 884776960 3254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15798/tid=15806] ppid=15797 vsize=864040 CPUtime=0
/proc/15798/task/15806/stat : 15806 (java) S 15797 15772 14689 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 660270048 884776960 3254 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 107.96
Current children cumulated vsize (KiB) 882996

Child status: 0
Real time (s): 118.056
CPU time (s): 108.01
CPU user time (s): 107.383
CPU system time (s): 0.626904
CPU usage (%): 91.4904
Max. virtual memory (cumulated for all children) (KiB): 887896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 107.383
system time used= 0.626904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65466
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9009
involuntary context switches= 10940

runsolver used 0.230964 second user time and 0.599908 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-03 02:35:17
IDJOB=1049434
IDBENCH=54676
IDSOLVER=346
FILE ID=node90/1049434-1215045310
PBS_JOBID= 7874997
Free space on /tmp= 65532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-1-3-13-19.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1049434-1215045310/watcher-1049434-1215045310 -o /tmp/evaluation-result-1049434-1215045310/solver-1049434-1215045310 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1049434-1215045310.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6cbcc6edcedb57b7f84e6e64526ef8de
RANDOM SEED=769229810

node90.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1815644 kB
Buffers:          3764 kB
Cached:          66896 kB
SwapCached:      37324 kB
Active:         169636 kB
Inactive:        18192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815644 kB
SwapTotal:     4192956 kB
SwapFree:      4149828 kB
Dirty:            5920 kB
Writeback:           0 kB
Mapped:         125952 kB
Slab:            37020 kB
Committed_AS:   878948 kB
PageTables:       2432 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= 65532 MiB
End job on node90 at 2008-07-03 02:37:15