Trace number 1563250

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 2/2009-03-20UNSAT 1186.51 616.305

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r2-noholes.cnf
MD5SUM4c8b9603e0c90cfb3c82064eae956799
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark728.775
Satisfiable
(Un)Satisfiability was proved
Number of variables266199
Number of clauses1575975
Sum of the clauses size4240496
Maximum clause length33
Minimum clause length1
Number of clauses of size 139783
Number of clauses of size 21138497
Number of clauses of size 3317809
Number of clauses of size 49949
Number of clauses of size 50
Number of clauses of size over 569937

Solver Data

0.00/0.00	c Parsing...
1.19/1.24	c ==============================================================================
1.19/1.24	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.24	c ==============================================================================
1.19/1.24	c |         0 | 1328859  3634310 |  398657       0        0     nan |  0.000 % |
41.55/41.66	c |         0 |  253406  1804413 |      --       0       --      -- |     --   | -752995/-922075
41.55/41.66	c ==============================================================================
41.55/41.66	c Result  :   #vars: 4366   #clauses: 253406   #literals: 1804413
41.55/41.66	c CPU time:   41.2457 s
41.55/41.66	c ==============================================================================
1186.33/616.25	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
1186.33/616.25	c ============================[ Problem Statistics ]=============================
1186.33/616.25	c |                                                                             |
1186.33/616.25	c threadId              : 0
1186.33/616.25	c restarts              : 1968
1186.33/616.25	c conflicts             : 1714939        (1500 /sec)
1186.33/616.25	c decisions             : 2912952        (1.44 % random) (2547 /sec)
1186.33/616.25	c propagations          : 96937389       (84768 /sec)
1186.33/616.25	c conflict literals     : 29035300       (12.01 % deleted)
1186.33/616.25	c Memory used           : 173.39 MB
1186.33/616.25	c CPU time              : 1143.56 s
1186.33/616.25	
1186.33/616.25	c --->m=2, e=8, aimd=2, HOME/7727_many.cnf	time: 571.782	conflicts: 1714939      
1186.33/616.28	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-1563250-1238783861/watcher-1563250-1238783861 -o /tmp/evaluation-result-1563250-1238783861/solver-1563250-1238783861 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1563250-1238783861.cnf aimd 2 

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.85 0.97 0.99 3/64 7727
/proc/meminfo: memFree=1662072/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=0
/proc/7727/stat : 7727 (manysat.sh) R 7725 7727 7690 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1151051166 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 266134416031 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/7727/statm: 1339 234 194 169 0 50 0
[pid=7728] ppid=7727 vsize=824 CPUtime=0
/proc/7728/stat : 7728 (SatElite) R 7727 7727 7690 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 1151051166 843776 122 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/7728/statm: 206 123 51 127 0 76 0

[startup+0.032619 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 7727
/proc/meminfo: memFree=1662072/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=0
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151051166 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7727/statm: 1339 235 195 169 0 50 0
[pid=7728] ppid=7727 vsize=3852 CPUtime=0.02
/proc/7728/stat : 7728 (SatElite) R 7727 7727 7690 0 -1 4194304 820 0 0 0 2 0 0 0 18 0 1 0 1151051166 3944448 805 1992294400 134512640 135034092 4294956096 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 0 0 0
/proc/7728/statm: 963 805 51 127 0 833 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9208

[startup+0.101627 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 7727
/proc/meminfo: memFree=1662072/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=0
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151051166 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7727/statm: 1339 235 195 169 0 50 0
[pid=7728] ppid=7727 vsize=9776 CPUtime=0.09
/proc/7728/stat : 7728 (SatElite) R 7727 7727 7690 0 -1 4194304 2245 0 0 0 8 1 0 0 20 0 1 0 1151051166 10010624 2229 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/7728/statm: 2444 2230 52 127 0 2314 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15132

[startup+0.301648 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 7727
/proc/meminfo: memFree=1662072/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=0
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151051166 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7727/statm: 1339 235 195 169 0 50 0
[pid=7728] ppid=7727 vsize=28920 CPUtime=0.29
/proc/7728/stat : 7728 (SatElite) R 7727 7727 7690 0 -1 4194304 6758 0 0 0 24 5 0 0 21 0 1 0 1151051166 29614080 6742 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/7728/statm: 7230 6743 52 127 0 7100 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34276

[startup+0.701693 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 7727
/proc/meminfo: memFree=1662072/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=0
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151051166 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7727/statm: 1339 235 195 169 0 50 0
[pid=7728] ppid=7727 vsize=74324 CPUtime=0.69
/proc/7728/stat : 7728 (SatElite) R 7727 7727 7690 0 -1 4194304 16009 0 0 0 59 10 0 0 25 0 1 0 1151051166 76107776 15993 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/7728/statm: 18581 15993 52 127 0 18451 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79680

[startup+1.50178 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 7729
/proc/meminfo: memFree=1569960/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=0
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151051166 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7727/statm: 1339 235 195 169 0 50 0
[pid=7728] ppid=7727 vsize=156976 CPUtime=1.49
/proc/7728/stat : 7728 (SatElite) R 7727 7727 7690 0 -1 4194304 31396 0 0 0 130 19 0 0 25 0 1 0 1151051166 160743424 31358 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/7728/statm: 39244 31358 64 127 0 39114 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 162332

[startup+3.10634 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 7729
/proc/meminfo: memFree=1536040/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=0
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151051166 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7727/statm: 1339 235 195 169 0 50 0
[pid=7728] ppid=7727 vsize=157488 CPUtime=3.09
/proc/7728/stat : 7728 (SatElite) R 7727 7727 7690 0 -1 4194304 31506 0 0 0 290 19 0 0 25 0 1 0 1151051166 161267712 31468 1992294400 134512640 135034092 4294956096 18446744073709551615 134560593 0 0 4096 3 0 0 0 17 0 0 0
/proc/7728/statm: 39372 31468 64 127 0 39242 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 162844

[startup+6.30132 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 7729
/proc/meminfo: memFree=1520624/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=0
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151051166 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7727/statm: 1339 235 195 169 0 50 0
[pid=7728] ppid=7727 vsize=172520 CPUtime=6.28
/proc/7728/stat : 7728 (SatElite) R 7727 7727 7690 0 -1 4194304 38238 0 0 0 600 28 0 0 25 0 1 0 1151051166 176660480 34758 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/7728/statm: 43130 34758 68 127 0 43000 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 177876

[startup+12.702 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 7729
/proc/meminfo: memFree=1481456/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=0
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151051166 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7727/statm: 1339 235 195 169 0 50 0
[pid=7728] ppid=7727 vsize=196400 CPUtime=12.68
/proc/7728/stat : 7728 (SatElite) R 7727 7727 7690 0 -1 4194304 44635 0 0 0 1234 34 0 0 25 0 1 0 1151051166 201113600 40855 1992294400 134512640 135034092 4294956096 18446744073709551615 134569571 0 0 4096 3 0 0 0 17 0 0 0
/proc/7728/statm: 49100 40855 68 127 0 48970 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 201756

[startup+25.5015 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 7729
/proc/meminfo: memFree=1481328/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=0
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151051166 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7727/statm: 1339 235 195 169 0 50 0
[pid=7728] ppid=7727 vsize=196656 CPUtime=25.49
/proc/7728/stat : 7728 (SatElite) R 7727 7727 7690 0 -1 4194304 44750 0 0 0 2514 35 0 0 25 0 1 0 1151051166 201375744 40970 1992294400 134512640 135034092 4294956096 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/7728/statm: 49164 40970 68 127 0 49034 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 202012

[startup+51.1013 s]
/proc/loadavg: 1.09 1.00 1.00 3/67 7731
/proc/meminfo: memFree=1572136/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=75928 CPUtime=16.89
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 15760 0 0 0 1678 11 0 0 17 0 2 0 1151055407 77750272 15746 1992294400 134512640 135305190 4294956144 18446744073709551615 134528327 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 18982 15746 83 193 0 18786 0
[pid=7730/tid=7731] ppid=7727 vsize=75928 CPUtime=8.22
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 3107 0 0 0 819 3 0 0 17 0 2 0 1151055450 77750272 15746 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.23
Current children cumulated vsize (KiB) 81284

[startup+102.306 s]
/proc/loadavg: 1.60 1.16 1.05 3/67 7731
/proc/meminfo: memFree=1554216/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=93492 CPUtime=119
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 20183 0 0 0 11883 17 0 0 17 0 2 0 1151055407 95735808 20169 1992294400 134512640 135305190 4294956144 18446744073709551615 134551945 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 23373 20169 83 193 0 23177 0
[pid=7730/tid=7731] ppid=7727 vsize=93492 CPUtime=59.18
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 5207 0 0 0 5912 6 0 0 18 0 2 0 1151055450 95735808 20169 1992294400 134512640 135305190 4294956144 18446744073709551615 134569889 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.34
Current children cumulated vsize (KiB) 98848

[startup+162.302 s]
/proc/loadavg: 1.85 1.31 1.11 3/67 7731
/proc/meminfo: memFree=1541608/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=106080 CPUtime=238.65
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 23335 0 0 0 23842 23 0 0 17 0 2 0 1151055407 108625920 23321 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 26520 23321 83 193 0 26324 0
[pid=7730/tid=7731] ppid=7727 vsize=106080 CPUtime=118.89
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 6678 0 0 0 11881 8 0 0 25 0 2 0 1151055450 108625920 23321 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.99
Current children cumulated vsize (KiB) 111436

[startup+222.301 s]
/proc/loadavg: 1.94 1.43 1.16 3/67 7731
/proc/meminfo: memFree=1530792/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=117320 CPUtime=358.27
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 26029 0 0 0 35798 29 0 0 25 0 2 0 1151055407 120135680 26015 1992294400 134512640 135305190 4294956144 18446744073709551615 134528371 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 29330 26015 83 193 0 29134 0
[pid=7730/tid=7731] ppid=7727 vsize=117320 CPUtime=178.61
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 8071 0 0 0 17850 11 0 0 25 0 2 0 1151055450 120135680 26015 1992294400 134512640 135305190 4294956144 18446744073709551615 134551835 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.61
Current children cumulated vsize (KiB) 122676

[startup+282.301 s]
/proc/loadavg: 1.98 1.53 1.21 3/67 7731
/proc/meminfo: memFree=1522280/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=126996 CPUtime=477.95
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 28172 0 0 0 47762 33 0 0 23 0 2 0 1151055407 130043904 28158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 31749 28158 83 193 0 31553 0
[pid=7730/tid=7731] ppid=7727 vsize=126996 CPUtime=238.34
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 9032 0 0 0 23821 13 0 0 17 0 2 0 1151055450 130043904 28158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.29
Current children cumulated vsize (KiB) 132352

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

/proc/7730/statm: 34146 30616 83 193 0 33950 0
[pid=7730/tid=7731] ppid=7727 vsize=136584 CPUtime=298.05
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 10288 0 0 0 29789 16 0 0 25 0 2 0 1151055450 139862016 30616 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.95
Current children cumulated vsize (KiB) 141940

[startup+402.301 s]
/proc/loadavg: 1.99 1.68 1.30 3/67 7731
/proc/meminfo: memFree=1497064/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=152536 CPUtime=717.31
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 34455 0 0 0 71687 44 0 0 25 0 2 0 1151055407 156196864 34441 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 38134 34441 83 193 0 37938 0
[pid=7730/tid=7731] ppid=7727 vsize=152536 CPUtime=357.81
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 12349 0 0 0 35763 18 0 0 25 0 2 0 1151055450 156196864 34441 1992294400 134512640 135305190 4294956144 18446744073709551615 134569921 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 759.65
Current children cumulated vsize (KiB) 157892

[startup+462.301 s]
/proc/loadavg: 1.99 1.74 1.34 3/67 7733
/proc/meminfo: memFree=1493416/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=155672 CPUtime=837
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 35355 0 0 0 83654 46 0 0 18 0 2 0 1151055407 159408128 35341 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 38918 35341 83 193 0 38722 0
[pid=7730/tid=7731] ppid=7727 vsize=155672 CPUtime=417.54
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 12763 0 0 0 41735 19 0 0 19 0 2 0 1151055450 159408128 35341 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 879.34
Current children cumulated vsize (KiB) 161028

[startup+522.302 s]
/proc/loadavg: 1.99 1.78 1.38 3/67 7733
/proc/meminfo: memFree=1481704/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=168140 CPUtime=956.6
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 38254 0 0 0 95609 51 0 0 20 0 2 0 1151055407 172175360 38240 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 42035 38240 83 193 0 41839 0
[pid=7730/tid=7731] ppid=7727 vsize=168140 CPUtime=477.23
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 14340 0 0 0 47702 21 0 0 17 0 2 0 1151055450 172175360 38240 1992294400 134512640 135305190 4294956144 18446744073709551615 134528315 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.94
Current children cumulated vsize (KiB) 173496

[startup+582.302 s]
/proc/loadavg: 1.99 1.82 1.41 3/67 7733
/proc/meminfo: memFree=1477160/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=172636 CPUtime=1076.34
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 39390 0 0 0 107582 52 0 0 21 0 2 0 1151055407 176779264 39376 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 43159 39376 83 193 0 42963 0
[pid=7730/tid=7731] ppid=7727 vsize=172636 CPUtime=537
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 14826 0 0 0 53678 22 0 0 23 0 2 0 1151055450 176779264 39376 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1118.68
Current children cumulated vsize (KiB) 177992

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

[startup+588.701 s]
/proc/loadavg: 1.99 1.82 1.42 3/67 7733
/proc/meminfo: memFree=1476072/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=173660 CPUtime=1089.11
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 39666 0 0 0 108859 52 0 0 25 0 2 0 1151055407 177827840 39652 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 43415 39652 83 193 0 43219 0
[pid=7730/tid=7731] ppid=7727 vsize=173660 CPUtime=543.37
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 14935 0 0 0 54315 22 0 0 25 0 2 0 1151055450 177827840 39652 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1131.45
Current children cumulated vsize (KiB) 179016

[startup+601.503 s]
/proc/loadavg: 1.99 1.83 1.43 3/67 7733
/proc/meminfo: memFree=1474408/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=175308 CPUtime=1114.66
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 40093 0 0 0 111413 53 0 0 25 0 2 0 1151055407 179515392 40079 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 43827 40079 83 193 0 43631 0
[pid=7730/tid=7731] ppid=7727 vsize=175308 CPUtime=556.12
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 15108 0 0 0 55590 22 0 0 17 0 2 0 1151055450 179515392 40079 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1157
Current children cumulated vsize (KiB) 180664

[startup+607.901 s]
/proc/loadavg: 1.99 1.83 1.43 3/67 7733
/proc/meminfo: memFree=1473512/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=176164 CPUtime=1127.43
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 40311 0 0 0 112690 53 0 0 25 0 2 0 1151055407 180391936 40297 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 44041 40297 83 193 0 43845 0
[pid=7730/tid=7731] ppid=7727 vsize=176164 CPUtime=562.49
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 15238 0 0 0 56227 22 0 0 25 0 2 0 1151055450 180391936 40297 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1169.77
Current children cumulated vsize (KiB) 181520

[startup+611.103 s]
/proc/loadavg: 1.99 1.83 1.43 3/67 7733
/proc/meminfo: memFree=1473064/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=176652 CPUtime=1133.81
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 40434 0 0 0 113328 53 0 0 25 0 2 0 1151055407 180891648 40420 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 44163 40420 83 193 0 43967 0
[pid=7730/tid=7731] ppid=7727 vsize=176652 CPUtime=565.68
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 15320 0 0 0 56546 22 0 0 25 0 2 0 1151055450 180891648 40420 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1176.15
Current children cumulated vsize (KiB) 182008

[startup+614.301 s]
/proc/loadavg: 1.99 1.83 1.43 3/67 7733
/proc/meminfo: memFree=1472488/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=177356 CPUtime=1140.2
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 40573 0 0 0 113966 54 0 0 17 0 2 0 1151055407 181612544 40559 1992294400 134512640 135305190 4294956144 18446744073709551615 134529499 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 44339 40559 83 193 0 44143 0
[pid=7730/tid=7731] ppid=7727 vsize=177356 CPUtime=568.86
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 15383 0 0 0 56864 22 0 0 25 0 2 0 1151055450 181612544 40559 1992294400 134512640 135305190 4294956144 18446744073709551615 134556647 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1182.54
Current children cumulated vsize (KiB) 182712

[startup+615.101 s]
/proc/loadavg: 1.99 1.83 1.43 3/67 7733
/proc/meminfo: memFree=1472296/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=177356 CPUtime=1141.8
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 40594 0 0 0 114126 54 0 0 17 0 2 0 1151055407 181612544 40580 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 44339 40580 83 193 0 44143 0
[pid=7730/tid=7731] ppid=7727 vsize=177356 CPUtime=569.66
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 15402 0 0 0 56944 22 0 0 17 0 2 0 1151055450 181612544 40580 1992294400 134512640 135305190 4294956144 18446744073709551615 134528444 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1184.14
Current children cumulated vsize (KiB) 182712

[startup+615.901 s]
/proc/loadavg: 1.99 1.84 1.43 3/67 7733
/proc/meminfo: memFree=1472168/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5356 CPUtime=42.34
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 312 49513 0 0 0 0 4191 43 16 0 1 0 1151051166 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1339 238 195 169 0 50 0
[pid=7730] ppid=7727 vsize=177544 CPUtime=1143.4
/proc/7730/stat : 7730 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194304 40616 0 0 0 114286 54 0 0 19 0 2 0 1151055407 181805056 40602 1992294400 134512640 135305190 4294956144 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/7730/statm: 44386 40602 83 193 0 44190 0
[pid=7730/tid=7731] ppid=7727 vsize=177544 CPUtime=570.46
/proc/7730/task/7731/stat : 7731 (manysat1.1_stat) R 7727 7727 7690 0 -1 4194368 15422 0 0 0 57024 22 0 0 18 0 2 0 1151055450 181805056 40602 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1185.74
Current children cumulated vsize (KiB) 182900

[startup+616.301 s]
/proc/loadavg: 1.99 1.84 1.43 3/67 7733
/proc/meminfo: memFree=1472168/2055920 swapFree=4176924/4192956
[pid=7727] ppid=7725 vsize=5360 CPUtime=1186.48
/proc/7727/stat : 7727 (manysat.sh) S 7725 7727 7690 0 -1 4194304 339 90147 0 0 0 0 118548 100 17 0 1 0 1151051166 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7727/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 1186.48
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 616.305
CPU time (s): 1186.51
CPU user time (s): 1185.48
CPU system time (s): 1.02884
CPU usage (%): 192.521
Max. virtual memory (cumulated for all children) (KiB): 213248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1185.48
system time used= 1.02884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90613
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= 3465
involuntary context switches= 8767

runsolver used 0.578911 second user time and 1.67274 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-03 20:37:43
IDJOB=1563250
IDBENCH=70950
IDSOLVER=515
FILE ID=node35/1563250-1238783861
PBS_JOBID= 9085615
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= 4c8b9603e0c90cfb3c82064eae956799
RANDOM SEED=1960367509

node35.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.229
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.229
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:       1662552 kB
Buffers:         53344 kB
Cached:         252852 kB
SwapCached:      10140 kB
Active:         149216 kB
Inactive:       168672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1662552 kB
SwapTotal:     4192956 kB
SwapFree:      4176924 kB
Dirty:           34060 kB
Writeback:           0 kB
Mapped:          17440 kB
Slab:            61492 kB
Committed_AS:  3055440 kB
PageTables:       1404 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= 66448 MiB
End job on node35 at 2009-04-03 20:47:59