Trace number 3287279

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
rcl 2011-04-01? (TO) 1300.02 1300.01

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2179.95
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
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...
0.00/0.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  287043   669767 |   86112       0        0     nan |  0.000 % |
1.69/1.73	c |         0 |  165084   471456 |      --       0       --      -- |     --   | -121957/-198306
1.69/1.73	c ==============================================================================
1.69/1.73	c Result  :   #vars: 35680   #clauses: 165084   #literals: 471456
1.69/1.73	c CPU time:   1.70074 s
1.69/1.73	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3287279-1303765714/watcher-3287279-1303765714 -o /tmp/evaluation-result-3287279-1303765714/solver-3287279-1303765714 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3287279-1303765714.cnf 

running on 2 cores: 4,6

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.79 3.86 3.52 4/192 6746
/proc/meminfo: memFree=14874328/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=0 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 468986927 8908800 250 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 250 209 178 0 68 0

[startup+0.010231 s]
/proc/loadavg: 3.79 3.86 3.52 4/192 6746
/proc/meminfo: memFree=14874328/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=0 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 468986927 8908800 250 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100231 s]
/proc/loadavg: 3.79 3.86 3.52 4/192 6746
/proc/meminfo: memFree=14874328/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=0 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 468986927 8908800 250 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300178 s]
/proc/loadavg: 3.79 3.86 3.52 4/192 6746
/proc/meminfo: memFree=14874328/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=0 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 468986927 8908800 250 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.7011 s]
/proc/loadavg: 3.79 3.86 3.52 4/192 6746
/proc/meminfo: memFree=14874328/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=0 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 468986927 8908800 250 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50096 s]
/proc/loadavg: 3.79 3.86 3.52 5/194 6748
/proc/meminfo: memFree=14818032/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=0 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 468986927 8908800 250 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 250 209 178 0 68 0
[pid=6747] ppid=6746 vsize=51732 CPUtime=1.49 cores=4,6
/proc/6747/stat : 6747 (SatELite_releas) R 6746 6746 5580 0 -1 4202496 12794 0 0 0 146 3 0 0 25 0 1 0 468986927 52973568 11482 33554432000 134512640 135144242 4294748480 18446744073709551615 134585741 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/6747/statm: 12933 11482 77 155 0 12776 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60432

[startup+3.10064 s]
/proc/loadavg: 3.79 3.86 3.52 5/194 6749
/proc/meminfo: memFree=14844692/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=22012 CPUtime=1.25 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 3837 0 0 0 125 0 0 0 22 0 1 0 468987110 22540288 3747 33554432000 4194304 4218580 140737458102320 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 5503 3747 131 6 0 3973 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 30712

[startup+6.30108 s]
/proc/loadavg: 3.81 3.87 3.52 5/194 6749
/proc/meminfo: memFree=14843336/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=23464 CPUtime=4.45 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 4194 0 0 0 445 0 0 0 25 0 1 0 468987110 24027136 4104 33554432000 4194304 4218580 140737458102320 18446744073709551615 4208186 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 5866 4104 131 6 0 4336 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 32164

[startup+12.7009 s]
/proc/loadavg: 3.82 3.87 3.52 5/194 6750
/proc/meminfo: memFree=14839252/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=25872 CPUtime=10.86 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 4809 0 0 0 1085 1 0 0 25 0 1 0 468987110 26492928 4719 33554432000 4194304 4218580 140737458102320 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 6468 4719 131 6 0 4938 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34572

[startup+25.5006 s]
/proc/loadavg: 3.86 3.87 3.53 5/194 6750
/proc/meminfo: memFree=14827736/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=31692 CPUtime=23.65 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 6266 0 0 0 2364 1 0 0 25 0 1 0 468987110 32452608 6176 33554432000 4194304 4218580 140737458102320 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 7923 6176 131 6 0 6393 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 40392

[startup+51.1009 s]
/proc/loadavg: 3.91 3.88 3.54 5/194 6751
/proc/meminfo: memFree=14822060/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=35244 CPUtime=49.25 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 7175 0 0 0 4924 1 0 0 25 0 1 0 468987110 36089856 7067 33554432000 4194304 4218580 140737458102320 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 8811 7067 131 6 0 7281 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 43944

[startup+102.306 s]
/proc/loadavg: 3.96 3.90 3.56 5/194 6752
/proc/meminfo: memFree=14804692/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=42092 CPUtime=100.47 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 8965 0 0 0 10045 2 0 0 25 0 1 0 468987110 43102208 8778 33554432000 4194304 4218580 140737458102320 18446744073709551615 4209504 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 10523 8778 131 6 0 8993 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 50792

[startup+162.3 s]
/proc/loadavg: 3.98 3.91 3.58 5/194 6754
/proc/meminfo: memFree=14779280/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=61080 CPUtime=160.46 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 13834 0 0 0 16043 3 0 0 25 0 1 0 468987110 62545920 13504 33554432000 4194304 4218580 140737458102320 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 15270 13504 131 6 0 13740 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 69780

[startup+222.3 s]
/proc/loadavg: 3.99 3.93 3.61 5/194 6755
/proc/meminfo: memFree=14768396/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=61208 CPUtime=220.46 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 14045 0 0 0 22043 3 0 0 25 0 1 0 468987110 62676992 13536 33554432000 4194304 4218580 140737458102320 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 15302 13536 131 6 0 13772 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 69908

[startup+282.3 s]
/proc/loadavg: 3.99 3.94 3.63 5/194 6757
/proc/meminfo: memFree=14729860/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=84800 CPUtime=280.46 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 20181 0 0 0 28042 4 0 0 25 0 1 0 468987110 86835200 19441 33554432000 4194304 4218580 140737458102320 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 21200 19441 131 6 0 19670 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 93500

[startup+342.3 s]
/proc/loadavg: 3.99 3.95 3.65 5/194 6758
/proc/meminfo: memFree=14726664/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=87340 CPUtime=340.47 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 20971 0 0 0 34042 5 0 0 25 0 1 0 468987110 89436160 20074 33554432000 4194304 4218580 140737458102320 18446744073709551615 4208480 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 21835 20074 131 6 0 20305 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 96040

[startup+402.3 s]
/proc/loadavg: 3.99 3.95 3.67 5/194 6760
/proc/meminfo: memFree=14724216/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6

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

/proc/6749/statm: 25303 23545 131 6 0 23773 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 109912

[startup+642.3 s]
/proc/loadavg: 3.16 3.67 3.63 4/187 6785
/proc/meminfo: memFree=14998044/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=100988 CPUtime=640.48 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 25618 0 0 0 64042 6 0 0 25 0 1 0 468987110 103411712 23495 33554432000 4194304 4218580 140737458102320 18446744073709551615 4210037 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 25247 23495 131 6 0 23717 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 109688

[startup+702.3 s]
/proc/loadavg: 3.06 3.55 3.59 4/187 6787
/proc/meminfo: memFree=14978056/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=119632 CPUtime=700.48 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 30447 0 0 0 70041 7 0 0 25 0 1 0 468987110 122503168 28164 33554432000 4194304 4218580 140737458102320 18446744073709551615 4208414 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 29908 28164 131 6 0 28378 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 128332

[startup+762.306 s]
/proc/loadavg: 3.02 3.44 3.55 4/187 6789
/proc/meminfo: memFree=14974060/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=123740 CPUtime=760.49 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 31708 0 0 0 76042 7 0 0 25 0 1 0 468987110 126709760 29186 33554432000 4194304 4218580 140737458102320 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 30935 29186 131 6 0 29405 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 132440

[startup+822.3 s]
/proc/loadavg: 3.01 3.37 3.51 4/187 6790
/proc/meminfo: memFree=14974032/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=123740 CPUtime=820.48 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 32075 0 0 0 82041 7 0 0 25 0 1 0 468987110 126709760 29179 33554432000 4194304 4218580 140737458102320 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 30935 29179 131 6 0 29405 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 132440

[startup+882.3 s]
/proc/loadavg: 3.00 3.29 3.47 4/187 6792
/proc/meminfo: memFree=14973756/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=123868 CPUtime=880.48 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 32368 0 0 0 88041 7 0 0 25 0 1 0 468987110 126840832 29215 33554432000 4194304 4218580 140737458102320 18446744073709551615 4210077 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 30967 29215 131 6 0 29437 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 132568

[startup+942.3 s]
/proc/loadavg: 3.00 3.24 3.44 4/187 6793
/proc/meminfo: memFree=14973240/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=123932 CPUtime=940.48 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 32661 0 0 0 94041 7 0 0 25 0 1 0 468987110 126906368 29230 33554432000 4194304 4218580 140737458102320 18446744073709551615 4208512 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 30983 29230 131 6 0 29453 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 132632

[startup+1002.3 s]
/proc/loadavg: 3.07 3.21 3.42 4/187 6798
/proc/meminfo: memFree=14972396/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=123996 CPUtime=1000.48 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 32944 0 0 0 100041 7 0 0 25 0 1 0 468987110 126971904 29248 33554432000 4194304 4218580 140737458102320 18446744073709551615 4211916 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 30999 29248 131 6 0 29469 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 132696

[startup+1062.3 s]
/proc/loadavg: 3.10 3.19 3.40 4/187 6800
/proc/meminfo: memFree=14970328/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=125296 CPUtime=1060.49 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 33617 0 0 0 106042 7 0 0 25 0 1 0 468987110 128303104 29573 33554432000 4194304 4218580 140737458102320 18446744073709551615 4208446 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 31324 29573 131 6 0 29794 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 133996

[startup+1122.3 s]
/proc/loadavg: 3.04 3.15 3.37 4/187 6801
/proc/meminfo: memFree=14969072/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=125456 CPUtime=1120.49 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 33997 0 0 0 112041 8 0 0 25 0 1 0 468987110 128466944 29614 33554432000 4194304 4218580 140737458102320 18446744073709551615 4210211 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 31364 29614 131 6 0 29834 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 134156

[startup+1182.3 s]
/proc/loadavg: 3.01 3.12 3.34 4/187 6803
/proc/meminfo: memFree=14965836/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=125552 CPUtime=1180.49 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 34315 0 0 0 118041 8 0 0 25 0 1 0 468987110 128565248 29640 33554432000 4194304 4218580 140737458102320 18446744073709551615 4210232 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 31388 29640 131 6 0 29858 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 134252

[startup+1242.3 s]
/proc/loadavg: 3.00 3.10 3.32 4/187 6804
/proc/meminfo: memFree=14953180/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=138172 CPUtime=1240.5 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 37796 0 0 0 124041 9 0 0 25 0 1 0 468987110 141488128 32789 33554432000 4194304 4218580 140737458102320 18446744073709551615 4211250 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 34543 32789 131 6 0 33013 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 146872



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.85 3.04 3.29 3/180 6945
/proc/meminfo: memFree=15177208/32951124 swapFree=67111528/67111528
[pid=6746] ppid=6744 vsize=8700 CPUtime=1.82 cores=4,6
/proc/6746/stat : 6746 (esg_static.sh) S 6744 6746 5580 0 -1 4202496 356 13483 0 0 0 0 178 4 18 0 1 0 468986927 8908800 253 33554432000 4194304 4922060 140736917882672 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/6746/statm: 2175 253 209 178 0 68 0
[pid=6749] ppid=6746 vsize=138172 CPUtime=1298.2 cores=4,6
/proc/6749/stat : 6749 (cdcl) R 6746 6746 5580 0 -1 4202496 38083 0 0 0 129811 9 0 0 25 0 1 0 468987110 141488128 32788 33554432000 4194304 4218580 140737458102320 18446744073709551615 4211908 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/6749/statm: 34543 32788 131 6 0 33013 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 146872

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6746 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=783728
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=45993
# CPU time returned by wait4() is 1.82972
# while last known CPU time is 1300.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.89
CPU system time (s): 0.13
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 147000

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

runsolver used 2.33864 second user time and 4.76328 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-25 23:08:35
IDJOB=3287279
IDBENCH=82462
IDSOLVER=1609
FILE ID=node142/3287279-1303765714
RUNJOBID= node142-1303765673-6484
PBS_JOBID= 13157147
Free space on /tmp= 71036 MiB

SOLVER NAME= rcl 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287279-1303765714/watcher-3287279-1303765714 -o /tmp/evaluation-result-3287279-1303765714/solver-3287279-1303765714 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3287279-1303765714.cnf

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=521847098

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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	: 5332.81
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.846
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.75
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.846
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.846
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:      14874352 kB
Buffers:       2077292 kB
Cached:       15023420 kB
SwapCached:          0 kB
Active:        7509920 kB
Inactive:      9991328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14874352 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          177500 kB
Writeback:           0 kB
AnonPages:      400092 kB
Mapped:          15420 kB
Slab:           509576 kB
PageTables:       6072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   606236 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= 71160 MiB
End job on node142 at 2011-04-25 23:30:17