Trace number 1785073

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.06 5001.41

General information on the benchmark

Namecrafted/Hard/contest02/
hgen3-v500-s1349121860.sat05-473.reshuffled-07.cnf
MD5SUMa197a9dc75e55922067ed3cf039613f4
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.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  500                                                  |
0.00/0.02	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.03	c |       100 |     500     1750     5250 |      641      100     34 |  0.000 % |
0.00/0.03	c |       250 |     500     1750     5250 |      705      250     31 |  0.000 % |
0.00/0.04	c |       475 |     500     1750     5250 |      776      475     32 |  0.000 % |
0.00/0.05	c |       812 |     500     1750     5250 |      854      812     32 |  0.000 % |
0.00/0.07	c |      1319 |     500     1750     5250 |      939      849     32 |  0.000 % |
0.00/0.10	c |      2079 |     500     1750     5250 |     1033      591     27 |  0.000 % |
0.00/0.15	c |      3219 |     500     1750     5250 |     1136      600     29 |  0.000 % |
0.00/0.23	c |      4927 |     500     1750     5250 |     1250     1080     31 |  0.000 % |
0.00/0.36	c |      7489 |     500     1750     5250 |     1375      964     31 |  0.000 % |
0.00/0.55	c |     11335 |     500     1750     5250 |     1513     1153     32 |  0.000 % |
0.00/0.86	c |     17101 |     500     1750     5250 |     1664     1331     32 |  0.000 % |
1.27/1.32	c |     25751 |     500     1750     5250 |     1830     1248     29 |  0.000 % |
1.97/2.02	c |     38726 |     500     1750     5250 |     2013     1822     31 |  0.000 % |
2.97/3.09	c |     58187 |     500     1750     5250 |     2215     1327     29 |  0.000 % |
4.77/4.82	c |     87380 |     500     1750     5250 |     2436     1750     33 |  0.000 % |
7.37/7.49	c |    131169 |     500     1750     5250 |     2680     1567     30 |  0.000 % |
11.57/11.60	c |    196854 |     500     1750     5250 |     2948     2393     31 |  0.000 % |
18.07/18.11	c |    295380 |     500     1750     5250 |     3243     2271     32 |  0.000 % |
27.96/28.00	c |    443169 |     500     1750     5250 |     3567     1893     31 |  0.000 % |
43.56/43.69	c |    664852 |     500     1750     5250 |     3924     2854     33 |  0.000 % |
67.95/68.09	c |    997377 |     500     1750     5250 |     4316     2643     32 |  0.000 % |
105.24/105.34	c |   1496165 |     500     1750     5250 |     4748     2308     30 |  0.000 % |
164.62/164.74	c |   2244348 |     500     1750     5250 |     5223     4059     34 |  0.000 % |
258.10/258.21	c |   3366623 |     500     1750     5250 |     5745     4287     33 |  0.000 % |
404.35/404.51	c |   5050034 |     500     1750     5250 |     6320     3839     31 |  0.000 % |
636.59/636.82	c |   7575150 |     500     1750     5250 |     6952     3863     33 |  0.000 % |
996.40/996.71	c |  11362826 |     500     1750     5250 |     7647     6930     33 |  0.000 % |
1573.83/1574.32	c |  17044339 |     500     1750     5250 |     8412     7574     36 |  0.000 % |
2479.60/2480.31	c |  25566608 |     500     1750     5250 |     9253     5134     32 |  0.000 % |
3914.02/3915.17	c |  38350011 |     500     1750     5250 |    10178     9210     36 |  0.000 % |
5000.02/5001.40	sh: line 1: 19631 Terminated              HOME/minisat simple.out solve.out >temp.out
5000.02/5001.40	c cannot read from file

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785073-1241888001/watcher-1785073-1241888001 -o /tmp/evaluation-result-1785073-1241888001/solver-1785073-1241888001 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1785073-1241888001.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.86 0.99 0.99 3/64 19628
/proc/meminfo: memFree=1553384/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1284 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) R 19626 19628 19591 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 0 216833549 1314816 137 1992294400 134512640 135635285 4294956224 18446744073709551615 134533083 0 0 4096 0 0 0 0 17 1 0 0
/proc/19628/statm: 321 137 97 274 0 44 0

[startup+0.0275799 s]
/proc/loadavg: 0.86 0.99 0.99 3/64 19628
/proc/meminfo: memFree=1553384/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.101586 s]
/proc/loadavg: 0.86 0.99 0.99 3/64 19628
/proc/meminfo: memFree=1553384/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.301603 s]
/proc/loadavg: 0.86 0.99 0.99 3/64 19628
/proc/meminfo: memFree=1553384/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.701638 s]
/proc/loadavg: 0.86 0.99 0.99 3/64 19628
/proc/meminfo: memFree=1553384/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50271 s]
/proc/loadavg: 0.86 0.99 0.99 2/67 19631
/proc/meminfo: memFree=1552144/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=2448 CPUtime=1.47
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 281 0 0 0 147 0 0 0 25 0 1 0 216833551 2506752 262 1992294400 134512640 135243223 4294956320 18446744073709551615 134558242 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 612 262 83 178 0 432 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9220

[startup+3.10185 s]
/proc/loadavg: 0.86 0.99 0.99 2/67 19631
/proc/meminfo: memFree=1551824/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=2580 CPUtime=3.07
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 317 0 0 0 307 0 0 0 25 0 1 0 216833551 2641920 298 1992294400 134512640 135243223 4294956320 18446744073709551615 134564954 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 645 298 83 178 0 465 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9352

[startup+6.30112 s]
/proc/loadavg: 0.87 0.99 0.99 2/67 19631
/proc/meminfo: memFree=1551440/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=2844 CPUtime=6.27
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 367 0 0 0 627 0 0 0 25 0 1 0 216833551 2912256 348 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 711 348 83 178 0 531 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9616

[startup+12.7017 s]
/proc/loadavg: 0.88 0.99 0.99 2/67 19631
/proc/meminfo: memFree=1551200/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=3108 CPUtime=12.67
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 432 0 0 0 1267 0 0 0 25 0 1 0 216833551 3182592 413 1992294400 134512640 135243223 4294956320 18446744073709551615 134565937 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 777 413 83 178 0 597 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9880

[startup+25.5018 s]
/proc/loadavg: 0.91 0.99 0.99 2/67 19631
/proc/meminfo: memFree=1550944/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=3372 CPUtime=25.46
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 506 0 0 0 2546 0 0 0 25 0 1 0 216833551 3452928 487 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 843 487 83 178 0 663 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10144

[startup+51.102 s]
/proc/loadavg: 0.94 0.99 0.99 2/67 19631
/proc/meminfo: memFree=1550432/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=3900 CPUtime=51.05
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 640 0 0 0 5105 0 0 0 25 0 1 0 216833551 3993600 621 1992294400 134512640 135243223 4294956320 18446744073709551615 134555985 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 975 621 83 178 0 795 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10672

[startup+102.305 s]
/proc/loadavg: 0.97 0.99 0.99 2/67 19631
/proc/meminfo: memFree=1549920/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=4428 CPUtime=102.24
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 771 0 0 0 10224 0 0 0 25 0 1 0 216833551 4534272 752 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 1107 752 83 178 0 927 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 11200

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 19631
/proc/meminfo: memFree=1549472/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=4944 CPUtime=162.22
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 879 0 0 0 16222 0 0 0 25 0 1 0 216833551 5062656 860 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 1236 860 83 178 0 1056 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 11716

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 19631
/proc/meminfo: memFree=1548960/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=5344 CPUtime=222.21
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 983 0 0 0 22220 1 0 0 25 0 1 0 216833551 5472256 964 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 1336 964 83 178 0 1156 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 12116

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 19631
/proc/meminfo: memFree=1548640/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=5604 CPUtime=282.19

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

[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=11244 CPUtime=4421.08
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 2447 0 0 0 442098 10 0 0 25 0 1 0 216833551 11513856 2428 1992294400 134512640 135243223 4294956320 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 2811 2428 83 178 0 2631 0
Current children cumulated CPU time (s) 4421.08
Current children cumulated vsize (KiB) 18016

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19645
/proc/meminfo: memFree=1541216/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=11244 CPUtime=4481.06
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 2450 0 0 0 448096 10 0 0 25 0 1 0 216833551 11513856 2431 1992294400 134512640 135243223 4294956320 18446744073709551615 134565513 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 2811 2431 83 178 0 2631 0
Current children cumulated CPU time (s) 4481.06
Current children cumulated vsize (KiB) 18016

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19645
/proc/meminfo: memFree=1541152/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=11244 CPUtime=4541.04
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 2464 0 0 0 454094 10 0 0 25 0 1 0 216833551 11513856 2445 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 2811 2445 83 178 0 2631 0
Current children cumulated CPU time (s) 4541.04
Current children cumulated vsize (KiB) 18016

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19645
/proc/meminfo: memFree=1541088/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=11244 CPUtime=4601.03
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 2475 0 0 0 460093 10 0 0 25 0 1 0 216833551 11513856 2456 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 2811 2456 83 178 0 2631 0
Current children cumulated CPU time (s) 4601.03
Current children cumulated vsize (KiB) 18016

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19645
/proc/meminfo: memFree=1541088/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=11244 CPUtime=4661.01
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 2475 0 0 0 466091 10 0 0 25 0 1 0 216833551 11513856 2456 1992294400 134512640 135243223 4294956320 18446744073709551615 134564632 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 2811 2456 83 178 0 2631 0
Current children cumulated CPU time (s) 4661.01
Current children cumulated vsize (KiB) 18016

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19645
/proc/meminfo: memFree=1540960/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=11384 CPUtime=4721
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 2486 0 0 0 472089 11 0 0 25 0 1 0 216833551 11657216 2467 1992294400 134512640 135243223 4294956320 18446744073709551615 134555619 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 2846 2467 83 178 0 2666 0
Current children cumulated CPU time (s) 4721
Current children cumulated vsize (KiB) 18156

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19645
/proc/meminfo: memFree=1540896/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=11384 CPUtime=4780.98
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 2498 0 0 0 478087 11 0 0 25 0 1 0 216833551 11657216 2479 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 2846 2479 83 178 0 2666 0
Current children cumulated CPU time (s) 4780.98
Current children cumulated vsize (KiB) 18156

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19645
/proc/meminfo: memFree=1540896/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=11384 CPUtime=4840.96
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 2505 0 0 0 484085 11 0 0 25 0 1 0 216833551 11657216 2486 1992294400 134512640 135243223 4294956320 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 2846 2486 83 178 0 2666 0
Current children cumulated CPU time (s) 4840.96
Current children cumulated vsize (KiB) 18156

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19645
/proc/meminfo: memFree=1540768/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=11520 CPUtime=4900.95
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 2519 0 0 0 490084 11 0 0 25 0 1 0 216833551 11796480 2500 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 2880 2500 83 178 0 2700 0
Current children cumulated CPU time (s) 4900.95
Current children cumulated vsize (KiB) 18292

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19645
/proc/meminfo: memFree=1540704/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=11520 CPUtime=4960.93
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 2523 0 0 0 496082 11 0 0 25 0 1 0 216833551 11796480 2504 1992294400 134512640 135243223 4294956320 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 2880 2504 83 178 0 2700 0
Current children cumulated CPU time (s) 4960.93
Current children cumulated vsize (KiB) 18292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 19645
/proc/meminfo: memFree=1540640/2055920 swapFree=4180008/4192956
[pid=19628] ppid=19626 vsize=1416 CPUtime=0
/proc/19628/stat : 19628 (IUT_BMB_SAT) S 19626 19628 19591 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 216833549 1449984 165 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/19628/statm: 354 165 105 274 0 77 0
[pid=19630] ppid=19628 vsize=5356 CPUtime=0
/proc/19630/stat : 19630 (sh) S 19628 19628 19591 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216833551 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19630/statm: 1339 232 193 169 0 50 0
[pid=19631] ppid=19630 vsize=11520 CPUtime=5000.02
/proc/19631/stat : 19631 (minisat) R 19630 19628 19591 0 -1 4194304 2526 0 0 0 499991 11 0 0 25 0 1 0 216833551 11796480 2507 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 1 0 0
/proc/19631/statm: 2880 2507 83 178 0 2700 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 18292

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 5001.41
CPU time (s): 5000.06
CPU user time (s): 4999.93
CPU system time (s): 0.12898
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 18292

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

runsolver used 5.01924 second user time and 13.176 second system time

The end

Launcher Data

Begin job on node15 at 2009-05-09 18:53:21
IDJOB=1785073
IDBENCH=24691
IDSOLVER=638
FILE ID=node15/1785073-1241888001
PBS_JOBID= 9264709
Free space on /tmp= 66088 MiB

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

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

MD5SUM BENCH= a197a9dc75e55922067ed3cf039613f4
RANDOM SEED=1232207565

node15.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.220
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	: 5931.00
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.220
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:       1553864 kB
Buffers:         33612 kB
Cached:         388988 kB
SwapCached:       6752 kB
Active:          55524 kB
Inactive:       375840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553864 kB
SwapTotal:     4192956 kB
SwapFree:      4180008 kB
Dirty:            2276 kB
Writeback:           0 kB
Mapped:          14460 kB
Slab:            56612 kB
Committed_AS:   701228 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66084 MiB
End job on node15 at 2009-05-09 20:16:43