Trace number 1784779

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.0UNSAT 1715.39 1715.86

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n800-d0.02-s925928766.sat05-538.reshuffled-07.cnf
MD5SUMc2cb7643bd8a1926480278b8bba0ef3d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark773.277
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses8767
Sum of the clauses size26476
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 38592
Number of clauses of size 4175
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.06/0.07	c WARNING: for repeatability, setting FPU to use double precision
0.06/0.07	c ============================[ Problem Statistics ]=============================
0.06/0.07	c |                                                                             |
0.06/0.07	c |  Number of variables:  700                                                  |
0.06/0.07	c |  Number of clauses:    8767                                                 |
0.06/0.08	c |  Parsing time:         0.01         s                                       |
0.06/0.14	c ============================[ Search Statistics ]==============================
0.06/0.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.06/0.14	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.06/0.14	c ===============================================================================
0.06/0.14	c |         0 |     525     8592    28726 |     2864        0    nan |  0.000 % |
0.06/0.15	c |       102 |     525     8592    28726 |     3150      102     12 |  0.000 % |
0.06/0.16	c |       252 |     525     8592    28726 |     3465      252     20 |  0.000 % |
0.06/0.17	c |       477 |     525     8592    28726 |     3811      477     19 |  0.000 % |
0.06/0.20	c |       815 |     525     8592    28726 |     4193      815     19 |  0.000 % |
0.06/0.23	c |      1321 |     525     8592    28726 |     4612     1321     19 |  0.000 % |
0.06/0.30	c |      2080 |     525     8592    28726 |     5073     2080     19 |  0.000 % |
0.06/0.41	c |      3220 |     525     8592    28726 |     5581     3220     18 |  0.000 % |
0.06/0.60	c |      4929 |     525     8592    28726 |     6139     4929     18 |  0.000 % |
0.06/0.91	c |      7491 |     525     8592    28726 |     6753     4398     16 |  0.000 % |
1.38/1.42	c |     11336 |     525     8592    28726 |     7428     4842     17 |  0.000 % |
2.08/2.17	c |     17102 |     525     8592    28726 |     8171     6870     16 |  0.001 % |
3.37/3.43	c |     25751 |     525     8592    28726 |     8988     7287     16 |  0.000 % |
5.38/5.40	c |     38727 |     525     8592    28726 |     9887     6704     17 |  0.000 % |
8.17/8.29	c |     58188 |     525     8592    28726 |    10876     6310     18 |  0.000 % |
12.87/12.96	c |     87380 |     525     8592    28726 |    11963     8156     19 |  0.000 % |
19.87/19.99	c |    131169 |     525     8592    28726 |    13160     9827     17 |  0.001 % |
32.46/32.53	c |    196855 |     525     8592    28726 |    14476     9446     20 |  0.000 % |
52.15/52.23	c |    295382 |     525     8592    28726 |    15923    13510     17 |  0.001 % |
84.94/85.09	c |    443171 |     525     8592    28726 |    17515     9556     16 |  0.001 % |
136.13/136.28	c |    664855 |     525     8592    28726 |    19267    11645     19 |  0.001 % |
213.41/213.59	c |    997380 |     525     8592    28726 |    21194    15662     19 |  0.000 % |
348.97/349.14	c |   1496168 |     525     8592    28726 |    23313    15138     16 |  0.000 % |
562.71/562.98	c |   2244351 |     525     8592    28726 |    25645    15711     19 |  0.000 % |
918.52/918.81	c |   3366625 |     524     8508    28464 |    28209    22182     20 |  0.143 % |
1512.96/1513.47	c |   5050037 |     521     8384    28036 |    31030    16750     17 |  0.572 % |
1715.30/1715.85	c ===============================================================================
1715.30/1715.85	c restarts              : 26
1715.30/1715.85	c conflicts             : 5597352        (3263 /sec)
1715.30/1715.85	c decisions             : 5910666        (1.70 % random) (3446 /sec)
1715.30/1715.85	c propagations          : 692659654      (403819 /sec)
1715.30/1715.85	c conflict literals     : 113091752      (39.83 % deleted)
1715.30/1715.85	c Memory used           : 9.80 MB
1715.30/1715.85	c CPU time              : 1715.27 s
1715.30/1715.85	
1715.30/1715.85	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1784779-1241866817/watcher-1784779-1241866817 -o /tmp/evaluation-result-1784779-1241866817/solver-1784779-1241866817 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1784779-1241866817.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.97 0.90 3/64 26929
/proc/meminfo: memFree=1599440/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1284 CPUtime=0
/proc/26929/stat : 26929 (IUT_BMB_SAT) R 26927 26929 26827 0 -1 4194304 146 0 0 0 0 0 0 0 20 0 1 0 214709315 1314816 129 1992294400 134512640 135635285 4294956224 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 1 0 0
/proc/26929/statm: 321 129 92 274 0 44 0

[startup+0.0756669 s]
/proc/loadavg: 0.92 0.97 0.90 3/64 26929
/proc/meminfo: memFree=1599440/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) R 26927 26929 26827 0 -1 4194304 279 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 262 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 1 0 0
/proc/26929/statm: 458 262 99 274 0 181 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1832

[startup+0.10267 s]
/proc/loadavg: 0.92 0.97 0.90 3/64 26929
/proc/meminfo: memFree=1599440/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1832

[startup+0.302692 s]
/proc/loadavg: 0.92 0.97 0.90 3/64 26929
/proc/meminfo: memFree=1599440/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1832

[startup+0.701738 s]
/proc/loadavg: 0.92 0.97 0.90 3/64 26929
/proc/meminfo: memFree=1599440/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1832

[startup+1.50183 s]
/proc/loadavg: 0.92 0.97 0.90 2/67 26932
/proc/meminfo: memFree=1596728/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=3428 CPUtime=1.42
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 528 0 0 0 142 0 0 0 25 0 1 0 214709323 3510272 507 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 857 507 84 178 0 677 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10616

[startup+3.10201 s]
/proc/loadavg: 0.92 0.97 0.90 2/67 26932
/proc/meminfo: memFree=1596472/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=3560 CPUtime=3.01
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 584 0 0 0 301 0 0 0 25 0 1 0 214709323 3645440 563 1992294400 134512640 135243223 4294956320 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 890 563 84 178 0 710 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10748

[startup+6.30137 s]
/proc/loadavg: 0.93 0.97 0.90 2/67 26932
/proc/meminfo: memFree=1596024/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=3956 CPUtime=6.21
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 661 0 0 0 621 0 0 0 25 0 1 0 214709323 4050944 640 1992294400 134512640 135243223 4294956320 18446744073709551615 134555462 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 989 640 84 178 0 809 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11144

[startup+12.7011 s]
/proc/loadavg: 0.93 0.97 0.90 2/67 26932
/proc/meminfo: memFree=1595512/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=4220 CPUtime=12.61
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 742 0 0 0 1261 0 0 0 25 0 1 0 214709323 4321280 721 1992294400 134512640 135243223 4294956320 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 1055 721 84 178 0 875 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11408

[startup+25.5026 s]
/proc/loadavg: 0.95 0.97 0.91 2/67 26932
/proc/meminfo: memFree=1595064/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=4760 CPUtime=25.41
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 854 0 0 0 2541 0 0 0 25 0 1 0 214709323 4874240 833 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 1190 833 84 178 0 1010 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11948

[startup+51.1025 s]
/proc/loadavg: 1.04 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1594552/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=5164 CPUtime=50.99
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 960 0 0 0 5099 0 0 0 25 0 1 0 214709323 5287936 939 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 1291 939 84 178 0 1111 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 12352

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1594168/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=5444 CPUtime=102.18
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 1050 0 0 0 10218 0 0 0 25 0 1 0 214709323 5574656 1029 1992294400 134512640 135243223 4294956320 18446744073709551615 134555693 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 1361 1029 84 178 0 1181 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 12632

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1593144/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=6532 CPUtime=162.17
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 1277 0 0 0 16216 1 0 0 25 0 1 0 214709323 6688768 1256 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 1633 1256 84 178 0 1453 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 13720

[startup+222.303 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1593016/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=6688 CPUtime=222.15
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 1317 0 0 0 22214 1 0 0 25 0 1 0 214709323 6848512 1296 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 1672 1296 84 178 0 1492 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 13876

[startup+282.303 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1592632/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=7008 CPUtime=282.13

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

/proc/26932/statm: 2389 2001 84 178 0 2209 0
Current children cumulated CPU time (s) 1541.85
Current children cumulated vsize (KiB) 16744

[startup+1602.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1589304/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=9892 CPUtime=1601.78
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 2086 0 0 0 160175 3 0 0 25 0 1 0 214709323 10129408 2065 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 2473 2065 84 178 0 2293 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 17080

[startup+1662.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1589176/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=10032 CPUtime=1661.76
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 2115 0 0 0 166173 3 0 0 25 0 1 0 214709323 10272768 2094 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 2508 2094 84 178 0 2328 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 17220

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

[startup+1689.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1589112/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=10032 CPUtime=1688.95
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 2115 0 0 0 168892 3 0 0 25 0 1 0 214709323 10272768 2094 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 2508 2094 84 178 0 2328 0
Current children cumulated CPU time (s) 1689.01
Current children cumulated vsize (KiB) 17220

[startup+1702.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1589112/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=10032 CPUtime=1701.75
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 2115 0 0 0 170172 3 0 0 25 0 1 0 214709323 10272768 2094 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 2508 2094 84 178 0 2328 0
Current children cumulated CPU time (s) 1701.81
Current children cumulated vsize (KiB) 17220

[startup+1708.7 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1589176/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=10032 CPUtime=1708.15
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 2115 0 0 0 170812 3 0 0 25 0 1 0 214709323 10272768 2094 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 2508 2094 84 178 0 2328 0
Current children cumulated CPU time (s) 1708.21
Current children cumulated vsize (KiB) 17220

[startup+1711.9 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1589176/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=10032 CPUtime=1711.34
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 2115 0 0 0 171131 3 0 0 25 0 1 0 214709323 10272768 2094 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 2508 2094 84 178 0 2328 0
Current children cumulated CPU time (s) 1711.4
Current children cumulated vsize (KiB) 17220

[startup+1713.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1589176/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=10032 CPUtime=1712.94
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 2115 0 0 0 171291 3 0 0 25 0 1 0 214709323 10272768 2094 1992294400 134512640 135243223 4294956320 18446744073709551615 134555622 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 2508 2094 84 178 0 2328 0
Current children cumulated CPU time (s) 1713
Current children cumulated vsize (KiB) 17220

[startup+1715.1 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1589176/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=10032 CPUtime=1714.54
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 2115 0 0 0 171451 3 0 0 25 0 1 0 214709323 10272768 2094 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 2508 2094 84 178 0 2328 0
Current children cumulated CPU time (s) 1714.6
Current children cumulated vsize (KiB) 17220

[startup+1715.5 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1589176/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=10032 CPUtime=1714.94
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 2115 0 0 0 171491 3 0 0 25 0 1 0 214709323 10272768 2094 1992294400 134512640 135243223 4294956320 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 2508 2094 84 178 0 2328 0
Current children cumulated CPU time (s) 1715
Current children cumulated vsize (KiB) 17220

[startup+1715.7 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1589176/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=10032 CPUtime=1715.14
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 2115 0 0 0 171511 3 0 0 25 0 1 0 214709323 10272768 2094 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 2508 2094 84 178 0 2328 0
Current children cumulated CPU time (s) 1715.2
Current children cumulated vsize (KiB) 17220

[startup+1715.8 s]
/proc/loadavg: 1.00 0.99 0.91 2/67 26938
/proc/meminfo: memFree=1589176/2055920 swapFree=4191900/4192956
[pid=26929] ppid=26927 vsize=1832 CPUtime=0.06
/proc/26929/stat : 26929 (IUT_BMB_SAT) S 26927 26929 26827 0 -1 4194304 286 0 0 0 3 3 0 0 20 0 1 0 214709315 1875968 268 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/26929/statm: 458 268 105 274 0 181 0
[pid=26931] ppid=26929 vsize=5356 CPUtime=0
/proc/26931/stat : 26931 (sh) S 26929 26929 26827 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 214709323 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26931/statm: 1339 232 193 169 0 50 0
[pid=26932] ppid=26931 vsize=10032 CPUtime=1715.24
/proc/26932/stat : 26932 (minisat) R 26931 26929 26827 0 -1 4194304 2115 0 0 0 171521 3 0 0 25 0 1 0 214709323 10272768 2094 1992294400 134512640 135243223 4294956320 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 1 0 0
/proc/26932/statm: 2508 2094 84 178 0 2328 0
Current children cumulated CPU time (s) 1715.3
Current children cumulated vsize (KiB) 17220

Child status: 0
Real time (s): 1715.86
CPU time (s): 1715.39
CPU user time (s): 1715.32
CPU system time (s): 0.076988
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 17220

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

runsolver used 1.67774 second user time and 4.57031 second system time

The end

Launcher Data

Begin job on node62 at 2009-05-09 13:00:18
IDJOB=1784779
IDBENCH=24613
IDSOLVER=638
FILE ID=node62/1784779-1241866817
PBS_JOBID= 9264553
Free space on /tmp= 66472 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n800-d0.02-s925928766.sat05-538.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784779-1241866817/watcher-1784779-1241866817 -o /tmp/evaluation-result-1784779-1241866817/solver-1784779-1241866817 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1784779-1241866817.cnf HOME

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

MD5SUM BENCH= c2cb7643bd8a1926480278b8bba0ef3d
RANDOM SEED=811516074

node62.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	: 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.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:       1599920 kB
Buffers:         28696 kB
Cached:         355780 kB
SwapCached:        268 kB
Active:          64128 kB
Inactive:       335152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1599920 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:          23360 kB
Slab:            42576 kB
Committed_AS:   543744 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66468 MiB
End job on node62 at 2009-05-09 13:28:53