Trace number 3308877

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
SAT09 reference solver:LySAT i/2009-03-20UNSAT 680.131 680.168

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.699
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.25	c ==============================================================================
0.00/0.25	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.25	c ==============================================================================
0.00/0.25	c |         0 |  533919  1968248 |  160175       0        0     nan |  0.000 % |
0.00/0.41	c |         0 |  529211  1957956 |      --       0       --      -- |     --   | -4708/-10292
0.00/0.41	c ==============================================================================
0.00/0.41	c Result  :   #vars: 36225   #clauses: 529211   #literals: 1957956
0.00/0.41	c CPU time:   0.386941 s
0.00/0.41	c ==============================================================================
0.00/0.84	c lySAT 0.1
0.00/0.84	c minisat core +  additionnal features
0.00/0.84	c ============================[ Problem Statistics ]=============================
0.00/0.84	c |                                                                             |
0.00/0.84	c |  Number of variables:  36225                                                |
0.00/0.84	c |  Number of clauses:    529211                                               |
0.98/1.01	c |  Parsing time:         0.16         s                                       |
680.04/680.15	c restarts              : 1144
680.04/680.15	c conflicts             : 1690749        (2489 /sec)
680.04/680.15	c decisions             : 2075182        (3.08 % random) (3055 /sec)
680.04/680.15	c euip                  : 42365       
680.04/680.15	c propagations          : 375704234      (553156 /sec)
680.04/680.15	c conflict literals     : 32930384       (49.61 % deleted)
680.04/680.15	c Memory used           : 93.90 MB
680.04/680.15	c CPU time              : 679.202 s
680.04/680.15	c 
680.04/680.16	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308877-1303984542/watcher-3308877-1303984542 -o /tmp/evaluation-result-3308877-1303984542/solver-3308877-1303984542 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308877-1303984542.cnf i 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.80 3.90 3.00 5/192 4739
/proc/meminfo: memFree=15062864/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 510054704 8908800 249 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 249 209 178 0 68 0

[startup+0.0690691 s]
/proc/loadavg: 3.80 3.90 3.00 5/192 4739
/proc/meminfo: memFree=15062864/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 510054704 8908800 249 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101068 s]
/proc/loadavg: 3.80 3.90 3.00 5/192 4739
/proc/meminfo: memFree=15062864/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 510054704 8908800 249 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301029 s]
/proc/loadavg: 3.80 3.90 3.00 5/192 4739
/proc/meminfo: memFree=15062864/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 510054704 8908800 249 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700981 s]
/proc/loadavg: 3.80 3.90 3.00 5/192 4739
/proc/meminfo: memFree=15062864/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 329 0 0 0 0 0 0 0 24 0 1 0 510054704 8908800 249 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5008 s]
/proc/loadavg: 3.80 3.90 3.00 5/194 4742
/proc/meminfo: memFree=14768220/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=38440 CPUtime=0.64 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 9298 0 0 0 63 1 0 0 21 0 1 0 510054788 39362560 9240 33554432000 134512640 135226915 4289466352 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 9610 9240 81 175 0 9433 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 47140

[startup+3.10051 s]
/proc/loadavg: 3.80 3.90 3.00 5/194 4742
/proc/meminfo: memFree=14768220/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=39500 CPUtime=2.24 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 9569 0 0 0 223 1 0 0 25 0 1 0 510054788 40448000 9511 33554432000 134512640 135226915 4289466352 18446744073709551615 134537076 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 9875 9511 81 175 0 9698 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 48200

[startup+6.30091 s]
/proc/loadavg: 3.90 3.92 3.01 5/194 4744
/proc/meminfo: memFree=14781884/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=40460 CPUtime=5.44 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 9784 0 0 0 543 1 0 0 25 0 1 0 510054788 41431040 9726 33554432000 134512640 135226915 4289466352 18446744073709551615 134537076 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 10115 9726 81 175 0 9938 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 49160

[startup+12.7007 s]
/proc/loadavg: 3.98 3.94 3.02 5/194 4745
/proc/meminfo: memFree=14561192/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=41304 CPUtime=11.84 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 10003 0 0 0 1183 1 0 0 25 0 1 0 510054788 42295296 9945 33554432000 134512640 135226915 4289466352 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 10326 9945 81 175 0 10149 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 50004

[startup+25.5004 s]
/proc/loadavg: 3.99 3.94 3.03 5/194 4775
/proc/meminfo: memFree=14917024/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=43564 CPUtime=24.64 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 10554 0 0 0 2463 1 0 0 25 0 1 0 510054788 44609536 10496 33554432000 134512640 135226915 4289466352 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 10891 10496 81 175 0 10714 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 52264

[startup+51.1007 s]
/proc/loadavg: 4.13 3.98 3.07 5/194 4776
/proc/meminfo: memFree=14888820/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=46316 CPUtime=50.23 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 11255 0 0 0 5022 1 0 0 25 0 1 0 510054788 47427584 11197 33554432000 134512640 135226915 4289466352 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 11579 11197 81 175 0 11402 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 55016

[startup+102.307 s]
/proc/loadavg: 4.05 3.98 3.11 5/194 4777
/proc/meminfo: memFree=14847940/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=51424 CPUtime=101.44 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 12508 0 0 0 10142 2 0 0 25 0 1 0 510054788 52658176 12450 33554432000 134512640 135226915 4289466352 18446744073709551615 134536757 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 12856 12450 81 175 0 12679 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 60124

[startup+162.301 s]
/proc/loadavg: 4.02 3.98 3.17 5/194 4779
/proc/meminfo: memFree=14816124/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=58552 CPUtime=161.43 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 14257 0 0 0 16141 2 0 0 25 0 1 0 510054788 59957248 14199 33554432000 134512640 135226915 4289466352 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 14638 14199 81 175 0 14461 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 67252

[startup+222.301 s]
/proc/loadavg: 4.08 3.99 3.22 5/194 4780
/proc/meminfo: memFree=14779768/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=62868 CPUtime=221.44 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 15265 0 0 0 22141 3 0 0 25 0 1 0 510054788 64376832 15207 33554432000 134512640 135226915 4289466352 18446744073709551615 134537009 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 15717 15207 81 175 0 15540 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 71568

[startup+282.301 s]
/proc/loadavg: 4.03 3.99 3.27 5/194 4782
/proc/meminfo: memFree=14759048/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=67468 CPUtime=281.43 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 16429 0 0 0 28140 3 0 0 25 0 1 0 510054788 69087232 16371 33554432000 134512640 135226915 4289466352 18446744073709551615 134536896 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 16867 16371 81 175 0 16690 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 76168

[startup+342.301 s]
/proc/loadavg: 4.04 4.00 3.32 5/194 4793
/proc/meminfo: memFree=14733036/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=72192 CPUtime=341.42 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 17604 0 0 0 34138 4 0 0 25 0 1 0 510054788 73924608 17546 33554432000 134512640 135226915 4289466352 18446744073709551615 134536945 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 18048 17546 81 175 0 17871 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 80892

[startup+402.301 s]
/proc/loadavg: 4.01 4.00 3.36 5/194 4794
/proc/meminfo: memFree=14687988/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=76616 CPUtime=401.42 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 18644 0 0 0 40137 5 0 0 25 0 1 0 510054788 78454784 18586 33554432000 134512640 135226915 4289466352 18446744073709551615 134537210 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 19154 18586 81 175 0 18977 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 85316

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.39 5/194 4796
/proc/meminfo: memFree=14670600/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=81340 CPUtime=461.42 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 19823 0 0 0 46137 5 0 0 25 0 1 0 510054788 83292160 19765 33554432000 134512640 135226915 4289466352 18446744073709551615 134539990 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 20335 19765 81 175 0 20158 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 90040

[startup+522.3 s]
/proc/loadavg: 4.05 4.01 3.43 5/194 4800
/proc/meminfo: memFree=14656780/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=85624 CPUtime=521.42 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 20890 0 0 0 52136 6 0 0 25 0 1 0 510054788 87678976 20832 33554432000 134512640 135226915 4289466352 18446744073709551615 134537411 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 21406 20832 81 175 0 21229 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 94324

[startup+582.301 s]
/proc/loadavg: 4.02 4.01 3.47 4/188 4820
/proc/meminfo: memFree=14764892/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=85624 CPUtime=581.42 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 20924 0 0 0 58136 6 0 0 25 0 1 0 510054788 87678976 20866 33554432000 134512640 135226915 4289466352 18446744073709551615 134537375 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 21406 20866 81 175 0 21229 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 94324

[startup+642.301 s]
/proc/loadavg: 3.37 3.82 3.43 4/187 4822
/proc/meminfo: memFree=14750252/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=96152 CPUtime=641.42 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 23396 0 0 0 64135 7 0 0 25 0 1 0 510054788 98459648 23338 33554432000 134512640 135226915 4289466352 18446744073709551615 134536800 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 24038 23338 81 175 0 23861 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 104852

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

[startup+666.607 s]
/proc/loadavg: 3.24 3.75 3.42 4/187 4822
/proc/meminfo: memFree=14750252/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=96152 CPUtime=665.72 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 23396 0 0 0 66565 7 0 0 25 0 1 0 510054788 98459648 23338 33554432000 134512640 135226915 4289466352 18446744073709551615 134536803 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 24038 23338 81 175 0 23861 0
Current children cumulated CPU time (s) 666.55
Current children cumulated vsize (KiB) 104852

[startup+673 s]
/proc/loadavg: 3.22 3.74 3.42 4/187 4822
/proc/meminfo: memFree=14750244/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=96152 CPUtime=672.11 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 23396 0 0 0 67204 7 0 0 25 0 1 0 510054788 98459648 23338 33554432000 134512640 135226915 4289466352 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 24038 23338 81 175 0 23861 0
Current children cumulated CPU time (s) 672.94
Current children cumulated vsize (KiB) 104852

[startup+676.201 s]
/proc/loadavg: 3.21 3.73 3.42 4/187 4822
/proc/meminfo: memFree=14749748/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=96152 CPUtime=675.31 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 23396 0 0 0 67524 7 0 0 25 0 1 0 510054788 98459648 23338 33554432000 134512640 135226915 4289466352 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 24038 23338 81 175 0 23861 0
Current children cumulated CPU time (s) 676.14
Current children cumulated vsize (KiB) 104852

[startup+677.801 s]
/proc/loadavg: 3.21 3.73 3.42 4/187 4822
/proc/meminfo: memFree=14747888/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=96152 CPUtime=676.91 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 23396 0 0 0 67684 7 0 0 25 0 1 0 510054788 98459648 23338 33554432000 134512640 135226915 4289466352 18446744073709551615 134536762 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 24038 23338 81 175 0 23861 0
Current children cumulated CPU time (s) 677.74
Current children cumulated vsize (KiB) 104852

[startup+679.401 s]
/proc/loadavg: 3.19 3.72 3.42 4/187 4822
/proc/meminfo: memFree=14746896/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=96152 CPUtime=678.51 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 23396 0 0 0 67844 7 0 0 25 0 1 0 510054788 98459648 23338 33554432000 134512640 135226915 4289466352 18446744073709551615 134526783 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 24038 23338 81 175 0 23861 0
Current children cumulated CPU time (s) 679.34
Current children cumulated vsize (KiB) 104852

[startup+679.807 s]
/proc/loadavg: 3.19 3.72 3.42 4/187 4822
/proc/meminfo: memFree=14746400/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=96152 CPUtime=678.92 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 23396 0 0 0 67885 7 0 0 25 0 1 0 510054788 98459648 23338 33554432000 134512640 135226915 4289466352 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 24038 23338 81 175 0 23861 0
Current children cumulated CPU time (s) 679.75
Current children cumulated vsize (KiB) 104852

[startup+680.001 s]
/proc/loadavg: 3.19 3.72 3.42 4/187 4822
/proc/meminfo: memFree=14746400/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=96152 CPUtime=679.11 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 23396 0 0 0 67904 7 0 0 25 0 1 0 510054788 98459648 23338 33554432000 134512640 135226915 4289466352 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 24038 23338 81 175 0 23861 0
Current children cumulated CPU time (s) 679.94
Current children cumulated vsize (KiB) 104852

[startup+680.101 s]
/proc/loadavg: 3.19 3.72 3.42 4/187 4822
/proc/meminfo: memFree=14746400/32951124 swapFree=67111528/67111528
[pid=4739] ppid=4737 vsize=8700 CPUtime=0.83 cores=0,2
/proc/4739/stat : 4739 (lysat.sh) S 4737 4739 4368 0 -1 4202496 355 14481 0 0 0 0 78 5 18 0 1 0 510054704 8908800 251 33554432000 4194304 4922060 140736298458640 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/4739/statm: 2175 251 209 178 0 68 0
[pid=4742] ppid=4739 vsize=96152 CPUtime=679.21 cores=0,2
/proc/4742/stat : 4742 (LySATi) R 4739 4739 4368 0 -1 4202496 23396 0 0 0 67914 7 0 0 25 0 1 0 510054788 98459648 23338 33554432000 134512640 135226915 4289466352 18446744073709551615 134537059 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4742/statm: 24038 23338 81 175 0 23861 0
Current children cumulated CPU time (s) 680.04
Current children cumulated vsize (KiB) 104852

Child status: 20
Real time (s): 680.168
CPU time (s): 680.131
CPU user time (s): 679.985
CPU system time (s): 0.145977
CPU usage (%): 99.9946
Max. virtual memory (cumulated for all children) (KiB): 104852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 679.985
system time used= 0.145977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38449
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= 38
involuntary context switches= 1582

runsolver used 1.15982 second user time and 2.54861 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-28 11:55:43
IDJOB=3308877
IDBENCH=82502
IDSOLVER=1692
FILE ID=node105/3308877-1303984542
RUNJOBID= node105-1303983222-4386
PBS_JOBID= 13168721
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308877-1303984542/watcher-3308877-1303984542 -o /tmp/evaluation-result-3308877-1303984542/solver-3308877-1303984542 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308877-1303984542.cnf i

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=313877495

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15063764 kB
Buffers:       2294728 kB
Cached:       14607856 kB
SwapCached:          0 kB
Active:        9426564 kB
Inactive:      7885512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15063764 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          263548 kB
Writeback:           0 kB
AnonPages:      408640 kB
Mapped:          15616 kB
Slab:           511672 kB
PageTables:       5820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   602680 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71672 MiB
End job on node105 at 2011-04-28 12:07:03