Trace number 3250910

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
glucose 2? (TO) 1299.97 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
MD5SUMf34a5dd1cdce70a322dd395bcb5f1303
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2548
Number of clauses582679
Sum of the clauses size1167806
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2582629
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.14	c ==============================================================================
0.00/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.14	c ==============================================================================
0.00/0.14	c |         0 |  582679  1167806 |  174803       0        0     nan |  0.000 % |
1.58/1.68	c |         0 |  580131  1626523 |      --       0       --      -- |     --   | -2548/458717
1.58/1.69	c ==============================================================================
1.58/1.69	c Result  :   #vars: 2498   #clauses: 580131   #literals: 1626523
1.58/1.69	c CPU time:   1.66775 s
1.58/1.69	c ==============================================================================
1.89/1.94	c
1.89/1.94	c Starting glucose
1.89/1.94	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-3250910-1303569814/watcher-3250910-1303569814 -o /tmp/evaluation-result-3250910-1303569814/solver-3250910-1303569814 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3250910-1303569814.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.99 3.97 4.19 5/192 19316
/proc/meminfo: memFree=20934836/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=0 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 201172644 8912896 252 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 252 211 178 0 69 0

[startup+0.0253481 s]
/proc/loadavg: 3.99 3.97 4.19 5/192 19316
/proc/meminfo: memFree=20934836/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=0 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 201172644 8912896 252 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100361 s]
/proc/loadavg: 3.99 3.97 4.19 5/192 19316
/proc/meminfo: memFree=20934836/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=0 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 201172644 8912896 252 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300323 s]
/proc/loadavg: 3.99 3.97 4.19 5/192 19316
/proc/meminfo: memFree=20934836/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=0 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 201172644 8912896 252 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700263 s]
/proc/loadavg: 3.99 3.97 4.19 5/192 19316
/proc/meminfo: memFree=20934836/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=0 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 201172644 8912896 252 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.5011 s]
/proc/loadavg: 3.99 3.97 4.19 5/194 19318
/proc/meminfo: memFree=20855460/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=0 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 201172644 8912896 252 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 252 211 178 0 69 0
[pid=19317] ppid=19316 vsize=51756 CPUtime=1.48 cores=4,6
/proc/19317/stat : 19317 (SatELite_releas) R 19316 19316 19029 0 -1 4202496 10573 0 0 0 147 1 0 0 25 0 1 0 201172644 52998144 10528 33554432000 134512640 135144242 4292052464 18446744073709551615 134588165 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/19317/statm: 12939 10528 77 155 0 12782 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 60460

[startup+3.10084 s]
/proc/loadavg: 3.99 3.97 4.19 5/194 19319
/proc/meminfo: memFree=20821860/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=49216 CPUtime=1.14 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 13845 0 0 0 113 1 0 0 22 0 1 0 201172838 50397184 8284 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 12304 8284 251 17 0 8945 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 57920

[startup+6.30028 s]
/proc/loadavg: 3.99 3.97 4.18 5/194 19319
/proc/meminfo: memFree=20774844/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=99128 CPUtime=4.34 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 30686 0 0 0 430 4 0 0 25 0 1 0 201172838 101507072 14318 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 24782 14318 251 17 0 21423 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 107832

[startup+12.7011 s]
/proc/loadavg: 3.99 3.97 4.18 5/194 19320
/proc/meminfo: memFree=20730208/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=99128 CPUtime=10.74 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 37763 0 0 0 1069 5 0 0 25 0 1 0 201172838 101507072 20744 33554432000 4194304 4260849 140734927236656 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 24782 20744 251 17 0 21423 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 107832

[startup+25.5009 s]
/proc/loadavg: 3.99 3.97 4.18 5/194 19320
/proc/meminfo: memFree=20791044/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=129752 CPUtime=23.53 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 46581 0 0 0 2347 6 0 0 25 0 1 0 201172838 132866048 29240 33554432000 4194304 4260849 140734927236656 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 32438 29240 251 17 0 29079 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 138456

[startup+51.1004 s]
/proc/loadavg: 3.99 3.97 4.17 5/194 19321
/proc/meminfo: memFree=20688388/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=129752 CPUtime=49.13 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 46581 0 0 0 4907 6 0 0 25 0 1 0 201172838 132866048 29240 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 32438 29240 251 17 0 29079 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 138456

[startup+102.307 s]
/proc/loadavg: 3.99 3.97 4.16 5/194 19322
/proc/meminfo: memFree=20708528/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=129756 CPUtime=100.35 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 131433 0 0 0 10016 19 0 0 25 0 1 0 201172838 132870144 25643 33554432000 4194304 4260849 140734927236656 18446744073709551615 4225104 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 32439 25643 251 17 0 29080 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 138460

[startup+162.301 s]
/proc/loadavg: 4.04 3.99 4.16 5/194 19324
/proc/meminfo: memFree=20721784/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=130060 CPUtime=160.33 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 195445 0 0 0 16004 29 0 0 25 0 1 0 201172838 133181440 27280 33554432000 4194304 4260849 140734927236656 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 32515 27280 251 17 0 29156 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 138764

[startup+222.3 s]
/proc/loadavg: 4.01 3.99 4.15 5/194 19325
/proc/meminfo: memFree=20709368/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=160880 CPUtime=220.33 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 244218 0 0 0 21996 37 0 0 25 0 1 0 201172838 164741120 30303 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224495 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 40220 30303 251 17 0 36861 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 169584

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 4.14 5/194 19327
/proc/meminfo: memFree=20683920/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=160880 CPUtime=280.34 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 290636 0 0 0 27989 45 0 0 25 0 1 0 201172838 164741120 29452 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 40220 29452 251 17 0 36861 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 169584

[startup+342.3 s]
/proc/loadavg: 4.00 3.99 4.12 5/194 19329
/proc/meminfo: memFree=20628576/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=160880 CPUtime=340.34 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 326425 0 0 0 33981 53 0 0 25 0 1 0 201172838 164741120 30964 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 40220 30964 251 17 0 36861 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 169584

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 4.11 5/194 19330
/proc/meminfo: memFree=20560488/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6

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

/proc/19319/statm: 40220 34714 252 17 0 36861 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 169584

[startup+642.301 s]
/proc/loadavg: 4.06 4.00 4.08 5/194 19337
/proc/meminfo: memFree=20572564/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=211820 CPUtime=640.35 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 516480 0 0 0 63947 88 0 0 25 0 1 0 201172838 216903680 38786 33554432000 4194304 4260849 140734927236656 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 52955 38786 252 17 0 49596 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 220524

[startup+702.301 s]
/proc/loadavg: 4.08 4.02 4.08 5/194 19338
/proc/meminfo: memFree=20517568/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=215200 CPUtime=700.34 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 567100 0 0 0 69937 97 0 0 25 0 1 0 201172838 220364800 38196 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 53800 38196 252 17 0 50441 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 223904

[startup+762.307 s]
/proc/loadavg: 4.03 4.01 4.08 5/194 19343
/proc/meminfo: memFree=20564892/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=167332 CPUtime=760.35 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 619256 0 0 0 75928 107 0 0 25 0 1 0 201172838 171347968 35342 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 41833 35342 252 17 0 38474 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 176036

[startup+822.301 s]
/proc/loadavg: 4.01 4.00 4.07 5/194 19344
/proc/meminfo: memFree=20492176/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=221228 CPUtime=820.33 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 653998 0 0 0 81919 114 0 0 25 0 1 0 201172838 226537472 41360 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 55307 41360 252 17 0 51948 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 229932

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 4.06 5/194 19346
/proc/meminfo: memFree=20558364/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=174048 CPUtime=880.33 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 703443 0 0 0 87909 124 0 0 25 0 1 0 201172838 178225152 34718 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224575 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 43512 34718 252 17 0 40153 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 182752

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 4.06 5/194 19348
/proc/meminfo: memFree=20531024/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=175768 CPUtime=940.34 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 734533 0 0 0 93903 131 0 0 25 0 1 0 201172838 179986432 39497 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 43942 39497 252 17 0 40583 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 184472

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 4.05 5/194 19349
/proc/meminfo: memFree=20461792/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=230236 CPUtime=1000.34 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 762346 0 0 0 99898 136 0 0 25 0 1 0 201172838 235761664 42571 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224812 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 57559 42571 252 17 0 54200 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 238940

[startup+1062.3 s]
/proc/loadavg: 3.92 3.98 4.04 4/191 19391
/proc/meminfo: memFree=20786800/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=231692 CPUtime=1060.33 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 788053 0 0 0 105892 141 0 0 25 0 1 0 201172838 237252608 43983 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 57923 43983 252 17 0 54564 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 240396

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 4.04 5/194 19482
/proc/meminfo: memFree=20714796/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=235080 CPUtime=1120.33 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 836979 0 0 0 111882 151 0 0 25 0 1 0 201172838 240721920 42395 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 58770 42395 252 17 0 55411 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 243784

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 4.04 5/194 19484
/proc/meminfo: memFree=20617292/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=240436 CPUtime=1180.33 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 874615 0 0 0 117874 159 0 0 25 0 1 0 201172838 246206464 45659 33554432000 4194304 4260849 140734927236656 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 60109 45659 252 17 0 56750 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 249140

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 4.03 5/194 19486
/proc/meminfo: memFree=20632876/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=244240 CPUtime=1240.32 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 906516 0 0 0 123867 165 0 0 25 0 1 0 201172838 250101760 45659 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 61060 45659 252 17 0 57701 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 252944



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 4.02 5/194 19487
/proc/meminfo: memFree=20600248/32951124 swapFree=67111528/67111528
[pid=19316] ppid=19314 vsize=8704 CPUtime=1.94 cores=4,6
/proc/19316/stat : 19316 (glucose.sh) S 19314 19316 19029 0 -1 4202496 359 10575 0 0 0 0 191 3 18 0 1 0 201172644 8912896 254 33554432000 4194304 4922060 140736525671136 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/19316/statm: 2176 254 211 178 0 69 0
[pid=19319] ppid=19316 vsize=199784 CPUtime=1298.03 cores=4,6
/proc/19319/stat : 19319 (glucose_static) R 19316 19316 19029 0 -1 4202496 934590 0 0 0 129632 171 0 0 25 0 1 0 201172838 204578816 42238 33554432000 4194304 4260849 140734927236656 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/19319/statm: 49946 42238 252 17 0 46587 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 208488

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 19316 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=914708
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=30995
# CPU time returned by wait4() is 1.9457
# while last known CPU time is 1299.97
#
# 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): 1299.97
CPU user time (s): 1298.23
CPU system time (s): 1.74
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 410668

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

runsolver used 2.29565 second user time and 4.80927 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-23 16:43:34
IDJOB=3250910
IDBENCH=88204
IDSOLVER=1651
FILE ID=node107/3250910-1303569814
RUNJOBID= node107-1303568269-19048
PBS_JOBID= 13150304
Free space on /tmp= 71740 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250910-1303569814/watcher-3250910-1303569814 -o /tmp/evaluation-result-3250910-1303569814/solver-3250910-1303569814 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3250910-1303569814.cnf 

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

MD5SUM BENCH= f34a5dd1cdce70a322dd395bcb5f1303
RANDOM SEED=1460509223

node107.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.829
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.829
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	: 5332.75
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.75
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20934984 kB
Buffers:       2010440 kB
Cached:        9180252 kB
SwapCached:          0 kB
Active:        7839732 kB
Inactive:      3697820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20934984 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8632 kB
Writeback:           0 kB
AnonPages:      346724 kB
Mapped:          15288 kB
Slab:           412828 kB
PageTables:       6028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   554600 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= 71700 MiB
End job on node107 at 2011-04-23 17:05:16