Trace number 4099482

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl20_21_pb.cnf.cr.opb
MD5SUM75fcdbbba3eb42e13f634e02d36a6ee9
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.011998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables840
Total number of constraints82
Number of constraints which are clauses42
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
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 22
Number of bits of the biggest sum of numbers5
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.05/1800.40	c 
1800.05/1800.40	c *** TERMINATED *** by signal 15
1800.05/1800.40	s UNKNOWN
1800.05/1800.40	c _____________________________________________________________________________
1800.05/1800.40	c 
1800.05/1800.40	c std/band forms        : 40,0
1800.05/1800.40	c 2cl/3cl ITE-codings   : 760,0
1800.05/1800.40	c BDD/srt/adr Max costs : 39,0,0
1800.05/1800.40	c BDDraw/bin/mul/srt/adr: 40,0,0,0,0
1800.05/1800.40	c BDD nodes             : 1600
1800.05/1800.40	c Es1/CC detections     : 0,0
1800.05/1800.40	c SAT/UNSAT calls       : 0,0
1800.05/1800.40	c restarts              : 0
1800.05/1800.40	c conflicts             : 0              (0 /sec)
1800.05/1800.40	c decisions             : 0              (0 /sec)
1800.05/1800.40	c propagations          : 0              (0 /sec)
1800.05/1800.40	c inspects              : 0              (0 /sec)
1800.05/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.05/1800.40	c Time for Opt-base     : 0 s
1800.05/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-4099482-1466206192/watcher-4099482-1466206192 -o /tmp/evaluation-result-4099482-1466206192/solver-4099482-1466206192 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466206100-325 --watchdog 1960 naps-1.02 HOME/instance-4099482-1466206192.opb 

pid=1101
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.28 0.39 0.13 3/176 1104
/proc/meminfo: memFree=31772600/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 290 0 0 0 0 0 0 0 20 0 1 0 22669186 6574080 164 33554432000 4194304 5796924 140735105065888 140734855024824 5095032 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1104/statm: 1605 164 127 392 0 1204 0

[startup+0.10011 s]
/proc/loadavg: 1.28 0.39 0.13 3/176 1104
/proc/meminfo: memFree=31772600/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=5044 CPUtime=0.09 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 1099 0 0 0 9 0 0 0 20 0 1 0 22669186 5165056 923 33554432000 4194304 5796924 140735105065888 140734855024824 4611179 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1104/statm: 1261 923 165 392 0 860 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5044

[startup+0.200238 s]
/proc/loadavg: 1.28 0.39 0.13 3/176 1104
/proc/meminfo: memFree=31772600/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=6692 CPUtime=0.19 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 1517 0 0 0 19 0 0 0 20 0 1 0 22669186 6852608 1328 33554432000 4194304 5796924 140735105065888 140734855024824 4591871 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1104/statm: 1673 1328 166 392 0 1272 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6692

[startup+0.300213 s]
/proc/loadavg: 1.28 0.39 0.13 3/176 1104
/proc/meminfo: memFree=31772600/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=6692 CPUtime=0.29 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 1536 0 0 0 29 0 0 0 20 0 1 0 22669186 6852608 1347 33554432000 4194304 5796924 140735105065888 140734855024824 4592027 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1104/statm: 1673 1347 166 392 0 1272 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6692

[startup+0.700186 s]
/proc/loadavg: 1.28 0.39 0.13 3/176 1104
/proc/meminfo: memFree=31772600/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=11420 CPUtime=0.69 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 2080 0 0 0 69 0 0 0 20 0 1 0 22669186 11694080 2395 33554432000 4194304 5796924 140735105065888 140734855024824 4593790 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1104/statm: 2855 2395 166 392 0 2454 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11420

[startup+1.5002 s]
/proc/loadavg: 1.28 0.39 0.13 3/177 1105
/proc/meminfo: memFree=31772944/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=18496 CPUtime=1.48 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 2695 0 0 0 148 0 0 0 20 0 1 0 22669186 18939904 4032 33554432000 4194304 5796924 140735105065888 140735105063128 4606704 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1104/statm: 4624 4032 166 392 0 4223 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18496

[startup+3.1002 s]
/proc/loadavg: 1.28 0.39 0.13 3/177 1105
/proc/meminfo: memFree=31762528/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=29992 CPUtime=3.08 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 2938 0 0 0 308 0 0 0 20 0 1 0 22669186 30711808 5718 33554432000 4194304 5796924 140735105065888 140735105063176 4607232 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1104/statm: 7498 5718 166 392 0 7097 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29992

[startup+6.3002 s]
/proc/loadavg: 1.33 0.42 0.14 3/177 1151
/proc/meminfo: memFree=31749900/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=33112 CPUtime=6.28 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 3975 0 0 0 627 1 0 0 20 0 1 0 22669186 33906688 6692 33554432000 4194304 5796924 140735105065888 140735105063128 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1104/statm: 8278 6692 166 392 0 7877 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 33112

[startup+12.7002 s]
/proc/loadavg: 1.39 0.44 0.15 3/178 1154
/proc/meminfo: memFree=31697528/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=40296 CPUtime=12.68 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 4243 0 0 0 1267 1 0 0 20 0 1 0 22669186 41263104 8479 33554432000 4194304 5796924 140735105065888 140735105062952 4591861 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1104/statm: 10074 8479 166 392 0 9673 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40296

[startup+25.5003 s]
/proc/loadavg: 1.59 0.54 0.18 3/178 1154
/proc/meminfo: memFree=31626728/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=59292 CPUtime=25.48 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 4624 0 0 0 2546 2 0 0 20 0 1 0 22669186 60715008 12947 33554432000 4194304 5796924 140735105065888 140735105063176 4606744 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1104/statm: 14823 12947 166 392 0 14422 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59292

[startup+51.1003 s]
/proc/loadavg: 1.73 0.65 0.23 3/178 1154
/proc/meminfo: memFree=31609944/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=82568 CPUtime=51.07 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 5951 0 0 0 5104 3 0 0 20 0 1 0 22669186 84549632 14112 33554432000 4194304 5796924 140735105065888 140735105063128 4606779 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1104/statm: 20642 14112 166 392 0 20241 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 82568

[startup+102.3 s]
/proc/loadavg: 1.88 0.86 0.32 3/177 1155
/proc/meminfo: memFree=31599400/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=82568 CPUtime=102.25 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 6518 0 0 0 10222 3 0 0 20 0 1 0 22669186 84549632 19782 33554432000 4194304 5796924 140735105065888 140735105063128 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1104/statm: 20642 19782 166 392 0 20241 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 82568

[startup+162.3 s]
/proc/loadavg: 2.09 1.11 0.44 3/177 1156
/proc/meminfo: memFree=31549460/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=82568 CPUtime=162.23 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 7146 0 0 0 16218 5 0 0 20 0 1 0 22669186 84549632 20310 33554432000 4194304 5796924 140735105065888 140735105063352 4607232 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1104/statm: 20642 20310 166 392 0 20241 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 82568

[startup+222.307 s]
/proc/loadavg: 2.07 1.28 0.54 3/177 1157
/proc/meminfo: memFree=31481612/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=131888 CPUtime=222.22 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 7762 0 0 0 22216 6 0 0 20 0 1 0 22669186 135053312 29306 33554432000 4194304 5796924 140735105065888 140735105063176 4607198 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 32972 29306 166 392 0 32571 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 131888

[startup+282.3 s]
/proc/loadavg: 2.02 1.41 0.63 3/177 1159
/proc/meminfo: memFree=31555712/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=82568 CPUtime=282.2 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 8071 0 0 0 28214 6 0 0 20 0 1 0 22669186 84549632 20313 33554432000 4194304 5796924 140735105065888 140735105063352 4607201 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 20642 20313 166 392 0 20241 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 82568

[startup+342.3 s]
/proc/loadavg: 2.01 1.51 0.71 3/177 1160
/proc/meminfo: memFree=31477712/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=144044 CPUtime=342.19 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 9180 0 0 0 34211 8 0 0 20 0 1 0 22669186 147501056 33882 33554432000 4194304 5796924 140735105065888 140735105063176 4607212 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 36011 33882 166 392 0 35610 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 144044

[startup+402.3 s]
/proc/loadavg: 2.06 1.61 0.79 3/177 1161
/proc/meminfo: memFree=31529176/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=94724 CPUtime=402.18 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 9492 0 0 0 40210 8 0 0 20 0 1 0 22669186 96997376 23354 33554432000 4194304 5796924 140735105065888 140735105063352 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 23681 23354 166 392 0 23280 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 94724

[startup+462.3 s]
/proc/loadavg: 2.02 1.68 0.86 3/177 1162
/proc/meminfo: memFree=31432948/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=144044 CPUtime=462.17 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 10110 0 0 0 46207 10 0 0 20 0 1 0 22669186 147501056 31836 33554432000 4194304 5796924 140735105065888 140735105063176 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 36011 31836 166 392 0 35610 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 144044

[startup+522.3 s]
/proc/loadavg: 2.00 1.74 0.93 3/177 1163
/proc/meminfo: memFree=31441452/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=144044 CPUtime=522.16 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 10422 0 0 0 52206 10 0 0 20 0 1 0 22669186 147501056 31836 33554432000 4194304 5796924 140735105065888 140735105063176 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 36011 31836 166 392 0 35610 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 144044

[startup+582.3 s]
/proc/loadavg: 2.06 1.80 1.00 3/177 1165
/proc/meminfo: memFree=31461968/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=144044 CPUtime=582.15 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 10734 0 0 0 58204 11 0 0 20 0 1 0 22669186 147501056 31324 33554432000 4194304 5796924 140735105065888 140735105063176 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 36011 31324 166 392 0 35610 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 144044


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


[startup+882.307 s]
/proc/loadavg: 2.00 1.92 1.27 3/177 1174
/proc/meminfo: memFree=31408064/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=151376 CPUtime=882.11 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 18410 0 0 0 88189 22 0 0 20 0 1 0 22669186 155009024 36741 33554432000 4194304 5796924 140735105065888 140735105063176 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 37844 36741 166 392 0 37443 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 151376

[startup+942.3 s]
/proc/loadavg: 2.11 1.96 1.32 3/177 1175
/proc/meminfo: memFree=31459648/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=154396 CPUtime=942.1 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 20091 0 0 0 94185 25 0 0 20 0 1 0 22669186 158101504 36984 33554432000 4194304 5796924 140735105065888 140735105063176 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 38599 36984 166 392 0 38198 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 154396

[startup+1002.3 s]
/proc/loadavg: 2.04 1.97 1.36 3/177 1176
/proc/meminfo: memFree=31378004/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=158052 CPUtime=1002.09 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 21406 0 0 0 100182 27 0 0 20 0 1 0 22669186 161845248 35850 33554432000 4194304 5796924 140735105065888 140735105063176 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 39513 35850 166 392 0 39112 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 158052

[startup+1062.3 s]
/proc/loadavg: 2.01 1.97 1.39 3/177 1177
/proc/meminfo: memFree=31371576/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=188872 CPUtime=1062.08 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 22006 0 0 0 106181 27 0 0 20 0 1 0 22669186 193404928 42061 33554432000 4194304 5796924 140735105065888 140735105063528 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 47218 42061 166 392 0 46817 0
Current children cumulated CPU time (s) 1062.08
Current children cumulated vsize (KiB) 188872

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.43 3/177 1178
/proc/meminfo: memFree=31407744/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=189864 CPUtime=1122.07 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 22935 0 0 0 112178 29 0 0 20 0 1 0 22669186 194420736 39528 33554432000 4194304 5796924 140735105065888 140735105063528 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 47466 39528 166 392 0 47065 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 189864

[startup+1182.3 s]
/proc/loadavg: 2.04 1.99 1.47 3/177 1180
/proc/meminfo: memFree=31455368/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=162124 CPUtime=1182.05 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 23754 0 0 0 118175 30 0 0 20 0 1 0 22669186 166014976 37380 33554432000 4194304 5796924 140735105065888 140735105063176 4607192 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 40531 37380 166 392 0 40130 0
Current children cumulated CPU time (s) 1182.05
Current children cumulated vsize (KiB) 162124

[startup+1242.3 s]
/proc/loadavg: 2.07 2.00 1.50 3/178 1184
/proc/meminfo: memFree=31364164/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=193320 CPUtime=1242.05 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 25315 0 0 0 124172 33 0 0 20 0 1 0 22669186 197959680 40575 33554432000 4194304 5796924 140735105065888 140735105063528 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 48330 40575 166 392 0 47929 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 193320

[startup+1302.3 s]
/proc/loadavg: 2.02 2.00 1.53 3/177 1185
/proc/meminfo: memFree=31399016/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=165104 CPUtime=1302.04 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 26527 0 0 0 130169 35 0 0 20 0 1 0 22669186 169066496 40868 33554432000 4194304 5796924 140735105065888 140735105063176 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 41276 40868 166 392 0 40875 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 165104

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 1.56 3/177 1186
/proc/meminfo: memFree=31353908/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=165104 CPUtime=1362.03 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 27281 0 0 0 136166 37 0 0 20 0 1 0 22669186 169066496 38669 33554432000 4194304 5796924 140735105065888 140735105063176 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 41276 38669 166 392 0 40875 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 165104

[startup+1422.3 s]
/proc/loadavg: 2.09 2.03 1.59 3/177 1187
/proc/meminfo: memFree=31386828/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=195924 CPUtime=1422.02 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 27877 0 0 0 142165 37 0 0 20 0 1 0 22669186 200626176 44880 33554432000 4194304 5796924 140735105065888 140735105063528 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 48981 44880 166 392 0 48580 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 195924

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 1.62 3/177 1189
/proc/meminfo: memFree=31358004/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=165104 CPUtime=1482.01 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 28206 0 0 0 148163 38 0 0 20 0 1 0 22669186 169066496 39693 33554432000 4194304 5796924 140735105065888 140735105063352 4606799 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 41276 39693 166 392 0 40875 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 165104

[startup+1542.31 s]
/proc/loadavg: 2.09 2.03 1.64 3/177 1190
/proc/meminfo: memFree=31297112/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=195924 CPUtime=1542 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 28812 0 0 0 154161 39 0 0 20 0 1 0 22669186 200626176 45392 33554432000 4194304 5796924 140735105065888 140735105063528 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 48981 45392 166 392 0 48580 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 195924

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 1.66 4/177 1191
/proc/meminfo: memFree=31393044/32872528 swapFree=241352/274056
[pid=1104] ppid=1101 vsize=172868 CPUtime=1601.97 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 29529 0 0 0 160157 40 0 0 20 0 1 0 22669186 177016832 42114 33554432000 4194304 5796924 140735105065888 140735105063176 4606721 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 43217 42114 166 392 0 42816 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 172868

[startup+1662.3 s]
/proc/loadavg: 2.09 2.03 1.68 3/177 1192
/proc/meminfo: memFree=31332448/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=203688 CPUtime=1661.97 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 31126 0 0 0 166154 43 0 0 20 0 1 0 22669186 208576512 45765 33554432000 4194304 5796924 140735105065888 140735105063528 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 50922 45765 166 392 0 50521 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 203688

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 1.71 3/177 1193
/proc/meminfo: memFree=31311644/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=172868 CPUtime=1721.95 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 31762 0 0 0 172151 44 0 0 20 0 1 0 22669186 177016832 40578 33554432000 4194304 5796924 140735105065888 140735105063352 4607194 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 43217 40578 166 392 0 42816 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 172868

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 1.73 3/177 1195
/proc/meminfo: memFree=31240044/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=203688 CPUtime=1781.95 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 32368 0 0 0 178150 45 0 0 20 0 1 0 22669186 208576512 49861 33554432000 4194304 5796924 140735105065888 140735105063528 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 50922 49861 166 392 0 50521 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 203688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.04 1.73 3/177 1195
/proc/meminfo: memFree=31347336/32872528 swapFree=241348/274052
[pid=1104] ppid=1101 vsize=253776 CPUtime=1800.05 cores=0,2,4,6
/proc/1104/stat : 1104 (naps-1.02) R 1101 1104 309 0 -1 4202496 32674 0 0 0 179959 46 0 0 20 0 1 0 22669186 259866624 51698 33554432000 4194304 5796924 140735105065888 140735105063528 4583042 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1104/statm: 63444 51698 166 392 0 63043 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 253776

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 1104 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.06
CPU user time (s): 1799.59
CPU system time (s): 0.470928
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 253776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.470928
maximum resident set size= 238672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32686
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= 43
involuntary context switches= 1996

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.99339 second user time and 7.48986 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-18 01:29:52
IDJOB=4099482
IDBENCH=1421
IDSOLVER=2544
FILE ID=node107/4099482-1466206192
RUNJOBID= node107-1466206100-325
PBS_JOBID= 19918165
Free space on /tmp= 71676 MiB

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

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

MD5SUM BENCH= 75fcdbbba3eb42e13f634e02d36a6ee9
RANDOM SEED=1660567812

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31772500 kB
Buffers:           33796 kB
Cached:            62020 kB
SwapCached:         2500 kB
Active:            72308 kB
Inactive:          54020 kB
Active(anon):      30744 kB
Inactive(anon):     2004 kB
Active(file):      41564 kB
Inactive(file):    52016 kB
Unevictable:      274052 kB
Mlocked:          241348 kB
SwapTotal:      67108856 kB
SwapFree:       67099396 kB
Dirty:              3944 kB
Writeback:             0 kB
AnonPages:        302980 kB
Mapped:             8144 kB
Shmem:                 0 kB
Slab:             569976 kB
SReclaimable:      13700 kB
SUnreclaim:       556276 kB
KernelStack:        1464 kB
PageTables:         4376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     417800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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= 71672 MiB
End job on node107 at 2016-06-18 01:59:52