Trace number 4107277

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
cdcl-cuttingplanes OPT linear search 2016-05-01? (TO) 1800.03 1800.3

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.newlist/normalized-randcebca4.cudf.paranoid.opb
MD5SUM18eba4fc2c6c4c36f404d480a47d1c35
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6576
Best CPU time to get the best result obtained on this benchmark0.25996
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5690
Total number of constraints25377
Number of constraints which are clauses25090
Number of constraints which are cardinality constraints (but not clauses)287
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2112
Biggest coefficient in the objective function 1563
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 862774
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1563
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 862774
Number of bits of the biggest sum of numbers20
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 OPTIONS:
0.00/0.00	c - Resolve (`-resolve-always' or `-resolve-skip'): -resolve-skip
0.00/0.00	c * #variable= 5690 #constraint= 25377
138.58/138.64	c #Conflicts:       1000 | #Learnt:       1212 | 0.000
138.58/138.64	c total clause space: 48.1602MB
138.58/138.64	c total #watches: 1205441
444.52/444.65	c total #propagations: 2036181 / total #impl: 65770580 (eff. 0.031)
444.52/444.65	c #Conflicts:       2000 | #Learnt:       2313 | 0.000
444.52/444.65	c total clause space: 127.173MB
444.52/444.65	c total #watches: 2486620
711.48/711.66	c total #propagations: 3025263 / total #impl: 135833157 (eff. 0.022)
711.48/711.66	c GC COLLECT
711.48/711.66	c #Conflicts:       3000 | #Learnt:       2568 | 0.000
711.48/711.66	c total clause space: 127.173MB
711.48/711.66	c total #watches: 3102381
847.16/847.34	c total #propagations: 4045886 / total #impl: 191693020 (eff. 0.021)
847.16/847.34	c #Conflicts:       4000 | #Learnt:       3593 | 0.000
847.16/847.34	c total clause space: 206.656MB
847.16/847.34	c total #watches: 4202880
1148.82/1149.01	c total #propagations: 4967964 / total #impl: 320807673 (eff. 0.015)
1148.82/1149.01	c GC COLLECT
1148.82/1149.01	c #Conflicts:       5000 | #Learnt:       3223 | 0.000
1148.82/1149.01	c total clause space: 206.656MB
1148.82/1149.01	c total #watches: 3857410
1646.54/1646.88	c total #propagations: 6098378 / total #impl: 555067047 (eff. 0.011)
1646.54/1646.88	c #Conflicts:       6000 | #Learnt:       4321 | 0.000
1646.54/1646.88	c total clause space: 206.656MB
1646.54/1646.88	c total #watches: 5267957

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4107277-1466273743/watcher-4107277-1466273743 -o /tmp/evaluation-result-4107277-1466273743/solver-4107277-1466273743 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466240371-6522 --watchdog 1960 --input HOME/instance-4107277-1466273743.opb ./cdcl-cuttingplanes-opt-linearsearch-release 

pid=10356
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: 2.28 2.26 2.26 4/176 10359
/proc/meminfo: memFree=29947584/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=29112 CPUtime=0 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 277 0 0 0 0 0 0 0 20 0 1 0 29421485 29810688 5269 33554432000 4194304 6201397 140735660633680 140737228949992 4211056 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 7278 5269 130 491 0 6777 0

[startup+0.100129 s]
/proc/loadavg: 2.28 2.26 2.26 4/176 10359
/proc/meminfo: memFree=29947584/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=34352 CPUtime=0.09 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 1326 0 0 0 9 0 0 0 20 0 1 0 29421485 35176448 7487 33554432000 4194304 6201397 140735660633680 140737228949992 4207438 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 8588 7488 142 491 0 8087 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34352

[startup+0.200361 s]
/proc/loadavg: 2.28 2.26 2.26 4/176 10359
/proc/meminfo: memFree=29947584/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=37480 CPUtime=0.19 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 1614 0 0 0 19 0 0 0 20 0 1 0 29421485 38379520 7711 33554432000 4194304 6201397 140735660633680 140737228949992 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 9370 7711 147 491 0 8869 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37480

[startup+0.300327 s]
/proc/loadavg: 2.28 2.26 2.26 4/176 10359
/proc/meminfo: memFree=29947584/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=37480 CPUtime=0.29 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 1624 0 0 0 29 0 0 0 20 0 1 0 29421485 38379520 8232 33554432000 4194304 6201397 140735660633680 140737228949992 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 9370 8232 147 491 0 8869 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37480

[startup+0.700202 s]
/proc/loadavg: 2.28 2.26 2.26 4/176 10359
/proc/meminfo: memFree=29947584/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=37612 CPUtime=0.69 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 1654 0 0 0 69 0 0 0 20 0 1 0 29421485 38514688 8262 33554432000 4194304 6201397 140735660633680 140735660632392 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 9403 8262 147 491 0 8902 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37612

[startup+1.5002 s]
/proc/loadavg: 2.28 2.26 2.26 3/177 10360
/proc/meminfo: memFree=29915080/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=37744 CPUtime=1.49 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 1663 0 0 0 149 0 0 0 20 0 1 0 29421485 38649856 8271 33554432000 4194304 6201397 140735660633680 140735660632488 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 9436 8271 147 491 0 8935 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37744

[startup+3.1002 s]
/proc/loadavg: 2.28 2.26 2.26 3/177 10360
/proc/meminfo: memFree=29914584/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=38008 CPUtime=3.09 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 1740 0 0 0 309 0 0 0 20 0 1 0 29421485 38920192 8348 33554432000 4194304 6201397 140735660633680 140735660632248 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 9502 8348 147 491 0 9001 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38008

[startup+6.30023 s]
/proc/loadavg: 2.26 2.26 2.26 3/177 10360
/proc/meminfo: memFree=29911928/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=43216 CPUtime=6.29 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 2069 0 0 0 629 0 0 0 20 0 1 0 29421485 44253184 8650 33554432000 4194304 6201397 140735660633680 140735660632392 4213168 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 10804 8650 147 491 0 10303 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43216

[startup+12.7002 s]
/proc/loadavg: 2.24 2.25 2.25 3/177 10360
/proc/meminfo: memFree=29908392/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=43868 CPUtime=12.69 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 2303 0 0 0 1269 0 0 0 20 0 1 0 29421485 44920832 9384 33554432000 4194304 6201397 140735660633680 140735660632376 4213110 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 10967 9384 147 491 0 10466 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43868

[startup+25.5002 s]
/proc/loadavg: 2.18 2.24 2.25 3/177 10360
/proc/meminfo: memFree=29902656/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=52324 CPUtime=25.48 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 2842 0 0 0 2548 0 0 0 20 0 1 0 29421485 53579776 10392 33554432000 4194304 6201397 140735660633680 140735660632376 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 13081 10392 147 491 0 12580 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 52324

[startup+51.1003 s]
/proc/loadavg: 2.26 2.25 2.25 4/177 10360
/proc/meminfo: memFree=29894780/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=53304 CPUtime=51.09 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 3239 0 0 0 5108 1 0 0 20 0 1 0 29421485 54583296 11272 33554432000 4194304 6201397 140735660633680 140735660632632 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 13326 11272 147 491 0 12825 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 53304

[startup+102.3 s]
/proc/loadavg: 2.31 2.26 2.25 3/177 10361
/proc/meminfo: memFree=29872808/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=68888 CPUtime=102.28 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 4288 0 0 0 10227 1 0 0 20 0 1 0 29421485 70541312 14867 33554432000 4194304 6201397 140735660633680 140735660632312 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 17222 14867 147 491 0 16721 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 68888

[startup+162.3 s]
/proc/loadavg: 2.23 2.24 2.25 4/177 10363
/proc/meminfo: memFree=29826708/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=133220 CPUtime=162.27 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 7994 0 0 0 16225 2 0 0 20 0 1 0 29421485 136417280 24611 33554432000 4194304 6201397 140735660633680 140735660632344 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 33305 24611 160 491 0 32804 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 133220

[startup+222.307 s]
/proc/loadavg: 2.21 2.24 2.25 4/177 10364
/proc/meminfo: memFree=29799708/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=136072 CPUtime=222.26 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 8892 0 0 0 22224 2 0 0 20 0 1 0 29421485 139337728 29597 33554432000 4194304 6201397 140735660633680 140735660632136 4213268 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 34018 29597 160 491 0 33517 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 136072

[startup+282.3 s]
/proc/loadavg: 2.23 2.24 2.25 3/178 10368
/proc/meminfo: memFree=29788492/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=136072 CPUtime=282.24 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 8935 0 0 0 28222 2 0 0 20 0 1 0 29421485 139337728 30151 33554432000 4194304 6201397 140735660633680 140735660632136 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 34018 30151 160 491 0 33517 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 136072

[startup+342.3 s]
/proc/loadavg: 2.18 2.22 2.24 3/177 10369
/proc/meminfo: memFree=29774908/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=187024 CPUtime=342.24 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 9462 0 0 0 34221 3 0 0 20 0 1 0 29421485 191512576 31660 33554432000 4194304 6201397 140735660633680 140735660632392 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 46756 31660 160 491 0 46255 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 187024

[startup+402.3 s]
/proc/loadavg: 2.17 2.21 2.23 4/177 10370
/proc/meminfo: memFree=29755176/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=192904 CPUtime=402.23 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 10612 0 0 0 40220 3 0 0 20 0 1 0 29421485 197533696 34854 33554432000 4194304 6201397 140735660633680 140735660632392 4213110 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 48226 34854 160 491 0 47725 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 192904

[startup+462.3 s]
/proc/loadavg: 2.21 2.21 2.23 3/176 10371
/proc/meminfo: memFree=29740844/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=192904 CPUtime=462.22 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 13728 0 0 0 46219 3 0 0 20 0 1 0 29421485 197533696 38279 33554432000 4194304 6201397 140735660633680 140735660632808 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 48226 38279 160 491 0 47725 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 192904

[startup+522.3 s]
/proc/loadavg: 2.20 2.20 2.22 3/177 10373
/proc/meminfo: memFree=29740464/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=192904 CPUtime=522.21 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 13824 0 0 0 52218 3 0 0 20 0 1 0 29421485 197533696 38371 33554432000 4194304 6201397 140735660633680 140735660632808 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 48226 38371 160 491 0 47725 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 192904

[startup+582.3 s]
/proc/loadavg: 2.24 2.22 2.23 3/177 10374
/proc/meminfo: memFree=29740076/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=192904 CPUtime=582.2 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 13896 0 0 0 58217 3 0 0 20 0 1 0 29421485 197533696 38443 33554432000 4194304 6201397 140735660633680 140735660632808 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 48226 38443 166 491 0 47725 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 192904


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


[startup+942.3 s]
/proc/loadavg: 1.17 1.58 1.95 2/170 10414
/proc/meminfo: memFree=29941172/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=294540 CPUtime=942.15 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 17980 0 0 0 94210 5 0 0 20 0 1 0 29421485 301608960 60692 33554432000 4194304 6201397 140735660633680 140735660632808 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 73635 60692 166 491 0 73134 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 294540

[startup+1002.3 s]
/proc/loadavg: 1.28 1.54 1.90 2/170 10415
/proc/meminfo: memFree=29940920/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=294540 CPUtime=1002.14 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 17981 0 0 0 100209 5 0 0 20 0 1 0 29421485 301608960 60693 33554432000 4194304 6201397 140735660633680 140735660632808 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 73635 60693 166 491 0 73134 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 294540

[startup+1062.3 s]
/proc/loadavg: 1.29 1.48 1.86 3/170 10416
/proc/meminfo: memFree=29940984/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=294540 CPUtime=1062.13 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 17981 0 0 0 106208 5 0 0 20 0 1 0 29421485 301608960 60693 33554432000 4194304 6201397 140735660633680 140735660632808 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 73635 60693 166 491 0 73134 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 294540

[startup+1122.3 s]
/proc/loadavg: 1.16 1.41 1.81 2/170 10418
/proc/meminfo: memFree=29941048/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=294540 CPUtime=1122.12 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 17981 0 0 0 112207 5 0 0 20 0 1 0 29421485 301608960 60693 33554432000 4194304 6201397 140735660633680 140735660632808 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 73635 60693 166 491 0 73134 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 294540

[startup+1182.3 s]
/proc/loadavg: 1.24 1.38 1.77 3/170 10419
/proc/meminfo: memFree=29941040/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=294540 CPUtime=1182.11 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 17982 0 0 0 118206 5 0 0 20 0 1 0 29421485 301608960 60694 33554432000 4194304 6201397 140735660633680 140735660632808 4213244 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 73635 60694 166 491 0 73134 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 294540

[startup+1242.3 s]
/proc/loadavg: 1.14 1.32 1.72 3/170 10420
/proc/meminfo: memFree=29940868/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=294540 CPUtime=1242.1 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 17983 0 0 0 124205 5 0 0 20 0 1 0 29421485 301608960 60695 33554432000 4194304 6201397 140735660633680 140735660632808 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 73635 60695 166 491 0 73134 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 294540

[startup+1302.3 s]
/proc/loadavg: 1.08 1.27 1.68 2/170 10421
/proc/meminfo: memFree=29940672/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=294540 CPUtime=1302.09 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 17983 0 0 0 130204 5 0 0 20 0 1 0 29421485 301608960 60695 33554432000 4194304 6201397 140735660633680 140735660632808 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 73635 60695 166 491 0 73134 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 294540

[startup+1362.3 s]
/proc/loadavg: 1.14 1.25 1.65 3/170 10422
/proc/meminfo: memFree=29940788/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=294540 CPUtime=1362.08 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 17988 0 0 0 136203 5 0 0 20 0 1 0 29421485 301608960 60700 33554432000 4194304 6201397 140735660633680 140735660632808 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 73635 60700 166 491 0 73134 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 294540

[startup+1422.3 s]
/proc/loadavg: 1.15 1.23 1.62 2/170 10424
/proc/meminfo: memFree=29940976/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=294700 CPUtime=1422.08 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 18013 0 0 0 142203 5 0 0 20 0 1 0 29421485 301772800 60725 33554432000 4194304 6201397 140735660633680 140735660632392 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 73675 60725 166 491 0 73174 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 294700

[startup+1482.3 s]
/proc/loadavg: 1.13 1.22 1.58 2/171 10428
/proc/meminfo: memFree=29938392/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=295020 CPUtime=1482.07 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 18082 0 0 0 148202 5 0 0 20 0 1 0 29421485 302100480 61305 33554432000 4194304 6201397 140735660633680 140735660632344 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 73755 61305 166 491 0 73254 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 295020

[startup+1542.31 s]
/proc/loadavg: 1.20 1.22 1.56 2/170 10429
/proc/meminfo: memFree=29932000/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=295020 CPUtime=1542.06 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 18150 0 0 0 154201 5 0 0 20 0 1 0 29421485 302100480 62906 33554432000 4194304 6201397 140735660633680 140735660632344 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 73755 62906 166 491 0 73254 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 295020

[startup+1602.3 s]
/proc/loadavg: 1.17 1.21 1.53 2/170 10430
/proc/meminfo: memFree=29923384/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=295340 CPUtime=1602.05 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 18252 0 0 0 160200 5 0 0 20 0 1 0 29421485 302428160 65052 33554432000 4194304 6201397 140735660633680 140735660632344 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 73835 65052 166 491 0 73334 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 295340

[startup+1662.3 s]
/proc/loadavg: 1.24 1.21 1.51 2/170 10431
/proc/meminfo: memFree=29909292/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=307316 CPUtime=1662.04 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 20189 0 0 0 166199 5 0 0 20 0 1 0 29421485 314691584 68522 33554432000 4194304 6201397 140735660633680 140735660632392 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 76829 68522 166 491 0 76328 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 307316

[startup+1722.3 s]
/proc/loadavg: 1.25 1.22 1.49 2/170 10433
/proc/meminfo: memFree=29902896/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=307476 CPUtime=1722.03 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 20308 0 0 0 172198 5 0 0 20 0 1 0 29421485 314855424 70174 33554432000 4194304 6201397 140735660633680 140735660632344 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 76869 70174 166 491 0 76368 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 307476

[startup+1782.3 s]
/proc/loadavg: 1.22 1.21 1.47 2/170 10434
/proc/meminfo: memFree=29896076/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=307476 CPUtime=1782.02 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 20374 0 0 0 178197 5 0 0 20 0 1 0 29421485 314855424 71773 33554432000 4194304 6201397 140735660633680 140735660632344 4213249 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 76869 71773 166 491 0 76368 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 307476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.16 1.19 1.46 2/170 10435
/proc/meminfo: memFree=29894032/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=307476 CPUtime=1800.01 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 20383 0 0 0 179996 5 0 0 20 0 1 0 29421485 314855424 72293 33554432000 4194304 6201397 140735660633680 140735660632344 4213168 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 76869 72293 166 491 0 76368 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 307476

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10359 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.3 s]
/proc/loadavg: 1.16 1.19 1.46 2/170 10435
/proc/meminfo: memFree=29894032/32872528 swapFree=17888/1798212
[pid=10359] ppid=10356 vsize=307476 CPUtime=1800.01 cores=0,2,4,6
/proc/10359/stat : 10359 (cdcl-cuttingpla) R 10356 10359 6506 0 -1 4202496 20383 0 0 0 179996 5 0 0 20 0 1 0 29421485 314855424 72293 33554432000 4194304 6201397 140735660633680 140735660632344 4213168 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10359/statm: 76869 72293 166 491 0 76368 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 307476

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.3
CPU time (s): 1800.03
CPU user time (s): 1799.97
CPU system time (s): 0.057991
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 307476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.057991
maximum resident set size= 289172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20383
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= 10
involuntary context switches= 3018

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.96124 second user time and 7.45387 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-18 20:15:44
IDJOB=4107277
IDBENCH=72114
IDSOLVER=2550
FILE ID=node123/4107277-1466273743
RUNJOBID= node123-1466240371-6522
PBS_JOBID= 19918188
Free space on /tmp= 71632 MiB

SOLVER NAME= cdcl-cuttingplanes OPT linear search 2016-05-01
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.newlist/normalized-randcebca4.cudf.paranoid.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107277-1466273743/watcher-4107277-1466273743 -o /tmp/evaluation-result-4107277-1466273743/solver-4107277-1466273743 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466240371-6522 --watchdog 1960 --input HOME/instance-4107277-1466273743.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= 18eba4fc2c6c4c36f404d480a47d1c35
RANDOM SEED=143992937

node123.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.791
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	: 5333.58
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.791
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	: 5332.55
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.791
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	: 5332.56
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.791
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	: 5332.57
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.791
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	: 5332.56
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.791
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	: 5332.56
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.791
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	: 5332.56
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.791
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29948120 kB
Buffers:           62200 kB
Cached:            92656 kB
SwapCached:         1604 kB
Active:           258372 kB
Inactive:         131728 kB
Active(anon):     234504 kB
Inactive(anon):     3080 kB
Active(file):      23868 kB
Inactive(file):   128648 kB
Unevictable:     1798212 kB
Mlocked:           17888 kB
SwapTotal:      67108856 kB
SwapFree:       67099320 kB
Dirty:              3128 kB
Writeback:             0 kB
AnonPages:       2032924 kB
Mapped:             7824 kB
Shmem:                 0 kB
Slab:             601088 kB
SReclaimable:      45072 kB
SUnreclaim:       556016 kB
KernelStack:        1440 kB
PageTables:         7996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2225104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1982464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71632 MiB
End job on node123 at 2016-06-18 20:45:44