Trace number 4081895

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.11 1800.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUMa399b3055416a9d1117a7f2bb11b2cef
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
1800.09/1800.40	c 
1800.09/1800.40	c *** TERMINATED *** by signal 15
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c _____________________________________________________________________________
1800.09/1800.40	c 
1800.09/1800.40	c std/band forms        : 360,0
1800.09/1800.40	c 2cl/3cl ITE-codings   : 720,0
1800.09/1800.40	c BDD/srt/adr Max costs : 5,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 360,0,0,0,0
1800.09/1800.40	c BDD nodes             : 2160
1800.09/1800.40	c Es1/CC detections     : 0,0
1800.09/1800.40	c SAT/UNSAT calls       : 0,0
1800.09/1800.40	c restarts              : 0
1800.09/1800.40	c conflicts             : 0              (0 /sec)
1800.09/1800.40	c decisions             : 0              (0 /sec)
1800.09/1800.40	c propagations          : 0              (0 /sec)
1800.09/1800.40	c inspects              : 0              (0 /sec)
1800.09/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.09/1800.40	c Time for Opt-base     : 0 s
1800.09/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-4081895-1465220282/watcher-4081895-1465220282 -o /tmp/evaluation-result-4081895-1465220282/solver-4081895-1465220282 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1465218415-9446 --watchdog 1960 naps-1.02 HOME/instance-4081895-1465220282.opb 

pid=9746
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 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.21 2.19 2.17 4/176 9749
/proc/meminfo: memFree=30103652/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=6696 CPUtime=0 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 103960054 6856704 239 33554432000 4194304 5796924 140735578471440 140734995730168 5151211 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 1674 240 127 392 0 1273 0

[startup+0.100178 s]
/proc/loadavg: 2.21 2.19 2.17 4/176 9749
/proc/meminfo: memFree=30103652/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=7672 CPUtime=0.09 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 652 0 0 0 9 0 0 0 20 0 1 0 103960054 7856128 518 33554432000 4194304 5796924 140735578471440 140734995730168 5092604 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 1918 518 127 392 0 1517 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7672

[startup+0.200353 s]
/proc/loadavg: 2.21 2.19 2.17 4/176 9749
/proc/meminfo: memFree=30103652/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=8008 CPUtime=0.19 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 780 0 0 0 19 0 0 0 20 0 1 0 103960054 8200192 1145 33554432000 4194304 5796924 140735578471440 140735578470712 5087529 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 2002 1145 127 392 0 1601 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8008

[startup+0.300308 s]
/proc/loadavg: 2.21 2.19 2.17 4/176 9749
/proc/meminfo: memFree=30103652/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=8596 CPUtime=0.29 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 919 0 0 0 29 0 0 0 20 0 1 0 103960054 8802304 1272 33554432000 4194304 5796924 140735578471440 140735578470712 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 2149 1272 127 392 0 1748 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8596

[startup+0.700234 s]
/proc/loadavg: 2.21 2.19 2.17 4/176 9749
/proc/meminfo: memFree=30103652/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=10500 CPUtime=0.69 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 1451 0 0 0 69 0 0 0 20 0 1 0 103960054 10752000 1715 33554432000 4194304 5796924 140735578471440 140735578470712 5100756 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 2625 1715 127 392 0 2224 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10500

[startup+1.50029 s]
/proc/loadavg: 2.21 2.19 2.17 3/175 9764
/proc/meminfo: memFree=30333824/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=14844 CPUtime=1.49 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 2945 0 0 0 149 0 0 0 20 0 1 0 103960054 15200256 2770 33554432000 4194304 5796924 140735578471440 140735578470664 4648367 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 3711 2770 147 392 0 3310 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14844

[startup+3.10025 s]
/proc/loadavg: 2.21 2.19 2.17 3/175 9764
/proc/meminfo: memFree=30317924/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=31388 CPUtime=3.09 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 7141 0 0 0 308 1 0 0 20 0 1 0 103960054 32141312 7110 33554432000 4194304 5796924 140735578471440 140735578468408 4606523 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 7847 7110 164 392 0 7446 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31388

[startup+6.30026 s]
/proc/loadavg: 2.27 2.20 2.18 3/175 9764
/proc/meminfo: memFree=30303292/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=58028 CPUtime=6.29 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 9189 0 0 0 628 1 0 0 20 0 1 0 103960054 59420672 11058 33554432000 4194304 5796924 140735578471440 140735578468680 4607171 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 14507 11058 165 392 0 14106 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58028

[startup+12.7004 s]
/proc/loadavg: 2.25 2.20 2.18 3/177 9796
/proc/meminfo: memFree=30278992/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=76880 CPUtime=12.69 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 10082 0 0 0 1267 2 0 0 20 0 1 0 103960054 78725120 17159 33554432000 4194304 5796924 140735578471440 140735578468680 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 19220 17159 165 392 0 18819 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76880

[startup+25.5003 s]
/proc/loadavg: 2.27 2.20 2.18 3/177 9796
/proc/meminfo: memFree=30174200/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=76880 CPUtime=25.48 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 11166 0 0 0 2545 3 0 0 20 0 1 0 103960054 78725120 18850 33554432000 4194304 5796924 140735578471440 140735578468904 4607258 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 19220 18850 165 392 0 18819 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 76880

[startup+51.1004 s]
/proc/loadavg: 2.29 2.22 2.18 3/175 9796
/proc/meminfo: memFree=30127624/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=89144 CPUtime=51.08 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 13544 0 0 0 5101 7 0 0 20 0 1 0 103960054 91283456 21916 33554432000 4194304 5796924 140735578471440 140735578468904 4607258 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 22286 21916 165 392 0 21885 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 89144

[startup+102.3 s]
/proc/loadavg: 2.30 2.23 2.19 3/177 9799
/proc/meminfo: memFree=30077176/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=89144 CPUtime=102.28 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 17941 0 0 0 10215 13 0 0 20 0 1 0 103960054 91283456 21916 33554432000 4194304 5796924 140735578471440 140735578468904 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 22286 21916 165 392 0 21885 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 89144

[startup+162.3 s]
/proc/loadavg: 2.11 2.18 2.17 3/178 9803
/proc/meminfo: memFree=30086136/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=89144 CPUtime=162.26 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 22184 0 0 0 16206 20 0 0 20 0 1 0 103960054 91283456 21918 33554432000 4194304 5796924 140735578471440 140735578468904 4607258 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 22286 21918 165 392 0 21885 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 89144

[startup+222.307 s]
/proc/loadavg: 2.26 2.21 2.18 3/177 9804
/proc/meminfo: memFree=30018364/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=138464 CPUtime=222.26 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 25851 0 0 0 22200 26 0 0 20 0 1 0 103960054 141787136 33629 33554432000 4194304 5796924 140735578471440 140735578468728 4606779 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 34616 33629 165 392 0 34215 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 138464

[startup+282.3 s]
/proc/loadavg: 2.20 2.20 2.18 4/177 9805
/proc/meminfo: memFree=30087516/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=89144 CPUtime=282.25 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 29493 0 0 0 28192 33 0 0 20 0 1 0 103960054 91283456 21918 33554432000 4194304 5796924 140735578471440 140735578468904 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 22286 21918 165 392 0 21885 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 89144

[startup+342.3 s]
/proc/loadavg: 2.17 2.19 2.18 4/177 9806
/proc/meminfo: memFree=29945816/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=169284 CPUtime=342.24 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 33299 0 0 0 34184 40 0 0 20 0 1 0 103960054 173346816 35744 33554432000 4194304 5796924 140735578471440 140735578469080 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 42321 35744 165 392 0 41920 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 169284

[startup+402.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/177 9808
/proc/meminfo: memFree=30044808/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=169284 CPUtime=402.22 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 36076 0 0 0 40176 46 0 0 20 0 1 0 103960054 173346816 36782 33554432000 4194304 5796924 140735578471440 140735578469080 4607212 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 42321 36782 165 392 0 41920 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 169284

[startup+462.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/177 9809
/proc/meminfo: memFree=30007956/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=138464 CPUtime=462.22 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 38247 0 0 0 46170 52 0 0 20 0 1 0 103960054 141787136 32619 33554432000 4194304 5796924 140735578471440 140735578468728 4606799 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 34616 32619 165 392 0 34215 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 138464

[startup+522.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/177 9810
/proc/meminfo: memFree=29914368/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=219372 CPUtime=522.2 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 40550 0 0 0 52164 56 0 0 20 0 1 0 103960054 224636928 48347 33554432000 4194304 5796924 140735578471440 140735578469080 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 54843 48347 165 392 0 54442 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 219372

[startup+582.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/177 9811
/proc/meminfo: memFree=29934888/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=169284 CPUtime=582.2 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 42998 0 0 0 58158 62 0 0 20 0 1 0 103960054 173346816 38830 33554432000 4194304 5796924 140735578471440 140735578469080 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 42321 38830 165 392 0 41920 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 169284


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


[startup+882.308 s]
/proc/loadavg: 2.15 2.20 2.18 4/177 9820
/proc/meminfo: memFree=29842572/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=169284 CPUtime=882.16 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 53358 0 0 0 88130 86 0 0 20 0 1 0 103960054 173346816 34322 33554432000 4194304 5796924 140735578471440 140735578468728 4611179 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 42321 34322 165 392 0 41920 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 169284

[startup+942.3 s]
/proc/loadavg: 2.16 2.19 2.18 4/177 9821
/proc/meminfo: memFree=29877628/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=169284 CPUtime=942.14 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 55697 0 0 0 94124 90 0 0 20 0 1 0 103960054 173346816 38830 33554432000 4194304 5796924 140735578471440 140735578469080 4606728 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 42321 38830 165 392 0 41920 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 169284

[startup+1002.3 s]
/proc/loadavg: 2.12 2.17 2.17 3/177 9823
/proc/meminfo: memFree=29917576/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=169284 CPUtime=1002.13 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 57620 0 0 0 100120 93 0 0 20 0 1 0 103960054 173346816 41905 33554432000 4194304 5796924 140735578471440 140735578469080 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 42321 41905 165 392 0 41920 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 169284

[startup+1062.3 s]
/proc/loadavg: 2.08 2.15 2.16 3/177 9824
/proc/meminfo: memFree=29977000/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=219372 CPUtime=1062.12 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 59848 0 0 0 106115 97 0 0 20 0 1 0 103960054 224636928 45278 33554432000 4194304 5796924 140735578471440 140735578469080 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 54843 45278 165 392 0 54442 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 219372

[startup+1122.3 s]
/proc/loadavg: 2.21 2.17 2.17 3/177 9825
/proc/meminfo: memFree=29794048/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=219372 CPUtime=1122.11 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 61769 0 0 0 112110 101 0 0 20 0 1 0 103960054 224636928 48350 33554432000 4194304 5796924 140735578471440 140735578469080 4606514 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 54843 48350 165 392 0 54442 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 219372

[startup+1182.3 s]
/proc/loadavg: 2.18 2.16 2.17 4/177 9826
/proc/meminfo: memFree=29856828/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=219372 CPUtime=1182.1 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 63696 0 0 0 118105 105 0 0 20 0 1 0 103960054 224636928 50915 33554432000 4194304 5796924 140735578471440 140735578469080 4607168 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 54843 50915 165 392 0 54442 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 219372

[startup+1242.3 s]
/proc/loadavg: 2.15 2.16 2.17 3/177 9827
/proc/meminfo: memFree=29948292/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=220928 CPUtime=1242.1 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 65995 0 0 0 124100 110 0 0 20 0 1 0 103960054 226230272 50780 33554432000 4194304 5796924 140735578471440 140735578469080 4606523 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 55232 50780 165 392 0 54831 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 220928

[startup+1302.3 s]
/proc/loadavg: 2.23 2.18 2.17 3/177 9829
/proc/meminfo: memFree=29787740/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=221300 CPUtime=1302.08 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 68015 0 0 0 130095 113 0 0 20 0 1 0 103960054 226611200 48825 33554432000 4194304 5796924 140735578471440 140735578469080 4606704 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 55325 48825 165 392 0 54924 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 221300

[startup+1362.3 s]
/proc/loadavg: 2.14 2.16 2.16 3/178 9833
/proc/meminfo: memFree=29886196/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=221640 CPUtime=1362.08 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 70022 0 0 0 136091 117 0 0 20 0 1 0 103960054 226959360 48398 33554432000 4194304 5796924 140735578471440 140735578469080 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 55410 48398 165 392 0 55009 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 221640

[startup+1422.3 s]
/proc/loadavg: 2.14 2.16 2.16 3/178 9857
/proc/meminfo: memFree=29743664/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=222348 CPUtime=1422.07 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 72119 0 0 0 142087 120 0 0 20 0 1 0 103960054 227684352 45503 33554432000 4194304 5796924 140735578471440 140735578469080 4610745 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 55587 45503 165 392 0 55186 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 222348

[startup+1482.3 s]
/proc/loadavg: 2.16 2.15 2.16 3/177 9858
/proc/meminfo: memFree=29882976/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=173236 CPUtime=1482.05 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 73968 0 0 0 148082 123 0 0 20 0 1 0 103960054 177393664 37254 33554432000 4194304 5796924 140735578471440 140735578469080 4607168 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 43309 37254 165 392 0 42908 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 173236

[startup+1542.31 s]
/proc/loadavg: 2.26 2.17 2.17 3/177 9859
/proc/meminfo: memFree=29906428/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=304712 CPUtime=1542.06 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 74836 0 0 0 154080 126 0 0 20 0 1 0 103960054 312025088 62643 33554432000 4194304 5796924 140735578471440 140735578469080 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 76178 62643 165 392 0 75777 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 304712

[startup+1602.3 s]
/proc/loadavg: 2.25 2.18 2.17 3/177 9861
/proc/meminfo: memFree=29758596/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=305348 CPUtime=1602.04 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 76909 0 0 0 160075 129 0 0 20 0 1 0 103960054 312676352 57682 33554432000 4194304 5796924 140735578471440 140735578469080 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 76337 57682 165 392 0 75936 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 305348

[startup+1662.3 s]
/proc/loadavg: 2.20 2.18 2.17 3/177 9862
/proc/meminfo: memFree=29914260/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=224652 CPUtime=1662.03 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 78491 0 0 0 166070 133 0 0 20 0 1 0 103960054 230043648 50687 33554432000 4194304 5796924 140735578471440 140735578469080 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 56163 50687 165 392 0 55762 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 224652

[startup+1722.3 s]
/proc/loadavg: 2.13 2.16 2.16 4/177 9863
/proc/meminfo: memFree=29769108/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=225280 CPUtime=1722 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 80595 0 0 0 172064 136 0 0 20 0 1 0 103960054 230686720 47260 33554432000 4194304 5796924 140735578471440 140735578469080 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 56320 47260 165 392 0 55919 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 225280

[startup+1782.3 s]
/proc/loadavg: 2.21 2.17 2.17 3/177 9864
/proc/meminfo: memFree=29953736/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=175924 CPUtime=1782 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 82166 0 0 0 178060 140 0 0 20 0 1 0 103960054 180146176 36165 33554432000 4194304 5796924 140735578471440 140735578469080 4606565 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 43981 36165 165 392 0 43580 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 175924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.22 2.18 2.17 3/177 9864
/proc/meminfo: memFree=29871076/32872528 swapFree=18240/1696364
[pid=9749] ppid=9746 vsize=226012 CPUtime=1800.09 cores=1,3,5,7
/proc/9749/stat : 9749 (naps-1.02) R 9746 9749 9429 0 -1 4202496 82712 0 0 0 179868 141 0 0 20 0 1 0 103960054 231436288 44371 33554432000 4194304 5796924 140735578471440 140735578469080 4606721 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/9749/statm: 56503 44371 165 392 0 56102 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 226012

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1798.69
CPU system time (s): 1.41878
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 307400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.69
system time used= 1.41878
maximum resident set size= 266868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82724
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= 42
involuntary context switches= 1853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.78612 second user time and 7.56285 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-06 15:38:02
IDJOB=4081895
IDBENCH=1372
IDSOLVER=2544
FILE ID=node137/4081895-1465220282
RUNJOBID= node137-1465218415-9446
PBS_JOBID= 19843212
Free space on /tmp= 71696 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081895-1465220282/watcher-4081895-1465220282 -o /tmp/evaluation-result-4081895-1465220282/solver-4081895-1465220282 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1465218415-9446 --watchdog 1960  naps-1.02 HOME/instance-4081895-1465220282.opb

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

MD5SUM BENCH= a399b3055416a9d1117a7f2bb11b2cef
RANDOM SEED=641709811

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.018
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:        30103916 kB
Buffers:            8560 kB
Cached:           121740 kB
SwapCached:         2184 kB
Active:           340692 kB
Inactive:          32080 kB
Active(anon):     242812 kB
Inactive(anon):     2256 kB
Active(file):      97880 kB
Inactive(file):    29824 kB
Unevictable:     1696364 kB
Mlocked:           18240 kB
SwapTotal:      67108856 kB
SwapFree:       67098800 kB
Dirty:              7392 kB
Writeback:             0 kB
AnonPages:       2060616 kB
Mapped:             7596 kB
Shmem:                 0 kB
Slab:             566356 kB
SReclaimable:      10572 kB
SUnreclaim:       555784 kB
KernelStack:        1472 kB
PageTables:         8272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2072160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1828864 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= 71712 MiB
End job on node137 at 2016-06-06 16:08:03