Trace number 4119685

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 NameAnswerCPU timeWall clock time
NaPS 1.02? (TO) 1800.18 1800.68

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw256/normalized-hw256-vm90p-dec.opb.negationfix.opb
MD5SUM094fb3ff40ea6d6d2799bf9e1559e639
Bench CategoryDEC-BIGINT-LIN (no optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark19.72
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables635136
Total number of constraints5474
Number of constraints which are clauses2480
Number of constraints which are cardinality constraints (but not clauses)2480
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2481
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 892531
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2107566
Number of bits of the biggest sum of numbers22
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.09/1800.60	c 
1800.09/1800.60	c *** TERMINATED *** by signal 15
1800.09/1800.60	s UNKNOWN
1800.09/1800.60	c _____________________________________________________________________________
1800.09/1800.60	c 
1800.09/1800.60	c std/band forms        : 101,0
1800.09/1800.60	c 2cl/3cl ITE-codings   : 0,0
1800.09/1800.60	c BDD/srt/adr Max costs : 228977,905503,0
1800.09/1800.60	c BDDraw/bin/mul/srt/adr: 51,0,0,49,0
1800.09/1800.60	c BDD nodes             : 110643903
1800.09/1800.60	c Es1/CC detections     : 0,0
1800.09/1800.60	c SAT/UNSAT calls       : 0,0
1800.09/1800.60	c restarts              : 0
1800.09/1800.60	c conflicts             : 0              (0 /sec)
1800.09/1800.60	c decisions             : 0              (0 /sec)
1800.09/1800.60	c propagations          : 0              (0 /sec)
1800.09/1800.60	c inspects              : 0              (0 /sec)
1800.09/1800.60	c CPU time (solving tm) : 1799 s        (0 s)
1800.09/1800.60	c Time for Opt-base     : 334.7 s
1800.09/1800.60	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-4119685-1467272858/watcher-4119685-1467272858 -o /tmp/evaluation-result-4119685-1467272858/solver-4119685-1467272858 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467271057-8899 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119685-1467272858.opb 

pid=9050
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 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.11 2.18 2.17 4/170 9053
/proc/meminfo: memFree=30530536/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=7012 CPUtime=0 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 421 0 0 0 0 0 0 0 20 0 1 0 6315109 7180288 295 33554432000 4194304 5796924 140737335021728 140734260297224 4621244 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 1753 295 123 392 0 1352 0

[startup+0.100114 s]
/proc/loadavg: 2.11 2.18 2.17 4/170 9053
/proc/meminfo: memFree=30530536/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=13272 CPUtime=0.09 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 2494 0 0 0 9 0 0 0 20 0 1 0 6315109 13590528 1813 33554432000 4194304 5796924 140737335021728 140737335019224 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 3318 1813 123 392 0 2917 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13272

[startup+0.200321 s]
/proc/loadavg: 2.11 2.18 2.17 4/170 9053
/proc/meminfo: memFree=30530536/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=19564 CPUtime=0.19 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 4476 0 0 0 19 0 0 0 20 0 1 0 6315109 20033536 3245 33554432000 4194304 5796924 140737335021728 140737335019224 4659057 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 4891 3245 123 392 0 4490 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19564

[startup+0.30031 s]
/proc/loadavg: 2.11 2.18 2.17 4/170 9053
/proc/meminfo: memFree=30530536/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=26500 CPUtime=0.28 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 6540 0 0 0 28 0 0 0 20 0 1 0 6315109 27136000 4817 33554432000 4194304 5796924 140737335021728 140737335019224 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 6625 4818 123 392 0 6224 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 26500

[startup+0.700248 s]
/proc/loadavg: 2.11 2.18 2.17 4/170 9053
/proc/meminfo: memFree=30530536/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=50724 CPUtime=0.69 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 12020 0 0 0 67 2 0 0 20 0 1 0 6315109 51941376 10476 33554432000 4194304 5796924 140737335021728 140737335020952 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 12681 10476 123 392 0 12280 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50724

[startup+1.50026 s]
/proc/loadavg: 2.11 2.18 2.17 4/177 9065
/proc/meminfo: memFree=30403492/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=100208 CPUtime=1.49 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 23526 0 0 0 146 3 0 0 20 0 1 0 6315109 102612992 21736 33554432000 4194304 5796924 140737335021728 140737335019256 5092964 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 25052 21736 123 392 0 24651 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100208

[startup+3.10026 s]
/proc/loadavg: 2.10 2.17 2.17 4/177 9065
/proc/meminfo: memFree=30273332/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=206432 CPUtime=3.09 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 44753 0 0 0 303 6 0 0 20 0 1 0 6315109 211386368 44488 33554432000 4194304 5796924 140737335021728 140737335019224 5087499 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 51608 44488 127 392 0 51207 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 206432

[startup+6.3002 s]
/proc/loadavg: 2.10 2.17 2.17 3/177 9065
/proc/meminfo: memFree=29972208/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=314244 CPUtime=6.29 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 69726 0 0 0 620 9 0 0 20 0 1 0 6315109 321785856 72326 33554432000 4194304 5796924 140737335021728 140737335020888 4805714 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 78561 72326 127 392 0 78160 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 314244

[startup+12.7002 s]
/proc/loadavg: 2.16 2.18 2.17 4/177 9065
/proc/meminfo: memFree=29694512/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=438604 CPUtime=12.68 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 100980 0 0 0 1253 15 0 0 20 0 1 0 6315109 449130496 104091 33554432000 4194304 5796924 140737335021728 140737335021000 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 109651 104091 128 392 0 109250 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 438604

[startup+25.5004 s]
/proc/loadavg: 2.29 2.21 2.18 3/177 9065
/proc/meminfo: memFree=28805352/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=893736 CPUtime=25.48 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 200680 0 0 0 2515 33 0 0 20 0 1 0 6315109 915185664 217735 33554432000 4194304 5796924 140737335021728 140737331803832 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 223434 217737 140 392 0 223033 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 893736

[startup+51.1003 s]
/proc/loadavg: 2.19 2.19 2.18 3/177 9065
/proc/meminfo: memFree=26949472/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=1748172 CPUtime=51.08 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 395883 0 0 0 5041 67 0 0 20 0 1 0 6315109 1790128128 428616 33554432000 4194304 5796924 140737335021728 140737335018712 4809286 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 437043 428616 144 392 0 436642 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1748172

[startup+102.3 s]
/proc/loadavg: 2.37 2.24 2.19 3/177 9066
/proc/meminfo: memFree=26791584/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=1832768 CPUtime=102.28 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 402463 0 0 0 10158 70 0 0 20 0 1 0 6315109 1876754432 448157 33554432000 4194304 5796924 140737335021728 140737335018712 5092467 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 458192 448157 151 392 0 457791 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1832768

[startup+162.3 s]
/proc/loadavg: 2.38 2.25 2.19 4/178 9070
/proc/meminfo: memFree=26572924/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=1876064 CPUtime=162.27 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 413342 0 0 0 16155 72 0 0 20 0 1 0 6315109 1921089536 463124 33554432000 4194304 5796924 140737335021728 140737335018712 4805714 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 469016 463124 151 392 0 468615 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1876064

[startup+222.307 s]
/proc/loadavg: 2.38 2.27 2.20 3/177 9071
/proc/meminfo: memFree=26381616/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=2034732 CPUtime=222.26 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 424900 0 0 0 22149 77 0 0 20 0 1 0 6315109 2083565568 500603 33554432000 4194304 5796924 140737335021728 140737335018712 5092651 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 508683 500603 151 392 0 508282 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2034732

[startup+282.3 s]
/proc/loadavg: 2.22 2.24 2.19 3/177 9072
/proc/meminfo: memFree=26248904/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=2124612 CPUtime=282.24 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 436218 0 0 0 28146 78 0 0 20 0 1 0 6315109 2175602688 516520 33554432000 4194304 5796924 140737335021728 140737332528520 4805602 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 531153 516520 151 392 0 530752 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 2124612

[startup+342.3 s]
/proc/loadavg: 2.27 2.26 2.20 3/177 9074
/proc/meminfo: memFree=25974900/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=2145204 CPUtime=342.23 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 441372 0 0 0 34144 79 0 0 20 0 1 0 6315109 2196688896 525251 33554432000 4194304 5796924 140737335021728 140737335018712 5092545 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 536301 525251 151 392 0 535900 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2145204

[startup+402.3 s]
/proc/loadavg: 2.20 2.24 2.19 3/177 9075
/proc/meminfo: memFree=25704904/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=2357092 CPUtime=402.23 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 452722 0 0 0 40136 87 0 0 20 0 1 0 6315109 2413662208 582822 33554432000 4194304 5796924 140737335021728 140737335018712 4805640 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 589273 582822 151 392 0 588872 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2357092

[startup+462.3 s]
/proc/loadavg: 2.16 2.22 2.18 3/177 9076
/proc/meminfo: memFree=25564828/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=2471380 CPUtime=462.22 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 464286 0 0 0 46134 88 0 0 20 0 1 0 6315109 2530693120 598985 33554432000 4194304 5796924 140737335021728 140737335018712 5087538 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 617845 598985 151 392 0 617444 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2471380

[startup+522.3 s]
/proc/loadavg: 2.23 2.23 2.18 4/177 9077
/proc/meminfo: memFree=25486060/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=2492896 CPUtime=522.21 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 469695 0 0 0 52132 89 0 0 20 0 1 0 6315109 2552725504 608993 33554432000 4194304 5796924 140737335021728 140737335018712 5092604 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 623224 608993 151 392 0 622823 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2492896

[startup+582.3 s]
/proc/loadavg: 2.13 2.20 2.18 3/177 9078
/proc/meminfo: memFree=25356564/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=2536192 CPUtime=582.2 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 480509 0 0 0 58129 91 0 0 20 0 1 0 6315109 2597060608 623384 33554432000 4194304 5796924 140737335021728 140737335018712 5096609 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 634048 623384 152 392 0 633647 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2536192

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


[startup+882.307 s]
/proc/loadavg: 2.25 2.18 2.17 3/177 9110
/proc/meminfo: memFree=24118900/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=3150484 CPUtime=882.16 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 525118 0 0 0 88106 110 0 0 20 0 1 0 6315109 3226095616 774173 33554432000 4194304 5796924 140737335021728 140737335018712 5096658 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 787621 774173 152 392 0 787220 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 3150484

[startup+942.3 s]
/proc/loadavg: 2.16 2.16 2.17 3/177 9112
/proc/meminfo: memFree=24024468/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=3194704 CPUtime=942.14 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 536178 0 0 0 94102 112 0 0 20 0 1 0 6315109 3271376896 788803 33554432000 4194304 5796924 140737335021728 140737335018712 4266512 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 798676 788803 152 392 0 798275 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 3194704

[startup+1002.3 s]
/proc/loadavg: 2.13 2.16 2.16 3/177 9113
/proc/meminfo: memFree=23884972/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=3237868 CPUtime=1002.12 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 547189 0 0 0 100098 114 0 0 20 0 1 0 6315109 3315576832 804895 33554432000 4194304 5796924 140737335021728 140737335018712 4865409 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 809467 804895 152 392 0 809066 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 3237868

[startup+1062.3 s]
/proc/loadavg: 2.17 2.16 2.16 3/177 9114
/proc/meminfo: memFree=23812020/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=3416116 CPUtime=1062.1 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 552711 0 0 0 106094 116 0 0 20 0 1 0 6315109 3498102784 813970 33554432000 4194304 5796924 140737335021728 140737335018712 5087589 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 854029 813970 152 392 0 853628 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 3416116

[startup+1122.3 s]
/proc/loadavg: 2.22 2.17 2.17 3/177 9115
/proc/meminfo: memFree=23681392/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=3459280 CPUtime=1122.07 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 563544 0 0 0 112089 118 0 0 20 0 1 0 6315109 3542302720 828862 33554432000 4194304 5796924 140737335021728 140737335018712 4863664 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 864820 828862 152 392 0 864419 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 3459280

[startup+1182.3 s]
/proc/loadavg: 2.26 2.19 2.17 4/177 9116
/proc/meminfo: memFree=23576408/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=3503500 CPUtime=1182.05 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 574609 0 0 0 118086 119 0 0 20 0 1 0 6315109 3587584000 845530 33554432000 4194304 5796924 140737335021728 140737332528520 5087579 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 875875 845530 152 392 0 875474 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 3503500

[startup+1242.3 s]
/proc/loadavg: 2.26 2.19 2.18 3/177 9118
/proc/meminfo: memFree=23471580/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=3525016 CPUtime=1242.03 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 580041 0 0 0 124083 120 0 0 20 0 1 0 6315109 3609616384 853491 33554432000 4194304 5796924 140737335021728 140737335018712 5092899 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 881254 853491 152 392 0 880853 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 3525016

[startup+1302.3 s]
/proc/loadavg: 2.17 2.17 2.17 3/177 9119
/proc/meminfo: memFree=23369532/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=3568312 CPUtime=1302 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 590881 0 0 0 130078 122 0 0 20 0 1 0 6315109 3653951488 869411 33554432000 4194304 5796924 140737335021728 140737335018712 5087675 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 892078 869411 152 392 0 891677 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 3568312

[startup+1362.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/178 9123
/proc/meminfo: memFree=23260348/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=3589828 CPUtime=1361.98 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 596315 0 0 0 136075 123 0 0 20 0 1 0 6315109 3675983872 878904 33554432000 4194304 5796924 140737335021728 140737335018712 5096545 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 897457 878904 152 392 0 897056 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 3589828

[startup+1422.3 s]
/proc/loadavg: 2.30 2.22 2.19 3/177 9124
/proc/meminfo: memFree=23160480/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=3632992 CPUtime=1421.96 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 607165 0 0 0 142072 124 0 0 20 0 1 0 6315109 3720183808 893805 33554432000 4194304 5796924 140737335021728 140737335018712 4861328 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 908248 893805 152 392 0 907847 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 3632992

[startup+1482.3 s]
/proc/loadavg: 2.28 2.22 2.19 3/177 9125
/proc/meminfo: memFree=23085108/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=3654640 CPUtime=1481.93 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 612624 0 0 0 148067 126 0 0 20 0 1 0 6315109 3742351360 903313 33554432000 4194304 5796924 140737335021728 140737335018712 5096576 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 913660 903313 152 392 0 913259 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 3654640

[startup+1542.31 s]
/proc/loadavg: 2.19 2.21 2.18 4/177 9127
/proc/meminfo: memFree=22953780/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=3697804 CPUtime=1541.91 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 623447 0 0 0 154063 128 0 0 20 0 1 0 6315109 3786551296 917683 33554432000 4194304 5796924 140737335021728 140737335018712 5100101 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 924451 917683 152 392 0 924050 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 3697804

[startup+1602.3 s]
/proc/loadavg: 2.19 2.20 2.18 3/177 9128
/proc/meminfo: memFree=22850860/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=3977588 CPUtime=1601.87 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 634674 0 0 0 160054 133 0 0 20 0 1 0 6315109 4073050112 933980 33554432000 4194304 5796924 140737335021728 140737335018712 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 994397 933980 152 392 0 993996 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 3977588

[startup+1662.3 s]
/proc/loadavg: 2.26 2.21 2.18 3/177 9129
/proc/meminfo: memFree=22103536/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=3999104 CPUtime=1661.84 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 640111 0 0 0 166050 134 0 0 20 0 1 0 6315109 4095082496 942964 33554432000 4194304 5796924 140737335021728 140737335018712 4863664 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 999776 942964 152 392 0 999375 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 3999104

[startup+1722.3 s]
/proc/loadavg: 2.15 2.18 2.18 3/177 9130
/proc/meminfo: memFree=21295184/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=4717304 CPUtime=1721.81 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 652165 0 0 0 172025 156 0 0 20 0 1 0 6315109 4830519296 1126589 33554432000 4194304 5796924 140737335021728 140737335018712 4806835 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 1179326 1126589 152 392 0 1178925 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 4717304

[startup+1782.3 s]
/proc/loadavg: 2.16 2.18 2.17 3/177 9131
/proc/meminfo: memFree=21215444/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=4738820 CPUtime=1781.79 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 657604 0 0 0 178021 158 0 0 20 0 1 0 6315109 4852551680 1137110 33554432000 4194304 5796924 140737335021728 140737335018712 4861328 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 1184705 1137110 152 392 0 1184304 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 4738820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.12 2.17 2.17 3/177 9131
/proc/meminfo: memFree=21154328/32872528 swapFree=1101680/1183440
[pid=9053] ppid=9050 vsize=4760468 CPUtime=1800.09 cores=1,3,5,7
/proc/9053/stat : 9053 (naps-1.02) R 9050 9053 8538 0 -1 4202496 663016 0 0 0 179850 159 0 0 20 0 1 0 6315109 4874719232 1143024 33554432000 4194304 5796924 140737335021728 140737335018712 4806878 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9053/statm: 1190117 1143024 152 392 0 1189716 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 4760468

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

Child status: 0
Real time (s): 1800.68
CPU time (s): 1800.18
CPU user time (s): 1798.5
CPU system time (s): 1.67474
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 5370560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.5
system time used= 1.67474
maximum resident set size= 5149416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 663029
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= 446
involuntary context switches= 1985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.33434 second user time and 7.13891 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-30 09:47:39
IDJOB=4119685
IDBENCH=111788
IDSOLVER=2544
FILE ID=node115/4119685-1467272858
RUNJOBID= node115-1467271057-8899
PBS_JOBID= 20004494
Free space on /tmp= 71604 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw256/normalized-hw256-vm90p-dec.opb.negationfix.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119685-1467272858/watcher-4119685-1467272858 -o /tmp/evaluation-result-4119685-1467272858/solver-4119685-1467272858 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467271057-8899 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119685-1467272858.opb

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

MD5SUM BENCH= 094fb3ff40ea6d6d2799bf9e1559e639
RANDOM SEED=1243196964

node115.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		: 2667.087
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	: 5334.17
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		: 2667.087
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.56
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		: 2667.087
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.54
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		: 2667.087
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		: 2667.087
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		: 2667.087
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		: 2667.087
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		: 2667.087
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:        30528776 kB
Buffers:          148852 kB
Cached:           252476 kB
SwapCached:            0 kB
Active:           180500 kB
Inactive:         239292 kB
Active(anon):      14388 kB
Inactive(anon):     6612 kB
Active(file):     166112 kB
Inactive(file):   232680 kB
Unevictable:     1183440 kB
Mlocked:         1101680 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             64208 kB
Writeback:             0 kB
AnonPages:       1203568 kB
Mapped:            13888 kB
Shmem:               204 kB
Slab:             608988 kB
SReclaimable:      52732 kB
SUnreclaim:       556256 kB
KernelStack:        1424 kB
PageTables:         6424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1288364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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= 71596 MiB
End job on node115 at 2016-06-30 10:17:40