Trace number 4119782

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.14 1800.55

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm50p-opt.opb.negationfix.opb
MD5SUMec62943bb911a96b3ed21c2bcc385c8a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

Solver Data

0.00/0.00	c NaPS 1.02b.
1800.08/1800.50	c 
1800.08/1800.50	c *** TERMINATED *** by signal 15
1800.08/1800.50	s UNKNOWN
1800.08/1800.50	c _____________________________________________________________________________
1800.08/1800.50	c 
1800.08/1800.50	c std/band forms        : 325,0
1800.08/1800.50	c 2cl/3cl ITE-codings   : 0,0
1800.08/1800.50	c BDD/srt/adr Max costs : 6931,261435,0
1800.08/1800.50	c BDDraw/bin/mul/srt/adr: 163,0,0,161,0
1800.08/1800.50	c BDD nodes             : 105536555
1800.08/1800.50	c Es1/CC detections     : 0,0
1800.08/1800.50	c SAT/UNSAT calls       : 0,0
1800.08/1800.50	c restarts              : 0
1800.08/1800.50	c conflicts             : 0              (0 /sec)
1800.08/1800.50	c decisions             : 0              (0 /sec)
1800.08/1800.50	c propagations          : 0              (0 /sec)
1800.08/1800.50	c inspects              : 0              (0 /sec)
1800.08/1800.50	c CPU time (solving tm) : 1799 s        (0 s)
1800.08/1800.50	c Time for Opt-base     : 293.1 s
1800.08/1800.50	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-4119782-1467274915/watcher-4119782-1467274915 -o /tmp/evaluation-result-4119782-1467274915/solver-4119782-1467274915 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467269503-18141 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119782-1467274915.opb 

pid=18578
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing Stack size limit: 81920 KiB
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: 81920 KiB


[startup+0 s]
/proc/loadavg: 2.20 2.17 2.14 4/176 18581
/proc/meminfo: memFree=26579120/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=6976 CPUtime=0 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 437 0 0 0 0 0 0 0 20 0 1 0 8458976 7143424 312 33554432000 4194304 5796924 140735498209232 140734823240344 4802769 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 1744 312 124 392 0 1343 0

[startup+0.100163 s]
/proc/loadavg: 2.20 2.17 2.14 4/176 18581
/proc/meminfo: memFree=26579120/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=12928 CPUtime=0.09 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 1864 0 0 0 9 0 0 0 20 0 1 0 8458976 13238272 1724 33554432000 4194304 5796924 140735498209232 140734823240344 5151664 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 3232 1742 124 392 0 2831 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12928

[startup+0.200352 s]
/proc/loadavg: 2.20 2.17 2.14 4/176 18581
/proc/meminfo: memFree=26579120/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=19400 CPUtime=0.19 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 3439 0 0 0 19 0 0 0 20 0 1 0 8458976 19865600 3215 33554432000 4194304 5796924 140735498209232 140734823240344 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 4850 3215 124 392 0 4449 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19400

[startup+0.300315 s]
/proc/loadavg: 2.20 2.17 2.14 4/176 18581
/proc/meminfo: memFree=26579120/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=26264 CPUtime=0.29 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 5214 0 0 0 29 0 0 0 20 0 1 0 8458976 26894336 4814 33554432000 4194304 5796924 140735498209232 140734823240344 5092545 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 6566 4814 124 392 0 6165 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26264

[startup+0.700272 s]
/proc/loadavg: 2.20 2.17 2.14 4/176 18581
/proc/meminfo: memFree=26579120/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=46848 CPUtime=0.69 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 10589 0 0 0 68 1 0 0 20 0 1 0 8458976 47972352 9833 33554432000 4194304 5796924 140735498209232 140734823240344 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 11712 9834 124 392 0 11311 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46848

[startup+1.50021 s]
/proc/loadavg: 2.20 2.17 2.14 4/177 18582
/proc/meminfo: memFree=27912024/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=64904 CPUtime=1.49 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 15170 0 0 0 147 2 0 0 20 0 1 0 8458976 66461696 14414 33554432000 4194304 5796924 140735498209232 140735498206648 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 16226 14414 129 392 0 15825 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64904

[startup+3.10028 s]
/proc/loadavg: 2.26 2.18 2.14 4/177 18628
/proc/meminfo: memFree=29452744/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=131736 CPUtime=3.09 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 32585 0 0 0 305 4 0 0 20 0 1 0 8458976 134897664 31114 33554432000 4194304 5796924 140735498209232 140735497257160 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 32934 31114 140 392 0 32533 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131736

[startup+6.30028 s]
/proc/loadavg: 2.26 2.18 2.14 4/177 18628
/proc/meminfo: memFree=29175100/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=296204 CPUtime=6.29 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 71335 0 0 0 620 9 0 0 20 0 1 0 8458976 303312896 72123 33554432000 4194304 5796924 140735498209232 140735497303688 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 74051 72123 140 392 0 73650 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 296204

[startup+12.7003 s]
/proc/loadavg: 2.24 2.18 2.14 4/177 18628
/proc/meminfo: memFree=28640640/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=439252 CPUtime=12.69 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 107201 0 0 0 1254 15 0 0 20 0 1 0 8458976 449794048 107989 33554432000 4194304 5796924 140735498209232 140735498206216 5092526 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 109813 107989 151 392 0 109412 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 439252

[startup+25.5004 s]
/proc/loadavg: 2.25 2.18 2.14 3/177 18628
/proc/meminfo: memFree=28400380/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=457992 CPUtime=25.49 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 109255 0 0 0 2533 16 0 0 20 0 1 0 8458976 468983808 112520 33554432000 4194304 5796924 140735498209232 140735498206216 5096609 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 114498 112520 151 392 0 114097 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 457992

[startup+51.1004 s]
/proc/loadavg: 2.30 2.20 2.15 3/177 18628
/proc/meminfo: memFree=28336380/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=476288 CPUtime=51.08 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 113040 0 0 0 5091 17 0 0 20 0 1 0 8458976 487718912 116949 33554432000 4194304 5796924 140735498209232 140735498206216 5092504 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 119072 116949 151 392 0 118671 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 476288

[startup+102.3 s]
/proc/loadavg: 2.24 2.21 2.16 3/177 18629
/proc/meminfo: memFree=28208036/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=526800 CPUtime=102.25 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 119481 0 0 0 10206 19 0 0 20 0 1 0 8458976 539443200 129833 33554432000 4194304 5796924 140735498209232 140735498206216 5087497 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 131700 129833 151 392 0 131299 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 526800

[startup+162.3 s]
/proc/loadavg: 2.28 2.23 2.17 4/177 18631
/proc/meminfo: memFree=28087940/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=603152 CPUtime=162.2 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 125773 0 0 0 16199 21 0 0 20 0 1 0 8458976 617627648 148017 33554432000 4194304 5796924 140735498209232 140735498206216 4316847 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 150788 148017 152 392 0 150387 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 603152

[startup+222.307 s]
/proc/loadavg: 2.33 2.24 2.18 4/177 18632
/proc/meminfo: memFree=28015192/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=647940 CPUtime=222.17 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 132367 0 0 0 22195 22 0 0 20 0 1 0 8458976 663490560 157121 33554432000 4194304 5796924 140735498209232 140735498206216 4313554 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 161985 157121 152 392 0 161584 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 647940

[startup+282.3 s]
/proc/loadavg: 2.18 2.22 2.17 3/177 18633
/proc/meminfo: memFree=27851996/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=672228 CPUtime=282.13 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 138475 0 0 0 28189 24 0 0 20 0 1 0 8458976 688361472 165739 33554432000 4194304 5796924 140735498209232 140735497519480 5077887 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 168057 165739 152 392 0 167656 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 672228

[startup+342.3 s]
/proc/loadavg: 2.17 2.20 2.17 4/177 18634
/proc/meminfo: memFree=27688252/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=807928 CPUtime=342.1 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 144563 0 0 0 34182 28 0 0 20 0 1 0 8458976 827318272 194651 33554432000 4194304 5796924 140735498209232 140735498206216 5096645 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 201982 194651 152 392 0 201581 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 807928

[startup+402.3 s]
/proc/loadavg: 2.16 2.19 2.17 3/177 18635
/proc/meminfo: memFree=27621956/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=828124 CPUtime=402.09 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 149618 0 0 0 40180 29 0 0 20 0 1 0 8458976 847998976 202261 33554432000 4194304 5796924 140735498209232 140735498206216 4861388 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 207031 202261 152 392 0 206630 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 828124

[startup+462.3 s]
/proc/loadavg: 2.14 2.19 2.17 3/177 18637
/proc/meminfo: memFree=27545028/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=848320 CPUtime=462.08 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 154677 0 0 0 46178 30 0 0 20 0 1 0 8458976 868679680 209875 33554432000 4194304 5796924 140735498209232 140735498206216 5087724 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 212080 209875 152 392 0 211679 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 848320

[startup+522.3 s]
/proc/loadavg: 2.10 2.16 2.16 3/178 18641
/proc/meminfo: memFree=27307612/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=915232 CPUtime=522.07 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 160242 0 0 0 52176 31 0 0 20 0 1 0 8458976 937197568 217484 33554432000 4194304 5796924 140735498209232 140735498206216 4805636 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 228808 217484 152 392 0 228407 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 915232

[startup+582.3 s]
/proc/loadavg: 2.06 2.15 2.15 3/177 18642
/proc/meminfo: memFree=27229364/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=939520 CPUtime=582.06 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 166306 0 0 0 58174 32 0 0 20 0 1 0 8458976 962068480 226103 33554432000 4194304 5796924 140735498209232 140735498206216 5092526 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 234880 226103 152 392 0 234479 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 939520

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


[startup+942.3 s]
/proc/loadavg: 2.07 2.08 2.11 3/177 18649
/proc/meminfo: memFree=26620052/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=1305164 CPUtime=942 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 199138 0 0 0 94157 43 0 0 20 0 1 0 8458976 1336487936 315887 33554432000 4194304 5796924 140735498209232 140735498206216 4863673 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 326291 315887 152 392 0 325890 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 1305164

[startup+1002.3 s]
/proc/loadavg: 2.10 2.08 2.10 3/177 18650
/proc/meminfo: memFree=26545936/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=1325360 CPUtime=1001.99 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 204191 0 0 0 100155 44 0 0 20 0 1 0 8458976 1357168640 323495 33554432000 4194304 5796924 140735498209232 140735498206216 4805694 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 331340 323495 152 392 0 330939 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 1325360

[startup+1062.3 s]
/proc/loadavg: 2.13 2.10 2.10 3/177 18652
/proc/meminfo: memFree=26131804/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=1345952 CPUtime=1061.98 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 209320 0 0 0 106153 45 0 0 20 0 1 0 8458976 1378254848 331179 33554432000 4194304 5796924 140735498209232 140735498206216 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 336488 331179 152 392 0 336087 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 1345952

[startup+1122.3 s]
/proc/loadavg: 2.21 2.12 2.11 4/178 18656
/proc/meminfo: memFree=26061072/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=1369844 CPUtime=1121.98 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 215308 0 0 0 112152 46 0 0 20 0 1 0 8458976 1402720256 339722 33554432000 4194304 5796924 140735498209232 140735498206216 5087743 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 342461 339722 152 392 0 342060 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 1369844

[startup+1182.3 s]
/proc/loadavg: 2.19 2.13 2.11 3/177 18657
/proc/meminfo: memFree=25988680/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=1495148 CPUtime=1181.97 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 220935 0 0 0 118148 49 0 0 20 0 1 0 8458976 1531031552 347393 33554432000 4194304 5796924 140735498209232 140735498206216 5096545 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 373787 347393 152 392 0 373386 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 1495148

[startup+1242.3 s]
/proc/loadavg: 2.22 2.15 2.11 3/177 18658
/proc/meminfo: memFree=25912504/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=1515344 CPUtime=1241.96 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 225991 0 0 0 124146 50 0 0 20 0 1 0 8458976 1551712256 355004 33554432000 4194304 5796924 140735498209232 140735498206216 5087579 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 378836 355004 152 392 0 378435 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 1515344

[startup+1302.3 s]
/proc/loadavg: 2.37 2.21 2.13 3/177 18659
/proc/meminfo: memFree=25846060/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=1535540 CPUtime=1301.95 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 231043 0 0 0 130145 50 0 0 20 0 1 0 8458976 1572392960 362611 33554432000 4194304 5796924 140735498209232 140735498206216 4861395 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 383885 362611 152 392 0 383484 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1535540

[startup+1362.3 s]
/proc/loadavg: 2.23 2.20 2.13 3/177 18661
/proc/meminfo: memFree=25777260/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=1555736 CPUtime=1361.94 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 236097 0 0 0 136143 51 0 0 20 0 1 0 8458976 1593073664 370220 33554432000 4194304 5796924 140735498209232 140735498206216 5096633 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 388934 370220 152 392 0 388533 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 1555736

[startup+1422.3 s]
/proc/loadavg: 2.26 2.21 2.14 3/177 18662
/proc/meminfo: memFree=25365336/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=1913384 CPUtime=1421.94 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 241757 0 0 0 142132 62 0 0 20 0 1 0 8458976 1959305216 462191 33554432000 4194304 5796924 140735498209232 140735498206216 5077954 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 478346 462191 152 392 0 477945 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 1913384

[startup+1482.3 s]
/proc/loadavg: 2.20 2.20 2.13 3/177 18663
/proc/meminfo: memFree=25282972/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=1936088 CPUtime=1481.93 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 247434 0 0 0 148129 64 0 0 20 0 1 0 8458976 1982554112 471445 33554432000 4194304 5796924 140735498209232 140735498206216 5092509 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 484022 471445 152 392 0 483621 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 1936088

[startup+1542.31 s]
/proc/loadavg: 2.17 2.19 2.13 3/177 18664
/proc/meminfo: memFree=25193516/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=1973576 CPUtime=1541.92 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 256811 0 0 0 154127 65 0 0 20 0 1 0 8458976 2020941824 484910 33554432000 4194304 5796924 140735498209232 140735497687592 5092493 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 493394 484910 152 392 0 492993 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 1973576

[startup+1602.3 s]
/proc/loadavg: 2.11 2.17 2.13 3/177 18665
/proc/meminfo: memFree=25108328/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=2004464 CPUtime=1601.91 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 264566 0 0 0 160124 67 0 0 20 0 1 0 8458976 2052571136 496753 33554432000 4194304 5796924 140735498209232 140735498206216 4805602 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 501116 496753 152 392 0 500715 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 2004464

[startup+1662.3 s]
/proc/loadavg: 2.07 2.15 2.12 3/177 18667
/proc/meminfo: memFree=25008456/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=2199608 CPUtime=1661.9 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 274438 0 0 0 166121 69 0 0 20 0 1 0 8458976 2252398592 510713 33554432000 4194304 5796924 140735498209232 140735498206216 4865437 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 549902 510713 152 392 0 549501 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 2199608

[startup+1722.3 s]
/proc/loadavg: 2.13 2.15 2.12 3/178 18671
/proc/meminfo: memFree=24924844/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=2230760 CPUtime=1721.89 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 282231 0 0 0 172119 70 0 0 20 0 1 0 8458976 2284298240 522594 33554432000 4194304 5796924 140735498209232 140735498206216 5077814 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 557690 522594 152 392 0 557289 0
Current children cumulated CPU time (s) 1721.89
Current children cumulated vsize (KiB) 2230760

[startup+1782.3 s]
/proc/loadavg: 2.41 2.22 2.15 4/177 18672
/proc/meminfo: memFree=24824696/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=2268248 CPUtime=1781.88 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 291613 0 0 0 178116 72 0 0 20 0 1 0 8458976 2322685952 536064 33554432000 4194304 5796924 140735498209232 140735498206216 4865437 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 567062 536064 152 392 0 566661 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 2268248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.36 2.23 2.15 3/177 18672
/proc/meminfo: memFree=24802956/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=2274320 CPUtime=1800.08 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 293142 0 0 0 179936 72 0 0 20 0 1 0 8458976 2328903680 539126 33554432000 4194304 5796924 140735498209232 140735498206216 5092509 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 568580 539126 152 392 0 568179 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2274320

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

[startup+1800.5 s]
/proc/loadavg: 2.36 2.23 2.15 3/177 18672
/proc/meminfo: memFree=24802956/32872528 swapFree=13208/1155804
[pid=18581] ppid=18578 vsize=2274320 CPUtime=1800.08 cores=0,2,4,6
/proc/18581/stat : 18581 (naps-1.02) R 18578 18581 17655 0 -1 4202496 293142 0 0 0 179936 72 0 0 20 0 1 0 8458976 2328903680 539126 33554432000 4194304 5796924 140735498209232 140735498206216 5092509 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/18581/statm: 568580 539126 152 392 0 568179 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2274320

Child status: 0
Real time (s): 1800.55
CPU time (s): 1800.14
CPU user time (s): 1799.36
CPU system time (s): 0.773882
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 2274320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.773882
maximum resident set size= 2180132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293155
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= 214
involuntary context switches= 1845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.22936 second user time and 7.2339 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 10:21:55
IDJOB=4119782
IDBENCH=111805
IDSOLVER=2544
FILE ID=node114/4119782-1467274915
RUNJOBID= node114-1467269503-18141
PBS_JOBID= 20004492
Free space on /tmp= 71648 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm50p-opt.opb.negationfix.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119782-1467274915/watcher-4119782-1467274915 -o /tmp/evaluation-result-4119782-1467274915/solver-4119782-1467274915 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467269503-18141 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119782-1467274915.opb

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

MD5SUM BENCH= ec62943bb911a96b3ed21c2bcc385c8a
RANDOM SEED=577372434

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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:        26579020 kB
Buffers:          132308 kB
Cached:          1283076 kB
SwapCached:            0 kB
Active:          3141332 kB
Inactive:        1248664 kB
Active(anon):    2970836 kB
Inactive(anon):     6332 kB
Active(file):     170496 kB
Inactive(file):  1242332 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7692 kB
Writeback:            16 kB
AnonPages:       4130492 kB
Mapped:            14568 kB
Shmem:               204 kB
Slab:             610192 kB
SReclaimable:      54344 kB
SUnreclaim:       555848 kB
KernelStack:        1432 kB
PageTables:        12164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4265832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2312192 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= 71652 MiB
End job on node114 at 2016-06-30 10:51:56