Trace number 1785055

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.0? (TO) 5000.05 5001.41

General information on the benchmark

Namecrafted/Hard/contest02/
hgen3-v400-s553296708.sat05-471.reshuffled-07.cnf
MD5SUM67e3f1c82b3561160730d7e2b008579e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1400
Sum of the clauses size4200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31400
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:  400                                                  |
0.00/0.01	c |  Number of clauses:    1400                                                 |
0.00/0.02	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 |     400     1400     4200 |      466        0    nan |  0.000 % |
0.00/0.02	c |       102 |     400     1400     4200 |      513      102     27 |  0.001 % |
0.00/0.02	c |       253 |     400     1400     4200 |      564      253     26 |  0.001 % |
0.00/0.03	c |       479 |     400     1400     4200 |      621      479     26 |  0.001 % |
0.00/0.04	c |       818 |     400     1400     4200 |      683      479     26 |  0.001 % |
0.00/0.06	c |      1325 |     400     1400     4200 |      751      616     26 |  0.001 % |
0.00/0.09	c |      2085 |     400     1400     4200 |      826      565     25 |  0.001 % |
0.00/0.13	c |      3225 |     400     1400     4200 |      909      806     26 |  0.001 % |
0.00/0.20	c |      4933 |     400     1400     4200 |     1000      541     23 |  0.001 % |
0.00/0.30	c |      7496 |     400     1400     4200 |     1100      968     26 |  0.001 % |
0.00/0.46	c |     11341 |     400     1400     4200 |     1210      758     23 |  0.001 % |
0.00/0.72	c |     17109 |     400     1400     4200 |     1331      809     23 |  0.001 % |
1.08/1.11	c |     25758 |     400     1400     4200 |     1464     1122     25 |  0.001 % |
1.68/1.70	c |     38732 |     400     1400     4200 |     1611     1120     25 |  0.001 % |
2.58/2.62	c |     58194 |     400     1400     4200 |     1772     1410     26 |  0.001 % |
3.98/4.05	c |     87386 |     400     1400     4200 |     1949     1286     25 |  0.001 % |
6.18/6.25	c |    131176 |     400     1400     4200 |     2144     1950     27 |  0.001 % |
9.57/9.68	c |    196860 |     400     1400     4200 |     2358     1607     25 |  0.001 % |
14.97/15.00	c |    295388 |     400     1400     4200 |     2594     2218     26 |  0.001 % |
23.27/23.39	c |    443178 |     400     1400     4200 |     2854     2328     25 |  0.001 % |
36.27/36.32	c |    664862 |     400     1400     4200 |     3139     2138     27 |  0.001 % |
56.46/56.59	c |    997389 |     400     1400     4200 |     3453     3169     27 |  0.001 % |
87.85/87.90	c |   1496179 |     400     1400     4200 |     3798     2294     26 |  0.001 % |
136.83/136.94	c |   2244361 |     400     1400     4200 |     4178     3726     27 |  0.001 % |
214.12/214.28	c |   3366635 |     400     1400     4200 |     4596     3558     29 |  0.001 % |
335.18/335.38	c |   5050046 |     400     1400     4200 |     5056     2845     27 |  0.001 % |
522.83/523.03	c |   7575164 |     400     1400     4200 |     5561     2619     25 |  0.001 % |
822.05/822.32	c |  11362839 |     400     1400     4200 |     6117     4784     28 |  0.001 % |
1292.32/1292.77	c |  17044352 |     400     1400     4200 |     6729     4302     26 |  0.001 % |
2031.12/2031.74	c |  25566621 |     400     1400     4200 |     7402     6393     30 |  0.001 % |
3191.51/3192.49	c |  38350026 |     400     1400     4200 |     8143     6127     28 |  0.001 % |
5000.02/5001.40	sh: line 1: 31189 Terminated              HOME/minisat simple.out solve.out >temp.out
5000.02/5001.40	c cannot read from file

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785055-1241886833/watcher-1785055-1241886833 -o /tmp/evaluation-result-1785055-1241886833/solver-1785055-1241886833 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1785055-1241886833.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31186
/proc/meminfo: memFree=1707880/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1284 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) R 31184 31186 31069 0 -1 4194304 150 0 0 0 0 0 0 0 18 0 1 0 216710509 1314816 133 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 1 0 0
/proc/31186/statm: 321 133 97 274 0 44 0

[startup+0.0485171 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31186
/proc/meminfo: memFree=1707880/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.101521 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31186
/proc/meminfo: memFree=1707880/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.301538 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31186
/proc/meminfo: memFree=1707880/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.701573 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31186
/proc/meminfo: memFree=1707880/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50164 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31189
/proc/meminfo: memFree=1706832/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=2316 CPUtime=1.48
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 243 0 0 0 148 0 0 0 25 0 1 0 216710511 2371584 224 1992294400 134512640 135243223 4294956320 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 579 224 83 178 0 399 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9088

[startup+3.10278 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31189
/proc/meminfo: memFree=1706576/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=2452 CPUtime=3.08
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 280 0 0 0 308 0 0 0 25 0 1 0 216710511 2510848 261 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 613 261 83 178 0 433 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9224

[startup+6.30106 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31189
/proc/meminfo: memFree=1706256/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=2716 CPUtime=6.28
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 320 0 0 0 628 0 0 0 25 0 1 0 216710511 2781184 301 1992294400 134512640 135243223 4294956320 18446744073709551615 134555635 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 679 301 83 178 0 499 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9488

[startup+12.7026 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31189
/proc/meminfo: memFree=1706000/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=2848 CPUtime=12.68
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 378 0 0 0 1268 0 0 0 25 0 1 0 216710511 2916352 359 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 712 359 83 178 0 532 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9620

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31189
/proc/meminfo: memFree=1705680/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=3112 CPUtime=25.47
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 444 0 0 0 2547 0 0 0 25 0 1 0 216710511 3186688 425 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 778 425 83 178 0 598 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9884

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31189
/proc/meminfo: memFree=1705488/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=3508 CPUtime=51.06
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 525 0 0 0 5106 0 0 0 25 0 1 0 216710511 3592192 506 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 877 506 83 178 0 697 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 10280

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31189
/proc/meminfo: memFree=1704976/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=3900 CPUtime=102.25
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 643 0 0 0 10225 0 0 0 25 0 1 0 216710511 3993600 624 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 975 624 83 178 0 795 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 10672

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31189
/proc/meminfo: memFree=1704528/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=4296 CPUtime=162.23
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 735 0 0 0 16223 0 0 0 25 0 1 0 216710511 4399104 716 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 1074 716 83 178 0 894 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 11068

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31189
/proc/meminfo: memFree=1704208/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=4564 CPUtime=222.22
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 809 0 0 0 22221 1 0 0 25 0 1 0 216710511 4673536 790 1992294400 134512640 135243223 4294956320 18446744073709551615 134565490 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 1141 790 83 178 0 961 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 11336

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31189
/proc/meminfo: memFree=1703952/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=4828 CPUtime=282.2

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

[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=8704 CPUtime=4421.08
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 1831 0 0 0 442096 12 0 0 25 0 1 0 216710511 8912896 1812 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 2176 1812 83 178 0 1996 0
Current children cumulated CPU time (s) 4421.08
Current children cumulated vsize (KiB) 15476

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31199
/proc/meminfo: memFree=1698384/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=8704 CPUtime=4481.06
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 1834 0 0 0 448094 12 0 0 25 0 1 0 216710511 8912896 1815 1992294400 134512640 135243223 4294956320 18446744073709551615 134555622 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 2176 1815 83 178 0 1996 0
Current children cumulated CPU time (s) 4481.06
Current children cumulated vsize (KiB) 15476

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31199
/proc/meminfo: memFree=1698320/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=8704 CPUtime=4541.05
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 1839 0 0 0 454093 12 0 0 25 0 1 0 216710511 8912896 1820 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 2176 1820 83 178 0 1996 0
Current children cumulated CPU time (s) 4541.05
Current children cumulated vsize (KiB) 15476

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31199
/proc/meminfo: memFree=1698256/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=8704 CPUtime=4601.03
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 1842 0 0 0 460091 12 0 0 25 0 1 0 216710511 8912896 1823 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 2176 1823 83 178 0 1996 0
Current children cumulated CPU time (s) 4601.03
Current children cumulated vsize (KiB) 15476

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31199
/proc/meminfo: memFree=1698256/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=8848 CPUtime=4661.01
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 1847 0 0 0 466089 12 0 0 25 0 1 0 216710511 9060352 1828 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 2212 1828 83 178 0 2032 0
Current children cumulated CPU time (s) 4661.01
Current children cumulated vsize (KiB) 15620

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31199
/proc/meminfo: memFree=1698192/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=8848 CPUtime=4720.99
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 1857 0 0 0 472087 12 0 0 25 0 1 0 216710511 9060352 1838 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 2212 1838 83 178 0 2032 0
Current children cumulated CPU time (s) 4720.99
Current children cumulated vsize (KiB) 15620

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31199
/proc/meminfo: memFree=1698128/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=8848 CPUtime=4780.97
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 1861 0 0 0 478085 12 0 0 25 0 1 0 216710511 9060352 1842 1992294400 134512640 135243223 4294956320 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 2212 1842 83 178 0 2032 0
Current children cumulated CPU time (s) 4780.97
Current children cumulated vsize (KiB) 15620

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31199
/proc/meminfo: memFree=1698064/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=8848 CPUtime=4840.96
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 1861 0 0 0 484084 12 0 0 25 0 1 0 216710511 9060352 1842 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 2212 1842 83 178 0 2032 0
Current children cumulated CPU time (s) 4840.96
Current children cumulated vsize (KiB) 15620

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31199
/proc/meminfo: memFree=1698000/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=8848 CPUtime=4900.95
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 1868 0 0 0 490082 13 0 0 25 0 1 0 216710511 9060352 1849 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 2212 1849 83 178 0 2032 0
Current children cumulated CPU time (s) 4900.95
Current children cumulated vsize (KiB) 15620

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31199
/proc/meminfo: memFree=1698064/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=8848 CPUtime=4960.93
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 1868 0 0 0 496080 13 0 0 25 0 1 0 216710511 9060352 1849 1992294400 134512640 135243223 4294956320 18446744073709551615 134555716 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 2212 1849 83 178 0 2032 0
Current children cumulated CPU time (s) 4960.93
Current children cumulated vsize (KiB) 15620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 31199
/proc/meminfo: memFree=1698000/2055920 swapFree=4181940/4192956
[pid=31186] ppid=31184 vsize=1416 CPUtime=0
/proc/31186/stat : 31186 (IUT_BMB_SAT) S 31184 31186 31069 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 216710509 1449984 155 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31186/statm: 354 155 105 274 0 77 0
[pid=31188] ppid=31186 vsize=5356 CPUtime=0
/proc/31188/stat : 31188 (sh) S 31186 31186 31069 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216710510 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31188/statm: 1339 232 193 169 0 50 0
[pid=31189] ppid=31188 vsize=8848 CPUtime=5000.02
/proc/31189/stat : 31189 (minisat) R 31188 31186 31069 0 -1 4194304 1874 0 0 0 499989 13 0 0 25 0 1 0 216710511 9060352 1855 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 1 0 0
/proc/31189/statm: 2212 1855 83 178 0 2032 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 15620

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 5001.41
CPU time (s): 5000.05
CPU user time (s): 4999.91
CPU system time (s): 0.144977
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 15620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.91
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2371
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= 9
involuntary context switches= 9754

runsolver used 4.19236 second user time and 14.0019 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-09 18:33:53
IDJOB=1785055
IDBENCH=24687
IDSOLVER=638
FILE ID=node58/1785055-1241886833
PBS_JOBID= 9264645
Free space on /tmp= 66136 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Hard/contest02/hgen3-v400-s553296708.sat05-471.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785055-1241886833/watcher-1785055-1241886833 -o /tmp/evaluation-result-1785055-1241886833/solver-1785055-1241886833 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1785055-1241886833.cnf HOME

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

MD5SUM BENCH= 67e3f1c82b3561160730d7e2b008579e
RANDOM SEED=1014922095

node58.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.233
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.233
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:       1708360 kB
Buffers:         32832 kB
Cached:         250552 kB
SwapCached:       4936 kB
Active:          75080 kB
Inactive:       216856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708360 kB
SwapTotal:     4192956 kB
SwapFree:      4181940 kB
Dirty:            2200 kB
Writeback:           0 kB
Mapped:          14716 kB
Slab:            41724 kB
Committed_AS:   670684 kB
PageTables:       1356 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= 66132 MiB
End job on node58 at 2009-05-09 19:57:14