Trace number 4119749

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.56

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm85p-dec.opb.negationfix.opb
MD5SUM6d2730cbe98fb3e7cf8e7b2b207aae84
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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.54831
Has Objective Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

Solver Data

0.00/0.00	c NaPS 1.02b.
1800.05/1800.50	c 
1800.05/1800.50	c *** TERMINATED *** by signal 15
1800.05/1800.50	s UNKNOWN
1800.05/1800.50	c _____________________________________________________________________________
1800.05/1800.50	c 
1800.05/1800.50	c std/band forms        : 203,0
1800.05/1800.50	c 2cl/3cl ITE-codings   : 0,0
1800.05/1800.50	c BDD/srt/adr Max costs : 6195,328107,0
1800.05/1800.50	c BDDraw/bin/mul/srt/adr: 103,0,0,100,0
1800.05/1800.50	c BDD nodes             : 106478673
1800.05/1800.50	c Es1/CC detections     : 0,0
1800.05/1800.50	c SAT/UNSAT calls       : 0,0
1800.05/1800.50	c restarts              : 0
1800.05/1800.50	c conflicts             : 0              (0 /sec)
1800.05/1800.50	c decisions             : 0              (0 /sec)
1800.05/1800.50	c propagations          : 0              (0 /sec)
1800.05/1800.50	c inspects              : 0              (0 /sec)
1800.05/1800.50	c CPU time (solving tm) : 1799 s        (0 s)
1800.05/1800.50	c Time for Opt-base     : 294 s
1800.05/1800.50	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-4119749-1467274420/watcher-4119749-1467274420 -o /tmp/evaluation-result-4119749-1467274420/solver-4119749-1467274420 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467274420-10907 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119749-1467274420.opb 

pid=10923
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.24 2.42 3.04 3/172 10926
/proc/meminfo: memFree=26861816/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=7368 CPUtime=0 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 8409364 7544832 387 33554432000 4194304 5796924 140736896838944 140733290627960 5087774 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 1842 387 123 392 0 1441 0

[startup+0.100112 s]
/proc/loadavg: 2.24 2.42 3.04 3/172 10926
/proc/meminfo: memFree=26861816/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=12952 CPUtime=0.09 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 1958 0 0 0 9 0 0 0 20 0 1 0 8409364 13262848 1773 33554432000 4194304 5796924 140736896838944 140736896836440 5087771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 3238 1773 123 392 0 2837 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12952

[startup+0.200315 s]
/proc/loadavg: 2.24 2.42 3.04 3/172 10926
/proc/meminfo: memFree=26861816/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=19596 CPUtime=0.19 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 3536 0 0 0 19 0 0 0 20 0 1 0 8409364 20066304 3268 33554432000 4194304 5796924 140736896838944 140736896836440 4861328 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 4899 3268 123 392 0 4498 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19596

[startup+0.300313 s]
/proc/loadavg: 2.24 2.42 3.04 3/172 10926
/proc/meminfo: memFree=26861816/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=26340 CPUtime=0.29 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 5262 0 0 0 28 1 0 0 20 0 1 0 8409364 26972160 4829 33554432000 4194304 5796924 140736896838944 140736896836440 4805672 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 6585 4829 123 392 0 6184 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26340

[startup+0.700268 s]
/proc/loadavg: 2.24 2.42 3.04 3/172 10926
/proc/meminfo: memFree=26861816/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=51060 CPUtime=0.69 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 10990 0 0 0 67 2 0 0 20 0 1 0 8409364 52285440 10713 33554432000 4194304 5796924 140736896838944 140736896836440 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 12765 10713 123 392 0 12364 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51060

[startup+1.50024 s]
/proc/loadavg: 2.24 2.42 3.04 3/177 10938
/proc/meminfo: memFree=26740300/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=82352 CPUtime=1.49 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 18008 0 0 0 146 3 0 0 20 0 1 0 8409364 84328448 17692 33554432000 4194304 5796924 140736896838944 140736896836360 5092509 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 20588 17692 127 392 0 20187 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82352

[startup+3.10023 s]
/proc/loadavg: 2.24 2.42 3.04 3/177 10938
/proc/meminfo: memFree=26680468/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=114392 CPUtime=3.09 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 26155 0 0 0 304 5 0 0 20 0 1 0 8409364 117137408 25838 33554432000 4194304 5796924 140736896838944 140736896838168 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 28598 25838 128 392 0 28197 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 114392

[startup+6.30028 s]
/proc/loadavg: 2.22 2.41 3.03 3/177 10938
/proc/meminfo: memFree=26424572/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=275428 CPUtime=6.29 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 65509 0 0 0 618 11 0 0 20 0 1 0 8409364 282038272 66079 33554432000 4194304 5796924 140736896838944 140736895223656 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 68857 66079 140 392 0 68456 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 275428

[startup+12.7003 s]
/proc/loadavg: 2.28 2.42 3.03 3/177 10938
/proc/meminfo: memFree=25729996/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=610056 CPUtime=12.69 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 144437 0 0 0 1246 23 0 0 20 0 1 0 8409364 624697344 149740 33554432000 4194304 5796924 140736896838944 140736895492968 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 152514 149740 140 392 0 152113 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 610056

[startup+25.5004 s]
/proc/loadavg: 2.45 2.45 3.03 4/177 10938
/proc/meminfo: memFree=25334532/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=714548 CPUtime=25.49 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 169159 0 0 0 2522 27 0 0 20 0 1 0 8409364 731697152 174462 33554432000 4194304 5796924 140736896838944 140736896835928 4455213 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 178637 174462 151 392 0 178236 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 714548

[startup+51.1004 s]
/proc/loadavg: 2.30 2.41 3.00 3/177 10938
/proc/meminfo: memFree=25252600/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=760572 CPUtime=51.08 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 174532 0 0 0 5079 29 0 0 20 0 1 0 8409364 778825728 186011 33554432000 4194304 5796924 140736896838944 140736896835928 5092927 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 190143 186011 151 392 0 189742 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 760572

[startup+102.3 s]
/proc/loadavg: 2.25 2.37 2.96 3/177 10939
/proc/meminfo: memFree=25090112/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=840092 CPUtime=102.27 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 181619 0 0 0 10195 32 0 0 20 0 1 0 8409364 860254208 205530 33554432000 4194304 5796924 140736896838944 140736896835928 4261360 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 210023 205530 151 392 0 209622 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 840092

[startup+162.3 s]
/proc/loadavg: 2.15 2.32 2.90 3/177 10940
/proc/meminfo: memFree=25000504/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=892140 CPUtime=162.24 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 190026 0 0 0 16190 34 0 0 20 0 1 0 8409364 913551360 216966 33554432000 4194304 5796924 140736896838944 140736896835928 4432817 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 223035 216966 151 392 0 222634 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 892140

[startup+222.307 s]
/proc/loadavg: 2.14 2.29 2.85 3/177 10942
/proc/meminfo: memFree=24822316/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=954564 CPUtime=222.21 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 197944 0 0 0 22185 36 0 0 20 0 1 0 8409364 977473536 228422 33554432000 4194304 5796924 140736896838944 140736895568856 4269044 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 238641 228422 151 392 0 238240 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 954564

[startup+282.3 s]
/proc/loadavg: 2.26 2.29 2.81 3/177 10943
/proc/meminfo: memFree=24646180/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=1062424 CPUtime=282.17 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 204919 0 0 0 28178 39 0 0 20 0 1 0 8409364 1087922176 258726 33554432000 4194304 5796924 140736896838944 140736896835928 4806878 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 265606 258726 152 392 0 265205 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 1062424

[startup+342.3 s]
/proc/loadavg: 2.28 2.30 2.78 4/177 10944
/proc/meminfo: memFree=24557092/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=1093708 CPUtime=342.14 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 212782 0 0 0 34173 41 0 0 20 0 1 0 8409364 1119956992 270135 33554432000 4194304 5796924 140736896838944 140736895427512 4805602 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 273427 270135 152 392 0 273026 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 1093708

[startup+402.3 s]
/proc/loadavg: 2.28 2.30 2.75 3/178 10948
/proc/meminfo: memFree=24479940/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=1163920 CPUtime=402.1 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 219208 0 0 0 40168 42 0 0 20 0 1 0 8409364 1191854080 279076 33554432000 4194304 5796924 140736896838944 140736896835928 4432293 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 290980 279076 152 392 0 290579 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 1163920

[startup+462.3 s]
/proc/loadavg: 2.22 2.27 2.71 3/177 10949
/proc/meminfo: memFree=24391532/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=1195204 CPUtime=462.08 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 227076 0 0 0 46164 44 0 0 20 0 1 0 8409364 1223888896 290486 33554432000 4194304 5796924 140736896838944 140736895425960 5100093 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 298801 290486 152 392 0 298400 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 1195204

[startup+522.3 s]
/proc/loadavg: 2.24 2.27 2.68 3/177 10951
/proc/meminfo: memFree=23973504/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=1387424 CPUtime=522.04 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 233551 0 0 0 52154 50 0 0 20 0 1 0 8409364 1420722176 341610 33554432000 4194304 5796924 140736896838944 140736896835928 5087565 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 346856 341610 152 392 0 346455 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 1387424

[startup+582.3 s]
/proc/loadavg: 2.17 2.24 2.65 3/177 10952
/proc/meminfo: memFree=23894732/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=1410920 CPUtime=582.03 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 239431 0 0 0 58152 51 0 0 20 0 1 0 8409364 1444782080 350039 33554432000 4194304 5796924 140736896838944 140736896835928 4863673 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 352730 350039 152 392 0 352329 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 1410920

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


[startup+942.3 s]
/proc/loadavg: 2.10 2.16 2.47 3/177 10959
/proc/meminfo: memFree=23399920/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=1742648 CPUtime=941.97 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 279621 0 0 0 94138 59 0 0 20 0 1 0 8409364 1784471552 409039 33554432000 4194304 5796924 140736896838944 140736896835928 5092425 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 435662 409039 152 392 0 435261 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 1742648

[startup+1002.3 s]
/proc/loadavg: 2.22 2.17 2.45 3/178 10963
/proc/meminfo: memFree=23320664/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=1766144 CPUtime=1001.97 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 285496 0 0 0 100136 61 0 0 20 0 1 0 8409364 1808531456 417980 33554432000 4194304 5796924 140736896838944 140736896835928 5092467 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 441536 417980 152 392 0 441135 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 1766144

[startup+1062.3 s]
/proc/loadavg: 2.14 2.16 2.43 3/177 10964
/proc/meminfo: memFree=22903712/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=1789640 CPUtime=1061.96 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 291371 0 0 0 106134 62 0 0 20 0 1 0 8409364 1832591360 426921 33554432000 4194304 5796924 140736896838944 140736896835928 4432817 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 447410 426921 152 392 0 447009 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 1789640

[startup+1122.3 s]
/proc/loadavg: 2.15 2.16 2.41 3/177 10966
/proc/meminfo: memFree=22476948/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=2158376 CPUtime=1121.95 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 300321 0 0 0 112122 73 0 0 20 0 1 0 8409364 2210177024 522693 33554432000 4194304 5796924 140736896838944 140736895446856 4805602 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 539594 522693 152 392 0 539193 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 2158376

[startup+1182.3 s]
/proc/loadavg: 2.17 2.15 2.39 3/177 10967
/proc/meminfo: memFree=22399452/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=2181872 CPUtime=1181.94 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 306195 0 0 0 118120 74 0 0 20 0 1 0 8409364 2234236928 531122 33554432000 4194304 5796924 140736896838944 140736896835928 5096680 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 545468 531122 152 392 0 545067 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 2181872

[startup+1242.3 s]
/proc/loadavg: 2.20 2.17 2.38 3/177 10968
/proc/meminfo: memFree=22313640/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=2208800 CPUtime=1241.93 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 312937 0 0 0 124118 75 0 0 20 0 1 0 8409364 2261811200 541441 33554432000 4194304 5796924 140736896838944 140736896835928 5092509 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 552200 541441 152 392 0 551799 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 2208800

[startup+1302.3 s]
/proc/loadavg: 2.21 2.18 2.37 3/177 10969
/proc/meminfo: memFree=22235092/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=2232164 CPUtime=1301.92 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 318811 0 0 0 130116 76 0 0 20 0 1 0 8409364 2285735936 549870 33554432000 4194304 5796924 140736896838944 140736896835928 4432815 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 558041 549870 152 392 0 557640 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 2232164

[startup+1362.3 s]
/proc/loadavg: 2.19 2.18 2.35 3/177 10970
/proc/meminfo: memFree=22169804/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=2255660 CPUtime=1361.92 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 324687 0 0 0 136114 78 0 0 20 0 1 0 8409364 2309795840 558812 33554432000 4194304 5796924 140736896838944 140736896835928 4453812 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 563915 558812 152 392 0 563514 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 2255660

[startup+1422.3 s]
/proc/loadavg: 2.17 2.17 2.34 3/177 10972
/proc/meminfo: memFree=22084080/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=2279156 CPUtime=1421.91 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 331043 0 0 0 142112 79 0 0 20 0 1 0 8409364 2333855744 567723 33554432000 4194304 5796924 140736896838944 140736896835928 5077830 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 569789 567723 152 392 0 569388 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 2279156

[startup+1482.3 s]
/proc/loadavg: 2.11 2.15 2.32 3/177 10973
/proc/meminfo: memFree=21994992/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=2467964 CPUtime=1481.89 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 339350 0 0 0 148106 83 0 0 20 0 1 0 8409364 2527195136 579096 33554432000 4194304 5796924 140736896838944 140736895431976 5087606 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 616991 579096 152 392 0 616590 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 2467964

[startup+1542.31 s]
/proc/loadavg: 2.16 2.15 2.31 3/177 10974
/proc/meminfo: memFree=21915820/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=2491460 CPUtime=1541.89 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 345224 0 0 0 154105 84 0 0 20 0 1 0 8409364 2551255040 588036 33554432000 4194304 5796924 140736896838944 140736896835928 5096588 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 622865 588036 152 392 0 622464 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 2491460

[startup+1602.3 s]
/proc/loadavg: 2.12 2.14 2.29 3/178 10978
/proc/meminfo: memFree=21840144/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=2514956 CPUtime=1601.87 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 351097 0 0 0 160102 85 0 0 20 0 1 0 8409364 2575314944 596464 33554432000 4194304 5796924 140736896838944 140736896835928 5092493 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 628739 596464 152 392 0 628338 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 2514956

[startup+1662.3 s]
/proc/loadavg: 2.08 2.13 2.27 3/177 10979
/proc/meminfo: memFree=21759668/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=2538452 CPUtime=1661.87 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 356973 0 0 0 166100 87 0 0 20 0 1 0 8409364 2599374848 605917 33554432000 4194304 5796924 140736896838944 140736896835928 4805698 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 634613 605917 152 392 0 634212 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 2538452

[startup+1722.3 s]
/proc/loadavg: 2.18 2.15 2.27 3/177 10981
/proc/meminfo: memFree=21670752/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=2569736 CPUtime=1721.86 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 364804 0 0 0 172098 88 0 0 20 0 1 0 8409364 2631409664 617325 33554432000 4194304 5796924 140736896838944 140736895443848 5077846 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 642434 617325 152 392 0 642033 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 2569736

[startup+1782.3 s]
/proc/loadavg: 2.13 2.13 2.26 3/177 10982
/proc/meminfo: memFree=21593016/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=2593232 CPUtime=1781.85 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 370678 0 0 0 178096 89 0 0 20 0 1 0 8409364 2655469568 625754 33554432000 4194304 5796924 140736896838944 140736896835928 4266531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 648308 625754 152 392 0 647907 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 2593232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.09 2.12 2.25 3/177 10982
/proc/meminfo: memFree=21565632/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=2601020 CPUtime=1800.05 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 372636 0 0 0 179915 90 0 0 20 0 1 0 8409364 2663444480 628734 33554432000 4194304 5796924 140736896838944 140736896835928 5100064 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 650255 628734 152 392 0 649854 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2601020

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

[startup+1800.5 s]
/proc/loadavg: 2.09 2.12 2.25 3/177 10982
/proc/meminfo: memFree=21565632/32872528 swapFree=11740/941760
[pid=10926] ppid=10923 vsize=2601020 CPUtime=1800.05 cores=0,2,4,6
/proc/10926/stat : 10926 (naps-1.02) R 10923 10926 9951 0 -1 4202496 372636 0 0 0 179915 90 0 0 20 0 1 0 8409364 2663444480 628734 33554432000 4194304 5796924 140736896838944 140736896835928 5100064 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/10926/statm: 650255 628734 152 392 0 649854 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2601020

Child status: 0
Real time (s): 1800.56
CPU time (s): 1800.11
CPU user time (s): 1799.15
CPU system time (s): 0.956854
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 2601020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 0.956854
maximum resident set size= 2514988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 372649
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= 286
involuntary context switches= 1943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.23735 second user time and 7.31389 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-30 10:13:40
IDJOB=4119749
IDBENCH=111799
IDSOLVER=2544
FILE ID=node113/4119749-1467274420
RUNJOBID= node113-1467274420-10907
PBS_JOBID= 20004491
Free space on /tmp= 71724 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm85p-dec.opb.negationfix.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119749-1467274420/watcher-4119749-1467274420 -o /tmp/evaluation-result-4119749-1467274420/solver-4119749-1467274420 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467274420-10907 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119749-1467274420.opb

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

MD5SUM BENCH= 6d2730cbe98fb3e7cf8e7b2b207aae84
RANDOM SEED=1935639894

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.947
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26862832 kB
Buffers:          108540 kB
Cached:          4180532 kB
SwapCached:            0 kB
Active:          2847120 kB
Inactive:        1460160 kB
Active(anon):      15332 kB
Inactive(anon):     5656 kB
Active(file):    2831788 kB
Inactive(file):  1454504 kB
Unevictable:      941760 kB
Mlocked:           11740 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16696 kB
Writeback:             0 kB
AnonPages:        959996 kB
Mapped:            13420 kB
Shmem:               204 kB
Slab:             628064 kB
SReclaimable:      72232 kB
SUnreclaim:       555832 kB
KernelStack:        1400 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1044792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    935936 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= 71716 MiB
End job on node113 at 2016-06-30 10:43:41