Trace number 4099927

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.1 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n370b.opb
MD5SUMce5e0345d0e70478396f95e2ebabfc80
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654768
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654768
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.19/0.25	c * #variable= 155000 #constraint= 5150
0.39/0.49	c * #variable= 155000 #constraint= 5150
35.09/35.20	c #Conflicts:       1000 | #Learnt:        999 | 53.154
35.09/35.20	c total clause space: 206.656MB
35.09/35.20	c total #watches: 2281921
304.05/304.11	c total #propagations: 1033351 / total #impl: 56365536 (eff. 0.018)
304.05/304.11	c #Conflicts:       2000 | #Learnt:       1999 | 73.470
304.05/304.11	c total clause space: 545.701MB
304.05/304.11	c total #watches: 4911234
465.41/465.55	c total #propagations: 2347264 / total #impl: 167162410 (eff. 0.014)
465.41/465.55	c GC COLLECT
465.41/465.55	c #Conflicts:       3000 | #Learnt:       2021 | 50.532
465.41/465.55	c total clause space: 545.701MB
465.41/465.55	c total #watches: 5089190
756.27/756.45	c total #propagations: 3541918 / total #impl: 239261743 (eff. 0.015)
756.27/756.45	c #Conflicts:       4000 | #Learnt:       3021 | 44.022
756.27/756.45	c total clause space: 886.764MB
756.27/756.45	c total #watches: 9065531

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-4099927-1466228845/watcher-4099927-1466228845 -o /tmp/evaluation-result-4099927-1466228845/solver-4099927-1466228845 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466228844-24595 --watchdog 1960 --input HOME/instance-4099927-1466228845.opb ./cdcl-cuttingplanes-opt-binarysearch-release 

pid=24610
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: 1.27 1.63 1.94 3/170 24613
/proc/meminfo: memFree=30076900/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=55976 CPUtime=0 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 258 0 0 0 0 0 0 0 20 0 1 0 24933111 57319424 7804 33554432000 4194304 6211289 140734725094816 140737254415480 4206551 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 13994 7804 98 493 0 13491 0

[startup+0.100165 s]
/proc/loadavg: 1.27 1.63 1.94 3/170 24613
/proc/meminfo: memFree=30076900/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=62796 CPUtime=0.09 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 2305 0 0 0 8 1 0 0 20 0 1 0 24933111 64303104 12412 33554432000 4194304 6211289 140734725094816 140737254415480 5418912 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 15699 12412 121 493 0 15196 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62796

[startup+0.200357 s]
/proc/loadavg: 1.27 1.63 1.94 3/170 24613
/proc/meminfo: memFree=30076900/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=69084 CPUtime=0.19 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 2828 0 0 0 18 1 0 0 20 0 1 0 24933111 70742016 13957 33554432000 4194304 6211289 140734725094816 140737254415480 5418912 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 17271 13957 121 493 0 16768 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 69084

[startup+0.300338 s]
/proc/loadavg: 1.27 1.63 1.94 3/170 24613
/proc/meminfo: memFree=30076900/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=86492 CPUtime=0.28 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 5210 0 0 0 27 1 0 0 20 0 1 0 24933111 88567808 18973 33554432000 4194304 6211289 140734725094816 140737254415480 5159141 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 21623 18973 144 493 0 21120 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 86492

[startup+0.700282 s]
/proc/loadavg: 1.27 1.63 1.94 3/170 24613
/proc/meminfo: memFree=30076900/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=131396 CPUtime=0.69 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 8828 0 0 0 66 3 0 0 20 0 1 0 24933111 134549504 28722 33554432000 4194304 6211289 140734725094816 140734725092232 4259907 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 32849 28722 144 493 0 32346 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131396

[startup+1.50028 s]
/proc/loadavg: 1.27 1.63 1.94 3/177 24625
/proc/meminfo: memFree=29824852/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=143072 CPUtime=1.49 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 9146 0 0 0 146 3 0 0 20 0 1 0 24933111 146505728 31572 33554432000 4194304 6211289 140734725094816 140734725092232 4201944 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 35768 31572 150 493 0 35265 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143072

[startup+3.1003 s]
/proc/loadavg: 1.27 1.63 1.94 3/177 24625
/proc/meminfo: memFree=29804312/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=162040 CPUtime=3.09 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 9502 0 0 0 305 4 0 0 20 0 1 0 24933111 165928960 35996 33554432000 4194304 6211289 140734725094816 140734725093048 4209314 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 40510 35996 150 493 0 40007 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 162040

[startup+6.30027 s]
/proc/loadavg: 1.33 1.64 1.94 3/177 24625
/proc/meminfo: memFree=29746684/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=192860 CPUtime=6.29 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 9587 0 0 0 625 4 0 0 20 0 1 0 24933111 197488640 40162 33554432000 4194304 6211289 140734725094816 140734725093048 4241279 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 48215 40162 150 493 0 47712 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 192860

[startup+12.7003 s]
/proc/loadavg: 1.38 1.65 1.94 3/177 24625
/proc/meminfo: memFree=29702408/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=248680 CPUtime=12.69 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 11240 0 0 0 1264 5 0 0 20 0 1 0 24933111 254648320 47418 33554432000 4194304 6211289 140734725094816 140734725092728 4215240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 62170 47418 150 493 0 61667 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 248680

[startup+25.5003 s]
/proc/loadavg: 1.59 1.68 1.94 4/177 24625
/proc/meminfo: memFree=29600180/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=340684 CPUtime=25.49 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 14139 0 0 0 2542 7 0 0 20 0 1 0 24933111 348860416 65639 33554432000 4194304 6211289 140734725094816 140734725092680 4209304 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 85171 65639 150 493 0 84668 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 340684

[startup+51.1003 s]
/proc/loadavg: 1.87 1.74 1.95 3/177 24625
/proc/meminfo: memFree=29286872/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=493588 CPUtime=51.08 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 19470 0 0 0 5098 10 0 0 20 0 1 0 24933111 505434112 96514 33554432000 4194304 6211289 140734725094816 140734725092680 4209304 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 123397 96514 160 493 0 122894 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 493588

[startup+102.3 s]
/proc/loadavg: 2.06 1.80 1.96 3/177 24626
/proc/meminfo: memFree=29148312/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=504024 CPUtime=102.28 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 22073 0 0 0 10217 11 0 0 20 0 1 0 24933111 516120576 105760 33554432000 4194304 6211289 140734725094816 140734725092680 4209403 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 126006 105760 160 493 0 125503 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 504024

[startup+162.3 s]
/proc/loadavg: 2.29 1.91 1.99 4/178 24630
/proc/meminfo: memFree=29069144/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=509280 CPUtime=162.27 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 23398 0 0 0 16215 12 0 0 20 0 1 0 24933111 521502720 115261 33554432000 4194304 6211289 140734725094816 140734725092728 4209392 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 127320 115261 160 493 0 126817 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 509280

[startup+222.307 s]
/proc/loadavg: 2.27 1.97 2.00 3/177 24632
/proc/meminfo: memFree=28946508/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=737912 CPUtime=222.26 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 27030 0 0 0 22213 13 0 0 20 0 1 0 24933111 755621888 127056 33554432000 4194304 6211289 140734725094816 140734725092680 4209304 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 184478 127056 160 493 0 183975 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 737912

[startup+282.3 s]
/proc/loadavg: 2.24 2.02 2.01 3/177 24633
/proc/meminfo: memFree=28854628/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=746828 CPUtime=282.25 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 29241 0 0 0 28211 14 0 0 20 0 1 0 24933111 764751872 132333 33554432000 4194304 6211289 140734725094816 140734725092680 4209392 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 186707 132333 160 493 0 186204 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 746828

[startup+342.3 s]
/proc/loadavg: 2.35 2.09 2.04 3/177 24634
/proc/meminfo: memFree=28766452/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=761496 CPUtime=342.24 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 36537 0 0 0 34208 16 0 0 20 0 1 0 24933111 779771904 148043 33554432000 4194304 6211289 140734725094816 140734725092728 4209314 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 190374 148043 160 493 0 189871 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 761496

[startup+402.3 s]
/proc/loadavg: 2.21 2.10 2.04 4/177 24635
/proc/meminfo: memFree=28677600/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=771220 CPUtime=402.23 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 39120 0 0 0 40207 16 0 0 20 0 1 0 24933111 789729280 150625 33554432000 4194304 6211289 140734725094816 140734725092808 4209314 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 192805 150625 165 493 0 192302 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 771220

[startup+462.3 s]
/proc/loadavg: 2.27 2.14 2.06 3/177 24636
/proc/meminfo: memFree=28601588/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=779008 CPUtime=462.22 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 41048 0 0 0 46205 17 0 0 20 0 1 0 24933111 797704192 165328 33554432000 4194304 6211289 140734725094816 140734725092808 4241570 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 194752 165328 165 493 0 194249 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 779008

[startup+522.3 s]
/proc/loadavg: 2.23 2.15 2.07 3/177 24638
/proc/meminfo: memFree=28383348/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1145348 CPUtime=522.21 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 45482 0 0 0 52197 24 0 0 20 0 1 0 24933111 1172836352 204508 33554432000 4194304 6211289 140734725094816 140734725092856 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 286337 204508 165 493 0 285834 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1145348

[startup+582.3 s]
/proc/loadavg: 2.21 2.17 2.08 3/177 24639
/proc/meminfo: memFree=28294040/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1159860 CPUtime=582.2 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 49159 0 0 0 58193 27 0 0 20 0 1 0 24933111 1187696640 225048 33554432000 4194304 6211289 140734725094816 140734725092728 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 289965 225048 165 493 0 289462 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1159860


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


[startup+882.307 s]
/proc/loadavg: 2.33 2.24 2.12 3/177 24671
/proc/meminfo: memFree=27753208/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1806584 CPUtime=882.16 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 69887 0 0 0 88176 40 0 0 20 0 1 0 24933111 1849942016 335895 33554432000 4194304 6211289 140734725094816 140734725092808 4209384 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 451646 335895 165 493 0 451143 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 1806584

[startup+942.3 s]
/proc/loadavg: 2.24 2.23 2.12 4/177 24672
/proc/meminfo: memFree=27716292/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1832808 CPUtime=942.14 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 76461 0 0 0 94172 42 0 0 20 0 1 0 24933111 1876795392 343388 33554432000 4194304 6211289 140734725094816 140734725092680 4209322 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 458202 343388 165 493 0 457699 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 1832808

[startup+1002.3 s]
/proc/loadavg: 2.21 2.23 2.12 3/177 24673
/proc/meminfo: memFree=27708020/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1838376 CPUtime=1002.13 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 77861 0 0 0 100170 43 0 0 20 0 1 0 24933111 1882497024 344788 33554432000 4194304 6211289 140734725094816 140734725092680 4209376 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 459594 344788 165 493 0 459091 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 1838376

[startup+1062.3 s]
/proc/loadavg: 2.17 2.21 2.12 3/177 24674
/proc/meminfo: memFree=27679248/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1865216 CPUtime=1062.12 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 84525 0 0 0 106168 44 0 0 20 0 1 0 24933111 1909981184 351452 33554432000 4194304 6211289 140734725094816 140734725092728 4209304 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 466304 351452 165 493 0 465801 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1865216

[startup+1122.3 s]
/proc/loadavg: 2.06 2.17 2.11 3/177 24676
/proc/meminfo: memFree=27666596/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1876584 CPUtime=1122.11 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 87419 0 0 0 112166 45 0 0 20 0 1 0 24933111 1921622016 354346 33554432000 4194304 6211289 140734725094816 140734725092680 4209384 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 469146 354346 165 493 0 468643 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1876584

[startup+1182.3 s]
/proc/loadavg: 2.12 2.17 2.11 3/177 24677
/proc/meminfo: memFree=27658228/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1882420 CPUtime=1182.1 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 88881 0 0 0 118165 45 0 0 20 0 1 0 24933111 1927598080 355803 33554432000 4194304 6211289 140734725094816 140734725092680 4209388 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 470605 355803 165 493 0 470102 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1882420

[startup+1242.3 s]
/proc/loadavg: 2.14 2.16 2.11 4/177 24678
/proc/meminfo: memFree=27648884/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1882420 CPUtime=1242.08 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 88894 0 0 0 124163 45 0 0 20 0 1 0 24933111 1927598080 355803 33554432000 4194304 6211289 140734725094816 140734725092680 4209380 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 470605 355803 165 493 0 470102 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 1882420

[startup+1302.3 s]
/proc/loadavg: 2.21 2.18 2.11 3/177 24679
/proc/meminfo: memFree=27633796/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1892792 CPUtime=1302.07 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 91484 0 0 0 130161 46 0 0 20 0 1 0 24933111 1938219008 358389 33554432000 4194304 6211289 140734725094816 140734725092680 4209384 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 473198 358389 165 493 0 472695 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 1892792

[startup+1362.3 s]
/proc/loadavg: 2.15 2.17 2.11 4/178 24683
/proc/meminfo: memFree=27624832/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1892792 CPUtime=1362.05 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 91491 0 0 0 136159 46 0 0 20 0 1 0 24933111 1938219008 358389 33554432000 4194304 6211289 140734725094816 140734725092680 4209384 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 473198 358389 165 493 0 472695 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 1892792

[startup+1422.3 s]
/proc/loadavg: 2.24 2.18 2.12 3/177 24685
/proc/meminfo: memFree=27623904/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1892792 CPUtime=1422.04 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 91502 0 0 0 142158 46 0 0 20 0 1 0 24933111 1938219008 358389 33554432000 4194304 6211289 140734725094816 140734725092680 4209392 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 473198 358389 165 493 0 472695 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 1892792

[startup+1482.3 s]
/proc/loadavg: 2.29 2.21 2.13 4/177 24686
/proc/meminfo: memFree=27622056/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1892792 CPUtime=1482.02 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 91506 0 0 0 148156 46 0 0 20 0 1 0 24933111 1938219008 358389 33554432000 4194304 6211289 140734725094816 140734725092680 4209376 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 473198 358389 165 493 0 472695 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 1892792

[startup+1542.31 s]
/proc/loadavg: 2.21 2.20 2.13 3/177 24687
/proc/meminfo: memFree=27607556/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1906552 CPUtime=1542.02 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 94965 0 0 0 154156 46 0 0 20 0 1 0 24933111 1952309248 361848 33554432000 4194304 6211289 140734725094816 140734725092808 4209388 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 476638 361848 165 493 0 476135 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1906552

[startup+1602.3 s]
/proc/loadavg: 2.18 2.19 2.12 3/177 24688
/proc/meminfo: memFree=27606164/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1907772 CPUtime=1602.01 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 95307 0 0 0 160154 47 0 0 20 0 1 0 24933111 1953558528 362190 33554432000 4194304 6211289 140734725094816 140734725092680 4209380 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 476943 362190 165 493 0 476440 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 1907772

[startup+1662.3 s]
/proc/loadavg: 2.18 2.18 2.12 3/177 24689
/proc/meminfo: memFree=27589128/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1907772 CPUtime=1662 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 95307 0 0 0 166153 47 0 0 20 0 1 0 24933111 1953558528 362190 33554432000 4194304 6211289 140734725094816 140734725092680 4209388 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 476943 362190 165 493 0 476440 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 1907772

[startup+1722.3 s]
/proc/loadavg: 2.16 2.18 2.12 3/176 24690
/proc/meminfo: memFree=27569096/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1907772 CPUtime=1721.99 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 95307 0 0 0 172152 47 0 0 20 0 1 0 24933111 1953558528 362190 33554432000 4194304 6211289 140734725094816 140734725092680 4209376 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 476943 362190 165 493 0 476440 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 1907772

[startup+1782.3 s]
/proc/loadavg: 2.20 2.19 2.13 3/177 24692
/proc/meminfo: memFree=27544244/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1907772 CPUtime=1781.98 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 95310 0 0 0 178151 47 0 0 20 0 1 0 24933111 1953558528 362193 33554432000 4194304 6211289 140734725094816 140734725092680 4209380 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 476943 362193 165 493 0 476440 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 1907772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.14 2.17 2.12 4/177 24692
/proc/meminfo: memFree=27540520/32872528 swapFree=1556504/1720024
[pid=24613] ppid=24610 vsize=1907772 CPUtime=1800.08 cores=1,3,5,7
/proc/24613/stat : 24613 (cdcl-cuttingpla) R 24610 24613 16262 0 -1 4202496 95310 0 0 0 179961 47 0 0 20 0 1 0 24933111 1953558528 362193 33554432000 4194304 6211289 140734725094816 140734725092680 4209392 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/24613/statm: 476943 362193 165 493 0 476440 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1907772

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1799.61
CPU system time (s): 0.481926
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 1907772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 0.481926
maximum resident set size= 1448772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95310
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= 60
involuntary context switches= 1936

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.47986 second user time and 9.33558 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 07:47:25
IDJOB=4099927
IDBENCH=1551
IDSOLVER=2549
FILE ID=node117/4099927-1466228845
RUNJOBID= node117-1466228844-24595
PBS_JOBID= 19918159
Free space on /tmp= 71728 MiB

SOLVER NAME= cdcl-cuttingplanes OPT binary search 2016-05-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n370b.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099927-1466228845/watcher-4099927-1466228845 -o /tmp/evaluation-result-4099927-1466228845/solver-4099927-1466228845 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466228844-24595 --watchdog 1960 --input HOME/instance-4099927-1466228845.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= ce5e0345d0e70478396f95e2ebabfc80
RANDOM SEED=1457495247

node117.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.912
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.82
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.912
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.912
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.912
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.55
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.912
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.54
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.912
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.54
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.912
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.54
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.912
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:        30077544 kB
Buffers:           94976 kB
Cached:           216688 kB
SwapCached:            0 kB
Active:           101640 kB
Inactive:         220220 kB
Active(anon):        640 kB
Inactive(anon):    12140 kB
Active(file):     101000 kB
Inactive(file):   208080 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15536 kB
Writeback:             0 kB
AnonPages:       1729840 kB
Mapped:            12624 kB
Shmem:               204 kB
Slab:             619380 kB
SReclaimable:      63348 kB
SUnreclaim:       556032 kB
KernelStack:        1376 kB
PageTables:         7164 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1815348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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= 71724 MiB
End job on node117 at 2016-06-18 08:17:25