Trace number 1785643

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.07 5002.21

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-300-100.cnf
MD5SUMcda4bb923e6fa0cab57f8920411a2abd
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 variables300
Number of clauses720
Sum of the clauses size1800
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2600
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5120
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:  300                                                  |
0.00/0.01	c |  Number of clauses:    720                                                  |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     300      720     1800 |      240        0    nan |  0.000 % |
0.00/0.01	c |       102 |     300      720     1800 |      264      102     45 |  0.001 % |
0.00/0.02	c |       256 |     300      720     1800 |      290      256     43 |  0.001 % |
0.00/0.02	c |       482 |     300      720     1800 |      319      300     35 |  0.001 % |
0.00/0.03	c |       820 |     300      720     1800 |      351      223     27 |  0.001 % |
0.00/0.05	c |      1326 |     300      720     1800 |      386      268     29 |  0.001 % |
0.00/0.07	c |      2085 |     300      720     1800 |      425      294     26 |  0.001 % |
0.00/0.10	c |      3224 |     300      720     1800 |      467      412     32 |  0.001 % |
0.00/0.15	c |      4932 |     300      720     1800 |      514      410     34 |  0.001 % |
0.00/0.23	c |      7495 |     300      720     1800 |      565      530     38 |  0.001 % |
0.00/0.35	c |     11339 |     300      720     1800 |      622      444     31 |  0.001 % |
0.00/0.54	c |     17107 |     300      720     1800 |      684      717     40 |  0.001 % |
0.00/0.83	c |     25756 |     300      720     1800 |      753      709     39 |  0.001 % |
1.18/1.29	c |     38730 |     300      720     1800 |      828      675     36 |  0.001 % |
1.88/1.99	c |     58191 |     300      720     1800 |      911      628     34 |  0.001 % |
3.08/3.10	c |     87383 |     300      720     1800 |     1002      795     38 |  0.001 % |
4.78/4.80	c |    131175 |     300      720     1800 |     1102      692     38 |  0.001 % |
7.28/7.39	c |    196860 |     300      720     1800 |     1213     1035     41 |  0.001 % |
11.38/11.44	c |    295386 |     300      720     1800 |     1334     1288     45 |  0.001 % |
17.68/17.80	c |    443176 |     300      720     1800 |     1467     1281     43 |  0.001 % |
27.57/27.60	c |    664860 |     300      720     1800 |     1614     1355     46 |  0.001 % |
42.76/42.86	c |    997388 |     300      720     1800 |     1776     1183     45 |  0.001 % |
66.45/66.58	c |   1496176 |     300      720     1800 |     1953     1318     45 |  0.001 % |
102.73/102.82	c |   2244359 |     300      720     1800 |     2149     1230     44 |  0.001 % |
159.41/159.54	c |   3366633 |     300      720     1800 |     2363     1542     43 |  0.001 % |
245.26/245.44	c |   5050044 |     300      720     1800 |     2600     1658     47 |  0.001 % |
382.01/382.27	c |   7575160 |     300      720     1800 |     2860     1807     45 |  0.001 % |
592.53/592.88	c |  11362838 |     300      720     1800 |     3146     2644     50 |  0.001 % |
920.97/921.45	c |  17044350 |     300      720     1800 |     3461     3050     50 |  0.001 % |
1433.54/1434.24	c |  25566619 |     300      720     1800 |     3807     2720     48 |  0.001 % |
2244.21/2245.28	c |  38350024 |     300      720     1800 |     4187     2085     48 |  0.001 % |
3523.68/3525.20	c |  57525131 |     300      720     1800 |     4606     3739     50 |  0.001 % |
5000.05/5002.20	sh: line 1: 32176 Terminated              HOME/minisat simple.out solve.out >temp.out
5000.05/5002.20	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-1785643-1241922297/watcher-1785643-1241922297 -o /tmp/evaluation-result-1785643-1241922297/solver-1785643-1241922297 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1785643-1241922297.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.33 1.31 1.13 3/64 32173
/proc/meminfo: memFree=1779648/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1284 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) R 32171 32173 28941 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 0 220262837 1314816 138 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/32173/statm: 321 138 97 274 0 44 0

[startup+0.0396701 s]
/proc/loadavg: 1.33 1.31 1.13 3/64 32173
/proc/meminfo: memFree=1779648/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.101675 s]
/proc/loadavg: 1.33 1.31 1.13 3/64 32173
/proc/meminfo: memFree=1779648/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.301698 s]
/proc/loadavg: 1.33 1.31 1.13 3/64 32173
/proc/meminfo: memFree=1779648/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.70174 s]
/proc/loadavg: 1.33 1.31 1.13 3/64 32173
/proc/meminfo: memFree=1779648/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50183 s]
/proc/loadavg: 1.33 1.31 1.13 2/67 32176
/proc/meminfo: memFree=1778656/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=2316 CPUtime=1.48
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 224 0 0 0 148 0 0 0 25 0 1 0 220262839 2371584 205 1992294400 134512640 135243223 4294956320 18446744073709551615 134564836 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 579 205 83 178 0 399 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9088

[startup+3.102 s]
/proc/loadavg: 1.31 1.31 1.13 2/67 32176
/proc/meminfo: memFree=1778400/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=2316 CPUtime=3.08
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 248 0 0 0 308 0 0 0 25 0 1 0 220262839 2371584 229 1992294400 134512640 135243223 4294956320 18446744073709551615 134565283 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 579 229 83 178 0 399 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9088

[startup+6.30235 s]
/proc/loadavg: 1.31 1.31 1.13 2/67 32176
/proc/meminfo: memFree=1778080/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=2584 CPUtime=6.28
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 288 0 0 0 628 0 0 0 25 0 1 0 220262839 2646016 269 1992294400 134512640 135243223 4294956320 18446744073709551615 134747750 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 646 269 83 178 0 466 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9356

[startup+12.701 s]
/proc/loadavg: 1.28 1.30 1.13 2/67 32176
/proc/meminfo: memFree=1777824/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=2716 CPUtime=12.68
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 339 0 0 0 1268 0 0 0 25 0 1 0 220262839 2781184 320 1992294400 134512640 135243223 4294956320 18446744073709551615 134566318 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 679 320 83 178 0 499 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9488

[startup+25.5014 s]
/proc/loadavg: 1.35 1.32 1.13 2/67 32176
/proc/meminfo: memFree=1777696/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=2976 CPUtime=25.47
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 390 0 0 0 2547 0 0 0 25 0 1 0 220262839 3047424 371 1992294400 134512640 135243223 4294956320 18446744073709551615 134559335 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 744 371 83 178 0 564 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9748

[startup+51.1012 s]
/proc/loadavg: 1.23 1.29 1.13 2/67 32176
/proc/meminfo: memFree=1777376/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=3240 CPUtime=51.05
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 478 0 0 0 5105 0 0 0 25 0 1 0 220262839 3317760 459 1992294400 134512640 135243223 4294956320 18446744073709551615 134558250 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 810 459 83 178 0 630 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10012

[startup+102.306 s]
/proc/loadavg: 1.14 1.26 1.12 2/67 32176
/proc/meminfo: memFree=1776992/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=3624 CPUtime=102.24
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 547 0 0 0 10224 0 0 0 25 0 1 0 220262839 3710976 528 1992294400 134512640 135243223 4294956320 18446744073709551615 134558374 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 906 528 83 178 0 726 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 10396

[startup+162.301 s]
/proc/loadavg: 1.10 1.23 1.12 2/67 32176
/proc/meminfo: memFree=1776672/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=3876 CPUtime=162.2
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 624 0 0 0 16220 0 0 0 25 0 1 0 220262839 3969024 605 1992294400 134512640 135243223 4294956320 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 969 605 83 178 0 789 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 10648

[startup+222.302 s]
/proc/loadavg: 1.13 1.21 1.12 2/67 32176
/proc/meminfo: memFree=1776352/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=4140 CPUtime=222.17
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 680 0 0 0 22217 0 0 0 25 0 1 0 220262839 4239360 661 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 1035 661 83 178 0 855 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 10912

[startup+282.301 s]
/proc/loadavg: 1.22 1.23 1.13 2/67 32176
/proc/meminfo: memFree=1776160/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=4276 CPUtime=282.15

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

/proc/meminfo: memFree=1771872/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=7332 CPUtime=4420.41
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 1493 0 0 0 442037 4 0 0 25 0 1 0 220262839 7507968 1474 1992294400 134512640 135243223 4294956320 18446744073709551615 134555771 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 1833 1474 83 178 0 1653 0
Current children cumulated CPU time (s) 4420.41
Current children cumulated vsize (KiB) 14104

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32184
/proc/meminfo: memFree=1771808/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=7472 CPUtime=4480.38
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 1500 0 0 0 448034 4 0 0 25 0 1 0 220262839 7651328 1481 1992294400 134512640 135243223 4294956320 18446744073709551615 134555430 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 1868 1481 83 178 0 1688 0
Current children cumulated CPU time (s) 4480.38
Current children cumulated vsize (KiB) 14244

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32184
/proc/meminfo: memFree=1771744/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=7472 CPUtime=4540.35
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 1500 0 0 0 454031 4 0 0 25 0 1 0 220262839 7651328 1481 1992294400 134512640 135243223 4294956320 18446744073709551615 134565876 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 1868 1481 83 178 0 1688 0
Current children cumulated CPU time (s) 4540.35
Current children cumulated vsize (KiB) 14244

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32186
/proc/meminfo: memFree=1771424/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=7472 CPUtime=4600.33
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 1500 0 0 0 460029 4 0 0 25 0 1 0 220262839 7651328 1481 1992294400 134512640 135243223 4294956320 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 1868 1481 83 178 0 1688 0
Current children cumulated CPU time (s) 4600.33
Current children cumulated vsize (KiB) 14244

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32186
/proc/meminfo: memFree=1771424/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=7472 CPUtime=4660.3
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 1503 0 0 0 466026 4 0 0 25 0 1 0 220262839 7651328 1484 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 1868 1484 83 178 0 1688 0
Current children cumulated CPU time (s) 4660.3
Current children cumulated vsize (KiB) 14244

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32186
/proc/meminfo: memFree=1771424/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=7472 CPUtime=4720.28
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 1510 0 0 0 472024 4 0 0 25 0 1 0 220262839 7651328 1491 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 1868 1491 83 178 0 1688 0
Current children cumulated CPU time (s) 4720.28
Current children cumulated vsize (KiB) 14244

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32186
/proc/meminfo: memFree=1771360/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=7472 CPUtime=4780.25
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 1510 0 0 0 478021 4 0 0 25 0 1 0 220262839 7651328 1491 1992294400 134512640 135243223 4294956320 18446744073709551615 134565394 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 1868 1491 83 178 0 1688 0
Current children cumulated CPU time (s) 4780.25
Current children cumulated vsize (KiB) 14244

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32186
/proc/meminfo: memFree=1771360/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=7472 CPUtime=4840.22
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 1521 0 0 0 484018 4 0 0 25 0 1 0 220262839 7651328 1502 1992294400 134512640 135243223 4294956320 18446744073709551615 134555476 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 1868 1502 83 178 0 1688 0
Current children cumulated CPU time (s) 4840.22
Current children cumulated vsize (KiB) 14244

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32186
/proc/meminfo: memFree=1771360/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=7472 CPUtime=4900.19
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 1528 0 0 0 490015 4 0 0 25 0 1 0 220262839 7651328 1509 1992294400 134512640 135243223 4294956320 18446744073709551615 134555725 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 1868 1509 83 178 0 1688 0
Current children cumulated CPU time (s) 4900.19
Current children cumulated vsize (KiB) 14244

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32186
/proc/meminfo: memFree=1771360/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=7612 CPUtime=4960.16
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 1538 0 0 0 496012 4 0 0 25 0 1 0 220262839 7794688 1519 1992294400 134512640 135243223 4294956320 18446744073709551615 134555551 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 1903 1519 83 178 0 1723 0
Current children cumulated CPU time (s) 4960.16
Current children cumulated vsize (KiB) 14384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 32186
/proc/meminfo: memFree=1771360/2055920 swapFree=4180160/4192956
[pid=32173] ppid=32171 vsize=1416 CPUtime=0
/proc/32173/stat : 32173 (IUT_BMB_SAT) S 32171 32173 28941 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 220262837 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/32173/statm: 354 165 105 274 0 77 0
[pid=32175] ppid=32173 vsize=5356 CPUtime=0
/proc/32175/stat : 32175 (sh) S 32173 32173 28941 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 220262838 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32175/statm: 1339 232 193 169 0 50 0
[pid=32176] ppid=32175 vsize=7612 CPUtime=5000.05
/proc/32176/stat : 32176 (minisat) R 32175 32173 28941 0 -1 4194304 1553 0 0 0 500001 4 0 0 25 0 1 0 220262839 7794688 1534 1992294400 134512640 135243223 4294956320 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 0 0 0
/proc/32176/statm: 1903 1534 83 178 0 1723 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 14384

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 5002.21
CPU time (s): 5000.07
CPU user time (s): 5000.02
CPU system time (s): 0.048992
CPU usage (%): 99.9573
Max. virtual memory (cumulated for all children) (KiB): 14384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.02
system time used= 0.048992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2072
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= 11207

runsolver used 3.99739 second user time and 14.2018 second system time

The end

Launcher Data

Begin job on node21 at 2009-05-10 04:24:57
IDJOB=1785643
IDBENCH=71121
IDSOLVER=638
FILE ID=node21/1785643-1241922297
PBS_JOBID= 9264903
Free space on /tmp= 66040 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-300-100.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785643-1241922297/watcher-1785643-1241922297 -o /tmp/evaluation-result-1785643-1241922297/solver-1785643-1241922297 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1785643-1241922297.cnf HOME

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

MD5SUM BENCH= cda4bb923e6fa0cab57f8920411a2abd
RANDOM SEED=747719860

node21.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:       1780128 kB
Buffers:         52596 kB
Cached:         149192 kB
SwapCached:       7040 kB
Active:         100824 kB
Inactive:       110948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780128 kB
SwapTotal:     4192956 kB
SwapFree:      4180160 kB
Dirty:            2188 kB
Writeback:           0 kB
Mapped:          15076 kB
Slab:            50076 kB
Committed_AS:   809816 kB
PageTables:       1380 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= 66040 MiB
End job on node21 at 2009-05-10 05:48:19