Trace number 4119690

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.07 1800.45

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw256/normalized-hw256-vm25p-dec.opb.negationfix.opb
MD5SUM86668128b058df5cf818daa8e47ce5bb
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 benchmark4.5823
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables182528
Total number of constraints1938
Number of constraints which are clauses712
Number of constraints which are cardinality constraints (but not clauses)712
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint713
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 264758
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1479793
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.00/1800.40	c 
1800.00/1800.40	c *** TERMINATED *** by signal 15
1800.00/1800.40	s UNKNOWN
1800.00/1800.40	c _____________________________________________________________________________
1800.00/1800.40	c 
1800.00/1800.40	c std/band forms        : 341,0
1800.00/1800.40	c 2cl/3cl ITE-codings   : 0,0
1800.00/1800.40	c BDD/srt/adr Max costs : 212035,169008,0
1800.00/1800.40	c BDDraw/bin/mul/srt/adr: 171,0,0,169,0
1800.00/1800.40	c BDD nodes             : 111191443
1800.00/1800.40	c Es1/CC detections     : 0,0
1800.00/1800.40	c SAT/UNSAT calls       : 0,0
1800.00/1800.40	c restarts              : 0
1800.00/1800.40	c conflicts             : 0              (0 /sec)
1800.00/1800.40	c decisions             : 0              (0 /sec)
1800.00/1800.40	c propagations          : 0              (0 /sec)
1800.00/1800.40	c inspects              : 0              (0 /sec)
1800.00/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.00/1800.40	c Time for Opt-base     : 296.5 s
1800.00/1800.40	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-4119690-1467272937/watcher-4119690-1467272937 -o /tmp/evaluation-result-4119690-1467272937/solver-4119690-1467272937 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1467269332-12351 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119690-1467272937.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing Stack size limit: 81920 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 81920 KiB


[startup+0 s]
/proc/loadavg: 2.31 2.23 2.19 3/176 12632
/proc/meminfo: memFree=28932188/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=7096 CPUtime=0 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 447 0 0 0 0 0 0 0 20 0 1 0 6315694 7266304 321 33554432000 4194304 5796924 140736159037408 140736973536088 4404334 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 1774 321 123 392 0 1373 0

[startup+0.100165 s]
/proc/loadavg: 2.31 2.23 2.19 3/176 12632
/proc/meminfo: memFree=28932188/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=13396 CPUtime=0.09 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 1948 0 0 0 9 0 0 0 20 0 1 0 6315694 13717504 1807 33554432000 4194304 5796924 140736159037408 140736973536088 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 3349 1807 123 392 0 2948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13396

[startup+0.20033 s]
/proc/loadavg: 2.31 2.23 2.19 3/176 12632
/proc/meminfo: memFree=28932188/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=19404 CPUtime=0.19 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 3455 0 0 0 19 0 0 0 20 0 1 0 6315694 19869696 3231 33554432000 4194304 5796924 140736159037408 140736973536088 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 4851 3231 123 392 0 4450 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19404

[startup+0.300315 s]
/proc/loadavg: 2.31 2.23 2.19 3/176 12632
/proc/meminfo: memFree=28932188/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=26260 CPUtime=0.29 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 5222 0 0 0 29 0 0 0 20 0 1 0 6315694 26890240 4822 33554432000 4194304 5796924 140736159037408 140736973536088 5087501 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 6565 4822 123 392 0 6164 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26260

[startup+0.700277 s]
/proc/loadavg: 2.31 2.23 2.19 3/176 12632
/proc/meminfo: memFree=28932188/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=51372 CPUtime=0.69 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 11553 0 0 0 68 1 0 0 20 0 1 0 6315694 52604928 10797 33554432000 4194304 5796924 140736159037408 140736973536088 5096544 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 12843 10797 123 392 0 12442 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51372

[startup+1.50024 s]
/proc/loadavg: 2.28 2.23 2.19 3/177 12633
/proc/meminfo: memFree=28864488/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=87784 CPUtime=1.49 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 20356 0 0 0 147 2 0 0 20 0 1 0 6315694 89890816 19924 33554432000 4194304 5796924 140736159037408 140736159036568 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 21946 19924 127 392 0 21545 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87784

[startup+3.10025 s]
/proc/loadavg: 2.28 2.23 2.19 4/172 12641
/proc/meminfo: memFree=29182796/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=122604 CPUtime=3.09 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 29163 0 0 0 305 4 0 0 20 0 1 0 6315694 125546496 28731 33554432000 4194304 5796924 140736159037408 140736159036568 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 30651 28731 128 392 0 30250 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122604

[startup+6.30028 s]
/proc/loadavg: 2.28 2.23 2.19 3/177 12679
/proc/meminfo: memFree=28936012/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=253952 CPUtime=6.29 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 61302 0 0 0 621 8 0 0 20 0 1 0 6315694 260046848 61487 33554432000 4194304 5796924 140736159037408 140736158847624 5092545 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 63488 61487 140 392 0 63087 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 253952

[startup+12.7003 s]
/proc/loadavg: 2.24 2.22 2.18 4/177 12679
/proc/meminfo: memFree=28513584/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=459260 CPUtime=12.69 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 105397 0 0 0 1254 15 0 0 20 0 1 0 6315694 470282240 112655 33554432000 4194304 5796924 140736159037408 140736158210760 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 114815 112656 140 392 0 114414 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 459260

[startup+25.5003 s]
/proc/loadavg: 2.20 2.21 2.18 3/177 12679
/proc/meminfo: memFree=28106384/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=534316 CPUtime=25.48 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 122986 0 0 0 2531 17 0 0 20 0 1 0 6315694 547139584 130306 33554432000 4194304 5796924 140736159037408 140736158350632 5087606 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 133579 130306 151 392 0 133178 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 534316

[startup+51.1004 s]
/proc/loadavg: 2.34 2.24 2.19 3/177 12679
/proc/meminfo: memFree=27235396/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=563456 CPUtime=51.08 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 125496 0 0 0 5090 18 0 0 20 0 1 0 6315694 576978944 138788 33554432000 4194304 5796924 140736159037408 140736159034392 4266531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 140864 138788 151 392 0 140463 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 563456

[startup+102.3 s]
/proc/loadavg: 2.19 2.21 2.18 3/178 12683
/proc/meminfo: memFree=27109820/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=592748 CPUtime=102.26 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 131501 0 0 0 10206 20 0 0 20 0 1 0 6315694 606973952 146297 33554432000 4194304 5796924 140736159037408 140736159034392 4261400 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 148187 146297 151 392 0 147786 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 592748

[startup+162.3 s]
/proc/loadavg: 2.11 2.19 2.17 3/177 12685
/proc/meminfo: memFree=26975276/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=673060 CPUtime=162.23 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 138687 0 0 0 16200 23 0 0 20 0 1 0 6315694 689213440 165900 33554432000 4194304 5796924 140736159037408 140736159034392 4261421 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 168265 165900 152 392 0 167864 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 673060

[startup+222.307 s]
/proc/loadavg: 2.26 2.21 2.18 3/177 12686
/proc/meminfo: memFree=26802696/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=717848 CPUtime=222.2 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 145269 0 0 0 22196 24 0 0 20 0 1 0 6315694 735076352 174993 33554432000 4194304 5796924 140736159037408 140736159034392 4806896 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 179462 174993 152 392 0 179061 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 717848

[startup+282.3 s]
/proc/loadavg: 2.15 2.19 2.18 3/177 12687
/proc/meminfo: memFree=26714212/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=742004 CPUtime=282.17 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 151463 0 0 0 28191 26 0 0 20 0 1 0 6315694 759812096 183705 33554432000 4194304 5796924 140736159037408 140736159034392 4805636 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 185501 183705 152 392 0 185100 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 742004

[startup+342.3 s]
/proc/loadavg: 2.35 2.23 2.19 3/177 12688
/proc/meminfo: memFree=26537988/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=881664 CPUtime=342.13 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 158745 0 0 0 34183 30 0 0 20 0 1 0 6315694 902823936 213797 33554432000 4194304 5796924 140736159037408 140736159034392 5092622 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 220416 213797 152 392 0 220015 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 881664

[startup+402.3 s]
/proc/loadavg: 2.30 2.23 2.19 3/177 12689
/proc/meminfo: memFree=26277888/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=905952 CPUtime=402.11 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 164813 0 0 0 40180 31 0 0 20 0 1 0 6315694 927694848 222913 33554432000 4194304 5796924 140736159037408 140736159034392 5087650 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 226488 222913 152 392 0 226087 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 905952

[startup+462.3 s]
/proc/loadavg: 2.27 2.23 2.19 3/177 12691
/proc/meminfo: memFree=26187272/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=976824 CPUtime=462.11 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 171371 0 0 0 46178 33 0 0 20 0 1 0 6315694 1000267776 232026 33554432000 4194304 5796924 140736159037408 140736159034392 4805602 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 244206 232026 152 392 0 243805 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 976824

[startup+522.3 s]
/proc/loadavg: 2.21 2.22 2.18 3/177 12692
/proc/meminfo: memFree=26103268/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=996888 CPUtime=522.1 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 176409 0 0 0 52176 34 0 0 20 0 1 0 6315694 1020813312 239619 33554432000 4194304 5796924 140736159037408 140736159034392 5096591 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 249222 239619 152 392 0 248821 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 996888

[startup+582.3 s]
/proc/loadavg: 2.41 2.27 2.20 4/177 12693
/proc/meminfo: memFree=26013832/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=1021044 CPUtime=582.09 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 182454 0 0 0 58174 35 0 0 20 0 1 0 6315694 1045549056 248730 33554432000 4194304 5796924 140736159037408 140736159034392 4806838 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 255261 248730 152 392 0 254860 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 1021044

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


[startup+882.307 s]
/proc/loadavg: 2.30 2.29 2.21 3/177 12725
/proc/meminfo: memFree=25065756/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=1378240 CPUtime=882.05 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 212979 0 0 0 88159 46 0 0 20 0 1 0 6315694 1411317760 334674 33554432000 4194304 5796924 140736159037408 140736159034392 5087724 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 344560 334674 152 392 0 344159 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 1378240

[startup+942.3 s]
/proc/loadavg: 2.14 2.25 2.20 3/177 12726
/proc/meminfo: memFree=24999940/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=1398436 CPUtime=942.04 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 218016 0 0 0 94157 47 0 0 20 0 1 0 6315694 1431998464 342266 33554432000 4194304 5796924 140736159037408 140736159034392 5087772 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 349609 342266 152 392 0 349208 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 1398436

[startup+1002.3 s]
/proc/loadavg: 2.26 2.25 2.20 3/177 12727
/proc/meminfo: memFree=24909980/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=1422592 CPUtime=1002.03 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 224060 0 0 0 100155 48 0 0 20 0 1 0 6315694 1456734208 351376 33554432000 4194304 5796924 140736159037408 140736159034392 4432815 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 355648 351376 152 392 0 355247 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 1422592

[startup+1062.3 s]
/proc/loadavg: 2.20 2.23 2.19 3/177 12729
/proc/meminfo: memFree=24820220/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=1551856 CPUtime=1062.01 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 230616 0 0 0 106152 49 0 0 20 0 1 0 6315694 1589100544 360487 33554432000 4194304 5796924 140736159037408 140736158350664 5077954 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 387964 360487 152 392 0 387563 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 1551856

[startup+1122.3 s]
/proc/loadavg: 2.16 2.22 2.18 3/177 12730
/proc/meminfo: memFree=24734780/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=1571920 CPUtime=1122 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 235653 0 0 0 112150 50 0 0 20 0 1 0 6315694 1609646080 368079 33554432000 4194304 5796924 140736159037408 140736159034392 4805636 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 392980 368079 152 392 0 392579 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 1571920

[startup+1182.3 s]
/proc/loadavg: 2.27 2.22 2.19 3/177 12731
/proc/meminfo: memFree=24645872/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=1596076 CPUtime=1181.99 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 241698 0 0 0 118148 51 0 0 20 0 1 0 6315694 1634381824 376679 33554432000 4194304 5796924 140736159037408 140736159034392 4865437 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 399019 376679 152 392 0 398618 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 1596076

[startup+1242.3 s]
/proc/loadavg: 2.14 2.20 2.18 3/177 12732
/proc/meminfo: memFree=24581968/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=1616272 CPUtime=1241.99 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 246735 0 0 0 124147 52 0 0 20 0 1 0 6315694 1655062528 384271 33554432000 4194304 5796924 140736159037408 140736159034392 5094444 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 404068 384271 152 392 0 403667 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 1616272

[startup+1302.3 s]
/proc/loadavg: 2.05 2.16 2.16 3/178 12736
/proc/meminfo: memFree=24163152/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=1977880 CPUtime=1301.98 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 253898 0 0 0 130133 65 0 0 20 0 1 0 6315694 2025349120 477745 33554432000 4194304 5796924 140736159037408 140736158349112 5077954 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 494470 477745 152 392 0 494069 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 1977880

[startup+1362.3 s]
/proc/loadavg: 2.15 2.16 2.16 3/177 12738
/proc/meminfo: memFree=24075632/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=1997944 CPUtime=1361.97 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 258936 0 0 0 136131 66 0 0 20 0 1 0 6315694 2045894656 485338 33554432000 4194304 5796924 140736159037408 140736159034392 5096609 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 499486 485338 152 392 0 499085 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 1997944

[startup+1422.3 s]
/proc/loadavg: 2.10 2.14 2.16 3/177 12739
/proc/meminfo: memFree=23987712/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=2019196 CPUtime=1421.97 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 264239 0 0 0 142130 67 0 0 20 0 1 0 6315694 2067656704 493707 33554432000 4194304 5796924 140736159037408 140736159034392 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 504799 493707 152 392 0 504398 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 2019196

[startup+1482.3 s]
/proc/loadavg: 2.27 2.17 2.17 3/177 12740
/proc/meminfo: memFree=23901116/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=2042296 CPUtime=1481.95 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 270016 0 0 0 148127 68 0 0 20 0 1 0 6315694 2091311104 501528 33554432000 4194304 5796924 140736159037408 140736159034392 4199767 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 510574 501528 152 392 0 510173 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 2042296

[startup+1542.31 s]
/proc/loadavg: 2.30 2.20 2.18 3/177 12741
/proc/meminfo: memFree=23816828/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=2062360 CPUtime=1541.95 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 275054 0 0 0 154127 68 0 0 20 0 1 0 6315694 2111856640 509632 33554432000 4194304 5796924 140736159037408 140736159034392 5092622 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 515590 509632 152 392 0 515189 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 2062360

[startup+1602.3 s]
/proc/loadavg: 2.36 2.24 2.19 3/177 12742
/proc/meminfo: memFree=23752880/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=2086516 CPUtime=1601.93 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 281100 0 0 0 160124 69 0 0 20 0 1 0 6315694 2136592384 518233 33554432000 4194304 5796924 140736159037408 140736159034392 4809872 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 521629 518233 152 392 0 521228 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 2086516

[startup+1662.3 s]
/proc/loadavg: 2.31 2.24 2.19 3/177 12744
/proc/meminfo: memFree=23671260/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=2264368 CPUtime=1661.93 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 286753 0 0 0 166120 73 0 0 20 0 1 0 6315694 2318712832 525930 33554432000 4194304 5796924 140736159037408 140736159034392 5092509 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 566092 525930 152 392 0 565691 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 2264368

[startup+1722.3 s]
/proc/loadavg: 2.24 2.22 2.18 3/177 12745
/proc/meminfo: memFree=23585572/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=2284432 CPUtime=1721.92 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 291790 0 0 0 172118 74 0 0 20 0 1 0 6315694 2339258368 533522 33554432000 4194304 5796924 140736159037408 140736159034392 4805694 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 571108 533522 152 392 0 570707 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 2284432

[startup+1782.3 s]
/proc/loadavg: 2.44 2.27 2.20 3/177 12746
/proc/meminfo: memFree=22824680/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=2308588 CPUtime=1781.9 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 297834 0 0 0 178116 74 0 0 20 0 1 0 6315694 2363994112 542121 33554432000 4194304 5796924 140736159037408 140736159034392 4805602 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 577147 542121 152 392 0 576746 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 2308588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.41 2.27 2.20 3/177 12746
/proc/meminfo: memFree=22814788/32872528 swapFree=1199948/1314412
[pid=12632] ppid=12629 vsize=2312680 CPUtime=1800 cores=0,2,4,6
/proc/12632/stat : 12632 (naps-1.02) R 12629 12632 12151 0 -1 4202496 298841 0 0 0 179926 74 0 0 20 0 1 0 6315694 2368184320 543639 33554432000 4194304 5796924 140736159037408 140736159034392 4433094 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12632/statm: 578170 543639 152 392 0 577769 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 2312680

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

Child status: 0
Real time (s): 1800.45
CPU time (s): 1800.07
CPU user time (s): 1799.26
CPU system time (s): 0.800878
CPU usage (%): 99.9785
Max. virtual memory (cumulated for all children) (KiB): 2312680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.800878
maximum resident set size= 2242356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298854
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= 217
involuntary context switches= 1965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.65629 second user time and 6.81796 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-30 09:48:58
IDJOB=4119690
IDBENCH=111789
IDSOLVER=2544
FILE ID=node131/4119690-1467272937
RUNJOBID= node131-1467269332-12351
PBS_JOBID= 20004502
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 86668128b058df5cf818daa8e47ce5bb
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:        28932972 kB
Buffers:          111872 kB
Cached:          1412880 kB
SwapCached:            0 kB
Active:           494140 kB
Inactive:        1381772 kB
Active(anon):     353688 kB
Inactive(anon):        0 kB
Active(file):     140452 kB
Inactive(file):  1381772 kB
Unevictable:     1314412 kB
Mlocked:         1199948 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12080 kB
Writeback:             0 kB
AnonPages:       1675984 kB
Mapped:            14036 kB
Shmem:               204 kB
Slab:             606464 kB
SReclaimable:      50364 kB
SUnreclaim:       556100 kB
KernelStack:        1448 kB
PageTables:         7364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1793476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    448512 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:18:58