Trace number 4087579

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 binary search 2016-05-01? (TO) 1800.02 1800.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-saucier.r.opb
MD5SUMaa80468537d69826ea16800f352007ec
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark661.163
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved NO
Number of variables6207
Total number of constraints171
Number of constraints which are clauses171
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5184
Number of terms in the objective function 6207
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6207
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6207
Number of bits of the biggest sum of numbers13
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.08/0.17	c * #variable= 6207 #constraint= 171
0.29/0.34	c * #variable= 6207 #constraint= 171
68.47/68.51	c S1->S2
68.47/68.51	c S1->S2
68.47/68.51	c S1->S2
68.47/68.51	c S1->S2
68.47/68.51	c S1->S2
68.47/68.51	c #Conflicts:       1000 | #Learnt:       1004 | 0.270
68.47/68.51	c total clause space: 127.173MB
68.47/68.51	c total #watches: 947154
277.65/277.79	c total #propagations: 683404 / total #impl: 173749236 (eff. 0.004)
277.65/277.79	c #Conflicts:       2000 | #Learnt:       2004 | 0.135
277.65/277.79	c total clause space: 206.656MB
277.65/277.79	c total #watches: 1662865
500.11/500.24	c total #propagations: 1472594 / total #impl: 826392267 (eff. 0.002)
500.11/500.24	c GC COLLECT
500.11/500.24	c #Conflicts:       3000 | #Learnt:       2053 | 0.100
500.11/500.24	c total clause space: 206.656MB
500.11/500.24	c total #watches: 1561554
712.08/712.26	c total #propagations: 2415750 / total #impl: 1310198694 (eff. 0.002)
712.08/712.26	c #Conflicts:       4000 | #Learnt:       3053 | 0.075
712.08/712.26	c total clause space: 335.816MB
712.08/712.26	c total #watches: 2148945
892.05/892.28	c total #propagations: 2898509 / total #impl: 1562760397 (eff. 0.002)
892.05/892.28	c GC COLLECT
892.05/892.28	c #Conflicts:       5000 | #Learnt:       2413 | 0.060
892.05/892.28	c total clause space: 335.816MB
892.05/892.28	c total #watches: 1780719
1214.09/1214.34	c total #propagations: 3337567 / total #impl: 1846047273 (eff. 0.002)
1214.09/1214.34	c #Conflicts:       6000 | #Learnt:       3413 | 0.050
1214.09/1214.34	c total clause space: 335.816MB
1214.09/1214.34	c total #watches: 2408431

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-4087579-1465414743/watcher-4087579-1465414743 -o /tmp/evaluation-result-4087579-1465414743/solver-4087579-1465414743 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465387701-7081 --watchdog 1960 --input HOME/instance-4087579-1465414743.opb ./cdcl-cuttingplanes-opt-binarysearch-release 

pid=9956
running on 4 cores: 1,3,5,7

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.27 2.24 2.19 3/176 9959
/proc/meminfo: memFree=30082624/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=55976 CPUtime=0 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 258 0 0 0 0 0 0 0 20 0 1 0 123407532 57319424 7804 33554432000 4194304 6211289 140736354294192 140735347748152 4206544 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 13994 7804 98 493 0 13491 0

[startup+0.100172 s]
/proc/loadavg: 2.27 2.24 2.19 3/176 9959
/proc/meminfo: memFree=30082624/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=59612 CPUtime=0.08 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 1762 0 0 0 8 0 0 0 20 0 1 0 123407532 61042688 11557 33554432000 4194304 6211289 140736354294192 140735347748152 5418912 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 14903 11557 121 493 0 14400 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 59612

[startup+0.200316 s]
/proc/loadavg: 2.27 2.24 2.19 3/176 9959
/proc/meminfo: memFree=30082624/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=71908 CPUtime=0.19 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 2797 0 0 0 18 1 0 0 20 0 1 0 123407532 73633792 15312 33554432000 4194304 6211289 140736354294192 140735347748152 4636824 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 17977 15312 144 493 0 17474 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 71908

[startup+0.300345 s]
/proc/loadavg: 2.27 2.24 2.19 3/176 9959
/proc/meminfo: memFree=30082624/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=86388 CPUtime=0.29 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 3356 0 0 0 28 1 0 0 20 0 1 0 123407532 88461312 16382 33554432000 4194304 6211289 140736354294192 140735347748152 4228605 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 21597 16384 144 493 0 21094 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86388

[startup+0.700288 s]
/proc/loadavg: 2.27 2.24 2.19 3/176 9959
/proc/meminfo: memFree=30082624/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=109256 CPUtime=0.69 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 5456 0 0 0 67 2 0 0 20 0 1 0 123407532 111878144 22087 33554432000 4194304 6211289 140736354294192 140736354291688 4209328 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 27314 22087 204 493 0 26811 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 109256

[startup+1.50019 s]
/proc/loadavg: 2.27 2.24 2.19 3/177 9960
/proc/meminfo: memFree=29985572/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=139900 CPUtime=1.49 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 5849 0 0 0 147 2 0 0 20 0 1 0 123407532 143257600 24993 33554432000 4194304 6211289 140736354294192 140736354292424 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 34975 24993 204 493 0 34472 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 139900

[startup+3.10027 s]
/proc/loadavg: 2.25 2.23 2.19 3/177 9960
/proc/meminfo: memFree=29980360/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=139900 CPUtime=3.09 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 5951 0 0 0 307 2 0 0 20 0 1 0 123407532 143257600 26105 33554432000 4194304 6211289 140736354294192 140736354292424 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 34975 26105 204 493 0 34472 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 139900

[startup+6.30029 s]
/proc/loadavg: 2.25 2.23 2.19 3/177 9960
/proc/meminfo: memFree=29969664/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=139900 CPUtime=6.29 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 6166 0 0 0 627 2 0 0 20 0 1 0 123407532 143257600 28875 33554432000 4194304 6211289 140736354294192 140736354292424 4209380 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 34975 28875 204 493 0 34472 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139900

[startup+12.7002 s]
/proc/loadavg: 2.21 2.22 2.18 3/177 9960
/proc/meminfo: memFree=29961212/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=171848 CPUtime=12.68 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 6666 0 0 0 1266 2 0 0 20 0 1 0 123407532 175972352 30371 33554432000 4194304 6211289 140736354294192 140736354292184 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 42962 30371 204 493 0 42459 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 171848

[startup+25.5003 s]
/proc/loadavg: 2.18 2.22 2.18 3/177 9960
/proc/meminfo: memFree=29943604/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=173380 CPUtime=25.48 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 7074 0 0 0 2546 2 0 0 20 0 1 0 123407532 177541120 34867 33554432000 4194304 6211289 140736354294192 140736354292184 4209304 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 43345 34867 204 493 0 42842 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 173380

[startup+51.1004 s]
/proc/loadavg: 2.26 2.23 2.19 3/177 9960
/proc/meminfo: memFree=29928092/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=176220 CPUtime=51.08 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 7781 0 0 0 5105 3 0 0 20 0 1 0 123407532 180449280 38129 33554432000 4194304 6211289 140736354294192 140736354292104 4209304 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 44055 38129 204 493 0 43552 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 176220

[startup+102.3 s]
/proc/loadavg: 2.15 2.20 2.18 3/178 9965
/proc/meminfo: memFree=29900080/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=231344 CPUtime=102.28 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 9265 0 0 0 10224 4 0 0 20 0 1 0 123407532 236896256 45203 33554432000 4194304 6211289 140736354294192 140736354292184 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 57836 45203 214 493 0 57333 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 231344

[startup+162.3 s]
/proc/loadavg: 2.17 2.19 2.18 3/177 9966
/proc/meminfo: memFree=29878080/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=234596 CPUtime=162.26 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 10058 0 0 0 16222 4 0 0 20 0 1 0 123407532 240226304 51106 33554432000 4194304 6211289 140736354294192 140736354292104 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 58649 51106 214 493 0 58146 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 234596

[startup+222.307 s]
/proc/loadavg: 2.16 2.19 2.18 3/177 9967
/proc/meminfo: memFree=29855804/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=319424 CPUtime=222.26 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 11002 0 0 0 22221 5 0 0 20 0 1 0 123407532 327090176 56126 33554432000 4194304 6211289 140736354294192 140736354292104 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 79856 56126 214 493 0 79353 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 319424

[startup+282.3 s]
/proc/loadavg: 2.22 2.20 2.18 3/177 10151
/proc/meminfo: memFree=29850004/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=320880 CPUtime=282.25 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 13656 0 0 0 28219 6 0 0 20 0 1 0 123407532 328581120 62017 33554432000 4194304 6211289 140736354294192 140736354292104 4209403 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 80220 62017 214 493 0 79717 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 320880

[startup+342.3 s]
/proc/loadavg: 2.15 2.19 2.18 3/177 10152
/proc/meminfo: memFree=29845568/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=320880 CPUtime=342.24 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 13659 0 0 0 34218 6 0 0 20 0 1 0 123407532 328581120 62020 33554432000 4194304 6211289 140736354294192 140736354292104 4209376 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 80220 62020 214 493 0 79717 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 320880

[startup+402.3 s]
/proc/loadavg: 2.26 2.21 2.18 4/176 10153
/proc/meminfo: memFree=29831748/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=321300 CPUtime=402.23 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 13800 0 0 0 40217 6 0 0 20 0 1 0 123407532 329011200 62161 33554432000 4194304 6211289 140736354294192 140736354292184 4209403 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 80325 62161 219 493 0 79822 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 321300

[startup+462.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/177 10155
/proc/meminfo: memFree=29818856/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=321436 CPUtime=462.22 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 13834 0 0 0 46216 6 0 0 20 0 1 0 123407532 329150464 62195 33554432000 4194304 6211289 140736354294192 140736354292184 4209314 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 80359 62195 219 493 0 79856 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 321436

[startup+522.3 s]
/proc/loadavg: 2.23 2.22 2.18 3/177 10156
/proc/meminfo: memFree=29810732/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=322316 CPUtime=522.21 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 14058 0 0 0 52215 6 0 0 20 0 1 0 123407532 330051584 62418 33554432000 4194304 6211289 140736354294192 140736354292104 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 80579 62418 219 493 0 80076 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 322316

[startup+582.3 s]
/proc/loadavg: 2.22 2.22 2.18 3/177 10157
/proc/meminfo: memFree=29788592/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=324852 CPUtime=582.2 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 14714 0 0 0 58214 6 0 0 20 0 1 0 123407532 332648448 66140 33554432000 4194304 6211289 140736354294192 140736354292104 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 81213 66140 219 493 0 80710 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 324852


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


[startup+942.3 s]
/proc/loadavg: 2.22 2.25 2.19 3/177 10167
/proc/meminfo: memFree=29663900/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=463312 CPUtime=942.13 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 16872 0 0 0 94205 8 0 0 20 0 1 0 123407532 474431488 86862 33554432000 4194304 6211289 140736354294192 140736354292184 4209396 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 115828 86862 219 493 0 115325 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 463312

[startup+1002.3 s]
/proc/loadavg: 2.23 2.24 2.19 3/177 10168
/proc/meminfo: memFree=29660892/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=464176 CPUtime=1002.12 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 17094 0 0 0 100204 8 0 0 20 0 1 0 123407532 475316224 87084 33554432000 4194304 6211289 140736354294192 140736354292184 4209392 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 116044 87084 219 493 0 115541 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 464176

[startup+1062.3 s]
/proc/loadavg: 2.14 2.21 2.18 3/177 10170
/proc/meminfo: memFree=29656476/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=464872 CPUtime=1062.11 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 17380 0 0 0 106203 8 0 0 20 0 1 0 123407532 476028928 87362 33554432000 4194304 6211289 140736354294192 140736354292104 4209388 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 116218 87362 219 493 0 115715 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 464872

[startup+1122.3 s]
/proc/loadavg: 2.36 2.26 2.19 3/177 10171
/proc/meminfo: memFree=29655488/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=465480 CPUtime=1122.1 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 17552 0 0 0 112202 8 0 0 20 0 1 0 123407532 476651520 87534 33554432000 4194304 6211289 140736354294192 140736354292184 4209306 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 116370 87534 219 493 0 115867 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 465480

[startup+1182.3 s]
/proc/loadavg: 2.35 2.27 2.20 3/177 10172
/proc/meminfo: memFree=29642456/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=466072 CPUtime=1182.09 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 17693 0 0 0 118201 8 0 0 20 0 1 0 123407532 477257728 91252 33554432000 4194304 6211289 140736354294192 140736354292184 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 116518 91252 219 493 0 116015 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 466072

[startup+1242.3 s]
/proc/loadavg: 2.28 2.26 2.20 3/177 10173
/proc/meminfo: memFree=29628692/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=467028 CPUtime=1242.09 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 17938 0 0 0 124200 9 0 0 20 0 1 0 123407532 478236672 94052 33554432000 4194304 6211289 140736354294192 140736354292184 4209376 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 116757 94052 219 493 0 116254 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 467028

[startup+1302.3 s]
/proc/loadavg: 2.32 2.28 2.20 4/178 10177
/proc/meminfo: memFree=29621948/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=467628 CPUtime=1302.08 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 18043 0 0 0 130199 9 0 0 20 0 1 0 123407532 478851072 95690 33554432000 4194304 6211289 140736354294192 140736354292104 4209392 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 116907 95690 219 493 0 116404 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 467628

[startup+1362.3 s]
/proc/loadavg: 2.32 2.28 2.20 4/178 10202
/proc/meminfo: memFree=29609092/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=468188 CPUtime=1362.07 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 18180 0 0 0 136198 9 0 0 20 0 1 0 123407532 479424512 96849 33554432000 4194304 6211289 140736354294192 140736354292184 4209314 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 117047 96849 219 493 0 116544 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 468188

[startup+1422.3 s]
/proc/loadavg: 2.24 2.27 2.20 3/177 10203
/proc/meminfo: memFree=29569480/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=468796 CPUtime=1422.06 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 18291 0 0 0 142197 9 0 0 20 0 1 0 123407532 480047104 97982 33554432000 4194304 6211289 140736354294192 140736354292184 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 117199 97982 219 493 0 116696 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 468796

[startup+1482.3 s]
/proc/loadavg: 2.21 2.25 2.20 4/177 10204
/proc/meminfo: memFree=29563968/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=470064 CPUtime=1482.05 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 18564 0 0 0 148196 9 0 0 20 0 1 0 123407532 481345536 98766 33554432000 4194304 6211289 140736354294192 140736354292184 4209403 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 117516 98766 219 493 0 117013 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 470064

[startup+1542.31 s]
/proc/loadavg: 2.33 2.28 2.20 3/177 10205
/proc/meminfo: memFree=29538208/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=470204 CPUtime=1542.04 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 18601 0 0 0 154195 9 0 0 20 0 1 0 123407532 481488896 99314 33554432000 4194304 6211289 140736354294192 140736354292104 4209388 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 117551 99314 219 493 0 117048 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 470204

[startup+1602.3 s]
/proc/loadavg: 2.31 2.27 2.20 3/177 10206
/proc/meminfo: memFree=29522888/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=470336 CPUtime=1602.03 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 18643 0 0 0 160194 9 0 0 20 0 1 0 123407532 481624064 99867 33554432000 4194304 6211289 140736354294192 140736354292184 4209328 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 117584 99867 219 493 0 117081 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 470336

[startup+1662.3 s]
/proc/loadavg: 2.35 2.28 2.21 4/177 10208
/proc/meminfo: memFree=29520216/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=470772 CPUtime=1662.02 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 18734 0 0 0 166193 9 0 0 20 0 1 0 123407532 482070528 100469 33554432000 4194304 6211289 140736354294192 140736354292104 4209376 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 117693 100469 219 493 0 117190 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 470772

[startup+1722.3 s]
/proc/loadavg: 2.36 2.29 2.21 3/177 10209
/proc/meminfo: memFree=29517440/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=471220 CPUtime=1722.01 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 18868 0 0 0 172192 9 0 0 20 0 1 0 123407532 482529280 101114 33554432000 4194304 6211289 140736354294192 140736354292184 4209314 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 117805 101114 219 493 0 117302 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 471220

[startup+1782.3 s]
/proc/loadavg: 2.20 2.26 2.20 3/177 10210
/proc/meminfo: memFree=29514388/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=471220 CPUtime=1782 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 18902 0 0 0 178191 9 0 0 20 0 1 0 123407532 482529280 101659 33554432000 4194304 6211289 140736354294192 140736354292184 4209396 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 117805 101659 219 493 0 117302 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 471220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.31 2.28 2.21 3/177 10210
/proc/meminfo: memFree=29213436/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=832012 CPUtime=1800 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 28667 0 0 0 179983 17 0 0 20 0 1 0 123407532 851980288 176679 33554432000 4194304 6211289 140736354294192 140736354291912 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 208003 176679 219 493 0 207500 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 832012

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 9959 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.3 s]
/proc/loadavg: 2.31 2.28 2.21 3/177 10210
/proc/meminfo: memFree=29213436/32872528 swapFree=15784/1434320
[pid=9959] ppid=9956 vsize=832012 CPUtime=1800 cores=1,3,5,7
/proc/9959/stat : 9959 (cdcl-cuttingpla) R 9956 9959 7064 0 -1 4202496 28667 0 0 0 179983 17 0 0 20 0 1 0 123407532 851980288 176679 33554432000 4194304 6211289 140736354294192 140736354291912 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/9959/statm: 208003 176679 219 493 0 207500 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 832012

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1799.84
CPU system time (s): 0.182972
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 832012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.182972
maximum resident set size= 706716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28667
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= 29
involuntary context switches= 1852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.73228 second user time and 7.64984 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-08 21:39:03
IDJOB=4087579
IDBENCH=2850
IDSOLVER=2549
FILE ID=node130/4087579-1465414743
RUNJOBID= node130-1465387701-7081
PBS_JOBID= 19853865
Free space on /tmp= 71740 MiB

SOLVER NAME= cdcl-cuttingplanes OPT binary search 2016-05-01
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-saucier.r.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4087579-1465414743/watcher-4087579-1465414743 -o /tmp/evaluation-result-4087579-1465414743/solver-4087579-1465414743 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465387701-7081 --watchdog 1960 --input HOME/instance-4087579-1465414743.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= aa80468537d69826ea16800f352007ec
RANDOM SEED=2067963340

node130.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.261
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.52
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.261
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.261
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.55
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.261
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.61
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.261
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.55
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.261
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.55
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.261
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.55
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.261
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:        30083540 kB
Buffers:           96772 kB
Cached:           386816 kB
SwapCached:         1636 kB
Active:           319640 kB
Inactive:         294096 kB
Active(anon):     129544 kB
Inactive(anon):     2908 kB
Active(file):     190096 kB
Inactive(file):   291188 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098452 kB
Dirty:              6724 kB
Writeback:             0 kB
AnonPages:       1563944 kB
Mapped:             7996 kB
Shmem:                 0 kB
Slab:             608192 kB
SReclaimable:      51412 kB
SUnreclaim:       556780 kB
KernelStack:        1488 kB
PageTables:         7176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1707272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1542144 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= 71740 MiB
End job on node130 at 2016-06-08 22:09:03