Trace number 4099517

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl40_50_pb.cnf.cr.opb
MD5SUMfe9566a2c8ff9ee542e29a30eb3c6e16
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.024995
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables4000
Total number of constraints180
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint50
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
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.08/1800.40	c 
1800.08/1800.40	c *** TERMINATED *** by signal 15
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c _____________________________________________________________________________
1800.08/1800.40	c 
1800.08/1800.40	c std/band forms        : 80,0
1800.08/1800.40	c 2cl/3cl ITE-codings   : 3840,0
1800.08/1800.40	c BDD/srt/adr Max costs : 97,0,0
1800.08/1800.40	c BDDraw/bin/mul/srt/adr: 80,0,0,0,0
1800.08/1800.40	c BDD nodes             : 7840
1800.08/1800.40	c Es1/CC detections     : 0,0
1800.08/1800.40	c SAT/UNSAT calls       : 0,0
1800.08/1800.40	c restarts              : 0
1800.08/1800.40	c conflicts             : 0              (0 /sec)
1800.08/1800.40	c decisions             : 0              (0 /sec)
1800.08/1800.40	c propagations          : 0              (0 /sec)
1800.08/1800.40	c inspects              : 0              (0 /sec)
1800.08/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.08/1800.40	c Time for Opt-base     : 0 s
1800.08/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-4099517-1466206193/watcher-4099517-1466206193 -o /tmp/evaluation-result-4099517-1466206193/solver-4099517-1466206193 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466206099-12165 --watchdog 1960 naps-1.02 HOME/instance-4099517-1466206193.opb 

pid=12974
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 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: 1.48 0.52 0.23 3/176 12977
/proc/meminfo: memFree=30896340/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=6692 CPUtime=0 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 22668553 6852608 245 33554432000 4194304 5796924 140735287774384 140737079860648 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 1673 245 127 392 0 1272 0

[startup+0.100157 s]
/proc/loadavg: 1.48 0.52 0.23 3/176 12977
/proc/meminfo: memFree=30896340/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=8724 CPUtime=0.09 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 930 0 0 0 9 0 0 0 20 0 1 0 22668553 8933376 747 33554432000 4194304 5796924 140735287774384 140737079860648 4425326 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 2181 747 139 392 0 1780 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8724

[startup+0.200282 s]
/proc/loadavg: 1.48 0.52 0.23 3/176 12977
/proc/meminfo: memFree=30896340/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=9092 CPUtime=0.19 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 2306 0 0 0 19 0 0 0 20 0 1 0 22668553 9310208 1914 33554432000 4194304 5796924 140735287774384 140735287772024 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 2273 1914 163 392 0 1872 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9092

[startup+0.300289 s]
/proc/loadavg: 1.48 0.52 0.23 3/176 12977
/proc/meminfo: memFree=30896340/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=10516 CPUtime=0.29 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 2666 0 0 0 29 0 0 0 20 0 1 0 22668553 10768384 2274 33554432000 4194304 5796924 140735287774384 140735287772024 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 2629 2274 165 392 0 2228 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10516

[startup+0.700259 s]
/proc/loadavg: 1.48 0.52 0.23 3/176 12977
/proc/meminfo: memFree=30896340/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=15572 CPUtime=0.69 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 4439 0 0 0 69 0 0 0 20 0 1 0 22668553 15945728 3478 33554432000 4194304 5796924 140735287774384 140735287772024 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 3893 3478 166 392 0 3492 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15572

[startup+1.50023 s]
/proc/loadavg: 1.48 0.52 0.23 3/177 12978
/proc/meminfo: memFree=30872616/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=27068 CPUtime=1.49 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 5184 0 0 0 148 1 0 0 20 0 1 0 22668553 27717632 6267 33554432000 4194304 5796924 140735287774384 140735287772024 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 6767 6267 166 392 0 6366 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27068

[startup+3.10029 s]
/proc/loadavg: 1.48 0.52 0.23 3/177 12978
/proc/meminfo: memFree=30868912/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=48492 CPUtime=3.09 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 6679 0 0 0 308 1 0 0 20 0 1 0 22668553 49655808 8692 33554432000 4194304 5796924 140735287774384 140735287771624 4594953 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 12123 8692 166 392 0 11722 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48492

[startup+6.30028 s]
/proc/loadavg: 1.53 0.54 0.24 3/177 12978
/proc/meminfo: memFree=30843732/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=78844 CPUtime=6.29 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 7100 0 0 0 627 2 0 0 20 0 1 0 22668553 80736256 16778 33554432000 4194304 5796924 140735287774384 140735287771672 4596098 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 19711 16778 166 392 0 19310 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78844

[startup+12.7003 s]
/proc/loadavg: 1.56 0.57 0.25 3/178 12981
/proc/meminfo: memFree=30811668/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=97812 CPUtime=12.69 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 7611 0 0 0 1266 3 0 0 20 0 1 0 22668553 100159488 19892 33554432000 4194304 5796924 140735287774384 140735287771672 4594148 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 24453 19892 166 392 0 24052 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 97812

[startup+25.5004 s]
/proc/loadavg: 1.81 0.67 0.29 4/178 13027
/proc/meminfo: memFree=30803676/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=109784 CPUtime=25.49 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 8978 0 0 0 2544 5 0 0 20 0 1 0 22668553 112418816 23906 33554432000 4194304 5796924 140735287774384 140735287772024 4593942 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 27446 23906 166 392 0 27045 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 109784

[startup+51.1004 s]
/proc/loadavg: 1.87 0.77 0.33 3/178 13028
/proc/meminfo: memFree=30771336/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=109784 CPUtime=51.08 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 10508 0 0 0 5100 8 0 0 20 0 1 0 22668553 112418816 26979 33554432000 4194304 5796924 140735287774384 140735287772024 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 27446 26979 166 392 0 27045 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 109784

[startup+102.3 s]
/proc/loadavg: 2.11 1.01 0.43 3/177 13120
/proc/meminfo: memFree=30558296/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=146364 CPUtime=102.28 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 15759 0 0 0 10213 15 0 0 20 0 1 0 22668553 149876736 31528 33554432000 4194304 5796924 140735287774384 140735287771496 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 36591 31528 166 392 0 36190 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 146364

[startup+162.3 s]
/proc/loadavg: 2.12 1.20 0.53 3/177 13121
/proc/meminfo: memFree=29451576/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=209968 CPUtime=162.27 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 22465 0 0 0 16207 20 0 0 20 0 1 0 22668553 215007232 39621 33554432000 4194304 5796924 140735287774384 140735287772024 4606708 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 52492 39621 166 392 0 52091 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 209968

[startup+222.307 s]
/proc/loadavg: 2.22 1.39 0.64 3/177 13122
/proc/meminfo: memFree=29466792/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=140624 CPUtime=222.26 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 26329 0 0 0 22202 24 0 0 20 0 1 0 22668553 143998976 33353 33554432000 4194304 5796924 140735287774384 140735287771848 4607171 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 35156 33353 166 392 0 34755 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 140624

[startup+282.3 s]
/proc/loadavg: 2.08 1.50 0.72 3/177 13123
/proc/meminfo: memFree=29432028/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=176240 CPUtime=282.24 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 28483 0 0 0 28196 28 0 0 20 0 1 0 22668553 180469760 41690 33554432000 4194304 5796924 140735287774384 140735287771496 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 44060 41690 166 392 0 43659 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 176240

[startup+342.3 s]
/proc/loadavg: 2.20 1.63 0.81 3/176 13124
/proc/meminfo: memFree=29421532/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=184460 CPUtime=342.22 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 31395 0 0 0 34190 32 0 0 20 0 1 0 22668553 188887040 43592 33554432000 4194304 5796924 140735287774384 140735287771496 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 46115 43592 166 392 0 45714 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 184460

[startup+402.3 s]
/proc/loadavg: 2.18 1.73 0.89 3/177 13126
/proc/meminfo: memFree=29367252/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=246400 CPUtime=402.19 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 35939 0 0 0 40182 37 0 0 20 0 1 0 22668553 252313600 56512 33554432000 4194304 5796924 140735287774384 140735287771496 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 61600 56512 166 392 0 61199 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 246400

[startup+462.3 s]
/proc/loadavg: 2.11 1.79 0.96 3/177 13173
/proc/meminfo: memFree=30367652/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=256580 CPUtime=462.18 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 39363 0 0 0 46177 41 0 0 20 0 1 0 22668553 262737920 59404 33554432000 4194304 5796924 140735287774384 140735287771496 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 64145 59404 166 392 0 63744 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 256580

[startup+522.3 s]
/proc/loadavg: 2.26 1.89 1.05 3/177 13219
/proc/meminfo: memFree=29044988/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=264580 CPUtime=522.18 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 43238 0 0 0 52173 45 0 0 20 0 1 0 22668553 270929920 63301 33554432000 4194304 5796924 140735287774384 140735287771496 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 66145 63301 166 392 0 65744 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 264580

[startup+582.3 s]
/proc/loadavg: 2.23 1.95 1.12 4/177 13220
/proc/meminfo: memFree=28983180/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=269372 CPUtime=582.17 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 45851 0 0 0 58168 49 0 0 20 0 1 0 22668553 275836928 63860 33554432000 4194304 5796924 140735287774384 140735287771496 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 67343 63860 166 392 0 66942 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 269372


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


[startup+882.307 s]
/proc/loadavg: 2.16 2.08 1.40 3/177 13229
/proc/meminfo: memFree=28438720/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=376860 CPUtime=882.13 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 56084 0 0 0 88151 62 0 0 20 0 1 0 22668553 385904640 75489 33554432000 4194304 5796924 140735287774384 140735287771496 4607222 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 94215 75489 166 392 0 93814 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 376860

[startup+942.3 s]
/proc/loadavg: 2.11 2.08 1.44 3/177 13230
/proc/meminfo: memFree=28480952/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=301880 CPUtime=942.11 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 57914 0 0 0 94146 65 0 0 20 0 1 0 22668553 309125120 62903 33554432000 4194304 5796924 140735287774384 140735287772024 4606777 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 75470 62903 166 392 0 75069 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 301880

[startup+1002.3 s]
/proc/loadavg: 2.19 2.10 1.48 3/177 13232
/proc/meminfo: memFree=28310352/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=386596 CPUtime=1002.1 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 59381 0 0 0 100144 66 0 0 20 0 1 0 22668553 395874304 81740 33554432000 4194304 5796924 140735287774384 140735287771496 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 96649 81740 166 392 0 96248 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 386596

[startup+1062.3 s]
/proc/loadavg: 2.23 2.13 1.53 3/177 13233
/proc/meminfo: memFree=28306488/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=391748 CPUtime=1062.1 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 61666 0 0 0 106138 72 0 0 20 0 1 0 22668553 401149952 79316 33554432000 4194304 5796924 140735287774384 140735287771496 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 97937 79316 166 392 0 97536 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 391748

[startup+1122.3 s]
/proc/loadavg: 2.14 2.12 1.56 3/177 13234
/proc/meminfo: memFree=28327548/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=313324 CPUtime=1122.08 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 62743 0 0 0 112133 75 0 0 20 0 1 0 22668553 320843776 71595 33554432000 4194304 5796924 140735287774384 140735287772024 4593530 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 78331 71595 166 392 0 77930 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 313324

[startup+1182.3 s]
/proc/loadavg: 2.09 2.11 1.59 3/177 13235
/proc/meminfo: memFree=28329836/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=316640 CPUtime=1182.07 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 64588 0 0 0 118127 80 0 0 20 0 1 0 22668553 324239360 66687 33554432000 4194304 5796924 140735287774384 140735287772024 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 79160 66687 166 392 0 78759 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 316640

[startup+1242.3 s]
/proc/loadavg: 2.21 2.13 1.63 3/178 13239
/proc/meminfo: memFree=28242468/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=399916 CPUtime=1242.06 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 65714 0 0 0 124124 82 0 0 20 0 1 0 22668553 409513984 84675 33554432000 4194304 5796924 140735287774384 140735287771496 4606514 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 99979 84675 166 392 0 99578 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 399916

[startup+1302.3 s]
/proc/loadavg: 2.23 2.15 1.66 3/177 13241
/proc/meminfo: memFree=28262520/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=320872 CPUtime=1302.05 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 66742 0 0 0 130119 86 0 0 20 0 1 0 22668553 328572928 77413 33554432000 4194304 5796924 140735287774384 140735287772024 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 80218 77413 166 392 0 79817 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 320872

[startup+1362.3 s]
/proc/loadavg: 2.22 2.17 1.70 4/177 13242
/proc/meminfo: memFree=28296492/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=321868 CPUtime=1362.05 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 67996 0 0 0 136114 91 0 0 20 0 1 0 22668553 329592832 67811 33554432000 4194304 5796924 140735287774384 140735287772024 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 80467 67811 166 392 0 80066 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 321868

[startup+1422.3 s]
/proc/loadavg: 2.22 2.18 1.73 3/176 13243
/proc/meminfo: memFree=28227468/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=405264 CPUtime=1422.05 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 69063 0 0 0 142112 93 0 0 20 0 1 0 22668553 414990336 83184 33554432000 4194304 5796924 140735287774384 140735287771496 4607607 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 101316 83184 166 392 0 100915 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 405264

[startup+1482.3 s]
/proc/loadavg: 2.25 2.19 1.76 3/177 13245
/proc/meminfo: memFree=28105352/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=325008 CPUtime=1482.03 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 69836 0 0 0 148107 96 0 0 20 0 1 0 22668553 332808192 69016 33554432000 4194304 5796924 140735287774384 140735287772024 4594496 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 81252 69016 166 392 0 80851 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 325008

[startup+1542.31 s]
/proc/loadavg: 2.13 2.17 1.78 4/177 13246
/proc/meminfo: memFree=28004496/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=406396 CPUtime=1542.02 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 70588 0 0 0 154104 98 0 0 20 0 1 0 22668553 416149504 88159 33554432000 4194304 5796924 140735287774384 140735287772024 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 101599 88159 166 392 0 101198 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 406396

[startup+1602.3 s]
/proc/loadavg: 2.05 2.13 1.79 3/177 13248
/proc/meminfo: memFree=27949672/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=415724 CPUtime=1602.01 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 72775 0 0 0 160102 99 0 0 20 0 1 0 22668553 425701376 101077 33554432000 4194304 5796924 140735287774384 140735287771496 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 103931 101077 166 392 0 103530 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 415724

[startup+1662.3 s]
/proc/loadavg: 2.17 2.15 1.82 3/177 13249
/proc/meminfo: memFree=27609164/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=416584 CPUtime=1662.01 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 74114 0 0 0 166097 104 0 0 20 0 1 0 22668553 426582016 83357 33554432000 4194304 5796924 140735287774384 140735287771496 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 104146 83357 166 392 0 103745 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 416584

[startup+1722.3 s]
/proc/loadavg: 2.17 2.15 1.83 4/177 13250
/proc/meminfo: memFree=27562844/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=422268 CPUtime=1722 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 75439 0 0 0 172095 105 0 0 20 0 1 0 22668553 432402432 94902 33554432000 4194304 5796924 140735287774384 140735287771496 4606771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 105567 94902 166 392 0 105166 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 422268

[startup+1782.3 s]
/proc/loadavg: 2.13 2.15 1.85 3/177 13251
/proc/meminfo: memFree=27509556/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=434452 CPUtime=1781.98 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 78235 0 0 0 178092 106 0 0 20 0 1 0 22668553 444878848 105363 33554432000 4194304 5796924 140735287774384 140735287771496 4607194 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 108613 105363 166 392 0 108212 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 434452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.10 2.14 1.85 3/177 13252
/proc/meminfo: memFree=27495448/32872528 swapFree=1074772/1156532
[pid=12977] ppid=12974 vsize=570936 CPUtime=1800.08 cores=0,2,4,6
/proc/12977/stat : 12977 (naps-1.02) R 12974 12977 12149 0 -1 4202496 79705 0 0 0 179901 107 0 0 20 0 1 0 22668553 584638464 108364 33554432000 4194304 5796924 140735287774384 140735287771496 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12977/statm: 142734 108364 166 392 0 142333 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 570936

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

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.11
CPU user time (s): 1799.02
CPU system time (s): 1.08683
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 570936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.08683
maximum resident set size= 478760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79717
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= 51
involuntary context switches= 1859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5713 second user time and 6.89095 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-18 01:29:53
IDJOB=4099517
IDBENCH=1433
IDSOLVER=2544
FILE ID=node114/4099517-1466206193
RUNJOBID= node114-1466206099-12165
PBS_JOBID= 19918162
Free space on /tmp= 71728 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_50_pb.cnf.cr.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099517-1466206193/watcher-4099517-1466206193 -o /tmp/evaluation-result-4099517-1466206193/solver-4099517-1466206193 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466206099-12165 --watchdog 1960  naps-1.02 HOME/instance-4099517-1466206193.opb

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

MD5SUM BENCH= fe9566a2c8ff9ee542e29a30eb3c6e16
RANDOM SEED=373929081

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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.761
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.761
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:        30896612 kB
Buffers:           37716 kB
Cached:            60988 kB
SwapCached:          492 kB
Active:            60488 kB
Inactive:          55532 kB
Active(anon):      19120 kB
Inactive(anon):      712 kB
Active(file):      41368 kB
Inactive(file):    54820 kB
Unevictable:     1156532 kB
Mlocked:         1074772 kB
SwapTotal:      67108856 kB
SwapFree:       67100360 kB
Dirty:              8276 kB
Writeback:             0 kB
AnonPages:       1174880 kB
Mapped:             7928 kB
Shmem:                 0 kB
Slab:             571724 kB
SReclaimable:      14904 kB
SUnreclaim:       556820 kB
KernelStack:        1480 kB
PageTables:         6644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1287964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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= 71668 MiB
End job on node114 at 2016-06-18 01:59:54