Trace number 1581577

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
ManySAT 1.1 aimd 1/2009-03-20UNSAT 986.235 498.441

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark923.365
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.10/1.12	c ==============================================================================
1.10/1.12	c |           |     ORIGINAL     |              LEARNT              |          |
1.10/1.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.10/1.12	c ==============================================================================
1.10/1.12	c |         0 |  994915  2381378 |  298474       0        0     nan |  0.000 % |
6.59/6.63	c |         0 |  656617  1827272 |      --       0       --      -- |     --   | -87269/19681
6.59/6.63	c ==============================================================================
6.59/6.63	c Result  :   #vars: 101783   #clauses: 656617   #literals: 1827272
6.59/6.63	c CPU time:   6.39703 s
6.59/6.63	c ==============================================================================
986.17/498.40	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
986.17/498.40	c ============================[ Problem Statistics ]=============================
986.17/498.40	c |                                                                             |
986.17/498.40	c threadId              : 1
986.17/498.40	c restarts              : 615
986.17/498.40	c conflicts             : 91927          (94 /sec)
986.17/498.40	c decisions             : 325850         (1.25 % random) (333 /sec)
986.17/498.40	c propagations          : 697369450      (712780 /sec)
986.17/498.40	c conflict literals     : 10352669       (55.40 % deleted)
986.17/498.40	c Memory used           : 143.49 MB
986.17/498.40	c CPU time              : 978.38 s
986.17/498.40	
986.17/498.40	c --->m=2, e=8, aimd=1, HOME/6154_many.cnf	time: 489.19	conflicts: 91927        
986.17/498.42	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-1581577-1238930554/watcher-1581577-1238930554 -o /tmp/evaluation-result-1581577-1238930554/solver-1581577-1238930554 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1581577-1238930554.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6154
/proc/meminfo: memFree=1506992/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=0
/proc/6154/stat : 6154 (manysat.sh) R 6152 6154 5877 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1165717321 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 218076080799 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/6154/statm: 1339 234 194 169 0 50 0
[pid=6155] ppid=6154 vsize=1552 CPUtime=0
/proc/6155/stat : 6155 (SatElite) R 6154 6154 5877 0 -1 4194304 272 0 0 0 0 0 0 0 18 0 1 0 1165717321 1589248 256 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/6155/statm: 388 258 50 127 0 258 0

[startup+0.0842369 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6154
/proc/meminfo: memFree=1506992/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=0
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165717321 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6154/statm: 1339 235 195 169 0 50 0
[pid=6155] ppid=6154 vsize=27788 CPUtime=0.07
/proc/6155/stat : 6155 (SatElite) R 6154 6154 5877 0 -1 4194304 4917 0 0 0 5 2 0 0 20 0 1 0 1165717321 28454912 4733 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/6155/statm: 6947 4734 50 127 0 6817 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33144

[startup+0.101237 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6154
/proc/meminfo: memFree=1506992/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=0
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165717321 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6154/statm: 1339 235 195 169 0 50 0
[pid=6155] ppid=6154 vsize=29760 CPUtime=0.09
/proc/6155/stat : 6155 (SatElite) R 6154 6154 5877 0 -1 4194304 5374 0 0 0 7 2 0 0 20 0 1 0 1165717321 30474240 5190 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/6155/statm: 7440 5191 50 127 0 7310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35116

[startup+0.301255 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6154
/proc/meminfo: memFree=1506992/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=0
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165717321 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6154/statm: 1339 235 195 169 0 50 0
[pid=6155] ppid=6154 vsize=47664 CPUtime=0.28
/proc/6155/stat : 6155 (SatElite) R 6154 6154 5877 0 -1 4194304 9709 0 0 0 24 4 0 0 21 0 1 0 1165717321 48807936 9525 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/6155/statm: 11916 9525 50 127 0 11786 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 53020

[startup+0.701289 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6154
/proc/meminfo: memFree=1506992/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=0
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165717321 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6154/statm: 1339 235 195 169 0 50 0
[pid=6155] ppid=6154 vsize=69656 CPUtime=0.69
/proc/6155/stat : 6155 (SatElite) R 6154 6154 5877 0 -1 4194304 15182 0 0 0 60 9 0 0 25 0 1 0 1165717321 71327744 14998 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/6155/statm: 17414 14998 51 127 0 17284 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75012

[startup+1.50136 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6156
/proc/meminfo: memFree=1421472/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=0
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165717321 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6154/statm: 1339 235 195 169 0 50 0
[pid=6155] ppid=6154 vsize=101260 CPUtime=1.49
/proc/6155/stat : 6155 (SatElite) R 6154 6154 5877 0 -1 4194304 25346 0 0 0 135 14 0 0 25 0 1 0 1165717321 103690240 23100 1992294400 134512640 135034092 4294956096 18446744073709551615 134561948 0 0 4096 3 0 0 0 17 0 0 0
/proc/6155/statm: 25315 23100 67 127 0 25185 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106616

[startup+3.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6156
/proc/meminfo: memFree=1401184/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=0
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165717321 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6154/statm: 1339 235 195 169 0 50 0
[pid=6155] ppid=6154 vsize=116268 CPUtime=3.08
/proc/6155/stat : 6155 (SatElite) R 6154 6154 5877 0 -1 4194304 29401 0 0 0 290 18 0 0 25 0 1 0 1165717321 119058432 26585 1992294400 134512640 135034092 4294956096 18446744073709551615 134566294 0 0 4096 3 0 0 0 17 0 0 0
/proc/6155/statm: 29067 26585 68 127 0 28937 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 121624

[startup+6.30178 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 6156
/proc/meminfo: memFree=1394592/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=0
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1165717321 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6154/statm: 1339 235 195 169 0 50 0
[pid=6155] ppid=6154 vsize=116440 CPUtime=6.29
/proc/6155/stat : 6155 (SatElite) R 6154 6154 5877 0 -1 4194304 34464 0 0 0 607 22 0 0 25 0 1 0 1165717321 119234560 26801 1992294400 134512640 135034092 4294956096 18446744073709551615 134566687 0 0 4096 3 0 0 0 17 0 0 0
/proc/6155/statm: 29110 26801 68 127 0 28980 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121796

[startup+12.7024 s]
/proc/loadavg: 1.08 1.02 1.01 3/67 6158
/proc/meminfo: memFree=1395096/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=107020 CPUtime=9.45
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 23092 0 0 0 926 19 0 0 17 0 2 0 1165718067 109588480 23078 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 26755 23078 83 193 0 26559 0
[pid=6157/tid=6158] ppid=6154 vsize=107020 CPUtime=4.24
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 1099 0 0 0 419 5 0 0 17 0 2 0 1165718164 109588480 23078 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.9
Current children cumulated vsize (KiB) 112376

[startup+25.5015 s]
/proc/loadavg: 1.22 1.05 1.02 3/67 6158
/proc/meminfo: memFree=1389464/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=113056 CPUtime=34.99
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 24631 0 0 0 3478 21 0 0 17 0 2 0 1165718067 115769344 24617 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 28264 24617 83 193 0 28068 0
[pid=6157/tid=6158] ppid=6154 vsize=113056 CPUtime=17.03
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 1884 0 0 0 1698 5 0 0 17 0 2 0 1165718164 115769344 24617 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.44
Current children cumulated vsize (KiB) 118412

[startup+51.1017 s]
/proc/loadavg: 1.49 1.12 1.04 3/67 6158
/proc/meminfo: memFree=1377624/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=124860 CPUtime=86.04
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 27610 0 0 0 8579 25 0 0 17 0 2 0 1165718067 127856640 27596 1992294400 134512640 135305190 4294956144 18446744073709551615 134528990 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 31215 27596 83 193 0 31019 0
[pid=6157/tid=6158] ppid=6154 vsize=124860 CPUtime=42.63
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 3477 0 0 0 4255 8 0 0 17 0 2 0 1165718164 127856640 27596 1992294400 134512640 135305190 4294956144 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93.49
Current children cumulated vsize (KiB) 130216

[startup+102.306 s]
/proc/loadavg: 1.79 1.27 1.09 3/67 6158
/proc/meminfo: memFree=1362264/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=139640 CPUtime=188.23
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 31359 0 0 0 18792 31 0 0 25 0 2 0 1165718067 142991360 31345 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 34910 31345 83 193 0 34714 0
[pid=6157/tid=6158] ppid=6154 vsize=139640 CPUtime=93.81
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 5263 0 0 0 9371 10 0 0 25 0 2 0 1165718164 142991360 31345 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 195.68
Current children cumulated vsize (KiB) 144996

[startup+162.301 s]
/proc/loadavg: 1.95 1.41 1.15 3/67 6158
/proc/meminfo: memFree=1356248/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=145596 CPUtime=307.97
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 32850 0 0 0 30763 34 0 0 21 0 2 0 1165718067 149090304 32836 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 36399 32836 83 193 0 36203 0
[pid=6157/tid=6158] ppid=6154 vsize=145596 CPUtime=153.79
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 5950 0 0 0 15367 12 0 0 25 0 2 0 1165718164 149090304 32836 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 315.42
Current children cumulated vsize (KiB) 150952

[startup+222.302 s]
/proc/loadavg: 1.98 1.52 1.20 3/67 6158
/proc/meminfo: memFree=1356184/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=145596 CPUtime=427.71
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 32863 0 0 0 42737 34 0 0 25 0 2 0 1165718067 149090304 32849 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 36399 32849 83 193 0 36203 0
[pid=6157/tid=6158] ppid=6154 vsize=145596 CPUtime=213.76
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 5961 0 0 0 21364 12 0 0 25 0 2 0 1165718164 149090304 32849 1992294400 134512640 135305190 4294956144 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 435.16
Current children cumulated vsize (KiB) 150952

[startup+282.302 s]
/proc/loadavg: 1.99 1.60 1.25 3/67 6158
/proc/meminfo: memFree=1355672/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=146180 CPUtime=547.46
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 32998 0 0 0 54712 34 0 0 25 0 2 0 1165718067 149688320 32984 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 36545 32984 83 193 0 36349 0
[pid=6157/tid=6158] ppid=6154 vsize=146180 CPUtime=273.74
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 6009 0 0 0 27362 12 0 0 19 0 2 0 1165718164 149688320 32984 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 554.91
Current children cumulated vsize (KiB) 151536

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.29 3/67 6158
/proc/meminfo: memFree=1355160/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=146580 CPUtime=667.21
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 33122 0 0 0 66686 35 0 0 25 0 2 0 1165718067 150097920 33108 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 36645 33108 83 193 0 36449 0
[pid=6157/tid=6158] ppid=6154 vsize=146580 CPUtime=333.72
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 6078 0 0 0 33360 12 0 0 25 0 2 0 1165718164 150097920 33108 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 674.66
Current children cumulated vsize (KiB) 151936

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.33 3/67 6158
/proc/meminfo: memFree=1354968/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=146740 CPUtime=786.94
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 33150 0 0 0 78659 35 0 0 21 0 2 0 1165718067 150261760 33136 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 36685 33136 83 193 0 36489 0
[pid=6157/tid=6158] ppid=6154 vsize=146740 CPUtime=393.7
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 6080 0 0 0 39357 13 0 0 25 0 2 0 1165718164 150261760 33136 1992294400 134512640 135305190 4294956144 18446744073709551615 134528826 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 794.39
Current children cumulated vsize (KiB) 152096

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.37 3/67 6158
/proc/meminfo: memFree=1354904/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=146740 CPUtime=906.68
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 33177 0 0 0 90633 35 0 0 21 0 2 0 1165718067 150261760 33163 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 36685 33163 83 193 0 36489 0
[pid=6157/tid=6158] ppid=6154 vsize=146740 CPUtime=453.68
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 6092 0 0 0 45355 13 0 0 18 0 2 0 1165718164 150261760 33163 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 914.13
Current children cumulated vsize (KiB) 152096

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

[startup+473.502 s]
/proc/loadavg: 1.99 1.78 1.38 3/67 6158
/proc/meminfo: memFree=1354840/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=146740 CPUtime=929.03
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 33177 0 0 0 92868 35 0 0 18 0 2 0 1165718067 150261760 33163 1992294400 134512640 135305190 4294956144 18446744073709551615 134528136 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 36685 33163 83 193 0 36489 0
[pid=6157/tid=6158] ppid=6154 vsize=146740 CPUtime=464.88
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 6092 0 0 0 46475 13 0 0 17 0 2 0 1165718164 150261760 33163 1992294400 134512640 135305190 4294956144 18446744073709551615 134557200 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 936.48
Current children cumulated vsize (KiB) 152096

[startup+486.302 s]
/proc/loadavg: 1.99 1.79 1.39 3/67 6158
/proc/meminfo: memFree=1354776/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=146928 CPUtime=954.58
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 33189 0 0 0 95423 35 0 0 18 0 2 0 1165718067 150454272 33175 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 36732 33175 83 193 0 36536 0
[pid=6157/tid=6158] ppid=6154 vsize=146928 CPUtime=477.67
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 6104 0 0 0 47754 13 0 0 20 0 2 0 1165718164 150454272 33175 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 962.03
Current children cumulated vsize (KiB) 152284

[startup+492.702 s]
/proc/loadavg: 1.99 1.80 1.39 3/67 6158
/proc/meminfo: memFree=1354776/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=146928 CPUtime=967.36
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 33189 0 0 0 96701 35 0 0 25 0 2 0 1165718067 150454272 33175 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 36732 33175 83 193 0 36536 0
[pid=6157/tid=6158] ppid=6154 vsize=146928 CPUtime=484.07
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 6104 0 0 0 48394 13 0 0 25 0 2 0 1165718164 150454272 33175 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 974.81
Current children cumulated vsize (KiB) 152284

[startup+495.902 s]
/proc/loadavg: 1.99 1.80 1.39 3/67 6158
/proc/meminfo: memFree=1354776/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=146928 CPUtime=973.74
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 33189 0 0 0 97339 35 0 0 20 0 2 0 1165718067 150454272 33175 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 36732 33175 83 193 0 36536 0
[pid=6157/tid=6158] ppid=6154 vsize=146928 CPUtime=487.27
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 6104 0 0 0 48714 13 0 0 18 0 2 0 1165718164 150454272 33175 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 981.19
Current children cumulated vsize (KiB) 152284

[startup+497.502 s]
/proc/loadavg: 1.99 1.80 1.39 3/67 6158
/proc/meminfo: memFree=1354776/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=146928 CPUtime=976.93
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 33189 0 0 0 97658 35 0 0 25 0 2 0 1165718067 150454272 33175 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 36732 33175 83 193 0 36536 0
[pid=6157/tid=6158] ppid=6154 vsize=146928 CPUtime=488.87
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 6104 0 0 0 48874 13 0 0 17 0 2 0 1165718164 150454272 33175 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 984.38
Current children cumulated vsize (KiB) 152284

[startup+497.902 s]
/proc/loadavg: 1.99 1.80 1.39 3/67 6158
/proc/meminfo: memFree=1354776/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=146928 CPUtime=977.73
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 33189 0 0 0 97738 35 0 0 25 0 2 0 1165718067 150454272 33175 1992294400 134512640 135305190 4294956144 18446744073709551615 134549147 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 36732 33175 83 193 0 36536 0
[pid=6157/tid=6158] ppid=6154 vsize=146928 CPUtime=489.27
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 6104 0 0 0 48914 13 0 0 18 0 2 0 1165718164 150454272 33175 1992294400 134512640 135305190 4294956144 18446744073709551615 134836452 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 985.18
Current children cumulated vsize (KiB) 152284

[startup+498.307 s]
/proc/loadavg: 1.99 1.80 1.39 3/67 6158
/proc/meminfo: memFree=1354776/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=146928 CPUtime=978.53
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 33189 0 0 0 97818 35 0 0 25 0 2 0 1165718067 150454272 33175 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 36732 33175 83 193 0 36536 0
[pid=6157/tid=6158] ppid=6154 vsize=146928 CPUtime=489.67
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 6104 0 0 0 48954 13 0 0 18 0 2 0 1165718164 150454272 33175 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 985.98
Current children cumulated vsize (KiB) 152284

[startup+498.402 s]
/proc/loadavg: 1.99 1.80 1.39 3/67 6158
/proc/meminfo: memFree=1354776/2055920 swapFree=4178784/4192956
[pid=6154] ppid=6152 vsize=5356 CPUtime=7.45
/proc/6154/stat : 6154 (manysat.sh) S 6152 6154 5877 0 -1 4194304 312 36489 0 0 0 0 715 30 16 0 1 0 1165717321 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6154/statm: 1339 238 195 169 0 50 0
[pid=6157] ppid=6154 vsize=146928 CPUtime=978.72
/proc/6157/stat : 6157 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194304 33189 0 0 0 97837 35 0 0 25 0 2 0 1165718067 150454272 33175 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6157/statm: 36732 33175 83 193 0 36536 0
[pid=6157/tid=6158] ppid=6154 vsize=146928 CPUtime=489.77
/proc/6157/task/6158/stat : 6158 (manysat1.1_stat) R 6154 6154 5877 0 -1 4194368 6104 0 0 0 48964 13 0 0 19 0 2 0 1165718164 150454272 33175 1992294400 134512640 135305190 4294956144 18446744073709551615 134528590 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 986.17
Current children cumulated vsize (KiB) 152284

Child status: 20
Real time (s): 498.441
CPU time (s): 986.235
CPU user time (s): 985.536
CPU system time (s): 0.698893
CPU usage (%): 197.864
Max. virtual memory (cumulated for all children) (KiB): 152284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 985.536
system time used= 0.698893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70159
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= 3557
involuntary context switches= 7374

runsolver used 0.501923 second user time and 1.3188 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-05 13:22:35
IDJOB=1581577
IDBENCH=71039
IDSOLVER=514
FILE ID=node57/1581577-1238930554
PBS_JOBID= 9101433
Free space on /tmp= 66544 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581577-1238930554/watcher-1581577-1238930554 -o /tmp/evaluation-result-1581577-1238930554/solver-1581577-1238930554 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1581577-1238930554.cnf aimd 1

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

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=1937886301

node57.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.213
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.213
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:       1507544 kB
Buffers:         55024 kB
Cached:         417448 kB
SwapCached:       8220 kB
Active:         200916 kB
Inactive:       281272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507544 kB
SwapTotal:     4192956 kB
SwapFree:      4178784 kB
Dirty:           19988 kB
Writeback:           0 kB
Mapped:          15160 kB
Slab:            52304 kB
Committed_AS:  3096868 kB
PageTables:       1416 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= 66544 MiB
End job on node57 at 2009-04-05 13:30:54