Trace number 4103139

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
NaPS 1.02? (TO) 1800.09 1800.37

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
MD5SUMd6efb238990ec55ca510b102fead8acf
Bench CategoryOPT-BIGINT (optimisation, big 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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1466812
Total number of constraints24336
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 constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 3531010623397850041104
Number of bits of the sum of numbers in the objective function 72
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
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 NaPS 1.02b.
1800.01/1800.30	c 
1800.01/1800.30	c *** TERMINATED *** by signal 15
1800.01/1800.30	s UNKNOWN
1800.01/1800.30	c _____________________________________________________________________________
1800.01/1800.30	c 
1800.01/1800.30	c std/band forms        : 52,51
1800.01/1800.30	c 2cl/3cl ITE-codings   : 0,0
1800.01/1800.30	c BDD/srt/adr Max costs : 10976,0,207
1800.01/1800.30	c BDDraw/bin/mul/srt/adr: 7,0,76,0,19
1800.01/1800.30	c BDD nodes             : 347663
1800.01/1800.30	c Es1/CC detections     : 0,0
1800.01/1800.30	c SAT/UNSAT calls       : 0,0
1800.01/1800.30	c restarts              : 0
1800.01/1800.30	c conflicts             : 0              (0 /sec)
1800.01/1800.30	c decisions             : 0              (0 /sec)
1800.01/1800.30	c propagations          : 0              (0 /sec)
1800.01/1800.30	c inspects              : 0              (0 /sec)
1800.01/1800.30	c CPU time (solving tm) : 1799 s        (0 s)
1800.01/1800.30	c Time for Opt-base     : 1696 s
1800.01/1800.30	c _____________________________________________________________________________

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-4103139-1466242519/watcher-4103139-1466242519 -o /tmp/evaluation-result-4103139-1466242519/solver-4103139-1466242519 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466229725-20954 --watchdog 1960 naps-1.02 HOME/instance-4103139-1466242519.opb 

pid=22418
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.04 2.04 2.05 2/176 22421
/proc/meminfo: memFree=28208556/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=7152 CPUtime=0 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 442 0 0 0 0 0 0 0 20 0 1 0 26298990 7323648 317 33554432000 4194304 5796924 140736017338496 140737377351864 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 1788 317 114 392 0 1387 0

[startup+0.100123 s]
/proc/loadavg: 2.04 2.04 2.05 2/176 22421
/proc/meminfo: memFree=28208556/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=18880 CPUtime=0.09 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 3263 0 0 0 9 0 0 0 20 0 1 0 26298990 19333120 3002 33554432000 4194304 5796924 140736017338496 140737377351864 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 4720 3002 114 392 0 4319 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18880

[startup+0.200339 s]
/proc/loadavg: 2.04 2.04 2.05 2/176 22421
/proc/meminfo: memFree=28208556/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=29756 CPUtime=0.19 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 6041 0 0 0 19 0 0 0 20 0 1 0 26298990 30470144 5598 33554432000 4194304 5796924 140736017338496 140737377351864 4621249 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 7439 5599 114 392 0 7038 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 29756

[startup+0.300312 s]
/proc/loadavg: 2.04 2.04 2.05 2/176 22421
/proc/meminfo: memFree=28208556/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=41996 CPUtime=0.29 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 9229 0 0 0 28 1 0 0 20 0 1 0 26298990 43003904 8430 33554432000 4194304 5796924 140736017338496 140737377351864 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 10499 8431 114 392 0 10098 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41996

[startup+0.700299 s]
/proc/loadavg: 2.04 2.04 2.05 2/176 22421
/proc/meminfo: memFree=28208556/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=87088 CPUtime=0.69 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 19892 0 0 0 66 3 0 0 20 0 1 0 26298990 89178112 19358 33554432000 4194304 5796924 140736017338496 140737377351864 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 21772 19360 114 392 0 21371 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87088

[startup+1.50028 s]
/proc/loadavg: 2.04 2.04 2.05 3/177 22422
/proc/meminfo: memFree=28075244/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=183364 CPUtime=1.49 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 37838 0 0 0 142 7 0 0 20 0 1 0 26298990 187764736 41384 33554432000 4194304 5796924 140736017338496 140736017337800 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 45841 41385 114 392 0 45440 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 183364

[startup+3.10033 s]
/proc/loadavg: 2.04 2.04 2.05 3/177 22422
/proc/meminfo: memFree=27976444/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=309772 CPUtime=3.08 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 60516 0 0 0 297 11 0 0 20 0 1 0 26298990 317206528 69982 33554432000 4194304 5796924 140736017338496 140736017337768 4642172 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 77443 69982 128 392 0 77042 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 309772

[startup+6.30029 s]
/proc/loadavg: 2.03 2.04 2.05 3/177 22422
/proc/meminfo: memFree=27878292/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=367136 CPUtime=6.29 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 74629 0 0 0 614 15 0 0 20 0 1 0 26298990 375947264 84606 33554432000 4194304 5796924 140736017338496 140736017337720 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 91784 84607 128 392 0 91383 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 367136

[startup+12.7003 s]
/proc/loadavg: 2.03 2.04 2.05 3/177 22422
/proc/meminfo: memFree=27677364/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=578108 CPUtime=12.69 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 118927 0 0 0 1247 22 0 0 20 0 1 0 26298990 591982592 133808 33554432000 4194304 5796924 140736017338496 140736017337656 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 144527 133808 128 392 0 144126 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 578108

[startup+25.5002 s]
/proc/loadavg: 2.02 2.04 2.05 3/177 22422
/proc/meminfo: memFree=27304976/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=989204 CPUtime=25.49 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 212623 0 0 0 2512 37 0 0 20 0 1 0 26298990 1012944896 233125 33554432000 4194304 5796924 140736017338496 140736017335912 5092427 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 247301 233125 128 392 0 246900 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 989204

[startup+51.1073 s]
/proc/loadavg: 2.09 2.05 2.06 3/177 22422
/proc/meminfo: memFree=26663204/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1623816 CPUtime=51.09 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 340853 0 0 0 5048 61 0 0 20 0 1 0 26298990 1662787584 386231 33554432000 4194304 5796924 140736017338496 140736017336360 4366908 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 405954 386231 130 392 0 405553 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1623816

[startup+102.3 s]
/proc/loadavg: 2.11 2.05 2.06 3/177 22423
/proc/meminfo: memFree=26704828/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578192 CPUtime=102.27 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 340938 0 0 0 10166 61 0 0 20 0 1 0 26298990 1616068608 374856 33554432000 4194304 5796924 140736017338496 140736017334712 5087778 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394548 374856 144 392 0 394147 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1578192

[startup+162.3 s]
/proc/loadavg: 2.11 2.06 2.06 3/177 22425
/proc/meminfo: memFree=26690092/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578192 CPUtime=162.26 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 340938 0 0 0 16165 61 0 0 20 0 1 0 26298990 1616068608 374856 33554432000 4194304 5796924 140736017338496 140736017334712 5096680 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394548 374856 144 392 0 394147 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1578192

[startup+222.3 s]
/proc/loadavg: 2.04 2.05 2.05 3/177 22426
/proc/meminfo: memFree=26688132/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578632 CPUtime=222.25 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341095 0 0 0 22164 61 0 0 20 0 1 0 26298990 1616519168 375013 33554432000 4194304 5796924 140736017338496 140736017334712 4863552 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394658 375013 191 392 0 394257 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1578632

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/178 22430
/proc/meminfo: memFree=26684904/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578632 CPUtime=282.24 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341095 0 0 0 28163 61 0 0 20 0 1 0 26298990 1616519168 375013 33554432000 4194304 5796924 140736017338496 140736017334712 5092425 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394658 375013 191 392 0 394257 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1578632

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/177 22431
/proc/meminfo: memFree=26679820/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=342.23 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 34162 61 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 4313341 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1578684

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/177 22432
/proc/meminfo: memFree=26678856/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=402.23 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 40161 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 4810054 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1578684

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/177 22434
/proc/meminfo: memFree=26675504/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=462.22 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 46160 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 5100064 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1578684

[startup+522.3 s]
/proc/loadavg: 2.03 2.02 2.03 3/177 22435
/proc/meminfo: memFree=26671064/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=522.21 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 52159 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 4865437 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1578684

[startup+582.3 s]
/proc/loadavg: 2.10 2.05 2.03 3/177 22436
/proc/meminfo: memFree=26666232/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=582.21 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 58159 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 5092416 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 1578684


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


[startup+942.3 s]
/proc/loadavg: 2.02 2.05 2.03 3/177 22446
/proc/meminfo: memFree=26647340/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=942.15 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 94153 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 5092526 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 1578684

[startup+1002.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/177 22447
/proc/meminfo: memFree=26643268/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=1002.14 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 100152 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 5100101 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 1578684

[startup+1062.3 s]
/proc/loadavg: 2.06 2.04 2.02 3/177 22448
/proc/meminfo: memFree=26640192/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=1062.13 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 106151 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 4806736 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 1578684

[startup+1122.3 s]
/proc/loadavg: 2.02 2.03 2.02 3/177 22450
/proc/meminfo: memFree=26637864/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=1122.12 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 112150 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 4805649 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 1578684

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/177 22451
/proc/meminfo: memFree=26633052/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=1182.11 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 118149 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 4865204 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 1578684

[startup+1242.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 22452
/proc/meminfo: memFree=26630716/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=1242.11 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 124149 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 4313125 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 1242.11
Current children cumulated vsize (KiB) 1578684

[startup+1302.3 s]
/proc/loadavg: 2.04 2.03 2.01 3/177 22453
/proc/meminfo: memFree=26628264/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=1302.09 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 130147 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 5092526 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1578684

[startup+1362.31 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 22454
/proc/meminfo: memFree=26622708/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=1362.09 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 136147 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 5092545 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 1578684

[startup+1422.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 22456
/proc/meminfo: memFree=26622732/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=1422.08 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 142146 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 4865437 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1578684

[startup+1482.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/178 22460
/proc/meminfo: memFree=26622212/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=1482.07 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 148145 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 4313113 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 1578684

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 22484
/proc/meminfo: memFree=26621224/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=1542.06 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 154144 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 4295576 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 1578684

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 22485
/proc/meminfo: memFree=26622476/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578684 CPUtime=1602.05 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341108 0 0 0 160143 62 0 0 20 0 1 0 26298990 1616572416 375026 33554432000 4194304 5796924 140736017338496 140736017334712 4806757 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394671 375026 191 392 0 394270 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 1578684

[startup+1662.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 22532
/proc/meminfo: memFree=29821764/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578696 CPUtime=1662.04 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341111 0 0 0 166142 62 0 0 20 0 1 0 26298990 1616584704 375029 33554432000 4194304 5796924 140736017338496 140736017334712 5092509 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394674 375029 191 392 0 394273 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 1578696

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 22534
/proc/meminfo: memFree=29665696/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578696 CPUtime=1722.03 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341112 0 0 0 172141 62 0 0 20 0 1 0 26298990 1616584704 375030 33554432000 4194304 5796924 140736017338496 140736017334712 5087589 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394674 375030 191 392 0 394273 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 1578696

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 22535
/proc/meminfo: memFree=29608344/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578696 CPUtime=1782.02 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341113 0 0 0 178140 62 0 0 20 0 1 0 26298990 1616584704 376243 33554432000 4194304 5796924 140736017338496 140736017334712 4865437 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394674 376243 191 392 0 394273 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 1578696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 22535
/proc/meminfo: memFree=29607448/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578696 CPUtime=1800.01 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341113 0 0 0 179939 62 0 0 20 0 1 0 26298990 1616584704 376477 33554432000 4194304 5796924 140736017338496 140736017334712 4865437 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394674 376477 191 392 0 394273 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1578696

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

[startup+1800.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/177 22535
/proc/meminfo: memFree=29607448/32872528 swapFree=338416/354768
[pid=22421] ppid=22418 vsize=1578696 CPUtime=1800.01 cores=1,3,5,7
/proc/22421/stat : 22421 (naps-1.02) R 22418 22421 20937 0 -1 4202496 341113 0 0 0 179939 62 0 0 20 0 1 0 26298990 1616584704 376477 33554432000 4194304 5796924 140736017338496 140736017334712 4865437 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/22421/statm: 394674 376477 191 392 0 394273 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1578696

Child status: 0
Real time (s): 1800.37
CPU time (s): 1800.09
CPU user time (s): 1799.4
CPU system time (s): 0.691894
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 1623816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.691894
maximum resident set size= 1544924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341125
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= 5
involuntary context switches= 1854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.98024 second user time and 6.53601 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 11:35:23
IDJOB=4103139
IDBENCH=2279
IDSOLVER=2544
FILE ID=node126/4103139-1466242519
RUNJOBID= node126-1466229725-20954
PBS_JOBID= 19918178
Free space on /tmp= 71500 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103139-1466242519/watcher-4103139-1466242519 -o /tmp/evaluation-result-4103139-1466242519/solver-4103139-1466242519 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466229725-20954 --watchdog 1960  naps-1.02 HOME/instance-4103139-1466242519.opb

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

MD5SUM BENCH= d6efb238990ec55ca510b102fead8acf
RANDOM SEED=595234512

node126.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.121
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.24
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.121
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.121
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.121
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.121
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.121
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.121
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.121
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:        28208928 kB
Buffers:          118288 kB
Cached:           457784 kB
SwapCached:         1076 kB
Active:          3302820 kB
Inactive:         253812 kB
Active(anon):    2981888 kB
Inactive(anon):     1004 kB
Active(file):     320932 kB
Inactive(file):   252808 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:             83632 kB
Writeback:             0 kB
AnonPages:       3336848 kB
Mapped:             7692 kB
Shmem:                 0 kB
Slab:             612872 kB
SReclaimable:      56736 kB
SUnreclaim:       556136 kB
KernelStack:        1432 kB
PageTables:        10712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3586160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    491520 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= 71656 MiB
End job on node126 at 2016-06-18 12:05:23