Trace number 1785043

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.11 5001.91

General information on the benchmark

Namecrafted/Hard/contest02/
hgen2-v500-s1216665065.sat05-467.reshuffled-07.cnf
MD5SUMb414a0b8680818eb94ce47e101b0ad77
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 variables500
Number of clauses1750
Sum of the clauses size5250
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31750
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:  500                                                  |
0.00/0.01	c |  Number of clauses:    1750                                                 |
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 |     500     1750     5250 |      583        0    nan |  0.000 % |
0.00/0.02	c |       101 |     500     1750     5250 |      641      101     32 |  0.000 % |
0.00/0.03	c |       251 |     500     1750     5250 |      705      251     31 |  0.000 % |
0.00/0.03	c |       476 |     500     1750     5250 |      776      476     32 |  0.000 % |
0.00/0.05	c |       813 |     500     1750     5250 |      854      813     31 |  0.000 % |
0.00/0.07	c |      1319 |     500     1750     5250 |      939      842     30 |  0.000 % |
0.00/0.10	c |      2079 |     500     1750     5250 |     1033      571     28 |  0.000 % |
0.00/0.14	c |      3219 |     500     1750     5250 |     1136      586     28 |  0.000 % |
0.00/0.22	c |      4927 |     500     1750     5250 |     1250     1080     31 |  0.000 % |
0.00/0.33	c |      7489 |     500     1750     5250 |     1375      983     29 |  0.000 % |
0.00/0.50	c |     11334 |     500     1750     5250 |     1513     1212     30 |  0.000 % |
0.00/0.78	c |     17101 |     500     1750     5250 |     1664     1390     30 |  0.000 % |
1.18/1.21	c |     25750 |     500     1750     5250 |     1830     1295     31 |  0.000 % |
1.78/1.86	c |     38724 |     500     1750     5250 |     2013     1884     29 |  0.000 % |
2.78/2.88	c |     58185 |     500     1750     5250 |     2215     1509     29 |  0.000 % |
4.48/4.50	c |     87377 |     500     1750     5250 |     2436     1954     31 |  0.000 % |
6.98/7.03	c |    131166 |     500     1750     5250 |     2680     1500     31 |  0.000 % |
10.78/10.88	c |    196850 |     500     1750     5250 |     2948     2263     31 |  0.000 % |
16.77/16.89	c |    295376 |     500     1750     5250 |     3243     2161     30 |  0.000 % |
26.17/26.21	c |    443165 |     500     1750     5250 |     3567     1906     31 |  0.000 % |
40.46/40.58	c |    664848 |     500     1750     5250 |     3924     2808     32 |  0.000 % |
63.15/63.25	c |    997373 |     500     1750     5250 |     4316     2374     31 |  0.000 % |
98.94/99.08	c |   1496162 |     500     1750     5250 |     4748     2311     32 |  0.000 % |
154.52/154.64	c |   2244344 |     500     1750     5250 |     5223     4180     35 |  0.000 % |
241.89/242.04	c |   3366620 |     500     1750     5250 |     5745     4194     34 |  0.000 % |
377.04/377.27	c |   5050032 |     500     1750     5250 |     6320     3262     34 |  0.000 % |
590.66/590.99	c |   7575149 |     500     1750     5250 |     6952     5361     33 |  0.000 % |
940.03/940.48	c |  11362824 |     500     1750     5250 |     7647     6349     36 |  0.000 % |
1476.04/1476.68	c |  17044339 |     500     1750     5250 |     8412     5552     34 |  0.000 % |
2325.73/2326.64	c |  25566608 |     500     1750     5250 |     9253     5517     33 |  0.000 % |
3679.65/3681.04	c |  38350012 |     500     1750     5250 |    10178     6523     34 |  0.000 % |
5000.07/5001.90	sh: line 1: 27229 Terminated              HOME/minisat simple.out solve.out >temp.out
5000.07/5001.90	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-1785043-1241884848/watcher-1785043-1241884848 -o /tmp/evaluation-result-1785043-1241884848/solver-1785043-1241884848 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1785043-1241884848.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: 0.92 0.98 0.99 3/65 27226
/proc/meminfo: memFree=1908352/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) R 27224 27226 27086 0 -1 4194304 160 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 143 1992294400 134512640 135635285 4294956224 18446744073709551615 134547051 0 0 4096 0 0 0 0 17 1 0 0
/proc/27226/statm: 354 144 97 274 0 77 0

[startup+0.0868501 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 27226
/proc/meminfo: memFree=1908352/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.101862 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 27226
/proc/meminfo: memFree=1908352/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.301889 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 27226
/proc/meminfo: memFree=1908352/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.70196 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 27226
/proc/meminfo: memFree=1908352/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50211 s]
/proc/loadavg: 0.92 0.98 0.99 2/68 27229
/proc/meminfo: memFree=1907176/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=2580 CPUtime=1.48
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 287 0 0 0 148 0 0 0 25 0 1 0 216514095 2641920 268 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 645 268 83 178 0 465 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9352

[startup+3.1014 s]
/proc/loadavg: 0.92 0.98 0.99 2/68 27229
/proc/meminfo: memFree=1906920/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=2712 CPUtime=3.08
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 322 0 0 0 308 0 0 0 25 0 1 0 216514095 2777088 303 1992294400 134512640 135243223 4294956320 18446744073709551615 134555959 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 678 303 83 178 0 498 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9484

[startup+6.30297 s]
/proc/loadavg: 0.93 0.98 0.99 2/68 27229
/proc/meminfo: memFree=1906600/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=2844 CPUtime=6.28
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 373 0 0 0 628 0 0 0 25 0 1 0 216514095 2912256 354 1992294400 134512640 135243223 4294956320 18446744073709551615 134555907 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 711 354 83 178 0 531 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9616

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/68 27229
/proc/meminfo: memFree=1906288/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=3108 CPUtime=12.67
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 437 0 0 0 1267 0 0 0 25 0 1 0 216514095 3182592 418 1992294400 134512640 135243223 4294956320 18446744073709551615 134564993 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 777 418 83 178 0 597 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9880

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/68 27235
/proc/meminfo: memFree=1905840/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=3504 CPUtime=25.47
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 516 0 0 0 2547 0 0 0 25 0 1 0 216514095 3588096 497 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 876 497 83 178 0 696 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10276

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/68 27235
/proc/meminfo: memFree=1905328/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=3900 CPUtime=51.06
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 634 0 0 0 5106 0 0 0 25 0 1 0 216514095 3993600 615 1992294400 134512640 135243223 4294956320 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 975 615 83 178 0 795 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 10672

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/68 27235
/proc/meminfo: memFree=1904624/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=4552 CPUtime=102.24
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 806 0 0 0 10224 0 0 0 25 0 1 0 216514095 4661248 787 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 1138 787 83 178 0 958 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 11324

[startup+162.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/68 27235
/proc/meminfo: memFree=1904176/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=5076 CPUtime=162.21
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 921 0 0 0 16221 0 0 0 25 0 1 0 216514095 5197824 902 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 1269 902 83 178 0 1089 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 11848

[startup+222.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/68 27235
/proc/meminfo: memFree=1903856/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=5340 CPUtime=222.19
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 992 0 0 0 22219 0 0 0 25 0 1 0 216514095 5468160 973 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 1335 973 83 178 0 1155 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 12112

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27235
/proc/meminfo: memFree=1903472/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=5724 CPUtime=282.17

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

/proc/meminfo: memFree=1895792/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=11364 CPUtime=4480.66
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 2476 0 0 0 448063 3 0 0 25 0 1 0 216514095 11636736 2457 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 2841 2457 83 178 0 2661 0
Current children cumulated CPU time (s) 4480.66
Current children cumulated vsize (KiB) 18136

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27243
/proc/meminfo: memFree=1895728/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=11364 CPUtime=4540.63
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 2488 0 0 0 454060 3 0 0 25 0 1 0 216514095 11636736 2469 1992294400 134512640 135243223 4294956320 18446744073709551615 134555622 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 2841 2469 83 178 0 2661 0
Current children cumulated CPU time (s) 4540.63
Current children cumulated vsize (KiB) 18136

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27243
/proc/meminfo: memFree=1895600/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=11364 CPUtime=4600.62
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 2498 0 0 0 460059 3 0 0 25 0 1 0 216514095 11636736 2479 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 2841 2479 83 178 0 2661 0
Current children cumulated CPU time (s) 4600.62
Current children cumulated vsize (KiB) 18136

[startup+4662.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/68 27243
/proc/meminfo: memFree=1895600/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=11364 CPUtime=4660.59
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 2498 0 0 0 466056 3 0 0 25 0 1 0 216514095 11636736 2479 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 2841 2479 83 178 0 2661 0
Current children cumulated CPU time (s) 4660.59
Current children cumulated vsize (KiB) 18136

[startup+4722.31 s]
/proc/loadavg: 1.02 1.01 1.00 2/68 27243
/proc/meminfo: memFree=1895536/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=11496 CPUtime=4720.57
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 2508 0 0 0 472054 3 0 0 25 0 1 0 216514095 11771904 2489 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 2874 2489 83 178 0 2694 0
Current children cumulated CPU time (s) 4720.57
Current children cumulated vsize (KiB) 18268

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27243
/proc/meminfo: memFree=1895472/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=11496 CPUtime=4780.55
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 2512 0 0 0 478052 3 0 0 25 0 1 0 216514095 11771904 2493 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 2874 2493 83 178 0 2694 0
Current children cumulated CPU time (s) 4780.55
Current children cumulated vsize (KiB) 18268

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27243
/proc/meminfo: memFree=1895408/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=11496 CPUtime=4840.53
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 2524 0 0 0 484050 3 0 0 25 0 1 0 216514095 11771904 2505 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 2874 2505 83 178 0 2694 0
Current children cumulated CPU time (s) 4840.53
Current children cumulated vsize (KiB) 18268

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27243
/proc/meminfo: memFree=1895408/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=11496 CPUtime=4900.51
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 2524 0 0 0 490048 3 0 0 25 0 1 0 216514095 11771904 2505 1992294400 134512640 135243223 4294956320 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 2874 2505 83 178 0 2694 0
Current children cumulated CPU time (s) 4900.51
Current children cumulated vsize (KiB) 18268

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 27243
/proc/meminfo: memFree=1895408/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=11496 CPUtime=4960.48
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 2524 0 0 0 496045 3 0 0 25 0 1 0 216514095 11771904 2505 1992294400 134512640 135243223 4294956320 18446744073709551615 134555985 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 2874 2505 83 178 0 2694 0
Current children cumulated CPU time (s) 4960.48
Current children cumulated vsize (KiB) 18268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 27243
/proc/meminfo: memFree=1895344/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=11496 CPUtime=5000.07
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 2531 0 0 0 500004 3 0 0 25 0 1 0 216514095 11771904 2512 1992294400 134512640 135243223 4294956320 18446744073709551615 134555562 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 2874 2512 83 178 0 2694 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 18268

Sending SIGTERM to process tree (bottom up)

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

[startup+5001.9 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 27243
/proc/meminfo: memFree=1895344/2055920 swapFree=4180340/4192956
[pid=27226] ppid=27224 vsize=1416 CPUtime=0
/proc/27226/stat : 27226 (IUT_BMB_SAT) S 27224 27226 27086 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 216514094 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/27226/statm: 354 165 105 274 0 77 0
[pid=27228] ppid=27226 vsize=5356 CPUtime=0
/proc/27228/stat : 27228 (sh) S 27226 27226 27086 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216514095 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27228/statm: 1339 232 193 169 0 50 0
[pid=27229] ppid=27228 vsize=11496 CPUtime=5000.07
/proc/27229/stat : 27229 (minisat) R 27228 27226 27086 0 -1 4194304 2531 0 0 0 500004 3 0 0 25 0 1 0 216514095 11771904 2512 1992294400 134512640 135243223 4294956320 18446744073709551615 134555562 0 0 4096 3 0 0 0 17 1 0 0
/proc/27229/statm: 2874 2512 83 178 0 2694 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 18268

Child status: 0
Real time (s): 5001.91
CPU time (s): 5000.11
CPU user time (s): 5000.06
CPU system time (s): 0.048992
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 18268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.06
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= 3044
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= 5369

runsolver used 4.36334 second user time and 13.8379 second system time

The end

Launcher Data

Begin job on node84 at 2009-05-09 18:00:48
IDJOB=1785043
IDBENCH=24684
IDSOLVER=638
FILE ID=node84/1785043-1241884848
PBS_JOBID= 9264639
Free space on /tmp= 66160 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Hard/contest02/hgen2-v500-s1216665065.sat05-467.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785043-1241884848/watcher-1785043-1241884848 -o /tmp/evaluation-result-1785043-1241884848/solver-1785043-1241884848 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1785043-1241884848.cnf HOME

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

MD5SUM BENCH= b414a0b8680818eb94ce47e101b0ad77
RANDOM SEED=140546153

node84.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.259
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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1908832 kB
Buffers:         29608 kB
Cached:          71704 kB
SwapCached:       7216 kB
Active:          65392 kB
Inactive:        44540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1908832 kB
SwapTotal:     4192956 kB
SwapFree:      4180340 kB
Dirty:            2208 kB
Writeback:           0 kB
Mapped:          13640 kB
Slab:            23104 kB
Committed_AS:   685184 kB
PageTables:       1368 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= 66156 MiB
End job on node84 at 2009-05-09 19:24:10