Trace number 4119695

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.13 1800.77

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw256/normalized-hw256-vm75p-dec.opb.negationfix.opb
MD5SUM991d8af08cebfb98169962bae68dd5a3
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 benchmark13.351
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables542720
Total number of constraints4752
Number of constraints which are clauses2119
Number of constraints which are cardinality constraints (but not clauses)2119
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2120
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 758276
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 1973311
Number of bits of the biggest sum of numbers21
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.06/1800.70	c 
1800.06/1800.70	c *** TERMINATED *** by signal 15
1800.06/1800.70	s UNKNOWN
1800.06/1800.70	c _____________________________________________________________________________
1800.06/1800.70	c 
1800.06/1800.70	c std/band forms        : 116,0
1800.06/1800.70	c 2cl/3cl ITE-codings   : 0,0
1800.06/1800.70	c BDD/srt/adr Max costs : 13421,756806,0
1800.06/1800.70	c BDDraw/bin/mul/srt/adr: 58,0,0,57,0
1800.06/1800.70	c BDD nodes             : 107824910
1800.06/1800.70	c Es1/CC detections     : 0,0
1800.06/1800.70	c SAT/UNSAT calls       : 0,0
1800.06/1800.70	c restarts              : 0
1800.06/1800.70	c conflicts             : 0              (0 /sec)
1800.06/1800.70	c decisions             : 0              (0 /sec)
1800.06/1800.70	c propagations          : 0              (0 /sec)
1800.06/1800.70	c inspects              : 0              (0 /sec)
1800.06/1800.70	c CPU time (solving tm) : 1799 s        (0 s)
1800.06/1800.70	c Time for Opt-base     : 326.9 s
1800.06/1800.70	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-4119695-1467272940/watcher-4119695-1467272940 -o /tmp/evaluation-result-4119695-1467272940/solver-4119695-1467272940 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1467269332-12352 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119695-1467272940.opb 

pid=12675
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.28 2.23 2.19 3/176 12678
/proc/meminfo: memFree=29125760/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=7304 CPUtime=0 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 497 0 0 0 0 0 0 0 20 0 1 0 6316052 7479296 371 33554432000 4194304 5796924 140736368876896 140734226615144 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 1826 372 123 392 0 1425 0

[startup+0.100161 s]
/proc/loadavg: 2.28 2.23 2.19 3/176 12678
/proc/meminfo: memFree=29125760/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=13456 CPUtime=0.09 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 2492 0 0 0 9 0 0 0 20 0 1 0 6316052 13778944 1837 33554432000 4194304 5796924 140736368876896 140734226615144 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 3364 1837 123 392 0 2963 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13456

[startup+0.200321 s]
/proc/loadavg: 2.28 2.23 2.19 3/176 12678
/proc/meminfo: memFree=29125760/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=19856 CPUtime=0.19 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 4166 0 0 0 19 0 0 0 20 0 1 0 6316052 20332544 3390 33554432000 4194304 5796924 140736368876896 140736368876168 4261418 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 4964 3390 123 392 0 4563 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19856

[startup+0.300347 s]
/proc/loadavg: 2.28 2.23 2.19 3/176 12678
/proc/meminfo: memFree=29125760/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=26272 CPUtime=0.29 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 5806 0 0 0 29 0 0 0 20 0 1 0 6316052 26902528 4865 33554432000 4194304 5796924 140736368876896 140736368876168 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 6568 4865 123 392 0 6167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26272

[startup+0.700292 s]
/proc/loadavg: 2.28 2.23 2.19 3/176 12678
/proc/meminfo: memFree=29125760/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=50828 CPUtime=0.69 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 11863 0 0 0 68 1 0 0 20 0 1 0 6316052 52047872 10566 33554432000 4194304 5796924 140736368876896 140736368876168 5100093 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 12707 10566 123 392 0 12306 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50828

[startup+1.50029 s]
/proc/loadavg: 2.28 2.23 2.19 3/177 12679
/proc/meminfo: memFree=29024316/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=102148 CPUtime=1.49 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 23101 0 0 0 146 3 0 0 20 0 1 0 6316052 104599552 22091 33554432000 4194304 5796924 140736368876896 140736368874424 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 25537 22095 123 392 0 25136 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102148

[startup+3.10031 s]
/proc/loadavg: 2.26 2.22 2.18 3/177 12679
/proc/meminfo: memFree=28901944/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=208112 CPUtime=3.09 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 44587 0 0 0 303 6 0 0 20 0 1 0 6316052 213106688 45613 33554432000 4194304 5796924 140736368876896 140736368876056 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 52028 45620 127 392 0 51627 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 208112

[startup+6.30024 s]
/proc/loadavg: 2.26 2.22 2.18 3/177 12679
/proc/meminfo: memFree=28723640/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=292336 CPUtime=6.29 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 66178 0 0 0 619 10 0 0 20 0 1 0 6316052 299352064 67715 33554432000 4194304 5796924 140736368876896 140736368874056 5101629 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 73084 67715 127 392 0 72683 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 292336

[startup+12.7002 s]
/proc/loadavg: 2.24 2.22 2.18 3/177 12679
/proc/meminfo: memFree=28353512/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=408132 CPUtime=12.69 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 95432 0 0 0 1253 16 0 0 20 0 1 0 6316052 417927168 97480 33554432000 4194304 5796924 140736368876896 140736368876120 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 102033 97480 128 392 0 101632 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 408132

[startup+25.5004 s]
/proc/loadavg: 2.18 2.21 2.18 4/177 12679
/proc/meminfo: memFree=27920156/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=838352 CPUtime=25.48 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 189718 0 0 0 2516 32 0 0 20 0 1 0 6316052 858472448 204388 33554432000 4194304 5796924 140736368876896 140736366126264 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 209588 204388 152 392 0 209187 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 838352

[startup+51.1004 s]
/proc/loadavg: 2.31 2.24 2.19 3/177 12679
/proc/meminfo: memFree=27230064/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=1479672 CPUtime=51.08 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 339546 0 0 0 5052 56 0 0 20 0 1 0 6316052 1515184128 364273 33554432000 4194304 5796924 140736368876896 140736368873880 4805694 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 369918 364273 152 392 0 369517 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1479672

[startup+102.3 s]
/proc/loadavg: 2.17 2.21 2.18 3/178 12683
/proc/meminfo: memFree=27104348/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=1570676 CPUtime=102.28 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 349371 0 0 0 10169 59 0 0 20 0 1 0 6316052 1608372224 388081 33554432000 4194304 5796924 140736368876896 140736368873880 5087766 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 392669 388081 152 392 0 392268 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1570676

[startup+162.3 s]
/proc/loadavg: 2.11 2.19 2.17 4/177 12685
/proc/meminfo: memFree=26969136/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=1628928 CPUtime=162.27 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 359263 0 0 0 16166 61 0 0 20 0 1 0 6316052 1668022272 402061 33554432000 4194304 5796924 140736368876896 140736368873880 5087579 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 407232 402061 152 392 0 406831 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1628928

[startup+222.307 s]
/proc/loadavg: 2.24 2.21 2.18 3/177 12686
/proc/meminfo: memFree=26796416/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=1779148 CPUtime=222.26 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 369272 0 0 0 22162 64 0 0 20 0 1 0 6316052 1821847552 435947 33554432000 4194304 5796924 140736368876896 140736368873880 5092526 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 444787 435947 152 392 0 444386 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1779148

[startup+282.3 s]
/proc/loadavg: 2.15 2.19 2.18 3/177 12687
/proc/meminfo: memFree=26621748/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=1862032 CPUtime=282.25 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 378587 0 0 0 28158 67 0 0 20 0 1 0 6316052 1906720768 449350 33554432000 4194304 5796924 140736368876896 140736368873880 4455127 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 465508 449350 152 392 0 465107 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1862032

[startup+342.3 s]
/proc/loadavg: 2.35 2.23 2.19 4/177 12688
/proc/meminfo: memFree=26535676/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=1898068 CPUtime=342.24 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 387854 0 0 0 34155 69 0 0 20 0 1 0 6316052 1943621632 463216 33554432000 4194304 5796924 140736368876896 140736368873880 5087772 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 474517 463216 152 392 0 474116 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1898068

[startup+402.3 s]
/proc/loadavg: 2.30 2.23 2.19 3/177 12689
/proc/meminfo: memFree=26277888/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=2104280 CPUtime=402.23 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 398287 0 0 0 40148 75 0 0 20 0 1 0 6316052 2154782720 518848 33554432000 4194304 5796924 140736368876896 140736368873880 5087700 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 526070 518848 152 392 0 525669 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2104280

[startup+462.3 s]
/proc/loadavg: 2.27 2.23 2.19 3/177 12691
/proc/meminfo: memFree=26187024/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=2210516 CPUtime=462.21 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 407844 0 0 0 46144 77 0 0 20 0 1 0 6316052 2263568384 532493 33554432000 4194304 5796924 140736368876896 140736368873880 5094663 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 552629 532493 152 392 0 552228 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2210516

[startup+522.3 s]
/proc/loadavg: 2.21 2.22 2.18 3/177 12692
/proc/meminfo: memFree=26097128/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=2245232 CPUtime=522.21 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 416546 0 0 0 52142 79 0 0 20 0 1 0 6316052 2299117568 545794 33554432000 4194304 5796924 140736368876896 140736368873880 4805694 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 561308 545794 152 392 0 560907 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2245232

[startup+582.3 s]
/proc/loadavg: 2.41 2.27 2.20 3/177 12693
/proc/meminfo: memFree=26007684/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=2281400 CPUtime=582.2 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 425581 0 0 0 58139 81 0 0 20 0 1 0 6316052 2336153600 558917 33554432000 4194304 5796924 140736368876896 140736368873880 5092518 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 570350 558917 152 392 0 569949 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2281400

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

[startup+942.3 s]
/proc/loadavg: 2.14 2.25 2.20 3/177 12726
/proc/meminfo: memFree=24990232/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=2923808 CPUtime=942.06 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 476849 0 0 0 94106 100 0 0 20 0 1 0 6316052 2993979392 719890 33554432000 4194304 5796924 140736368876896 140736368873880 5092467 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 730952 719890 152 392 0 730551 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 2923808

[startup+1002.3 s]
/proc/loadavg: 2.26 2.25 2.20 3/177 12727
/proc/meminfo: memFree=24908056/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=2958656 CPUtime=1002.04 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 485581 0 0 0 100102 102 0 0 20 0 1 0 6316052 3029663744 732166 33554432000 4194304 5796924 140736368876896 140736368873880 5092964 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 739664 732166 152 392 0 739263 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 2958656

[startup+1062.3 s]
/proc/loadavg: 2.20 2.23 2.19 4/177 12729
/proc/meminfo: memFree=24820096/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=3153668 CPUtime=1062.02 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 495489 0 0 0 106098 104 0 0 20 0 1 0 6316052 3229356032 745618 33554432000 4194304 5796924 140736368876896 140736366562360 4806853 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 788417 745618 152 392 0 788016 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 3153668

[startup+1122.3 s]
/proc/loadavg: 2.16 2.22 2.18 4/177 12730
/proc/meminfo: memFree=24728764/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=3189836 CPUtime=1121.98 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 504574 0 0 0 112092 106 0 0 20 0 1 0 6316052 3266392064 758749 33554432000 4194304 5796924 140736368876896 140736368873880 5096544 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 797459 758749 152 392 0 797058 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 3189836

[startup+1182.3 s]
/proc/loadavg: 2.27 2.22 2.19 3/177 12731
/proc/meminfo: memFree=24645872/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=3226004 CPUtime=1181.94 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 513657 0 0 0 118086 108 0 0 20 0 1 0 6316052 3303428096 772388 33554432000 4194304 5796924 140736368876896 140736368873880 5092502 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 806501 772388 152 392 0 806100 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 3226004

[startup+1242.3 s]
/proc/loadavg: 2.14 2.20 2.18 3/177 12732
/proc/meminfo: memFree=24555924/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=3262040 CPUtime=1241.91 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 522733 0 0 0 124081 110 0 0 20 0 1 0 6316052 3340328960 785515 33554432000 4194304 5796924 140736368876896 140736366301816 4443080 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 815510 785515 152 392 0 815109 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 3262040

[startup+1302.3 s]
/proc/loadavg: 2.05 2.16 2.16 3/178 12736
/proc/meminfo: memFree=24159680/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=3278804 CPUtime=1301.88 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 526953 0 0 0 130078 110 0 0 20 0 1 0 6316052 3357495296 792766 33554432000 4194304 5796924 140736368876896 140736368873880 5087532 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 819701 792766 152 392 0 819300 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 3278804

[startup+1362.3 s]
/proc/loadavg: 2.15 2.16 2.16 3/177 12738
/proc/meminfo: memFree=24075880/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=3316292 CPUtime=1361.86 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 536352 0 0 0 136074 112 0 0 20 0 1 0 6316052 3395883008 805706 33554432000 4194304 5796924 140736368876896 140736368873880 4805708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 829073 805706 152 392 0 828672 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 3316292

[startup+1422.3 s]
/proc/loadavg: 2.10 2.14 2.16 3/177 12739
/proc/meminfo: memFree=23984612/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=3352328 CPUtime=1421.84 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 545416 0 0 0 142070 114 0 0 20 0 1 0 6316052 3432783872 819342 33554432000 4194304 5796924 140736368876896 140736368873880 4863664 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 838082 819342 152 392 0 837681 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 3352328

[startup+1482.3 s]
/proc/loadavg: 2.27 2.17 2.17 3/177 12740
/proc/meminfo: memFree=23901364/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=3388496 CPUtime=1481.8 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 554488 0 0 0 148064 116 0 0 20 0 1 0 6316052 3469819904 832979 33554432000 4194304 5796924 140736368876896 140736368873880 4806863 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 847124 832979 152 392 0 846723 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 3388496

[startup+1542.31 s]
/proc/loadavg: 2.30 2.20 2.18 3/177 12741
/proc/meminfo: memFree=23812620/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=3424532 CPUtime=1541.78 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 563555 0 0 0 154060 118 0 0 20 0 1 0 6316052 3506720768 846103 33554432000 4194304 5796924 140736368876896 140736368873880 4295954 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 856133 846103 152 392 0 855732 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 3424532

[startup+1602.3 s]
/proc/loadavg: 2.36 2.24 2.19 3/177 12742
/proc/meminfo: memFree=23749032/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=3441296 CPUtime=1601.74 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 567786 0 0 0 160055 119 0 0 20 0 1 0 6316052 3523887104 854385 33554432000 4194304 5796924 140736368876896 140736368873880 5087780 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 860324 854385 152 392 0 859923 0
Current children cumulated CPU time (s) 1601.74
Current children cumulated vsize (KiB) 3441296

[startup+1662.3 s]
/proc/loadavg: 2.31 2.24 2.19 3/177 12744
/proc/meminfo: memFree=23669212/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=3713952 CPUtime=1661.71 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 577740 0 0 0 166048 123 0 0 20 0 1 0 6316052 3803086848 866345 33554432000 4194304 5796924 140736368876896 140736368873880 4455120 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 928488 866345 152 392 0 928087 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 3713952

[startup+1722.3 s]
/proc/loadavg: 2.24 2.22 2.18 4/177 12745
/proc/meminfo: memFree=23585944/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=3749988 CPUtime=1721.7 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 586800 0 0 0 172044 126 0 0 20 0 1 0 6316052 3839987712 879467 33554432000 4194304 5796924 140736368876896 140736368873880 4451611 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 937497 879467 152 392 0 937096 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 3749988

[startup+1782.3 s]
/proc/loadavg: 2.44 2.27 2.20 4/177 12746
/proc/meminfo: memFree=22821084/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=4461060 CPUtime=1781.67 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 597087 0 0 0 178019 148 0 0 20 0 1 0 6316052 4568125440 1061827 33554432000 4194304 5796924 140736368876896 140736366891064 5077954 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 1115265 1061827 152 392 0 1114864 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 4461060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.38 2.27 2.20 3/177 12792
/proc/meminfo: memFree=24881352/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=4461060 CPUtime=1800.06 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 597099 0 0 0 179858 148 0 0 20 0 1 0 6316052 4568125440 1061827 33554432000 4194304 5796924 140736368876896 140736368873880 5100122 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 1115265 1061827 152 392 0 1114864 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 4461060

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

[startup+1800.7 s]
/proc/loadavg: 2.38 2.27 2.20 3/177 12792
/proc/meminfo: memFree=24881352/32872528 swapFree=1199948/1314412
[pid=12678] ppid=12675 vsize=4461060 CPUtime=1800.06 cores=1,3,5,7
/proc/12678/stat : 12678 (naps-1.02) R 12675 12678 12151 0 -1 4202496 597099 0 0 0 179858 148 0 0 20 0 1 0 6316052 4568125440 1061827 33554432000 4194304 5796924 140736368876896 140736368873880 5100122 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12678/statm: 1115265 1061827 152 392 0 1114864 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 4461060

Child status: 0
Real time (s): 1800.77
CPU time (s): 1800.13
CPU user time (s): 1798.59
CPU system time (s): 1.53877
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 5119200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 1.53877
maximum resident set size= 4901376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 597112
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= 647
involuntary context switches= 1827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5953 second user time and 6.85996 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-30 09:49:01
IDJOB=4119695
IDBENCH=111790
IDSOLVER=2544
FILE ID=node131/4119695-1467272940
RUNJOBID= node131-1467269332-12352
PBS_JOBID= 20004502
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 991d8af08cebfb98169962bae68dd5a3
RANDOM SEED=1419065165

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.334
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:        29126404 kB
Buffers:          111928 kB
Cached:          1442128 kB
SwapCached:            0 kB
Active:           304404 kB
Inactive:        1386200 kB
Active(anon):     139248 kB
Inactive(anon):        0 kB
Active(file):     165156 kB
Inactive(file):  1386200 kB
Unevictable:     1314412 kB
Mlocked:         1199948 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             40684 kB
Writeback:            48 kB
AnonPages:       1453256 kB
Mapped:            13836 kB
Shmem:               204 kB
Slab:             608252 kB
SReclaimable:      51796 kB
SUnreclaim:       556456 kB
KernelStack:        1440 kB
PageTables:         6944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1564568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 71696 MiB
End job on node131 at 2016-06-30 10:19:02