Trace number 3708386

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 NameAnswerobjective functionCPU timeWall clock time
bsolo 3.2? 1798.75 1799.09

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null0mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMa88af6dd0118c2f12fc3d8f44e999a51
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-432
Best CPU time to get the best result obtained on this benchmark780.628
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 512
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 3967
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 61696
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c bsolo beta version 3.2 - 23/05/2010 : 1630 GMT
0.00/0.00	c Developed by Vasco Manquinho and José Santos IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Learning Strategy: Cardinality Constraint Learning
0.00/0.00	c Time Limit set to 1800
0.00/0.00	c Instance file HOME/instance-3708386-1338251709.opb
0.00/0.00	c File size is 28224608 bytes.
3.37/3.49	c Highest Coefficient sum: 61696
3.37/3.49	c Parsing was ok!!
3.37/3.49	c Total parsing time: 3.476 s
3.67/3.72	c Var: 400896 Constr: 402763 400785/1977/1 Lit: 2338937 Watch. Lit: 1260487
3.67/3.72	c Obj. Vars: 892 (0.222502 % of total variables)
182.71/182.89	c Pre-processing Time: 182.824 s
182.81/182.91	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
182.81/182.91	c        0 399937   401643  2331966    5  1257124  500000      0      0 182.82
182.81/182.91	c Switching off lower bounding mode.
1798.65/1799.08	c      101 397565   401749  2341958    5  1257593  550001    106      0 189.20
1798.65/1799.08	c      251 397565   401913  2352452    5  1257921  605002    270      1 207.42
1798.65/1799.08	c      476 389045   402143  2357851    5  1258681  665503    500      1 277.47
1798.65/1799.08	c      814 389045   402484  2366497    5  1259363  732054    841      1 522.50
1798.65/1799.08	c     1322 389045   403001  2381288    5  1260403  805260   1358      0 1336.53
1798.65/1799.08	c Resources Exceeded
1798.65/1799.08	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1798.65/1799.08	c    5     1693   1422  1975826   403387  2414506   1744      0 1798.75
1798.65/1799.08	s UNKNOWN
1798.65/1799.08	c Total time: 1798.75 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3708386-1338251709/watcher-3708386-1338251709 -o /tmp/evaluation-result-3708386-1338251709/solver-3708386-1338251709 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 HOME/instance-3708386-1338251709.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 8815
/proc/meminfo: memFree=27476744/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/8815/stat : 8815 (runsolver) D 8813 8815 7472 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 291296448 12095488 51 33554432000 4194304 5436572 140735703730160 140735703726456 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 2953 51 31 304 0 2645 0

[startup+0.0820819 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 8815
/proc/meminfo: memFree=27476744/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=42348 CPUtime=0.07 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1514 0 0 0 7 0 0 0 20 0 1 0 291296448 43364352 1427 33554432000 134512640 137138936 4294149840 4294148140 136492471 0 0 4096 16384 0 0 0 17 6 0 0 0 0 0
/proc/8815/statm: 10587 1427 391 642 0 3052 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 42348

[startup+0.100181 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 8815
/proc/meminfo: memFree=27476744/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=42900 CPUtime=0.08 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1734 0 0 0 8 0 0 0 20 0 1 0 291296448 43929600 1647 33554432000 134512640 137138936 4294149840 4294148104 136504096 0 0 4096 16384 0 0 0 17 6 0 0 0 0 0
/proc/8815/statm: 10725 1647 441 642 0 3190 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42900

[startup+0.30014 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 8815
/proc/meminfo: memFree=27476744/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=49736 CPUtime=0.28 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 4078 0 0 0 28 0 0 0 20 0 1 0 291296448 50929664 3863 33554432000 134512640 137138936 4294149840 4294148260 136525315 0 0 4096 16384 0 0 0 17 6 0 0 0 0 0
/proc/8815/statm: 12434 3863 977 642 0 4899 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 49736

[startup+0.700162 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 8815
/proc/meminfo: memFree=27476744/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=63416 CPUtime=0.68 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 8715 0 0 0 67 1 0 0 20 0 1 0 291296448 64937984 8246 33554432000 134512640 137138936 4294149840 4294148336 134603337 0 0 4096 16384 0 0 0 17 6 0 0 0 0 0
/proc/8815/statm: 15854 8246 1983 642 0 8319 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 63416

[startup+1.50017 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 8816
/proc/meminfo: memFree=27440180/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=90760 CPUtime=1.47 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 17745 0 0 0 144 3 0 0 20 0 1 0 291296448 92938240 16770 33554432000 134512640 137138936 4294149840 4294148232 136506715 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 22690 16771 3694 642 0 15155 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 90760

[startup+3.10015 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 8816
/proc/meminfo: memFree=27405812/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=122568 CPUtime=3.07 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 28380 0 0 0 302 5 0 0 20 0 1 0 291296448 125509632 27416 33554432000 134512640 137138936 4294149840 4294148368 134517403 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 30642 27416 6477 642 0 23107 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 122568

[startup+6.30017 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 8816
/proc/meminfo: memFree=27316336/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=175400 CPUtime=6.27 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 45727 0 0 0 621 6 0 0 20 0 1 0 291296448 179609600 40313 33554432000 134512640 137138936 4294149840 4289337384 136504378 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 43850 40313 184 642 0 43206 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 175400

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 8816
/proc/meminfo: memFree=27316136/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=175400 CPUtime=12.66 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 45728 0 0 0 1260 6 0 0 20 0 1 0 291296448 179609600 40314 33554432000 134512640 137138936 4294149840 4289337600 134542530 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 43850 40314 184 642 0 43206 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 175400

[startup+25.5002 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 8816
/proc/meminfo: memFree=27314036/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=175400 CPUtime=25.47 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 45728 0 0 0 2540 7 0 0 20 0 1 0 291296448 179609600 40314 33554432000 134512640 137138936 4294149840 4289337756 136520975 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 43850 40314 184 642 0 43206 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 175400

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 8816
/proc/meminfo: memFree=27309820/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=175532 CPUtime=51.06 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 45735 0 0 0 5099 7 0 0 20 0 1 0 291296448 179744768 40321 33554432000 134512640 137138936 4294149840 4289337824 134566692 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 43883 40321 184 642 0 43239 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 175532

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 8816
/proc/meminfo: memFree=27307452/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=175532 CPUtime=102.26 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 45737 0 0 0 10218 8 0 0 20 0 1 0 291296448 179744768 40323 33554432000 134512640 137138936 4294149840 4289337592 135984561 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 43883 40323 184 642 0 43239 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 175532

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 8816
/proc/meminfo: memFree=27307404/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=175532 CPUtime=162.23 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 45747 0 0 0 16215 8 0 0 20 0 1 0 291296448 179744768 40323 33554432000 134512640 137138936 4294149840 4289337384 136504449 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 43883 40323 184 642 0 43239 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 175532

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 8816
/proc/meminfo: memFree=27299372/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183168 CPUtime=222.2 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 388398 0 0 0 22088 132 0 0 20 0 1 0 291296448 187564032 42805 33554432000 134512640 137138936 4294149840 4294148592 134575204 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 45792 42805 192 642 0 45148 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 183168

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/176 8816
/proc/meminfo: memFree=27290980/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183848 CPUtime=282.19 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 589021 0 0 0 28038 181 0 0 20 0 1 0 291296448 188260352 44029 33554432000 134512640 137138936 4294149840 4294148400 134599237 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 45962 44051 192 642 0 45318 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 183848

[startup+342.3 s]
/proc/loadavg: 2.05 2.00 2.00 3/178 8820
/proc/meminfo: memFree=27290112/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183168 CPUtime=342.19 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 751183 0 0 0 34004 215 0 0 20 0 1 0 291296448 187564032 43950 33554432000 134512640 137138936 4294149840 4294148264 134606982 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 45792 43950 192 642 0 45148 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 183168

[startup+402.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 8820
/proc/meminfo: memFree=27288568/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183168 CPUtime=402.17 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 791601 0 0 0 39994 223 0 0 20 0 1 0 291296448 187564032 43950 33554432000 134512640 137138936 4294149840 4294148264 134606670 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 45792 43950 192 642 0 45148 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 183168

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8820
/proc/meminfo: memFree=27287576/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183168 CPUtime=462.16 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 832831 0 0 0 45985 231 0 0 20 0 1 0 291296448 187564032 43950 33554432000 134512640 137138936 4294149840 4294148264 134606964 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 45792 43950 192 642 0 45148 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 183168

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8820
/proc/meminfo: memFree=27285840/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183116 CPUtime=522.16 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 881645 0 0 0 51973 243 0 0 20 0 1 0 291296448 187510784 43937 33554432000 134512640 137138936 4294149840 4294148264 134606964 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 45779 43937 192 642 0 45135 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 183116

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8820
/proc/meminfo: memFree=27281500/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183116 CPUtime=582.15 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 913356 0 0 0 57965 250 0 0 20 0 1 0 291296448 187510784 43937 33554432000 134512640 137138936 4294149840 4294148264 134606663 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8815/statm: 45779 43937 192 642 0 45135 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 183116

[startup+642.3 s]

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

/proc/meminfo: memFree=27339064/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183116 CPUtime=1122.06 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1285253 0 0 0 111885 321 0 0 20 0 1 0 291296448 187510784 43937 33554432000 134512640 137138936 4294149840 4294148264 134606982 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45779 43937 192 642 0 45135 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 183116

[startup+1182.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 8863
/proc/meminfo: memFree=27326228/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183112 CPUtime=1182.04 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1323346 0 0 0 117875 329 0 0 20 0 1 0 291296448 187506688 43936 33554432000 134512640 137138936 4294149840 4294148264 134606630 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45778 43936 192 642 0 45134 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 183112

[startup+1242.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 8864
/proc/meminfo: memFree=27316188/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183116 CPUtime=1242.04 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1354781 0 0 0 123868 336 0 0 20 0 1 0 291296448 187510784 43937 33554432000 134512640 137138936 4294149840 4294148336 134618214 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45779 43937 192 642 0 45135 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 183116

[startup+1302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 8864
/proc/meminfo: memFree=27299076/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183116 CPUtime=1302.03 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1386223 0 0 0 129861 342 0 0 20 0 1 0 291296448 187510784 43937 33554432000 134512640 137138936 4294149840 4294148264 134606964 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45779 43937 192 642 0 45135 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 183116

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 8864
/proc/meminfo: memFree=27283512/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183116 CPUtime=1362.02 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1425880 0 0 0 135851 351 0 0 20 0 1 0 291296448 187510784 43937 33554432000 134512640 137138936 4294149840 4294148336 134618214 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45779 43937 192 642 0 45135 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 183116

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 8864
/proc/meminfo: memFree=27259580/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183112 CPUtime=1422.02 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1471792 0 0 0 141842 360 0 0 20 0 1 0 291296448 187506688 43951 33554432000 134512640 137138936 4294149840 4294148264 134607001 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45778 43951 192 642 0 45134 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 183112

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 8864
/proc/meminfo: memFree=27232088/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183116 CPUtime=1482 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1506716 0 0 0 147833 367 0 0 20 0 1 0 291296448 187510784 43938 33554432000 134512640 137138936 4294149840 4294148264 134606691 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45779 43938 192 642 0 45135 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 183116

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/178 8868
/proc/meminfo: memFree=27213320/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183116 CPUtime=1541.99 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1558121 0 0 0 153821 378 0 0 20 0 1 0 291296448 187510784 43938 33554432000 134512640 137138936 4294149840 4294148264 134607009 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45779 43938 192 642 0 45135 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 183116

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 8891
/proc/meminfo: memFree=27199528/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183112 CPUtime=1601.98 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1613395 0 0 0 159807 391 0 0 20 0 1 0 291296448 187506688 43937 33554432000 134512640 137138936 4294149840 4294148264 134606673 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45778 43937 192 642 0 45134 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 183112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 8891
/proc/meminfo: memFree=27183044/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183792 CPUtime=1661.98 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1664735 0 0 0 165796 402 0 0 20 0 1 0 291296448 188203008 44107 33554432000 134512640 137138936 4294149840 4294148336 134618208 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45948 44107 192 642 0 45304 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 183792

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8891
/proc/meminfo: memFree=27128116/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183112 CPUtime=1721.96 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1706260 0 0 0 171786 410 0 0 20 0 1 0 291296448 187506688 43937 33554432000 134512640 137138936 4294149840 4294148264 134606663 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45778 43937 192 642 0 45134 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 183112

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8891
/proc/meminfo: memFree=27120428/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183336 CPUtime=1781.95 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1746311 0 0 0 177776 419 0 0 20 0 1 0 291296448 187736064 44025 33554432000 134512640 137138936 4294149840 4294148264 134606663 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45834 44025 192 642 0 45190 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 183336

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8891
/proc/meminfo: memFree=27119684/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183344 CPUtime=1791.56 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1753321 0 0 0 178735 421 0 0 20 0 1 0 291296448 187744256 44027 33554432000 134512640 137138936 4294149840 4294148264 134606670 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45836 44027 192 642 0 45192 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (KiB) 183344

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8891
/proc/meminfo: memFree=27119932/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183344 CPUtime=1794.75 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1755560 0 0 0 179054 421 0 0 20 0 1 0 291296448 187744256 44027 33554432000 134512640 137138936 4294149840 4294148264 134607004 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45836 44027 192 642 0 45192 0
Current children cumulated CPU time (s) 1794.75
Current children cumulated vsize (KiB) 183344

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8891
/proc/meminfo: memFree=27119932/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183344 CPUtime=1796.35 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1757053 0 0 0 179213 422 0 0 20 0 1 0 291296448 187744256 44027 33554432000 134512640 137138936 4294149840 4294148336 134618214 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45836 44027 192 642 0 45192 0
Current children cumulated CPU time (s) 1796.35
Current children cumulated vsize (KiB) 183344

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8891
/proc/meminfo: memFree=27119932/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183344 CPUtime=1797.95 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1757053 0 0 0 179373 422 0 0 20 0 1 0 291296448 187744256 44027 33554432000 134512640 137138936 4294149840 4294148264 134606964 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45836 44027 192 642 0 45192 0
Current children cumulated CPU time (s) 1797.95
Current children cumulated vsize (KiB) 183344

[startup+1798.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8891
/proc/meminfo: memFree=27119808/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183344 CPUtime=1798.35 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1757053 0 0 0 179413 422 0 0 20 0 1 0 291296448 187744256 44027 33554432000 134512640 137138936 4294149840 4294148264 134606964 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45836 44027 192 642 0 45192 0
Current children cumulated CPU time (s) 1798.35
Current children cumulated vsize (KiB) 183344

[startup+1798.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8891
/proc/meminfo: memFree=27119808/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183344 CPUtime=1798.55 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1757053 0 0 0 179433 422 0 0 20 0 1 0 291296448 187744256 44027 33554432000 134512640 137138936 4294149840 4294148264 134606670 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45836 44027 192 642 0 45192 0
Current children cumulated CPU time (s) 1798.55
Current children cumulated vsize (KiB) 183344

[startup+1799 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8891
/proc/meminfo: memFree=27119808/32873648 swapFree=7104/7104
[pid=8815] ppid=8813 vsize=183344 CPUtime=1798.65 cores=0,2,4,6
/proc/8815/stat : 8815 (bsolo) R 8813 8815 7472 0 -1 4202496 1757053 0 0 0 179443 422 0 0 20 0 1 0 291296448 187744256 44027 33554432000 134512640 137138936 4294149840 4294148264 134607004 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/8815/statm: 45836 44027 192 642 0 45192 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 183344

Child status: 0
Real time (s): 1799.09
CPU time (s): 1798.75
CPU user time (s): 1794.53
CPU system time (s): 4.22636
CPU usage (%): 99.9811
Max. virtual memory (cumulated for all children) (KiB): 185432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.53
system time used= 4.22636
maximum resident set size= 178064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1757522
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= 48
involuntary context switches= 2266

runsolver used 6.43302 second user time and 11.3143 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-29 02:35:10
IDJOB=3708386
IDBENCH=91155
IDSOLVER=2286
FILE ID=node127/3708386-1338251709
RUNJOBID= node127-1338228900-7488
PBS_JOBID= 14624640
Free space on /tmp= 71052 MiB

SOLVER NAME= bsolo 3.2
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null0mast_rapportOE1.0_TMAX15_K192_cod2.opb
COMMAND LINE= bsolo -l2 -tTIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3708386-1338251709/watcher-3708386-1338251709 -o /tmp/evaluation-result-3708386-1338251709/solver-3708386-1338251709 -C 1800 -W 1900 -M 15500  bsolo -l2 -t1800 HOME/instance-3708386-1338251709.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a88af6dd0118c2f12fc3d8f44e999a51
RANDOM SEED=1178473431

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27476908 kB
Buffers:          501936 kB
Cached:          3769596 kB
SwapCached:            0 kB
Active:          1632108 kB
Inactive:        2879384 kB
Active(anon):     240600 kB
Inactive(anon):     1404 kB
Active(file):    1391508 kB
Inactive(file):  2877980 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31408 kB
Writeback:             0 kB
AnonPages:        245912 kB
Mapped:            15144 kB
Shmem:               200 kB
Slab:             746716 kB
SReclaimable:     190988 kB
SUnreclaim:       555728 kB
KernelStack:        1456 kB
PageTables:         4360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     357420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71056 MiB
End job on node127 at 2012-05-29 03:05:09