Trace number 1534311

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
IUT_BMB_SAT 1.0UNSAT 549.313 549.524

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/360/
unif-k3-r4.25-v360-c1530-S367138237-029.cnf
MD5SUMfe0a666da3389b49d8bffa123f8cecff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.2306
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1530
Sum of the clauses size4590
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31530
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  360                                                  |
0.00/0.01	c |  Number of clauses:    1530                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
0.00/0.02	c ============================[ Search Statistics ]==============================
0.00/0.02	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	c ===============================================================================
0.00/0.02	c |         0 |     347     1503     4574 |      501        0    nan |  0.000 % |
0.00/0.02	c |       100 |     347     1503     4574 |      551      100     17 |  0.001 % |
0.00/0.02	c |       251 |     347     1503     4574 |      606      251     17 |  0.001 % |
0.00/0.03	c |       476 |     347     1503     4574 |      666      476     17 |  0.001 % |
0.00/0.04	c |       814 |     347     1503     4574 |      733      460     15 |  0.001 % |
0.00/0.05	c |      1322 |     347     1503     4574 |      806      585     16 |  0.001 % |
0.00/0.07	c |      2082 |     347     1503     4574 |      887      507     14 |  0.001 % |
0.00/0.11	c |      3221 |     347     1503     4574 |      976      730     15 |  0.001 % |
0.00/0.16	c |      4929 |     347     1503     4574 |     1073      927     15 |  0.001 % |
0.00/0.25	c |      7492 |     347     1503     4574 |     1181      717     15 |  0.001 % |
0.00/0.38	c |     11336 |     347     1503     4574 |     1299      924     15 |  0.001 % |
0.00/0.58	c |     17102 |     347     1503     4574 |     1429      698     13 |  0.001 % |
0.00/0.89	c |     25751 |     347     1503     4574 |     1572     1316     16 |  0.001 % |
1.28/1.37	c |     38725 |     347     1503     4574 |     1729     1490     16 |  0.001 % |
2.08/2.11	c |     58186 |     347     1503     4574 |     1902     1625     15 |  0.001 % |
3.18/3.27	c |     87378 |     347     1503     4574 |     2092     1915     14 |  0.001 % |
4.98/5.05	c |    131167 |     347     1503     4574 |     2302     1226     15 |  0.001 % |
7.78/7.81	c |    196852 |     347     1503     4574 |     2532     1607     14 |  0.001 % |
12.08/12.14	c |    295378 |     347     1503     4574 |     2785     1298     14 |  0.001 % |
18.77/18.82	c |    443168 |     347     1503     4574 |     3064     2619     15 |  0.001 % |
29.17/29.26	c |    664851 |     347     1503     4574 |     3370     2734     17 |  0.001 % |
45.56/45.60	c |    997376 |     347     1503     4574 |     3707     3397     17 |  0.001 % |
71.36/71.41	c |   1496165 |     347     1503     4574 |     4078     2666     16 |  0.001 % |
110.64/110.71	c |   2244347 |     347     1503     4574 |     4486     2581     16 |  0.001 % |
171.81/171.98	c |   3366621 |     347     1503     4574 |     4934     2544     15 |  0.002 % |
268.38/268.53	c |   5050034 |     347     1503     4574 |     5428     4336     18 |  0.002 % |
418.93/419.11	c |   7575152 |     346     1493     4544 |     5971     3951     15 |  0.279 % |
549.26/549.52	c ===============================================================================
549.26/549.52	c restarts              : 27
549.26/549.52	c conflicts             : 9685453        (17633 /sec)
549.26/549.52	c decisions             : 11352546       (1.79 % random) (20668 /sec)
549.26/549.52	c propagations          : 542107403      (986923 /sec)
549.26/549.52	c conflict literals     : 167639692      (26.85 % deleted)
549.26/549.52	c Memory used           : 4.71 MB
549.26/549.52	c CPU time              : 549.29 s
549.26/549.52	
549.26/549.52	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1534311-1238565809/watcher-1534311-1238565809 -o /tmp/evaluation-result-1534311-1238565809/solver-1534311-1238565809 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1534311-1238565809.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 1.69 1.76 1.27 3/64 23152
/proc/meminfo: memFree=1533864/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) R 23150 23152 23018 0 -1 4194304 158 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 141 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/23152/statm: 354 141 97 274 0 77 0

[startup+0.0165901 s]
/proc/loadavg: 1.69 1.76 1.27 3/64 23152
/proc/meminfo: memFree=1533864/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.101599 s]
/proc/loadavg: 1.69 1.76 1.27 3/64 23152
/proc/meminfo: memFree=1533864/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.301632 s]
/proc/loadavg: 1.69 1.76 1.27 3/64 23152
/proc/meminfo: memFree=1533864/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.7017 s]
/proc/loadavg: 1.69 1.76 1.27 3/64 23152
/proc/meminfo: memFree=1533864/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50184 s]
/proc/loadavg: 1.69 1.76 1.27 2/67 23155
/proc/meminfo: memFree=1532888/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=2316 CPUtime=1.48
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 229 0 0 0 148 0 0 0 25 0 1 0 1129246489 2371584 209 1992294400 134512640 135243223 4294956320 18446744073709551615 134565664 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 579 209 84 178 0 399 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9088

[startup+3.10111 s]
/proc/loadavg: 1.69 1.76 1.27 2/67 23155
/proc/meminfo: memFree=1532632/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=2316 CPUtime=3.08
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 252 0 0 0 308 0 0 0 25 0 1 0 1129246489 2371584 232 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 579 232 84 178 0 399 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9088

[startup+6.30165 s]
/proc/loadavg: 1.64 1.74 1.27 2/67 23155
/proc/meminfo: memFree=1532376/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=2448 CPUtime=6.28
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 284 0 0 0 628 0 0 0 25 0 1 0 1129246489 2506752 264 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 612 264 84 178 0 432 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9220

[startup+12.7017 s]
/proc/loadavg: 1.59 1.73 1.27 2/67 23155
/proc/meminfo: memFree=1532120/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=2712 CPUtime=12.68
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 334 0 0 0 1268 0 0 0 25 0 1 0 1129246489 2777088 314 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 678 314 84 178 0 498 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9484

[startup+25.5019 s]
/proc/loadavg: 1.46 1.69 1.27 2/67 23155
/proc/meminfo: memFree=1532056/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=2844 CPUtime=25.47
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 384 0 0 0 2547 0 0 0 25 0 1 0 1129246489 2912256 364 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 711 364 84 178 0 531 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9616

[startup+51.1013 s]
/proc/loadavg: 1.30 1.64 1.26 2/67 23155
/proc/meminfo: memFree=1531800/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=3240 CPUtime=51.06
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 454 0 0 0 5106 0 0 0 25 0 1 0 1129246489 3317760 434 1992294400 134512640 135243223 4294956320 18446744073709551615 134564910 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 810 434 84 178 0 630 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 10012

[startup+102.306 s]
/proc/loadavg: 1.13 1.54 1.24 2/67 23155
/proc/meminfo: memFree=1531352/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=3504 CPUtime=102.24
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 529 0 0 0 10224 0 0 0 25 0 1 0 1129246489 3588096 509 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 876 509 84 178 0 696 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 10276

[startup+162.302 s]
/proc/loadavg: 1.05 1.44 1.23 2/67 23155
/proc/meminfo: memFree=1531096/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=3768 CPUtime=162.22
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 603 0 0 0 16222 0 0 0 25 0 1 0 1129246489 3858432 583 1992294400 134512640 135243223 4294956320 18446744073709551615 134555729 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 942 583 84 178 0 762 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 10540

[startup+222.301 s]
/proc/loadavg: 1.02 1.35 1.21 2/67 23155
/proc/meminfo: memFree=1530776/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=4036 CPUtime=222.2
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 660 0 0 0 22220 0 0 0 25 0 1 0 1129246489 4132864 640 1992294400 134512640 135243223 4294956320 18446744073709551615 134568304 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 1009 640 84 178 0 829 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 10808

[startup+282.302 s]
/proc/loadavg: 1.00 1.29 1.19 2/67 23155
/proc/meminfo: memFree=1530648/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0

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

/proc/23155/statm: 1072 691 84 178 0 892 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 11060

[startup+342.302 s]
/proc/loadavg: 1.00 1.23 1.18 2/67 23155
/proc/meminfo: memFree=1530520/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=4288 CPUtime=342.15
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 742 0 0 0 34215 0 0 0 25 0 1 0 1129246489 4390912 722 1992294400 134512640 135243223 4294956320 18446744073709551615 134564964 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 1072 722 84 178 0 892 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 11060

[startup+402.301 s]
/proc/loadavg: 1.00 1.19 1.16 2/67 23155
/proc/meminfo: memFree=1530328/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=4424 CPUtime=402.13
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 776 0 0 0 40213 0 0 0 25 0 1 0 1129246489 4530176 756 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 1106 756 84 178 0 926 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 11196

[startup+462.301 s]
/proc/loadavg: 1.00 1.15 1.15 2/67 23155
/proc/meminfo: memFree=1530200/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=4692 CPUtime=462.11
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 823 0 0 0 46211 0 0 0 25 0 1 0 1129246489 4804608 803 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 1173 803 84 178 0 993 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 11464

[startup+522.303 s]
/proc/loadavg: 1.00 1.12 1.14 2/67 23155
/proc/meminfo: memFree=1530136/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=4692 CPUtime=522.08
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 834 0 0 0 52208 0 0 0 25 0 1 0 1129246489 4804608 814 1992294400 134512640 135243223 4294956320 18446744073709551615 134555794 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 1173 814 84 178 0 993 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 11464

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

[startup+524.705 s]
/proc/loadavg: 1.00 1.12 1.14 2/67 23155
/proc/meminfo: memFree=1530136/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=4692 CPUtime=524.48
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 834 0 0 0 52448 0 0 0 25 0 1 0 1129246489 4804608 814 1992294400 134512640 135243223 4294956320 18446744073709551615 134555661 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 1173 814 84 178 0 993 0
Current children cumulated CPU time (s) 524.48
Current children cumulated vsize (KiB) 11464

[startup+537.502 s]
/proc/loadavg: 1.00 1.11 1.14 2/67 23155
/proc/meminfo: memFree=1530136/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=4692 CPUtime=537.27
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 838 0 0 0 53727 0 0 0 25 0 1 0 1129246489 4804608 818 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 1173 818 84 178 0 993 0
Current children cumulated CPU time (s) 537.27
Current children cumulated vsize (KiB) 11464

[startup+543.901 s]
/proc/loadavg: 1.00 1.11 1.14 2/67 23155
/proc/meminfo: memFree=1530136/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=4692 CPUtime=543.67
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 840 0 0 0 54367 0 0 0 25 0 1 0 1129246489 4804608 820 1992294400 134512640 135243223 4294956320 18446744073709551615 134565492 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 1173 820 84 178 0 993 0
Current children cumulated CPU time (s) 543.67
Current children cumulated vsize (KiB) 11464

[startup+547.102 s]
/proc/loadavg: 1.00 1.11 1.14 2/67 23155
/proc/meminfo: memFree=1530072/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=4692 CPUtime=546.87
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 842 0 0 0 54687 0 0 0 25 0 1 0 1129246489 4804608 822 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 1173 822 84 178 0 993 0
Current children cumulated CPU time (s) 546.87
Current children cumulated vsize (KiB) 11464

[startup+548.701 s]
/proc/loadavg: 1.00 1.11 1.14 2/67 23155
/proc/meminfo: memFree=1530072/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=4692 CPUtime=548.46
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 842 0 0 0 54846 0 0 0 25 0 1 0 1129246489 4804608 822 1992294400 134512640 135243223 4294956320 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 1173 822 84 178 0 993 0
Current children cumulated CPU time (s) 548.46
Current children cumulated vsize (KiB) 11464

[startup+549.101 s]
/proc/loadavg: 1.00 1.11 1.14 2/67 23155
/proc/meminfo: memFree=1530072/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=4824 CPUtime=548.86
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 846 0 0 0 54886 0 0 0 25 0 1 0 1129246489 4939776 826 1992294400 134512640 135243223 4294956320 18446744073709551615 134555907 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 1206 826 84 178 0 1026 0
Current children cumulated CPU time (s) 548.86
Current children cumulated vsize (KiB) 11596

[startup+549.501 s]
/proc/loadavg: 1.00 1.11 1.14 2/67 23155
/proc/meminfo: memFree=1530072/2055920 swapFree=4179416/4192956
[pid=23152] ppid=23150 vsize=1416 CPUtime=0
/proc/23152/stat : 23152 (IUT_BMB_SAT) S 23150 23152 23018 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 1129246488 1449984 154 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/23152/statm: 354 154 105 274 0 77 0
[pid=23154] ppid=23152 vsize=5356 CPUtime=0
/proc/23154/stat : 23154 (sh) S 23152 23152 23018 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1129246489 5484544 232 1992294400 4194304 4889804 548682068896 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23154/statm: 1339 232 193 169 0 50 0
[pid=23155] ppid=23154 vsize=4824 CPUtime=549.26
/proc/23155/stat : 23155 (minisat) R 23154 23152 23018 0 -1 4194304 846 0 0 0 54926 0 0 0 25 0 1 0 1129246489 4939776 826 1992294400 134512640 135243223 4294956320 18446744073709551615 134555526 0 0 4096 3 0 0 0 17 0 0 0
/proc/23155/statm: 1206 826 84 178 0 1026 0
Current children cumulated CPU time (s) 549.26
Current children cumulated vsize (KiB) 11596

Child status: 0
Real time (s): 549.524
CPU time (s): 549.313
CPU user time (s): 549.298
CPU system time (s): 0.014997
CPU usage (%): 99.9617
Max. virtual memory (cumulated for all children) (KiB): 11596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 549.298
system time used= 0.014997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1349
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 1004

runsolver used 0.474927 second user time and 1.53077 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-01 08:03:29
IDJOB=1534311
IDBENCH=70636
IDSOLVER=523
FILE ID=node25/1534311-1238565809
PBS_JOBID= 9070501
Free space on /tmp= 66264 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/360/unif-k3-r4.25-v360-c1530-S367138237-029.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1534311-1238565809/watcher-1534311-1238565809 -o /tmp/evaluation-result-1534311-1238565809/solver-1534311-1238565809 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1534311-1238565809.cnf HOME

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

MD5SUM BENCH= fe0a666da3389b49d8bffa123f8cecff
RANDOM SEED=1658113581

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
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.263
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:       1534408 kB
Buffers:        105048 kB
Cached:         314676 kB
SwapCached:       7316 kB
Active:         204032 kB
Inactive:       224544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1534408 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            2204 kB
Writeback:           0 kB
Mapped:          14496 kB
Slab:            79000 kB
Committed_AS:  3267184 kB
PageTables:       1464 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= 66260 MiB
End job on node25 at 2009-04-01 08:12:39