Trace number 1563300

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 0/2009-03-20UNSAT 1184.72 617.049

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-d-r2-noholes.cnf
MD5SUM17bffac3a21734cf7ff7fa9ecba23d9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark656.877
Satisfiable
(Un)Satisfiability was proved
Number of variables276895
Number of clauses1607567
Sum of the clauses size4321960
Maximum clause length184
Minimum clause length1
Number of clauses of size 140271
Number of clauses of size 21154041
Number of clauses of size 3332345
Number of clauses of size 410685
Number of clauses of size 50
Number of clauses of size over 570225

Solver Data

0.00/0.00	c Parsing...
1.28/1.34	c ==============================================================================
1.28/1.34	c |           |     ORIGINAL     |              LEARNT              |          |
1.28/1.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.28/1.34	c ==============================================================================
1.28/1.34	c |         0 | 1356467  3708070 |  406940       0        0     nan |  0.000 % |
44.35/44.42	c |         0 |  255997  1816599 |      --       0       --      -- |     --   | -768336/-956869
44.35/44.42	c ==============================================================================
44.35/44.42	c Result  :   #vars: 4925   #clauses: 255997   #literals: 1816599
44.35/44.42	c CPU time:   43.9713 s
44.35/44.42	c ==============================================================================
1184.45/617.00	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
1184.45/617.00	c ============================[ Problem Statistics ]=============================
1184.45/617.00	c |                                                                             |
1184.45/617.00	c threadId              : 0
1184.45/617.00	c restarts              : 1994
1184.45/617.00	c conflicts             : 1690416        (1484 /sec)
1184.45/617.00	c decisions             : 2933293        (1.51 % random) (2575 /sec)
1184.45/617.00	c propagations          : 100371222      (88125 /sec)
1184.45/617.00	c conflict literals     : 28631229       (11.71 % deleted)
1184.45/617.00	c Memory used           : 171.65 MB
1184.45/617.00	c CPU time              : 1138.97 s
1184.45/617.00	
1184.45/617.00	c --->m=2, e=8, aimd=0, HOME/14550_many.cnf	time: 569.485	conflicts: 1690416      
1184.64/617.02	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-1563300-1238784691/watcher-1563300-1238784691 -o /tmp/evaluation-result-1563300-1238784691/solver-1563300-1238784691 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1563300-1238784691.cnf aimd 0 

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: 0.99 0.97 0.99 3/74 14550
/proc/meminfo: memFree=1726024/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=0
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151130349 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14550/statm: 1339 235 195 169 0 50 0
[pid=14551] ppid=14550 vsize=1220 CPUtime=0
/proc/14551/stat : 14551 (SatElite) R 14550 14550 14483 0 -1 4194304 201 0 0 0 0 0 0 0 18 0 1 0 1151130349 1249280 185 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/14551/statm: 305 186 51 127 0 175 0

[startup+0.1042 s]
/proc/loadavg: 0.99 0.97 0.99 3/74 14550
/proc/meminfo: memFree=1726024/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=0
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151130349 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14550/statm: 1339 235 195 169 0 50 0
[pid=14551] ppid=14550 vsize=9512 CPUtime=0.09
/proc/14551/stat : 14551 (SatElite) R 14550 14550 14483 0 -1 4194304 2162 0 0 0 8 1 0 0 18 0 1 0 1151130349 9740288 2146 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/14551/statm: 2378 2149 52 127 0 2248 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14868

[startup+0.201214 s]
/proc/loadavg: 0.99 0.97 0.99 3/74 14550
/proc/meminfo: memFree=1726024/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=0
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151130349 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14550/statm: 1339 235 195 169 0 50 0
[pid=14551] ppid=14550 vsize=17016 CPUtime=0.19
/proc/14551/stat : 14551 (SatElite) R 14550 14550 14483 0 -1 4194304 4059 0 0 0 16 3 0 0 18 0 1 0 1151130349 17424384 4043 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/14551/statm: 4254 4044 52 127 0 4124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 22372

[startup+0.30123 s]
/proc/loadavg: 0.99 0.97 0.99 3/74 14550
/proc/meminfo: memFree=1726024/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=0
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151130349 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14550/statm: 1339 235 195 169 0 50 0
[pid=14551] ppid=14550 vsize=27600 CPUtime=0.29
/proc/14551/stat : 14551 (SatElite) R 14550 14550 14483 0 -1 4194304 6296 0 0 0 25 4 0 0 19 0 1 0 1151130349 28262400 6280 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/14551/statm: 6900 6280 52 127 0 6770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32956

[startup+0.701313 s]
/proc/loadavg: 0.99 0.97 0.99 3/74 14550
/proc/meminfo: memFree=1726024/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=0
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151130349 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14550/statm: 1339 235 195 169 0 50 0
[pid=14551] ppid=14550 vsize=71552 CPUtime=0.69
/proc/14551/stat : 14551 (SatElite) R 14550 14550 14483 0 -1 4194304 14968 0 0 0 59 10 0 0 22 0 1 0 1151130349 73269248 14952 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/14551/statm: 17888 14952 52 127 0 17758 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76908

[startup+1.50244 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14552
/proc/meminfo: memFree=1628408/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=0
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151130349 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14550/statm: 1339 235 195 169 0 50 0
[pid=14551] ppid=14550 vsize=159208 CPUtime=1.48
/proc/14551/stat : 14551 (SatElite) R 14550 14550 14483 0 -1 4194304 32255 0 0 0 126 22 0 0 25 0 1 0 1151130349 163028992 32217 1992294400 134512640 135034092 4294956096 18446744073709551615 134540726 0 0 4096 3 0 0 0 17 1 0 0
/proc/14551/statm: 39802 32217 64 127 0 39672 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 164564

[startup+3.10171 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14552
/proc/meminfo: memFree=1596856/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=0
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151130349 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14550/statm: 1339 235 195 169 0 50 0
[pid=14551] ppid=14550 vsize=159720 CPUtime=3.07
/proc/14551/stat : 14551 (SatElite) R 14550 14550 14483 0 -1 4194304 32363 0 0 0 285 22 0 0 25 0 1 0 1151130349 163553280 32325 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 1 0 0
/proc/14551/statm: 39930 32325 64 127 0 39800 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 165076

[startup+6.30125 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14552
/proc/meminfo: memFree=1583160/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=0
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151130349 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14550/statm: 1339 235 195 169 0 50 0
[pid=14551] ppid=14550 vsize=177864 CPUtime=6.27
/proc/14551/stat : 14551 (SatElite) R 14550 14550 14483 0 -1 4194304 38765 0 0 0 597 30 0 0 25 0 1 0 1151130349 182132736 35199 1992294400 134512640 135034092 4294956096 18446744073709551615 134540927 0 0 4096 3 0 0 0 17 1 0 0
/proc/14551/statm: 44466 35199 68 127 0 44336 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 183220

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14552
/proc/meminfo: memFree=1540472/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=0
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151130349 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14550/statm: 1339 235 195 169 0 50 0
[pid=14551] ppid=14550 vsize=204288 CPUtime=12.66
/proc/14551/stat : 14551 (SatElite) R 14550 14550 14483 0 -1 4194304 45776 0 0 0 1229 37 0 0 25 0 1 0 1151130349 209190912 41865 1992294400 134512640 135034092 4294956096 18446744073709551615 134569764 0 0 4096 3 0 0 0 17 1 0 0
/proc/14551/statm: 51072 41865 68 127 0 50942 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 209644

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.99 2/76 14552
/proc/meminfo: memFree=1540408/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=0
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151130349 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14550/statm: 1339 235 195 169 0 50 0
[pid=14551] ppid=14550 vsize=204544 CPUtime=25.45
/proc/14551/stat : 14551 (SatElite) R 14550 14550 14483 0 -1 4194304 45865 0 0 0 2508 37 0 0 25 0 1 0 1151130349 209453056 41954 1992294400 134512640 135034092 4294956096 18446744073709551615 134540726 0 0 4096 3 0 0 0 17 1 0 0
/proc/14551/statm: 51136 41954 68 127 0 51006 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 209900

[startup+51.1029 s]
/proc/loadavg: 1.07 0.99 0.99 3/77 14554
/proc/meminfo: memFree=1636528/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=73888 CPUtime=11.3
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 15476 0 0 0 1119 11 0 0 17 0 2 0 1151134871 75661312 15462 1992294400 134512640 135305190 4294956144 18446744073709551615 134528690 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 18472 15462 83 193 0 18276 0
[pid=14553/tid=14554] ppid=14550 vsize=73888 CPUtime=5.45
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 2956 0 0 0 542 3 0 0 17 0 2 0 1151134911 75661312 15462 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.46
Current children cumulated vsize (KiB) 79244

[startup+102.303 s]
/proc/loadavg: 1.60 1.14 1.04 3/77 14554
/proc/meminfo: memFree=1617776/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=93164 CPUtime=113.33
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 19925 0 0 0 11315 18 0 0 17 0 2 0 1151134871 95399936 19911 1992294400 134512640 135305190 4294956144 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 23291 19911 83 193 0 23095 0
[pid=14553/tid=14554] ppid=14550 vsize=93164 CPUtime=56.59
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 4950 0 0 0 5652 7 0 0 19 0 2 0 1151134911 95399936 19911 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.49
Current children cumulated vsize (KiB) 98520

[startup+162.302 s]
/proc/loadavg: 1.85 1.29 1.10 3/77 14554
/proc/meminfo: memFree=1605680/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=104680 CPUtime=232.91
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 22941 0 0 0 23267 24 0 0 20 0 2 0 1151134871 107192320 22927 1992294400 134512640 135305190 4294956144 18446744073709551615 134528464 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 26170 22927 83 193 0 25974 0
[pid=14553/tid=14554] ppid=14550 vsize=104680 CPUtime=116.53
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 6431 0 0 0 11643 10 0 0 21 0 2 0 1151134911 107192320 22927 1992294400 134512640 135305190 4294956144 18446744073709551615 134528428 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 278.07
Current children cumulated vsize (KiB) 110036

[startup+222.307 s]
/proc/loadavg: 1.94 1.42 1.15 3/77 14554
/proc/meminfo: memFree=1593264/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=117532 CPUtime=352.52
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 26026 0 0 0 35223 29 0 0 25 0 2 0 1151134871 120352768 26012 1992294400 134512640 135305190 4294956144 18446744073709551615 134528446 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 29383 26012 83 193 0 29187 0
[pid=14553/tid=14554] ppid=14550 vsize=117532 CPUtime=176.49
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 8032 0 0 0 17637 12 0 0 25 0 2 0 1151134911 120352768 26012 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 397.68
Current children cumulated vsize (KiB) 122888

[startup+282.301 s]
/proc/loadavg: 1.98 1.52 1.20 3/77 14554
/proc/meminfo: memFree=1584432/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=126864 CPUtime=472.15
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 28255 0 0 0 47182 33 0 0 23 0 2 0 1151134871 129908736 28241 1992294400 134512640 135305190 4294956144 18446744073709551615 134558427 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 31716 28241 83 193 0 31520 0
[pid=14553/tid=14554] ppid=14550 vsize=126864 CPUtime=236.44
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 9130 0 0 0 23630 14 0 0 25 0 2 0 1151134911 129908736 28241 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.31
Current children cumulated vsize (KiB) 132220

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

Current children cumulated CPU time (s) 636.92
Current children cumulated vsize (KiB) 145424

[startup+402.302 s]
/proc/loadavg: 1.99 1.68 1.30 3/77 14554
/proc/meminfo: memFree=1561392/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=150560 CPUtime=711.37
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 33988 0 0 0 71093 44 0 0 25 0 2 0 1151134871 154173440 33974 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 37640 33974 83 193 0 37444 0
[pid=14553/tid=14554] ppid=14550 vsize=150560 CPUtime=356.3
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 12109 0 0 0 35611 19 0 0 20 0 2 0 1151134911 154173440 33974 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 756.53
Current children cumulated vsize (KiB) 155916

[startup+462.302 s]
/proc/loadavg: 1.99 1.73 1.34 3/77 14554
/proc/meminfo: memFree=1558576/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=153068 CPUtime=831.05
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 34697 0 0 0 83060 45 0 0 17 0 2 0 1151134871 156741632 34683 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 38267 34683 83 193 0 38071 0
[pid=14553/tid=14554] ppid=14550 vsize=153068 CPUtime=416.28
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 12443 0 0 0 41608 20 0 0 17 0 2 0 1151134911 156741632 34683 1992294400 134512640 135305190 4294956144 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 876.21
Current children cumulated vsize (KiB) 158424

[startup+522.302 s]
/proc/loadavg: 1.99 1.78 1.38 3/77 14554
/proc/meminfo: memFree=1547248/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=164620 CPUtime=950.62
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 37534 0 0 0 95013 49 0 0 20 0 2 0 1151134871 168570880 37520 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 41155 37520 83 193 0 40959 0
[pid=14553/tid=14554] ppid=14550 vsize=164620 CPUtime=476.21
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 13942 0 0 0 47599 22 0 0 21 0 2 0 1151134911 168570880 37520 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 995.78
Current children cumulated vsize (KiB) 169976

[startup+582.302 s]
/proc/loadavg: 1.99 1.82 1.41 3/77 14560
/proc/meminfo: memFree=1541224/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=171472 CPUtime=1070.27
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 39032 0 0 0 106976 51 0 0 18 0 2 0 1151134871 175587328 39018 1992294400 134512640 135305190 4294956144 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 42868 39018 83 193 0 42672 0
[pid=14553/tid=14554] ppid=14550 vsize=171472 CPUtime=536.17
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 14720 0 0 0 53594 23 0 0 20 0 2 0 1151134911 175587328 39018 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1115.43
Current children cumulated vsize (KiB) 176828

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

[startup+588.802 s]
/proc/loadavg: 1.99 1.82 1.41 3/77 14560
/proc/meminfo: memFree=1540392/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=172240 CPUtime=1083.23
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 39238 0 0 0 108272 51 0 0 25 0 2 0 1151134871 176373760 39224 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 43060 39224 83 193 0 42864 0
[pid=14553/tid=14554] ppid=14550 vsize=172240 CPUtime=542.66
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 14817 0 0 0 54243 23 0 0 19 0 2 0 1151134911 176373760 39224 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1128.39
Current children cumulated vsize (KiB) 177596

[startup+601.601 s]
/proc/loadavg: 1.99 1.83 1.42 3/77 14560
/proc/meminfo: memFree=1538920/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=173788 CPUtime=1108.77
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 39624 0 0 0 110825 52 0 0 19 0 2 0 1151134871 177958912 39610 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 43447 39610 83 193 0 43251 0
[pid=14553/tid=14554] ppid=14550 vsize=173788 CPUtime=555.46
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 15016 0 0 0 55523 23 0 0 25 0 2 0 1151134911 177958912 39610 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1153.93
Current children cumulated vsize (KiB) 179144

[startup+608.001 s]
/proc/loadavg: 1.99 1.83 1.43 3/77 14560
/proc/meminfo: memFree=1538024/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=174732 CPUtime=1121.54
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 39858 0 0 0 112102 52 0 0 17 0 2 0 1151134871 178925568 39844 1992294400 134512640 135305190 4294956144 18446744073709551615 134528747 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 43683 39844 83 193 0 43487 0
[pid=14553/tid=14554] ppid=14550 vsize=174732 CPUtime=561.85
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 15151 0 0 0 56162 23 0 0 25 0 2 0 1151134911 178925568 39844 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1166.7
Current children cumulated vsize (KiB) 180088

[startup+611.203 s]
/proc/loadavg: 1.99 1.83 1.43 3/77 14560
/proc/meminfo: memFree=1537512/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=175240 CPUtime=1127.92
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 39965 0 0 0 112740 52 0 0 22 0 2 0 1151134871 179445760 39951 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 43810 39951 83 193 0 43614 0
[pid=14553/tid=14554] ppid=14550 vsize=175240 CPUtime=565.05
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 15191 0 0 0 56482 23 0 0 19 0 2 0 1151134911 179445760 39951 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1173.08
Current children cumulated vsize (KiB) 180596

[startup+614.401 s]
/proc/loadavg: 1.99 1.83 1.43 3/77 14560
/proc/meminfo: memFree=1537192/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=175428 CPUtime=1134.3
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 40037 0 0 0 113378 52 0 0 25 0 2 0 1151134871 179638272 40023 1992294400 134512640 135305190 4294956144 18446744073709551615 134528338 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 43857 40023 83 193 0 43661 0
[pid=14553/tid=14554] ppid=14550 vsize=175428 CPUtime=568.25
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 15230 0 0 0 56802 23 0 0 25 0 2 0 1151134911 179638272 40023 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1179.46
Current children cumulated vsize (KiB) 180784

[startup+616.003 s]
/proc/loadavg: 1.99 1.83 1.43 3/77 14560
/proc/meminfo: memFree=1536872/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=175768 CPUtime=1137.5
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 40090 0 0 0 113698 52 0 0 25 0 2 0 1151134871 179986432 40076 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 43942 40076 83 193 0 43746 0
[pid=14553/tid=14554] ppid=14550 vsize=175768 CPUtime=569.85
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 15241 0 0 0 56962 23 0 0 25 0 2 0 1151134911 179986432 40076 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.66
Current children cumulated vsize (KiB) 181124

[startup+616.802 s]
/proc/loadavg: 1.99 1.83 1.43 3/77 14560
/proc/meminfo: memFree=1536872/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=175768 CPUtime=1139.09
/proc/14553/stat : 14553 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194304 40121 0 0 0 113857 52 0 0 25 0 2 0 1151134871 179986432 40107 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 43942 40107 83 193 0 43746 0
[pid=14553/tid=14554] ppid=14550 vsize=175768 CPUtime=570.65
/proc/14553/task/14554/stat : 14554 (manysat1.1_stat) R 14550 14550 14483 0 -1 4194368 15241 0 0 0 57042 23 0 0 25 0 2 0 1151134911 179986432 40107 1992294400 134512640 135305190 4294956144 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1184.25
Current children cumulated vsize (KiB) 181124

[startup+617.002 s]
/proc/loadavg: 1.99 1.83 1.43 3/77 14560
/proc/meminfo: memFree=1536872/2055920 swapFree=4173168/4192956
[pid=14550] ppid=14548 vsize=5356 CPUtime=45.16
/proc/14550/stat : 14550 (manysat.sh) S 14548 14550 14483 0 -1 4194304 312 53703 0 0 0 0 4468 48 16 0 1 0 1151130349 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14550/statm: 1339 238 195 169 0 50 0
[pid=14553] ppid=14550 vsize=0 CPUtime=1139.48
/proc/14553/stat : 14553 (manysat1.1_stat) Z 14550 14550 14483 0 -1 4194316 40136 0 0 0 113896 52 0 0 25 0 2 0 1151134871 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14553/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1184.64
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 617.049
CPU time (s): 1184.72
CPU user time (s): 1183.66
CPU system time (s): 1.05584
CPU usage (%): 191.997
Max. virtual memory (cumulated for all children) (KiB): 226124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1183.66
system time used= 1.05584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94305
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= 3099
involuntary context switches= 8808

runsolver used 0.700893 second user time and 2.07568 second system time

The end

Launcher Data

Begin job on node68 at 2009-04-03 20:51:33
IDJOB=1563300
IDBENCH=70951
IDSOLVER=513
FILE ID=node68/1563300-1238784691
PBS_JOBID= 9085607
Free space on /tmp= 66432 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-d-r2-noholes.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563300-1238784691/watcher-1563300-1238784691 -o /tmp/evaluation-result-1563300-1238784691/solver-1563300-1238784691 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1563300-1238784691.cnf aimd 0

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

MD5SUM BENCH= 17bffac3a21734cf7ff7fa9ecba23d9d
RANDOM SEED=1240204642

node68.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.270
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.270
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:       1726504 kB
Buffers:         40008 kB
Cached:         212720 kB
SwapCached:       9956 kB
Active:         164528 kB
Inactive:       100048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726504 kB
SwapTotal:     4192956 kB
SwapFree:      4173168 kB
Dirty:           34448 kB
Writeback:           0 kB
Mapped:          17740 kB
Slab:            49688 kB
Committed_AS:  3089928 kB
PageTables:       2136 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= 66428 MiB
End job on node68 at 2009-04-03 21:01:50