Trace number 1773236

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-20? (MO) 2561.04 1310.02

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3577.9
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

0.00/0.00	c Parsing...
2.98/3.04	c ==============================================================================
2.98/3.04	c |           |     ORIGINAL     |              LEARNT              |          |
2.98/3.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.98/3.04	c ==============================================================================
2.98/3.04	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
39.86/39.96	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
39.86/39.96	c ==============================================================================
39.86/39.96	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
39.86/39.96	c CPU time:   39.262 s
39.86/39.96	c ==============================================================================

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-1773236-1241287038/watcher-1773236-1241287038 -o /tmp/evaluation-result-1773236-1241287038/solver-1773236-1241287038 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773236-1241287038.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.93 0.98 0.99 3/64 489
/proc/meminfo: memFree=1172464/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=0
/proc/489/stat : 489 (manysat.sh) R 487 489 452 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 156732697 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 266890439327 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/489/statm: 1339 234 194 169 0 50 0
[pid=490] ppid=489 vsize=824 CPUtime=0
/proc/490/stat : 490 (SatElite) R 489 489 452 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 156732697 843776 122 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/490/statm: 206 122 51 127 0 76 0

[startup+0.057158 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 489
/proc/meminfo: memFree=1172464/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=0
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732697 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 235 195 169 0 50 0
[pid=490] ppid=489 vsize=6180 CPUtime=0.05
/proc/490/stat : 490 (SatElite) R 489 489 452 0 -1 4194304 1292 0 0 0 4 1 0 0 19 0 1 0 156732697 6328320 1276 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/490/statm: 1545 1277 51 127 0 1415 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11536

[startup+0.101165 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 489
/proc/meminfo: memFree=1172464/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=0
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732697 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 235 195 169 0 50 0
[pid=490] ppid=489 vsize=9332 CPUtime=0.09
/proc/490/stat : 490 (SatElite) R 489 489 452 0 -1 4194304 2106 0 0 0 7 2 0 0 19 0 1 0 156732697 9555968 2090 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/490/statm: 2333 2091 51 127 0 2203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14688

[startup+0.301203 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 489
/proc/meminfo: memFree=1172464/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=0
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732697 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 235 195 169 0 50 0
[pid=490] ppid=489 vsize=23628 CPUtime=0.29
/proc/490/stat : 490 (SatElite) R 489 489 452 0 -1 4194304 5708 0 0 0 25 4 0 0 21 0 1 0 156732697 24195072 5692 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/490/statm: 5907 5693 51 127 0 5777 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28984

[startup+0.70128 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 489
/proc/meminfo: memFree=1172464/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=0
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732697 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 235 195 169 0 50 0
[pid=490] ppid=489 vsize=51160 CPUtime=0.69
/proc/490/stat : 490 (SatElite) R 489 489 452 0 -1 4194304 12607 0 0 0 59 10 0 0 25 0 1 0 156732697 52387840 12591 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/490/statm: 12790 12592 51 127 0 12660 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56516

[startup+1.50143 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 491
/proc/meminfo: memFree=1097760/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=0
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732697 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 235 195 169 0 50 0
[pid=490] ppid=489 vsize=119188 CPUtime=1.49
/proc/490/stat : 490 (SatElite) R 489 489 452 0 -1 4194304 26701 0 0 0 129 20 0 0 25 0 1 0 156732697 122048512 26685 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/490/statm: 29797 26685 51 127 0 29667 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 124544

[startup+3.10174 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 491
/proc/meminfo: memFree=1023264/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=0
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732697 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 235 195 169 0 50 0
[pid=490] ppid=489 vsize=252048 CPUtime=3.09
/proc/490/stat : 490 (SatElite) R 489 489 452 0 -1 4194304 60472 0 0 0 266 43 0 0 25 0 1 0 156732697 258097152 60456 1992294400 134512640 135034092 4294956112 18446744073709551615 134559588 0 0 4096 3 0 0 0 17 0 0 0
/proc/490/statm: 63012 60459 65 127 0 62882 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 257404

[startup+6.30135 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 491
/proc/meminfo: memFree=914912/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=0
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732697 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 235 195 169 0 50 0
[pid=490] ppid=489 vsize=284860 CPUtime=6.29
/proc/490/stat : 490 (SatElite) R 489 489 452 0 -1 4194304 72747 0 0 0 578 51 0 0 25 0 1 0 156732697 291696640 65086 1992294400 134512640 135034092 4294956112 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 0 0 0
/proc/490/statm: 71215 65086 68 127 0 71085 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 290216

[startup+12.7026 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 491
/proc/meminfo: memFree=885472/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=0
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732697 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 235 195 169 0 50 0
[pid=490] ppid=489 vsize=310452 CPUtime=12.68
/proc/490/stat : 490 (SatElite) R 489 489 452 0 -1 4194304 78572 0 0 0 1210 58 0 0 25 0 1 0 156732697 317902848 70911 1992294400 134512640 135034092 4294956112 18446744073709551615 134566662 0 0 4096 3 0 0 0 17 0 0 0
/proc/490/statm: 77613 70911 68 127 0 77483 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 315808

[startup+25.502 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 491
/proc/meminfo: memFree=851424/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=0
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156732697 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/489/statm: 1339 235 195 169 0 50 0
[pid=490] ppid=489 vsize=359176 CPUtime=25.49
/proc/490/stat : 490 (SatElite) R 489 489 452 0 -1 4194304 87082 0 0 0 2486 63 0 0 25 0 1 0 156732697 367796224 78804 1992294400 134512640 135034092 4294956112 18446744073709551615 134540707 0 0 4096 3 0 0 0 17 0 0 0
/proc/490/statm: 89794 78804 68 127 0 89664 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 364532

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 492
/proc/meminfo: memFree=415968/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=44.49
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 313 95009 0 0 0 0 4345 104 16 0 1 0 156732697 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/489/statm: 1339 238 195 169 0 50 0
[pid=492] ppid=489 vsize=753328 CPUtime=6.55
/proc/492/stat : 492 (manysat1.1_stat) R 489 489 452 0 -1 4194304 183656 0 0 0 570 85 0 0 25 0 1 0 156737150 771407872 183599 1992294400 134512640 135305190 4294956160 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 0 0 0
/proc/492/statm: 188332 183599 71 193 0 188136 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 758684

[startup+102.306 s]
/proc/loadavg: 2.70 1.46 1.15 5/69 495
/proc/meminfo: memFree=259152/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=44.49
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 313 95009 0 0 0 0 4345 104 16 0 1 0 156732697 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/489/statm: 1339 238 195 169 0 50 0
[pid=492] ppid=489 vsize=874740 CPUtime=107.24
/proc/492/stat : 492 (manysat1.1_stat) R 489 489 452 0 -1 4194304 206466 0 0 0 10613 111 0 0 17 0 4 0 156737150 895733760 206409 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/492/statm: 218685 206409 83 193 0 218489 0
[pid=492/tid=493] ppid=489 vsize=874740 CPUtime=22.91
/proc/492/task/493/stat : 493 (manysat1.1_stat) R 489 489 452 0 -1 4194368 3053 0 0 0 2287 4 0 0 21 0 4 0 156737946 895733760 206409 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=492/tid=494] ppid=489 vsize=874740 CPUtime=21.25
/proc/492/task/494/stat : 494 (manysat1.1_stat) R 489 489 452 0 -1 4194368 4828 0 0 0 2118 7 0 0 22 0 4 0 156737946 895733760 206409 1992294400 134512640 135305190 4294956160 18446744073709551615 134554658 0 0 4096 3 0 0 0 -1 0 0 0
[pid=492/tid=495] ppid=489 vsize=874740 CPUtime=26.29
/proc/492/task/495/stat : 495 (manysat1.1_stat) R 489 489 452 0 -1 4194368 2867 0 0 0 2625 4 0 0 20 0 4 0 156737946 895733760 206409 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 151.73
Current children cumulated vsize (KiB) 880096

[startup+162.302 s]
/proc/loadavg: 3.52 1.92 1.33 5/69 495
/proc/meminfo: memFree=219856/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=44.49
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 313 95009 0 0 0 0 4345 104 16 0 1 0 156732697 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/489/statm: 1339 238 195 169 0 50 0
[pid=492] ppid=489 vsize=914884 CPUtime=226.97
/proc/492/stat : 492 (manysat1.1_stat) R 489 489 452 0 -1 4194304 216362 0 0 0 22573 124 0 0 25 0 4 0 156737150 936841216 216305 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/492/statm: 228721 216305 83 193 0 228525 0
[pid=492/tid=493] ppid=489 vsize=914884 CPUtime=41.81
/proc/492/task/493/stat : 493 (manysat1.1_stat) R 489 489 452 0 -1 4194368 3857 0 0 0 4175 6 0 0 25 0 4 0 156737946 936841216 216305 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
[pid=492/tid=494] ppid=489 vsize=914884 CPUtime=49.5
/proc/492/task/494/stat : 494 (manysat1.1_stat) R 489 489 452 0 -1 4194368 11630 0 0 0 4935 15 0 0 25 0 4 0 156737946 936841216 216305 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=492/tid=495] ppid=489 vsize=914884 CPUtime=60
/proc/492/task/495/stat : 495 (manysat1.1_stat) R 489 489 452 0 -1 4194368 3798 0 0 0 5994 6 0 0 20 0 4 0 156737946 936841216 216305 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 271.46
Current children cumulated vsize (KiB) 920240

[startup+222.301 s]
/proc/loadavg: 3.82 2.29 1.49 5/69 501
/proc/meminfo: memFree=164800/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=44.49
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 313 95009 0 0 0 0 4345 104 16 0 1 0 156732697 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/489/statm: 1339 238 195 169 0 50 0
[pid=492] ppid=489 vsize=968916 CPUtime=346.68
/proc/492/stat : 492 (manysat1.1_stat) R 489 489 452 0 -1 4194304 229998 0 0 0 34527 141 0 0 17 0 4 0 156737150 992169984 229941 1992294400 134512640 135305190 4294956160 18446744073709551615 134541978 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/492/statm: 242229 229941 83 193 0 242033 0
[pid=492/tid=493] ppid=489 vsize=968916 CPUtime=60.21
/proc/492/task/493/stat : 493 (manysat1.1_stat) R 489 489 452 0 -1 4194368 4547 0 0 0 6014 7 0 0 25 0 4 0 156737946 992169984 229941 1992294400 134512640 135305190 4294956160 18446744073709551615 134545741 0 0 4096 3 0 0 0 -1 1 0 0
[pid=492/tid=494] ppid=489 vsize=968916 CPUtime=74.07
/proc/492/task/494/stat : 494 (manysat1.1_stat) R 489 489 452 0 -1 4194368 21415 0 0 0 7383 24 0 0 17 0 4 0 156737946 992169984 229941 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
[pid=492/tid=495] ppid=489 vsize=968916 CPUtime=92.89
/proc/492/task/495/stat : 495 (manysat1.1_stat) R 489 489 452 0 -1 4194368 5165 0 0 0 9280 9 0 0 19 0 4 0 156737946 992169984 229941 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 391.17
Current children cumulated vsize (KiB) 974272

[startup+282.303 s]
/proc/loadavg: 3.93 2.60 1.65 5/69 501
/proc/meminfo: memFree=105096/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=44.49

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

/proc/492/task/495/stat : 495 (manysat1.1_stat) R 489 489 452 0 -1 4194368 11182 0 0 0 40313 20 0 0 25 0 4 0 156737946 1590255616 375205 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1708.02
Current children cumulated vsize (KiB) 1558340

[startup+942.302 s]
/proc/loadavg: 4.00 3.88 2.85 5/69 501
/proc/meminfo: memFree=30736/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=44.49
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 313 95009 0 0 0 0 4345 104 16 0 1 0 156732697 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/489/statm: 1339 238 195 169 0 50 0
[pid=492] ppid=489 vsize=1604716 CPUtime=1783.27
/proc/492/stat : 492 (manysat1.1_stat) R 489 489 452 0 -1 4194304 388108 0 0 0 178003 324 0 0 24 0 4 0 156737150 1643229184 388051 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/492/statm: 401179 388051 83 193 0 400983 0
[pid=492/tid=493] ppid=489 vsize=1604716 CPUtime=450.15
/proc/492/task/493/stat : 493 (manysat1.1_stat) R 489 489 452 0 -1 4194368 17894 0 0 0 44987 28 0 0 21 0 4 0 156737946 1643229184 388051 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=492/tid=494] ppid=489 vsize=1604716 CPUtime=403.55
/proc/492/task/494/stat : 494 (manysat1.1_stat) R 489 489 452 0 -1 4194368 149207 0 0 0 40199 156 0 0 25 0 4 0 156737946 1643229184 388051 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
[pid=492/tid=495] ppid=489 vsize=1604716 CPUtime=422.73
/proc/492/task/495/stat : 495 (manysat1.1_stat) R 489 489 452 0 -1 4194368 11605 0 0 0 42252 21 0 0 19 0 4 0 156737946 1643229184 388051 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1827.76
Current children cumulated vsize (KiB) 1610072

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 2.92 5/69 501
/proc/meminfo: memFree=15376/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=44.49
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 313 95009 0 0 0 0 4345 104 16 0 1 0 156732697 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/489/statm: 1339 238 195 169 0 50 0
[pid=492] ppid=489 vsize=1643844 CPUtime=1902.98
/proc/492/stat : 492 (manysat1.1_stat) R 489 489 452 0 -1 4194304 397912 0 0 0 189963 335 0 0 22 0 4 0 156737150 1683296256 397855 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/492/statm: 410961 397855 83 193 0 410765 0
[pid=492/tid=493] ppid=489 vsize=1643844 CPUtime=484.9
/proc/492/task/493/stat : 493 (manysat1.1_stat) R 489 489 452 0 -1 4194368 19300 0 0 0 48460 30 0 0 25 0 4 0 156737946 1683296256 397855 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=492/tid=494] ppid=489 vsize=1643844 CPUtime=429.24
/proc/492/task/494/stat : 494 (manysat1.1_stat) R 489 489 452 0 -1 4194368 156426 0 0 0 42762 162 0 0 25 0 4 0 156737946 1683296256 397855 1992294400 134512640 135305190 4294956160 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0
[pid=492/tid=495] ppid=489 vsize=1643844 CPUtime=447.44
/proc/492/task/495/stat : 495 (manysat1.1_stat) R 489 489 452 0 -1 4194368 11925 0 0 0 44722 22 0 0 25 0 4 0 156737946 1683296256 397855 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1947.47
Current children cumulated vsize (KiB) 1649200

[startup+1062.3 s]
/proc/loadavg: 4.04 3.93 2.99 5/69 501
/proc/meminfo: memFree=14928/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=44.49
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 313 95009 0 0 0 0 4345 104 16 0 1 0 156732697 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/489/statm: 1339 238 195 169 0 50 0
[pid=492] ppid=489 vsize=1646248 CPUtime=2022.71
/proc/492/stat : 492 (manysat1.1_stat) R 489 489 452 0 -1 4194304 398504 0 0 0 201933 338 0 0 21 0 4 0 156737150 1685757952 398447 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/492/statm: 411562 398447 83 193 0 411366 0
[pid=492/tid=493] ppid=489 vsize=1646248 CPUtime=515.84
/proc/492/task/493/stat : 493 (manysat1.1_stat) R 489 489 452 0 -1 4194368 19387 0 0 0 51553 31 0 0 25 0 4 0 156737946 1685757952 398447 1992294400 134512640 135305190 4294956160 18446744073709551615 134541978 0 0 4096 3 0 0 0 -1 0 0 0
[pid=492/tid=494] ppid=489 vsize=1646248 CPUtime=457.68
/proc/492/task/494/stat : 494 (manysat1.1_stat) R 489 489 452 0 -1 4194368 156880 0 0 0 45605 163 0 0 25 0 4 0 156737946 1685757952 398447 1992294400 134512640 135305190 4294956160 18446744073709551615 134528590 0 0 4096 3 0 0 0 -1 1 0 0
[pid=492/tid=495] ppid=489 vsize=1646248 CPUtime=472.9
/proc/492/task/495/stat : 495 (manysat1.1_stat) R 489 489 452 0 -1 4194368 11976 0 0 0 47268 22 0 0 25 0 4 0 156737946 1685757952 398447 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2067.2
Current children cumulated vsize (KiB) 1651604

[startup+1122.3 s]
/proc/loadavg: 4.07 3.95 3.06 5/69 501
/proc/meminfo: memFree=16144/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=44.49
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 313 95009 0 0 0 0 4345 104 16 0 1 0 156732697 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/489/statm: 1339 238 195 169 0 50 0
[pid=492] ppid=489 vsize=1657540 CPUtime=2142.44
/proc/492/stat : 492 (manysat1.1_stat) R 489 489 452 0 -1 4194304 401189 0 0 0 213900 344 0 0 17 0 4 0 156737150 1697320960 401132 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/492/statm: 414385 401132 83 193 0 414189 0
[pid=492/tid=493] ppid=489 vsize=1657540 CPUtime=547.83
/proc/492/task/493/stat : 493 (manysat1.1_stat) R 489 489 452 0 -1 4194368 19862 0 0 0 54751 32 0 0 25 0 4 0 156737946 1697320960 401132 1992294400 134512640 135305190 4294956160 18446744073709551615 134541947 0 0 4096 3 0 0 0 -1 1 0 0
[pid=492/tid=494] ppid=489 vsize=1657540 CPUtime=487.43
/proc/492/task/494/stat : 494 (manysat1.1_stat) R 489 489 452 0 -1 4194368 158767 0 0 0 48576 167 0 0 25 0 4 0 156737946 1697320960 401132 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
[pid=492/tid=495] ppid=489 vsize=1657540 CPUtime=500.85
/proc/492/task/495/stat : 495 (manysat1.1_stat) R 489 489 452 0 -1 4194368 12144 0 0 0 50062 23 0 0 25 0 4 0 156737946 1697320960 401132 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2186.93
Current children cumulated vsize (KiB) 1662896

[startup+1182.3 s]
/proc/loadavg: 4.02 3.96 3.11 5/69 501
/proc/meminfo: memFree=15184/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=44.49
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 313 95009 0 0 0 0 4345 104 16 0 1 0 156732697 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/489/statm: 1339 238 195 169 0 50 0
[pid=492] ppid=489 vsize=1694004 CPUtime=2262.14
/proc/492/stat : 492 (manysat1.1_stat) R 489 489 452 0 -1 4194304 410356 0 0 0 225862 352 0 0 24 0 4 0 156737150 1734660096 410299 1992294400 134512640 135305190 4294956160 18446744073709551615 134530621 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/492/statm: 423501 410299 83 193 0 423305 0
[pid=492/tid=493] ppid=489 vsize=1694004 CPUtime=562.83
/proc/492/task/493/stat : 493 (manysat1.1_stat) R 489 489 452 0 -1 4194368 19914 0 0 0 56251 32 0 0 25 0 4 0 156737946 1734660096 410299 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
[pid=492/tid=494] ppid=489 vsize=1694004 CPUtime=516.19
/proc/492/task/494/stat : 494 (manysat1.1_stat) R 489 489 452 0 -1 4194368 167291 0 0 0 51445 174 0 0 25 0 4 0 156737946 1734660096 410299 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0
[pid=492/tid=495] ppid=489 vsize=1694004 CPUtime=531.82
/proc/492/task/495/stat : 495 (manysat1.1_stat) R 489 489 452 0 -1 4194368 12393 0 0 0 53158 24 0 0 22 0 4 0 156737946 1734660096 410299 1992294400 134512640 135305190 4294956160 18446744073709551615 134528784 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2306.63
Current children cumulated vsize (KiB) 1699360

[startup+1242.3 s]
/proc/loadavg: 4.05 3.98 3.17 5/69 501
/proc/meminfo: memFree=15440/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=44.49
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 313 95009 0 0 0 0 4345 104 16 0 1 0 156732697 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/489/statm: 1339 238 195 169 0 50 0
[pid=492] ppid=489 vsize=1758832 CPUtime=2381.7
/proc/492/stat : 492 (manysat1.1_stat) R 489 489 452 0 -1 4194304 426495 0 0 0 237804 366 0 0 19 0 4 0 156737150 1801043968 426438 1992294400 134512640 135305190 4294956160 18446744073709551615 134528750 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/492/statm: 439708 426438 83 193 0 439512 0
[pid=492/tid=493] ppid=489 vsize=1758832 CPUtime=584.29
/proc/492/task/493/stat : 493 (manysat1.1_stat) R 489 489 452 0 -1 4194368 20313 0 0 0 58396 33 0 0 17 0 4 0 156737946 1801043968 426438 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
[pid=492/tid=494] ppid=489 vsize=1758832 CPUtime=542.93
/proc/492/task/494/stat : 494 (manysat1.1_stat) R 489 489 452 0 -1 4194368 181958 0 0 0 54107 186 0 0 25 0 4 0 156737946 1801043968 426438 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
[pid=492/tid=495] ppid=489 vsize=1758832 CPUtime=564.71
/proc/492/task/495/stat : 495 (manysat1.1_stat) R 489 489 452 0 -1 4194368 12817 0 0 0 56447 24 0 0 24 0 4 0 156737946 1801043968 426438 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2426.19
Current children cumulated vsize (KiB) 1764188

[startup+1302.3 s]
/proc/loadavg: 4.02 3.98 3.22 5/69 501
/proc/meminfo: memFree=14864/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=44.49
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 313 95009 0 0 0 0 4345 104 16 0 1 0 156732697 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/489/statm: 1339 238 195 169 0 50 0
[pid=492] ppid=489 vsize=1820732 CPUtime=2501.26
/proc/492/stat : 492 (manysat1.1_stat) R 489 489 452 0 -1 4194304 442135 0 0 0 249745 381 0 0 22 0 4 0 156737150 1864429568 442078 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/492/statm: 455183 442078 83 193 0 454987 0
[pid=492/tid=493] ppid=489 vsize=1820732 CPUtime=612.57
/proc/492/task/493/stat : 493 (manysat1.1_stat) R 489 489 452 0 -1 4194368 21360 0 0 0 61224 33 0 0 25 0 4 0 156737946 1864429568 442078 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=492/tid=494] ppid=489 vsize=1820732 CPUtime=570.41
/proc/492/task/494/stat : 494 (manysat1.1_stat) R 489 489 452 0 -1 4194368 195203 0 0 0 56843 198 0 0 25 0 4 0 156737946 1864429568 442078 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=492/tid=495] ppid=489 vsize=1820732 CPUtime=594.7
/proc/492/task/495/stat : 495 (manysat1.1_stat) R 489 489 452 0 -1 4194368 13283 0 0 0 59445 25 0 0 25 0 4 0 156737946 1864429568 442078 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2545.75
Current children cumulated vsize (KiB) 1826088



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1310 s]
/proc/loadavg: 4.01 3.98 3.23 6/69 501
/proc/meminfo: memFree=15120/2055920 swapFree=4191900/4192956
[pid=489] ppid=487 vsize=5356 CPUtime=44.49
/proc/489/stat : 489 (manysat.sh) S 487 489 452 0 -1 4194304 313 95009 0 0 0 0 4345 104 16 0 1 0 156732697 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/489/statm: 1339 238 195 169 0 50 0
[pid=492] ppid=489 vsize=1838028 CPUtime=2516.55
/proc/492/stat : 492 (manysat1.1_stat) R 489 489 452 0 -1 4194304 446260 0 0 0 251270 385 0 0 19 0 4 0 156737150 1882140672 446203 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/492/statm: 459507 446203 83 193 0 459311 0
[pid=492/tid=493] ppid=489 vsize=1838028 CPUtime=617.75
/proc/492/task/493/stat : 493 (manysat1.1_stat) R 489 489 452 0 -1 4194368 21577 0 0 0 61741 34 0 0 17 0 4 0 156737946 1882140672 446203 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=492/tid=494] ppid=489 vsize=1838028 CPUtime=575.6
/proc/492/task/494/stat : 494 (manysat1.1_stat) R 489 489 452 0 -1 4194368 198966 0 0 0 57358 202 0 0 17 0 4 0 156737946 1882140672 446203 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=492/tid=495] ppid=489 vsize=1838028 CPUtime=598.11
/proc/492/task/495/stat : 495 (manysat1.1_stat) R 489 489 452 0 -1 4194368 13346 0 0 0 59786 25 0 0 17 0 4 0 156737946 1882140672 446203 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2561.04
Current children cumulated vsize (KiB) 1843384

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 489 and gives
#  childrusage.ru_utime.tv_sec=43
#  childrusage.ru_utime.tv_usec=454393
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=49840
# CPU time returned by wait4() is 44.5042
# while last known CPU time is 2561.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1310.02
CPU time (s): 2561.04
CPU user time (s): 2556.15
CPU system time (s): 4.89
CPU usage (%): 195.496
Max. virtual memory (cumulated for all children) (KiB): 1843384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.4544
system time used= 1.04984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95322
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= 5
involuntary context switches= 143

runsolver used 1.17682 second user time and 3.60645 second system time

The end

Launcher Data

Begin job on node38 at 2009-05-02 19:57:22
IDJOB=1773236
IDBENCH=20576
IDSOLVER=612
FILE ID=node38/1773236-1241287038
PBS_JOBID= 9225090
Free space on /tmp= 66440 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773236-1241287038/watcher-1773236-1241287038 -o /tmp/evaluation-result-1773236-1241287038/solver-1773236-1241287038 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1773236-1241287038.cnf aimd 1

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1644811677

node38.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.265
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.265
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:       1172944 kB
Buffers:         77940 kB
Cached:         692048 kB
SwapCached:        384 kB
Active:         163660 kB
Inactive:       619584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1172944 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           78572 kB
Writeback:           0 kB
Mapped:          21688 kB
Slab:            85624 kB
Committed_AS:   773768 kB
PageTables:       1456 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= 66352 MiB
End job on node38 at 2009-05-02 20:19:14