Trace number 1720062

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 1136.83 575.547

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark723.844
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
1.28/1.31	c ==============================================================================
1.28/1.31	c |           |     ORIGINAL     |              LEARNT              |          |
1.28/1.31	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.28/1.31	c ==============================================================================
1.28/1.31	c |         0 | 1291713  3013997 |  387513       0        0     nan |  0.000 % |
9.35/9.48	c |         0 |  547995  2160666 |      --       0       --      -- |     --   | -743716/-853326
9.35/9.48	c ==============================================================================
9.35/9.48	c Result  :   #vars: 68748   #clauses: 547995   #literals: 2160666
9.35/9.48	c CPU time:   8.96764 s
9.35/9.48	c ==============================================================================
1136.66/575.45	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
1136.66/575.45	c ============================[ Problem Statistics ]=============================
1136.66/575.45	c |                                                                             |
1136.66/575.45	c threadId              : 1
1136.66/575.45	c restarts              : 11069
1136.66/575.45	c conflicts             : 693910         (616 /sec)
1136.66/575.45	c decisions             : 7853209        (1.65 % random) (6976 /sec)
1136.66/575.45	c propagations          : 512842655      (455531 /sec)
1136.66/575.45	c conflict literals     : 14208676       (19.61 % deleted)
1136.66/575.45	c Memory used           : 158.91 MB
1136.66/575.45	c CPU time              : 1125.81 s
1136.66/575.45	
1136.66/575.45	c --->m=2, e=8, aimd=0, HOME/19532_many.cnf	time: 562.906	conflicts: 693910       
1136.66/575.47	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-1720062-1240652223/watcher-1720062-1240652223 -o /tmp/evaluation-result-1720062-1240652223/solver-1720062-1240652223 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1720062-1240652223.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: 1.83 1.82 1.44 3/64 19532
/proc/meminfo: memFree=1902008/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=0
/proc/19532/stat : 19532 (manysat.sh) R 19530 19532 19372 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 93250679 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 259415141023 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/19532/statm: 1339 234 194 169 0 50 0
[pid=19533] ppid=19532 vsize=956 CPUtime=0
/proc/19533/stat : 19533 (SatElite) R 19532 19532 19372 0 -1 4194304 153 0 0 0 0 0 0 0 18 0 1 0 93250679 978944 137 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/19533/statm: 239 138 50 127 0 109 0

[startup+0.095458 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 19532
/proc/meminfo: memFree=1902008/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=0
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93250679 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19532/statm: 1339 235 195 169 0 50 0
[pid=19533] ppid=19532 vsize=15620 CPUtime=0.08
/proc/19533/stat : 19533 (SatElite) R 19532 19532 19372 0 -1 4194304 3257 0 0 0 6 2 0 0 19 0 1 0 93250679 15994880 3241 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19533/statm: 3905 3242 50 127 0 3775 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20976

[startup+0.101458 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 19532
/proc/meminfo: memFree=1902008/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=0
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93250679 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19532/statm: 1339 235 195 169 0 50 0
[pid=19533] ppid=19532 vsize=16148 CPUtime=0.09
/proc/19533/stat : 19533 (SatElite) R 19532 19532 19372 0 -1 4194304 3447 0 0 0 7 2 0 0 19 0 1 0 93250679 16535552 3431 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19533/statm: 4037 3432 50 127 0 3907 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21504

[startup+0.301479 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 19532
/proc/meminfo: memFree=1902008/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=0
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93250679 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19532/statm: 1339 235 195 169 0 50 0
[pid=19533] ppid=19532 vsize=41660 CPUtime=0.28
/proc/19533/stat : 19533 (SatElite) R 19532 19532 19372 0 -1 4194304 9935 0 0 0 22 6 0 0 21 0 1 0 93250679 42659840 9919 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19533/statm: 10415 9920 50 127 0 10285 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47016

[startup+0.701523 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 19532
/proc/meminfo: memFree=1902008/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=0
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93250679 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19532/statm: 1339 235 195 169 0 50 0
[pid=19533] ppid=19532 vsize=114644 CPUtime=0.69
/proc/19533/stat : 19533 (SatElite) R 19532 19532 19372 0 -1 4194304 22673 0 0 0 56 13 0 0 25 0 1 0 93250679 117395456 22657 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/19533/statm: 28661 22658 50 127 0 28531 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120000

[startup+1.50161 s]
/proc/loadavg: 1.83 1.82 1.44 2/66 19534
/proc/meminfo: memFree=1774696/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=0
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93250679 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19532/statm: 1339 235 195 169 0 50 0
[pid=19533] ppid=19532 vsize=190400 CPUtime=1.48
/proc/19533/stat : 19533 (SatElite) R 19532 19532 19372 0 -1 4194304 46890 0 0 0 123 25 0 0 25 0 1 0 93250679 194969600 43291 1992294400 134512640 135034092 4294956096 18446744073709551615 134637873 0 0 4096 3 0 0 0 17 0 0 0
/proc/19533/statm: 47600 43291 68 127 0 47470 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 195756

[startup+3.10179 s]
/proc/loadavg: 1.77 1.80 1.44 2/66 19534
/proc/meminfo: memFree=1721768/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=0
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93250679 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19532/statm: 1339 235 195 169 0 50 0
[pid=19533] ppid=19532 vsize=197624 CPUtime=3.07
/proc/19533/stat : 19533 (SatElite) R 19532 19532 19372 0 -1 4194304 48534 0 0 0 277 30 0 0 25 0 1 0 93250679 202366976 44935 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/19533/statm: 49406 44935 68 127 0 49276 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 202980

[startup+6.30215 s]
/proc/loadavg: 1.77 1.80 1.44 2/66 19534
/proc/meminfo: memFree=1689448/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=0
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93250679 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19532/statm: 1339 235 195 169 0 50 0
[pid=19533] ppid=19532 vsize=210288 CPUtime=6.26
/proc/19533/stat : 19533 (SatElite) R 19532 19532 19372 0 -1 4194304 51322 0 0 0 585 41 0 0 24 0 1 0 93250679 215334912 47723 1992294400 134512640 135034092 4294956096 18446744073709551615 134540879 0 0 4096 3 0 0 0 17 1 0 0
/proc/19533/statm: 52572 47723 68 127 0 52442 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 215644

[startup+12.7029 s]
/proc/loadavg: 1.79 1.81 1.44 3/67 19536
/proc/meminfo: memFree=1765920/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=102140 CPUtime=3.67
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 21786 0 0 0 343 24 0 0 17 0 2 0 93251721 104591360 21742 1992294400 134512640 135305190 4294956144 18446744073709551615 134542034 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 25535 21742 83 193 0 25339 0
[pid=19535/tid=19536] ppid=19532 vsize=102140 CPUtime=1.44
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 1581 0 0 0 139 5 0 0 16 0 2 0 93251801 104591360 21742 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.05
Current children cumulated vsize (KiB) 107496

[startup+25.5013 s]
/proc/loadavg: 1.90 1.83 1.46 3/67 19536
/proc/meminfo: memFree=1753760/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=111428 CPUtime=29.2
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 24300 0 0 0 2891 29 0 0 16 0 2 0 93251721 114102272 24256 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 27857 24256 83 193 0 27661 0
[pid=19535/tid=19536] ppid=19532 vsize=111428 CPUtime=14.24
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 2803 0 0 0 1416 8 0 0 17 0 2 0 93251801 114102272 24256 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.58
Current children cumulated vsize (KiB) 116784

[startup+51.1011 s]
/proc/loadavg: 1.93 1.84 1.47 3/67 19536
/proc/meminfo: memFree=1747232/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=118760 CPUtime=80.21
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 25992 0 0 0 7989 32 0 0 17 0 2 0 93251721 121610240 25948 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 29690 25948 83 193 0 29494 0
[pid=19535/tid=19536] ppid=19532 vsize=118760 CPUtime=39.75
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 3583 0 0 0 3966 9 0 0 17 0 2 0 93251801 121610240 25948 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.59
Current children cumulated vsize (KiB) 124116

[startup+102.307 s]
/proc/loadavg: 1.97 1.87 1.50 3/67 19538
/proc/meminfo: memFree=1739168/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=126512 CPUtime=182.36
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 27909 0 0 0 18199 37 0 0 18 0 2 0 93251721 129548288 27865 1992294400 134512640 135305190 4294956144 18446744073709551615 134529938 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 31628 27865 83 193 0 31432 0
[pid=19535/tid=19536] ppid=19532 vsize=126512 CPUtime=90.93
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 4310 0 0 0 9081 12 0 0 18 0 2 0 93251801 129548288 27865 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 192.74
Current children cumulated vsize (KiB) 131868

[startup+162.301 s]
/proc/loadavg: 1.99 1.89 1.52 3/67 19538
/proc/meminfo: memFree=1736416/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=129040 CPUtime=302.05
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 28570 0 0 0 30165 40 0 0 25 0 2 0 93251721 132136960 28526 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 32260 28526 83 193 0 32064 0
[pid=19535/tid=19536] ppid=19532 vsize=129040 CPUtime=150.88
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 4590 0 0 0 15075 13 0 0 18 0 2 0 93251801 132136960 28526 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 312.43
Current children cumulated vsize (KiB) 134396

[startup+222.302 s]
/proc/loadavg: 1.99 1.91 1.55 3/67 19538
/proc/meminfo: memFree=1731104/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=134084 CPUtime=421.77
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 29912 0 0 0 42134 43 0 0 19 0 2 0 93251721 137302016 29868 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 33521 29868 83 193 0 33325 0
[pid=19535/tid=19536] ppid=19532 vsize=134084 CPUtime=210.84
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 5218 0 0 0 21070 14 0 0 17 0 2 0 93251801 137302016 29868 1992294400 134512640 135305190 4294956144 18446744073709551615 134528594 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 432.15
Current children cumulated vsize (KiB) 139440

[startup+282.301 s]
/proc/loadavg: 1.99 1.92 1.57 3/67 19538
/proc/meminfo: memFree=1724448/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=140940 CPUtime=541.48
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 31573 0 0 0 54102 46 0 0 21 0 2 0 93251721 144322560 31529 1992294400 134512640 135305190 4294956144 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 35235 31529 83 193 0 35039 0
[pid=19535/tid=19536] ppid=19532 vsize=140940 CPUtime=270.7
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 5921 0 0 0 27055 15 0 0 18 0 2 0 93251801 144322560 31529 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 551.86
Current children cumulated vsize (KiB) 146296

[startup+342.301 s]
/proc/loadavg: 1.99 1.93 1.60 3/67 19538
/proc/meminfo: memFree=1720928/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=144384 CPUtime=661.19
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 32474 0 0 0 66071 48 0 0 17 0 2 0 93251721 147849216 32430 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 36096 32430 83 193 0 35900 0
[pid=19535/tid=19536] ppid=19532 vsize=144384 CPUtime=330.43
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 6351 0 0 0 33027 16 0 0 18 0 2 0 93251801 147849216 32430 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 671.57
Current children cumulated vsize (KiB) 149740

[startup+402.302 s]
/proc/loadavg: 1.99 1.94 1.62 3/67 19538
/proc/meminfo: memFree=1713376/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=151848 CPUtime=780.92
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 34314 0 0 0 78040 52 0 0 19 0 2 0 93251721 155492352 34270 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 37962 34270 83 193 0 37766 0
[pid=19535/tid=19536] ppid=19532 vsize=151848 CPUtime=390.18
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 7220 0 0 0 39000 18 0 0 25 0 2 0 93251801 155492352 34270 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 791.3
Current children cumulated vsize (KiB) 157204

[startup+462.301 s]
/proc/loadavg: 1.99 1.95 1.64 3/67 19538
/proc/meminfo: memFree=1711840/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=153192 CPUtime=900.61
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 34698 0 0 0 90008 53 0 0 25 0 2 0 93251721 156868608 34654 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 38298 34654 83 193 0 38102 0
[pid=19535/tid=19536] ppid=19532 vsize=153192 CPUtime=449.93
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 7403 0 0 0 44974 19 0 0 25 0 2 0 93251801 156868608 34654 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 910.99
Current children cumulated vsize (KiB) 158548

[startup+522.302 s]
/proc/loadavg: 1.99 1.95 1.66 3/67 19538
/proc/meminfo: memFree=1703264/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=161244 CPUtime=1020.36
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 36835 0 0 0 101979 57 0 0 25 0 2 0 93251721 165113856 36791 1992294400 134512640 135305190 4294956144 18446744073709551615 134570412 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 40311 36791 83 193 0 40115 0
[pid=19535/tid=19536] ppid=19532 vsize=161244 CPUtime=509.69
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 8407 0 0 0 50949 20 0 0 16 0 2 0 93251801 165113856 36791 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1030.74
Current children cumulated vsize (KiB) 166600

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

[startup+537.503 s]
/proc/loadavg: 1.99 1.95 1.66 3/67 19538
/proc/meminfo: memFree=1702816/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=162168 CPUtime=1050.69
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 36962 0 0 0 105012 57 0 0 17 0 2 0 93251721 166060032 36918 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 40542 36918 83 193 0 40346 0
[pid=19535/tid=19536] ppid=19532 vsize=162168 CPUtime=524.82
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 8437 0 0 0 52462 20 0 0 17 0 2 0 93251801 166060032 36918 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.07
Current children cumulated vsize (KiB) 167524

[startup+550.301 s]
/proc/loadavg: 1.99 1.96 1.67 3/67 19538
/proc/meminfo: memFree=1702432/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=162448 CPUtime=1076.22
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 37036 0 0 0 107565 57 0 0 20 0 2 0 93251721 166346752 36992 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 40612 36992 83 193 0 40416 0
[pid=19535/tid=19536] ppid=19532 vsize=162448 CPUtime=537.56
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 8459 0 0 0 53736 20 0 0 19 0 2 0 93251801 166346752 36992 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1086.6
Current children cumulated vsize (KiB) 167804

[startup+563.102 s]
/proc/loadavg: 1.99 1.96 1.67 3/67 19538
/proc/meminfo: memFree=1702368/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=162448 CPUtime=1101.74
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 37053 0 0 0 110117 57 0 0 18 0 2 0 93251721 166346752 37009 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 40612 37009 83 193 0 40416 0
[pid=19535/tid=19536] ppid=19532 vsize=162448 CPUtime=550.32
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 8462 0 0 0 55012 20 0 0 18 0 2 0 93251801 166346752 37009 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1112.12
Current children cumulated vsize (KiB) 167804

[startup+569.501 s]
/proc/loadavg: 1.99 1.96 1.67 3/67 19538
/proc/meminfo: memFree=1702240/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=162580 CPUtime=1114.51
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 37086 0 0 0 111394 57 0 0 19 0 2 0 93251721 166481920 37042 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 40645 37042 83 193 0 40449 0
[pid=19535/tid=19536] ppid=19532 vsize=162580 CPUtime=556.69
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 8491 0 0 0 55649 20 0 0 25 0 2 0 93251801 166481920 37042 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1124.89
Current children cumulated vsize (KiB) 167936

[startup+572.703 s]
/proc/loadavg: 1.99 1.96 1.67 3/67 19538
/proc/meminfo: memFree=1702240/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=162720 CPUtime=1120.9
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 37099 0 0 0 112033 57 0 0 25 0 2 0 93251721 166625280 37055 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 40680 37055 83 193 0 40484 0
[pid=19535/tid=19536] ppid=19532 vsize=162720 CPUtime=559.88
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 8494 0 0 0 55968 20 0 0 25 0 2 0 93251801 166625280 37055 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1131.28
Current children cumulated vsize (KiB) 168076

[startup+574.302 s]
/proc/loadavg: 1.99 1.96 1.68 3/67 19538
/proc/meminfo: memFree=1702176/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=162720 CPUtime=1124.09
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 37099 0 0 0 112352 57 0 0 25 0 2 0 93251721 166625280 37055 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 40680 37055 83 193 0 40484 0
[pid=19535/tid=19536] ppid=19532 vsize=162720 CPUtime=561.47
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 8494 0 0 0 56127 20 0 0 25 0 2 0 93251801 166625280 37055 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1134.47
Current children cumulated vsize (KiB) 168076

[startup+575.102 s]
/proc/loadavg: 1.99 1.96 1.68 3/67 19538
/proc/meminfo: memFree=1702176/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5356 CPUtime=10.38
/proc/19532/stat : 19532 (manysat.sh) S 19530 19532 19372 0 -1 4194304 312 56812 0 0 0 0 982 56 16 0 1 0 93250679 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19532/statm: 1339 238 195 169 0 50 0
[pid=19535] ppid=19532 vsize=162720 CPUtime=1125.68
/proc/19535/stat : 19535 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194304 37104 0 0 0 112511 57 0 0 17 0 2 0 93251721 166625280 37060 1992294400 134512640 135305190 4294956144 18446744073709551615 134530688 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19535/statm: 40680 37060 83 193 0 40484 0
[pid=19535/tid=19536] ppid=19532 vsize=162720 CPUtime=562.27
/proc/19535/task/19536/stat : 19536 (manysat1.1_stat) R 19532 19532 19372 0 -1 4194368 8494 0 0 0 56207 20 0 0 25 0 2 0 93251801 166625280 37060 1992294400 134512640 135305190 4294956144 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1136.06
Current children cumulated vsize (KiB) 168076

[startup+575.502 s]
/proc/loadavg: 1.99 1.96 1.68 3/67 19538
/proc/meminfo: memFree=1702176/2055920 swapFree=4180628/4192956
[pid=19532] ppid=19530 vsize=5360 CPUtime=1136.79
/proc/19532/stat : 19532 (manysat.sh) D 19530 19532 19372 0 -1 4194304 317 93935 0 0 0 0 113563 116 19 0 1 0 93250679 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 259415308901 0 2147483391 4100 65536 18446744072099781622 0 0 17 0 0 0
/proc/19532/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 1136.79
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 575.547
CPU time (s): 1136.83
CPU user time (s): 1135.64
CPU system time (s): 1.19282
CPU usage (%): 197.522
Max. virtual memory (cumulated for all children) (KiB): 222376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1135.64
system time used= 1.19282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94401
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= 6436
involuntary context switches= 8486

runsolver used 0.536918 second user time and 1.56576 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-25 11:37:05
IDJOB=1720062
IDBENCH=69591
IDSOLVER=513
FILE ID=node42/1720062-1240652223
PBS_JOBID= 9186492
Free space on /tmp= 66304 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nidw.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720062-1240652223/watcher-1720062-1240652223 -o /tmp/evaluation-result-1720062-1240652223/solver-1720062-1240652223 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1720062-1240652223.cnf aimd 0

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED=1551212479

node42.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.232
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.232
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:       1902552 kB
Buffers:          7252 kB
Cached:          77972 kB
SwapCached:       6100 kB
Active:          53016 kB
Inactive:        40764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1902552 kB
SwapTotal:     4192956 kB
SwapFree:      4180628 kB
Dirty:           25128 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            45704 kB
Committed_AS:   414896 kB
PageTables:       1388 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= 66304 MiB
End job on node42 at 2009-04-25 11:46:41