Trace number 1731459

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) 1200.08 1200.41

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1000-m6860-k4-l4-s1935114289.sat05-523.reshuffled-07.cnf
MD5SUM27360692d166ffe055bd444eea177edf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark852.684
Satisfiable
(Un)Satisfiability was proved
Number of variables987
Number of clauses6860
Sum of the clauses size27440
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 46860
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.02/0.07	c WARNING: for repeatability, setting FPU to use double precision
0.02/0.07	c ============================[ Problem Statistics ]=============================
0.02/0.07	c |                                                                             |
0.02/0.07	c |  Number of variables:  1000                                                 |
0.02/0.07	c |  Number of clauses:    6860                                                 |
0.02/0.08	c |  Parsing time:         0.01         s                                       |
0.02/0.09	c ============================[ Search Statistics ]==============================
0.02/0.09	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.02/0.09	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.02/0.09	c ===============================================================================
0.02/0.09	c |         0 |     790     4052    13081 |     1350        0    nan |  0.000 % |
0.05/0.10	c |       101 |     790     4052    13081 |     1485      101     17 |  0.000 % |
0.05/0.10	c |       251 |     790     4052    13081 |     1634      251     15 |  0.000 % |
0.05/0.12	c |       477 |     790     4052    13081 |     1797      477     17 |  0.000 % |
0.05/0.14	c |       815 |     790     4052    13081 |     1977      815     18 |  0.000 % |
0.05/0.17	c |      1321 |     790     4052    13081 |     2175     1321     19 |  0.000 % |
0.05/0.22	c |      2080 |     790     4052    13081 |     2392     2080     20 |  0.000 % |
0.05/0.30	c |      3219 |     790     4052    13081 |     2632     1982     21 |  0.000 % |
0.05/0.42	c |      4928 |     790     4052    13081 |     2895     2330     19 |  0.000 % |
0.05/0.63	c |      7490 |     790     4052    13081 |     3184     1932     18 |  0.000 % |
0.05/0.94	c |     11335 |     790     4052    13081 |     3503     2522     21 |  0.000 % |
1.37/1.42	c |     17101 |     790     4052    13081 |     3853     2891     21 |  0.000 % |
2.08/2.17	c |     25753 |     790     4052    13081 |     4238     3632     22 |  0.001 % |
3.28/3.30	c |     38728 |     790     4052    13081 |     4662     3607     21 |  0.000 % |
5.07/5.11	c |     58189 |     790     4052    13081 |     5129     4124     21 |  0.000 % |
7.77/7.84	c |     87381 |     790     4052    13081 |     5642     4716     19 |  0.000 % |
12.07/12.17	c |    131170 |     790     4052    13081 |     6206     5614     21 |  0.000 % |
18.87/18.96	c |    196854 |     790     4052    13081 |     6826     5383     18 |  0.000 % |
29.96/30.08	c |    295381 |     790     4052    13081 |     7509     3739     21 |  0.000 % |
46.16/46.26	c |    443170 |     790     4052    13081 |     8260     7381     23 |  0.000 % |
71.85/71.98	c |    664854 |     790     4052    13081 |     9086     8188     20 |  0.000 % |
112.23/112.35	c |    997379 |     790     4052    13081 |     9995     6202     20 |  0.000 % |
175.53/175.60	c |   1496167 |     790     4052    13081 |    10994     6657     18 |  0.000 % |
275.50/275.64	c |   2244349 |     790     4052    13081 |    12094     7491     21 |  0.000 % |
429.55/429.75	c |   3366623 |     790     4052    13081 |    13303     9842     17 |  0.000 % |
683.09/683.36	c |   5050034 |     790     4052    13081 |    14634     7126     17 |  0.000 % |
1089.27/1089.61	c |   7575150 |     790     4052    13081 |    16097     9362     19 |  0.000 % |
1200.05/1200.40	sh: line 1: 27474 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.05/1200.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-1731459-1240770798/watcher-1731459-1240770798 -o /tmp/evaluation-result-1731459-1240770798/solver-1731459-1240770798 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1731459-1240770798.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.00 0.98 1.00 3/64 27471
/proc/meminfo: memFree=1299856/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1416 CPUtime=0
/proc/27471/stat : 27471 (IUT_BMB_SAT) R 27469 27471 26986 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 105106964 1449984 140 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 1 0 0
/proc/27471/statm: 354 143 92 274 0 77 0

[startup+0.0355191 s]
/proc/loadavg: 1.00 0.98 1.00 3/64 27471
/proc/meminfo: memFree=1299856/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.02
/proc/27471/stat : 27471 (IUT_BMB_SAT) R 27469 27471 26986 0 -1 4194304 275 0 0 0 2 0 0 0 18 0 1 0 105106964 1855488 258 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 1 0 0
/proc/27471/statm: 453 258 99 274 0 176 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1812

[startup+0.101525 s]
/proc/loadavg: 1.00 0.98 1.00 3/64 27471
/proc/meminfo: memFree=1299856/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1812

[startup+0.301543 s]
/proc/loadavg: 1.00 0.98 1.00 3/64 27471
/proc/meminfo: memFree=1299856/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1812

[startup+0.701581 s]
/proc/loadavg: 1.00 0.98 1.00 3/64 27471
/proc/meminfo: memFree=1299856/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1812

[startup+1.50166 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27474
/proc/meminfo: memFree=1297720/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=2828 CPUtime=1.42
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 387 0 0 0 142 0 0 0 25 0 1 0 105106971 2895872 367 1992294400 134512640 135243223 4294956304 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 707 367 84 178 0 527 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9996

[startup+3.10181 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27474
/proc/meminfo: memFree=1297464/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=2960 CPUtime=3.02
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 422 0 0 0 302 0 0 0 25 0 1 0 105106971 3031040 402 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 740 402 84 178 0 560 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10128

[startup+6.30111 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27474
/proc/meminfo: memFree=1297080/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=3224 CPUtime=6.22
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 474 0 0 0 622 0 0 0 25 0 1 0 105106971 3301376 454 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 806 454 84 178 0 626 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10392

[startup+12.7017 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27474
/proc/meminfo: memFree=1296824/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=3488 CPUtime=12.62
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 539 0 0 0 1262 0 0 0 25 0 1 0 105106971 3571712 519 1992294400 134512640 135243223 4294956304 18446744073709551615 134566142 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 872 519 84 178 0 692 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10656

[startup+25.5019 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27474
/proc/meminfo: memFree=1296440/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=3884 CPUtime=25.42
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 645 0 0 0 2542 0 0 0 25 0 1 0 105106971 3977216 625 1992294400 134512640 135243223 4294956304 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 971 625 84 178 0 791 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11052

[startup+51.1014 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27474
/proc/meminfo: memFree=1296056/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=4308 CPUtime=51
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 743 0 0 0 5100 0 0 0 25 0 1 0 105106971 4411392 723 1992294400 134512640 135243223 4294956304 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 1077 723 84 178 0 897 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 11476

[startup+102.306 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27474
/proc/meminfo: memFree=1295480/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=4840 CPUtime=102.19
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 886 0 0 0 10219 0 0 0 25 0 1 0 105106971 4956160 866 1992294400 134512640 135243223 4294956304 18446744073709551615 134555941 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 1210 866 84 178 0 1030 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 12008

[startup+162.303 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27474
/proc/meminfo: memFree=1294968/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=5240 CPUtime=162.17
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 1007 0 0 0 16217 0 0 0 25 0 1 0 105106971 5365760 987 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 1310 987 84 178 0 1130 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 12408

[startup+222.302 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27474
/proc/meminfo: memFree=1294520/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=5780 CPUtime=222.16
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 1117 0 0 0 22215 1 0 0 25 0 1 0 105106971 5918720 1097 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 1445 1097 84 178 0 1265 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 12948

[startup+282.301 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27474
/proc/meminfo: memFree=1294200/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1292920/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=7396 CPUtime=642.05
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 1516 0 0 0 64203 2 0 0 25 0 1 0 105106971 7573504 1496 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 1849 1496 84 178 0 1669 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 14564

[startup+702.302 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27476
/proc/meminfo: memFree=1292600/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=7668 CPUtime=702.03
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 1587 0 0 0 70201 2 0 0 25 0 1 0 105106971 7852032 1567 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 1917 1567 84 178 0 1737 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 14836

[startup+762.306 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27476
/proc/meminfo: memFree=1292280/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=7916 CPUtime=762.01
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 1652 0 0 0 76199 2 0 0 25 0 1 0 105106971 8105984 1632 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 1979 1632 84 178 0 1799 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 15084

[startup+822.301 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27476
/proc/meminfo: memFree=1292152/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=8048 CPUtime=822
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 1676 0 0 0 82197 3 0 0 25 0 1 0 105106971 8241152 1656 1992294400 134512640 135243223 4294956304 18446744073709551615 134567772 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 2012 1656 84 178 0 1832 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 15216

[startup+882.301 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27476
/proc/meminfo: memFree=1291960/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=8188 CPUtime=881.98
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 1728 0 0 0 88195 3 0 0 25 0 1 0 105106971 8384512 1708 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 2047 1708 84 178 0 1867 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 15356

[startup+942.302 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27476
/proc/meminfo: memFree=1291832/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=8328 CPUtime=941.96
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 1744 0 0 0 94193 3 0 0 25 0 1 0 105106971 8527872 1724 1992294400 134512640 135243223 4294956304 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 2082 1724 84 178 0 1902 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 15496

[startup+1002.3 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27476
/proc/meminfo: memFree=1291640/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=8460 CPUtime=1001.94
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 1791 0 0 0 100191 3 0 0 25 0 1 0 105106971 8663040 1771 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 2115 1771 84 178 0 1935 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 15628

[startup+1062.3 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27476
/proc/meminfo: memFree=1291576/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=8600 CPUtime=1061.93
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 1817 0 0 0 106189 4 0 0 25 0 1 0 105106971 8806400 1797 1992294400 134512640 135243223 4294956304 18446744073709551615 134558569 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 2150 1797 84 178 0 1970 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 15768

[startup+1122.3 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27476
/proc/meminfo: memFree=1291448/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=8724 CPUtime=1121.92
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 1846 0 0 0 112188 4 0 0 25 0 1 0 105106971 8933376 1826 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 2181 1826 84 178 0 2001 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 15892

[startup+1182.3 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27476
/proc/meminfo: memFree=1291320/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=8724 CPUtime=1181.9
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 1866 0 0 0 118186 4 0 0 25 0 1 0 105106971 8933376 1846 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 2181 1846 84 178 0 2001 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 15892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.98 1.00 2/67 27476
/proc/meminfo: memFree=1291384/2055920 swapFree=4192956/4192956
[pid=27471] ppid=27469 vsize=1812 CPUtime=0.05
/proc/27471/stat : 27471 (IUT_BMB_SAT) S 27469 27471 26986 0 -1 4194304 282 0 0 0 3 2 0 0 18 0 1 0 105106964 1855488 264 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27471/statm: 453 264 105 274 0 176 0
[pid=27473] ppid=27471 vsize=5356 CPUtime=0
/proc/27473/stat : 27473 (sh) S 27471 27471 26986 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105106971 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27473/statm: 1339 232 193 169 0 50 0
[pid=27474] ppid=27473 vsize=8868 CPUtime=1200
/proc/27474/stat : 27474 (minisat) R 27473 27471 26986 0 -1 4194304 1874 0 0 0 119996 4 0 0 25 0 1 0 105106971 9080832 1854 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27474/statm: 2217 1854 84 178 0 2037 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 16036

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1200.41
CPU time (s): 1200.08
CPU user time (s): 1200
CPU system time (s): 0.077988
CPU usage (%): 99.9726
Max. virtual memory (cumulated for all children) (KiB): 16036

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

runsolver used 0.993848 second user time and 3.38348 second system time

The end

Launcher Data

Begin job on node61 at 2009-04-26 20:33:18
IDJOB=1731459
IDBENCH=24752
IDSOLVER=523
FILE ID=node61/1731459-1240770798
PBS_JOBID= 9187133
Free space on /tmp= 66424 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1000-m6860-k4-l4-s1935114289.sat05-523.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731459-1240770798/watcher-1731459-1240770798 -o /tmp/evaluation-result-1731459-1240770798/solver-1731459-1240770798 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1731459-1240770798.cnf HOME

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

MD5SUM BENCH= 27360692d166ffe055bd444eea177edf
RANDOM SEED=1431043713

node61.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.216
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.216
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:       1300272 kB
Buffers:         96860 kB
Cached:         552472 kB
SwapCached:          0 kB
Active:         224288 kB
Inactive:       438880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1300272 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2324 kB
Writeback:           0 kB
Mapped:          23588 kB
Slab:            78584 kB
Committed_AS:   442512 kB
PageTables:       1368 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66420 MiB
End job on node61 at 2009-04-26 20:53:19