Trace number 4119650

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

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
MD5SUM88e65323f9a8c58281028c3b2a47ed9f
Bench CategoryDEC-BIGINT-LIN (no optimisation, big integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2766336
Total number of constraints11830
Number of constraints which are clauses5402
Number of constraints which are cardinality constraints (but not clauses)5402
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5402
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 1983745
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4451165
Number of bits of the biggest sum of numbers23
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        : 46,0
1800.01/1800.30	c 2cl/3cl ITE-codings   : 0,0
1800.01/1800.30	c BDD/srt/adr Max costs : 2918,2285281,0
1800.01/1800.30	c BDDraw/bin/mul/srt/adr: 23,0,0,22,0
1800.01/1800.30	c BDD nodes             : 109088573
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) : 1797 s        (0 s)
1800.01/1800.30	c Time for Opt-base     : 293.8 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-4119650-1467271309/watcher-4119650-1467271309 -o /tmp/evaluation-result-4119650-1467271309/solver-4119650-1467271309 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467269503-18142 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119650-1467271309.opb 

pid=18328
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.14 2.18 2.14 4/176 18331
/proc/meminfo: memFree=29264836/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=6820 CPUtime=0 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 387 0 0 0 0 0 0 0 20 0 1 0 8098894 6983680 261 33554432000 4194304 5796924 140733789744416 140737374661176 4261433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1705 261 123 392 0 1304 0

[startup+0.100146 s]
/proc/loadavg: 2.14 2.18 2.14 4/176 18331
/proc/meminfo: memFree=29264836/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=15320 CPUtime=0.09 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 3293 0 0 0 9 0 0 0 20 0 1 0 8098894 15687680 2074 33554432000 4194304 5796924 140733789744416 140737374661176 4861328 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 3830 2074 123 392 0 3429 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15320

[startup+0.200341 s]
/proc/loadavg: 2.14 2.18 2.14 4/176 18331
/proc/meminfo: memFree=29264836/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=18852 CPUtime=0.18 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 5313 0 0 0 18 0 0 0 20 0 1 0 8098894 19304448 2568 33554432000 4194304 5796924 140733789744416 140737374661176 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 4713 2569 123 392 0 4312 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 18852

[startup+0.300349 s]
/proc/loadavg: 2.14 2.18 2.14 4/176 18331
/proc/meminfo: memFree=29264836/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=26908 CPUtime=0.29 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 8015 0 0 0 28 1 0 0 20 0 1 0 8098894 27553792 4188 33554432000 4194304 5796924 140733789744416 140737374661176 4806847 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 6727 4188 123 392 0 6326 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26908

[startup+0.700346 s]
/proc/loadavg: 2.14 2.18 2.14 4/176 18331
/proc/meminfo: memFree=29264836/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=50276 CPUtime=0.69 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 16217 0 0 0 67 2 0 0 20 0 1 0 8098894 51482624 9625 33554432000 4194304 5796924 140733789744416 140737374661176 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 12569 9635 123 392 0 12168 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50276

[startup+1.50028 s]
/proc/loadavg: 2.14 2.18 2.14 4/177 18332
/proc/meminfo: memFree=29153188/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=98668 CPUtime=1.49 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 26618 0 0 0 145 4 0 0 20 0 1 0 8098894 101036032 20350 33554432000 4194304 5796924 140733789744416 140733789741944 5092518 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 24667 20350 123 392 0 24266 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98668

[startup+3.10029 s]
/proc/loadavg: 2.14 2.18 2.14 4/177 18332
/proc/meminfo: memFree=29035256/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=186752 CPUtime=3.09 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 47042 0 0 0 302 7 0 0 20 0 1 0 8098894 191234048 42299 33554432000 4194304 5796924 140733789744416 140733789741912 4805619 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 46688 42299 123 392 0 46287 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 186752

[startup+6.30028 s]
/proc/loadavg: 2.13 2.17 2.14 4/177 18332
/proc/meminfo: memFree=28684720/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=357264 CPUtime=6.29 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 80368 0 0 0 615 14 0 0 20 0 1 0 8098894 365838336 84030 33554432000 4194304 5796924 140733789744416 140733789743576 4659057 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 89316 84030 123 392 0 88915 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 357264

[startup+12.7003 s]
/proc/loadavg: 2.12 2.17 2.14 3/177 18332
/proc/meminfo: memFree=27972536/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=742952 CPUtime=12.69 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 139612 0 0 0 1244 25 0 0 20 0 1 0 8098894 760782848 174110 33554432000 4194304 5796924 140733789744416 140733789743640 4865554 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 185738 174110 127 392 0 185337 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 742952

[startup+25.5003 s]
/proc/loadavg: 2.17 2.18 2.14 3/177 18332
/proc/meminfo: memFree=27395224/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=1282820 CPUtime=25.49 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 228031 0 0 0 2508 41 0 0 20 0 1 0 8098894 1313607680 302573 33554432000 4194304 5796924 140733789744416 140733789741944 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 320705 302573 127 392 0 320304 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1282820

[startup+51.1003 s]
/proc/loadavg: 2.23 2.19 2.15 3/177 18333
/proc/meminfo: memFree=26836520/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=1789700 CPUtime=51.08 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 354264 0 0 0 5045 63 0 0 20 0 1 0 8098894 1832652800 430339 33554432000 4194304 5796924 140733789744416 140733789743576 4380001 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 447458 430342 128 392 0 447057 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1789700

[startup+102.3 s]
/proc/loadavg: 2.17 2.19 2.15 3/177 18334
/proc/meminfo: memFree=25244260/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=3297088 CPUtime=102.28 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 740835 0 0 0 10102 126 0 0 20 0 1 0 8098894 3376218112 807306 33554432000 4194304 5796924 140733789744416 140733782403272 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 824272 807306 152 392 0 823871 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3297088

[startup+162.3 s]
/proc/loadavg: 2.25 2.20 2.15 3/177 18335
/proc/meminfo: memFree=23629644/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=4854256 CPUtime=162.26 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1111911 0 0 0 16037 189 0 0 20 0 1 0 8098894 4970758144 1196453 33554432000 4194304 5796924 140733789744416 140733789741400 4805640 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1213564 1196453 152 392 0 1213163 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 4854256

[startup+222.307 s]
/proc/loadavg: 2.37 2.24 2.17 3/177 18336
/proc/meminfo: memFree=23335772/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=5024276 CPUtime=222.26 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1127179 0 0 0 22032 194 0 0 20 0 1 0 8098894 5144858624 1237642 33554432000 4194304 5796924 140733789744416 140733789741400 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1256069 1237642 152 392 0 1255668 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 5024276

[startup+282.3 s]
/proc/loadavg: 2.23 2.22 2.17 3/177 18337
/proc/meminfo: memFree=23270124/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=5070992 CPUtime=282.25 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1127702 0 0 0 28030 195 0 0 20 0 1 0 8098894 5192695808 1243786 33554432000 4194304 5796924 140733789744416 140733783721784 5087579 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1267748 1243786 152 392 0 1267347 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 5070992

[startup+342.3 s]
/proc/loadavg: 2.23 2.22 2.17 3/177 18338
/proc/meminfo: memFree=23160852/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=5124320 CPUtime=342.24 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1141030 0 0 0 34027 197 0 0 20 0 1 0 8098894 5247303680 1259669 33554432000 4194304 5796924 140733789744416 140733789741400 4861328 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1281080 1259669 152 392 0 1280679 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 5124320

[startup+402.3 s]
/proc/loadavg: 2.14 2.20 2.17 3/177 18340
/proc/meminfo: memFree=22873648/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=5349012 CPUtime=402.23 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1155597 0 0 0 40018 205 0 0 20 0 1 0 8098894 5477388288 1320457 33554432000 4194304 5796924 140733789744416 140733789741400 4455120 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1337253 1320457 152 392 0 1336852 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 5349012

[startup+462.3 s]
/proc/loadavg: 2.22 2.20 2.17 3/177 18341
/proc/meminfo: memFree=22747404/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=5473728 CPUtime=462.22 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1169769 0 0 0 46015 207 0 0 20 0 1 0 8098894 5605097472 1341272 33554432000 4194304 5796924 140733789744416 140733789741400 5092450 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1368432 1341272 152 392 0 1368031 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 5473728

[startup+522.3 s]
/proc/loadavg: 2.08 2.16 2.16 3/178 18345
/proc/meminfo: memFree=22452624/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=5528244 CPUtime=522.21 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1183417 0 0 0 52012 209 0 0 20 0 1 0 8098894 5660921856 1361563 33554432000 4194304 5796924 140733789744416 140733783029752 4805602 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1382061 1361563 152 392 0 1381660 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 5528244

[startup+582.3 s]
/proc/loadavg: 2.11 2.16 2.16 3/177 18346
/proc/meminfo: memFree=22397800/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=5528244 CPUtime=582.2 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1183423 0 0 0 58011 209 0 0 20 0 1 0 8098894 5660921856 1364635 33554432000 4194304 5796924 140733789744416 140733789741400 5092416 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1382061 1364635 152 392 0 1381660 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 5528244

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


[startup+1002.3 s]
/proc/loadavg: 2.09 2.15 2.15 3/177 18355
/proc/meminfo: memFree=21310004/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=6455556 CPUtime=1002.13 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1267488 0 0 0 99978 235 0 0 20 0 1 0 8098894 6610489344 1567715 33554432000 4194304 5796924 140733789744416 140733789741400 5087558 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1613889 1567715 152 392 0 1613488 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 6455556

[startup+1062.3 s]
/proc/loadavg: 2.09 2.13 2.14 3/177 18356
/proc/meminfo: memFree=20907676/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=6455556 CPUtime=1062.13 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1267498 0 0 0 105977 236 0 0 20 0 1 0 8098894 6610489344 1572835 33554432000 4194304 5796924 140733789744416 140733789741400 5092502 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1613889 1572835 152 392 0 1613488 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 6455556

[startup+1122.3 s]
/proc/loadavg: 2.07 2.12 2.13 3/178 18360
/proc/meminfo: memFree=20801036/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=6510204 CPUtime=1122.12 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1281132 0 0 0 111974 238 0 0 20 0 1 0 8098894 6666448896 1588513 33554432000 4194304 5796924 140733789744416 140733789741400 4266554 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1627551 1588513 152 392 0 1627150 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 6510204

[startup+1182.3 s]
/proc/loadavg: 2.13 2.13 2.13 3/177 18361
/proc/meminfo: memFree=20690880/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=6564588 CPUtime=1182.11 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1294771 0 0 0 117971 240 0 0 20 0 1 0 8098894 6722138112 1608284 33554432000 4194304 5796924 140733789744416 140733789741400 5096658 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1641147 1608284 152 392 0 1640746 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 6564588

[startup+1242.3 s]
/proc/loadavg: 2.05 2.10 2.12 3/177 18362
/proc/meminfo: memFree=20567420/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=6619368 CPUtime=1242.1 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1308458 0 0 0 123967 243 0 0 20 0 1 0 8098894 6778232832 1628614 33554432000 4194304 5796924 140733789744416 140733789741400 5096709 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1654842 1628614 152 392 0 1654441 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 6619368

[startup+1302.3 s]
/proc/loadavg: 2.02 2.08 2.11 4/177 18364
/proc/meminfo: memFree=20515416/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=6619368 CPUtime=1302.09 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1308463 0 0 0 129966 243 0 0 20 0 1 0 8098894 6778232832 1631174 33554432000 4194304 5796924 140733789744416 140733789741400 5087499 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1654842 1631174 152 392 0 1654441 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 6619368

[startup+1362.3 s]
/proc/loadavg: 2.11 2.09 2.11 3/177 18365
/proc/meminfo: memFree=20400304/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=6673752 CPUtime=1362.08 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1322064 0 0 0 135963 245 0 0 20 0 1 0 8098894 6833922048 1648863 33554432000 4194304 5796924 140733789744416 140733789741400 4433072 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1668438 1648863 152 392 0 1668037 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 6673752

[startup+1422.3 s]
/proc/loadavg: 2.04 2.07 2.10 3/177 18366
/proc/meminfo: memFree=20288968/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=6963436 CPUtime=1422.08 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1335880 0 0 0 141960 248 0 0 20 0 1 0 8098894 7130558464 1669319 33554432000 4194304 5796924 140733789744416 140733789741400 4809393 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1740859 1669319 152 392 0 1740458 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 6963436

[startup+1482.3 s]
/proc/loadavg: 2.01 2.06 2.09 3/177 18367
/proc/meminfo: memFree=19538764/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=7638340 CPUtime=1482.06 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1337105 0 0 0 147937 269 0 0 20 0 1 0 8098894 7821660160 1843784 33554432000 4194304 5796924 140733789744416 140733783102856 4806863 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1909585 1843784 152 392 0 1909184 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 7638340

[startup+1542.31 s]
/proc/loadavg: 2.15 2.09 2.09 3/177 18368
/proc/meminfo: memFree=19434588/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=7694176 CPUtime=1542.06 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1351080 0 0 0 153934 272 0 0 20 0 1 0 8098894 7878836224 1859292 33554432000 4194304 5796924 140733789744416 140733789741400 5077846 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1923544 1859292 152 392 0 1923143 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 7694176

[startup+1602.3 s]
/proc/loadavg: 2.27 2.12 2.10 3/177 18370
/proc/meminfo: memFree=19322400/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=7747372 CPUtime=1602.04 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1364387 0 0 0 159929 275 0 0 20 0 1 0 8098894 7933308928 1878731 33554432000 4194304 5796924 140733789744416 140733789741400 4806845 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1936843 1878731 152 392 0 1936442 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 7747372

[startup+1662.3 s]
/proc/loadavg: 2.17 2.11 2.09 3/177 18371
/proc/meminfo: memFree=19201092/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=7803208 CPUtime=1662.03 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1378372 0 0 0 165925 278 0 0 20 0 1 0 8098894 7990484992 1899359 33554432000 4194304 5796924 140733789744416 140733789741400 4295718 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1950802 1899359 152 392 0 1950401 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 7803208

[startup+1722.3 s]
/proc/loadavg: 2.06 2.09 2.09 3/178 18375
/proc/meminfo: memFree=19136748/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=7803208 CPUtime=1722.02 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1378382 0 0 0 171924 278 0 0 20 0 1 0 8098894 7990484992 1904479 33554432000 4194304 5796924 140733789744416 140733789741400 4805602 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1950802 1904479 152 392 0 1950401 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 7803208

[startup+1782.3 s]
/proc/loadavg: 2.16 2.11 2.09 3/177 18376
/proc/meminfo: memFree=19029908/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=7857724 CPUtime=1782.01 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1392015 0 0 0 177921 280 0 0 20 0 1 0 8098894 8046309376 1920156 33554432000 4194304 5796924 140733789744416 140733789741400 4805636 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1964431 1920156 152 392 0 1964030 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 7857724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.17 2.12 2.09 3/177 18422
/proc/meminfo: memFree=21573828/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=7857724 CPUtime=1800.01 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202496 1392023 0 0 0 179720 281 0 0 20 0 1 0 8098894 8046309376 1924252 33554432000 4194304 5796924 140733789744416 140733789741400 4455147 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 1964431 1924252 152 392 0 1964030 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 7857724

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

[startup+1800.4 s]
/proc/loadavg: 2.17 2.12 2.09 3/177 18422
/proc/meminfo: memFree=21573828/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=0 CPUtime=1800.11 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202500 1392036 0 0 0 179720 291 0 0 20 0 1 0 8098894 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

[startup+1800.5 s]
/proc/loadavg: 2.17 2.12 2.09 3/177 18422
/proc/meminfo: memFree=21573828/32872528 swapFree=13208/1155804
[pid=18331] ppid=18328 vsize=0 CPUtime=1800.21 cores=1,3,5,7
/proc/18331/stat : 18331 (naps-1.02) R 18328 18331 17655 0 -1 4202500 1392036 0 0 0 179720 301 0 0 20 0 1 0 8098894 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18331/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.55
CPU time (s): 1800.27
CPU user time (s): 1797.21
CPU system time (s): 3.06653
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 8313244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.21
system time used= 3.06653
maximum resident set size= 8045944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1392036
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= 19
involuntary context switches= 1859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.75028 second user time and 6.72398 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 09:21:55
IDJOB=4119650
IDBENCH=111781
IDSOLVER=2544
FILE ID=node114/4119650-1467271309
RUNJOBID= node114-1467269503-18142
PBS_JOBID= 20004492
Free space on /tmp= 71528 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119650-1467271309/watcher-4119650-1467271309 -o /tmp/evaluation-result-4119650-1467271309/solver-4119650-1467271309 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467269503-18142 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119650-1467271309.opb

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

MD5SUM BENCH= 88e65323f9a8c58281028c3b2a47ed9f
RANDOM SEED=1420827543

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:        29265860 kB
Buffers:          131164 kB
Cached:          1396800 kB
SwapCached:            0 kB
Active:           457004 kB
Inactive:        1239704 kB
Active(anon):     164956 kB
Inactive(anon):     6332 kB
Active(file):     292048 kB
Inactive(file):  1233372 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            151224 kB
Writeback:             0 kB
AnonPages:       1324728 kB
Mapped:            14472 kB
Shmem:               204 kB
Slab:             621536 kB
SReclaimable:      61612 kB
SUnreclaim:       559924 kB
KernelStack:        1424 kB
PageTables:         6604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1439944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1153024 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= 71504 MiB
End job on node114 at 2016-06-30 09:51:55