Trace number 4099510

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.03 1800.3

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl20_25_pb.cnf.cr.opb
MD5SUM3fa1f197015efe7b715c83a938660d2f
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.012997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints90
Number of constraints which are clauses50
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 constraint25
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 26
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.01/1800.30	c 
1800.01/1800.30	c *** TERMINATED *** by signal 15
1800.01/1800.30	s UNKNOWN
1800.01/1800.30	c _____________________________________________________________________________
1800.01/1800.30	c 
1800.01/1800.30	c std/band forms        : 40,0
1800.01/1800.30	c 2cl/3cl ITE-codings   : 920,0
1800.01/1800.30	c BDD/srt/adr Max costs : 47,0,0
1800.01/1800.30	c BDDraw/bin/mul/srt/adr: 40,0,0,0,0
1800.01/1800.30	c BDD nodes             : 1920
1800.01/1800.30	c Es1/CC detections     : 0,0
1800.01/1800.30	c SAT/UNSAT calls       : 0,0
1800.01/1800.30	c restarts              : 0
1800.01/1800.30	c conflicts             : 0              (0 /sec)
1800.01/1800.30	c decisions             : 0              (0 /sec)
1800.01/1800.30	c propagations          : 0              (0 /sec)
1800.01/1800.30	c inspects              : 0              (0 /sec)
1800.01/1800.30	c CPU time (solving tm) : 1800 s        (0 s)
1800.01/1800.30	c Time for Opt-base     : 0 s
1800.01/1800.30	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-4099510-1466206193/watcher-4099510-1466206193 -o /tmp/evaluation-result-4099510-1466206193/solver-4099510-1466206193 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466206079-966 --watchdog 1960 naps-1.02 HOME/instance-4099510-1466206193.opb 

pid=2202
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.88 0.75 0.38 4/176 2205
/proc/meminfo: memFree=30395740/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=6688 CPUtime=0 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 352 0 0 0 0 0 0 0 20 0 1 0 22666129 6848512 226 33554432000 4194304 5796924 140734772352656 140735578426728 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 1672 226 127 392 0 1271 0

[startup+0.10016 s]
/proc/loadavg: 1.88 0.75 0.38 4/176 2205
/proc/meminfo: memFree=30395740/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=5532 CPUtime=0.09 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 997 0 0 0 9 0 0 0 20 0 1 0 22666129 5664768 835 33554432000 4194304 5796924 140734772352656 140735578426728 4613751 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 1383 835 155 392 0 982 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5532

[startup+0.200278 s]
/proc/loadavg: 1.88 0.75 0.38 4/176 2205
/proc/meminfo: memFree=30395740/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=6644 CPUtime=0.19 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 1440 0 0 0 19 0 0 0 20 0 1 0 22666129 6803456 1269 33554432000 4194304 5796924 140734772352656 140735578426728 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 1661 1269 164 392 0 1260 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 6644

[startup+0.300298 s]
/proc/loadavg: 1.88 0.75 0.38 4/176 2205
/proc/meminfo: memFree=30395740/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=8292 CPUtime=0.29 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 1668 0 0 0 29 0 0 0 20 0 1 0 22666129 8491008 1494 33554432000 4194304 5796924 140734772352656 140735578426728 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 2073 1494 164 392 0 1672 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8292

[startup+0.700213 s]
/proc/loadavg: 1.88 0.75 0.38 4/176 2205
/proc/meminfo: memFree=30395740/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=12660 CPUtime=0.69 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 1980 0 0 0 69 0 0 0 20 0 1 0 22666129 12963840 2824 33554432000 4194304 5796924 140734772352656 140734772349896 4606771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 3165 2824 164 392 0 2764 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12660

[startup+1.50019 s]
/proc/loadavg: 1.88 0.75 0.38 4/177 2206
/proc/meminfo: memFree=30376440/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=19736 CPUtime=1.49 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 2304 0 0 0 149 0 0 0 20 0 1 0 22666129 20209664 4170 33554432000 4194304 5796924 140734772352656 140734772349944 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 4934 4170 164 392 0 4533 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19736

[startup+3.10024 s]
/proc/loadavg: 1.88 0.75 0.38 4/177 2206
/proc/meminfo: memFree=30373596/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=21532 CPUtime=3.09 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 3073 0 0 0 309 0 0 0 20 0 1 0 22666129 22048768 4379 33554432000 4194304 5796924 140734772352656 140734772349896 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 5383 4379 164 392 0 4982 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21532

[startup+6.30022 s]
/proc/loadavg: 1.89 0.77 0.39 4/177 2206
/proc/meminfo: memFree=30359952/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=25952 CPUtime=6.29 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 3671 0 0 0 629 0 0 0 20 0 1 0 22666129 26574848 5980 33554432000 4194304 5796924 140734772352656 140734772349720 4594171 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 6488 5980 164 392 0 6087 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25952

[startup+12.7002 s]
/proc/loadavg: 1.90 0.79 0.40 3/178 2209
/proc/meminfo: memFree=30346648/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=30776 CPUtime=12.68 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 6384 0 0 0 1267 1 0 0 20 0 1 0 22666129 31514624 6909 33554432000 4194304 5796924 140734772352656 140734772349896 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 7694 6909 164 392 0 7293 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30776

[startup+25.5003 s]
/proc/loadavg: 2.00 0.87 0.43 3/178 2209
/proc/meminfo: memFree=30308108/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=49452 CPUtime=25.49 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 6930 0 0 0 2547 2 0 0 20 0 1 0 22666129 50638848 12048 33554432000 4194304 5796924 140734772352656 140734772349896 4606480 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 12363 12048 164 392 0 11962 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49452

[startup+51.1003 s]
/proc/loadavg: 2.07 0.97 0.47 4/178 2209
/proc/meminfo: memFree=30256984/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=68296 CPUtime=51.08 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 7517 0 0 0 5106 2 0 0 20 0 1 0 22666129 69935104 16741 33554432000 4194304 5796924 140734772352656 140734772349896 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 17074 16741 164 392 0 16673 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 68296

[startup+102.3 s]
/proc/loadavg: 2.19 1.18 0.57 3/177 2210
/proc/meminfo: memFree=30228612/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=80420 CPUtime=102.28 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 7964 0 0 0 10226 2 0 0 20 0 1 0 22666129 82350080 19737 33554432000 4194304 5796924 140734772352656 140734772349896 4607168 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 20105 19737 164 392 0 19704 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 80420

[startup+162.3 s]
/proc/loadavg: 2.20 1.35 0.67 3/177 2211
/proc/meminfo: memFree=30189048/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=80420 CPUtime=162.26 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 8241 0 0 0 16223 3 0 0 20 0 1 0 22666129 82350080 19775 33554432000 4194304 5796924 140734772352656 140734772350120 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 20105 19775 164 392 0 19704 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 80420

[startup+222.307 s]
/proc/loadavg: 2.16 1.50 0.76 3/177 2212
/proc/meminfo: memFree=30210004/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=80420 CPUtime=222.26 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 8485 0 0 0 22222 4 0 0 20 0 1 0 22666129 82350080 19776 33554432000 4194304 5796924 140734772352656 140734772350120 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 20105 19776 164 392 0 19704 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 80420

[startup+282.3 s]
/proc/loadavg: 2.29 1.66 0.86 3/177 2214
/proc/meminfo: memFree=30163968/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=129740 CPUtime=282.24 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 8745 0 0 0 28219 5 0 0 20 0 1 0 22666129 132853760 29622 33554432000 4194304 5796924 140734772352656 140734772349944 4606495 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 32435 29622 164 392 0 32034 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 129740

[startup+342.3 s]
/proc/loadavg: 2.39 1.80 0.95 3/177 2215
/proc/meminfo: memFree=30154268/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=80420 CPUtime=342.24 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 8871 0 0 0 34218 6 0 0 20 0 1 0 22666129 82350080 19791 33554432000 4194304 5796924 140734772352656 140734772350120 4607192 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 20105 19791 164 392 0 19704 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 80420

[startup+402.3 s]
/proc/loadavg: 2.28 1.88 1.03 3/177 2216
/proc/meminfo: memFree=30097720/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=129740 CPUtime=402.22 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 9121 0 0 0 40215 7 0 0 20 0 1 0 22666129 132853760 31158 33554432000 4194304 5796924 140734772352656 140734772349944 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 32435 31158 164 392 0 32034 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 129740

[startup+462.3 s]
/proc/loadavg: 2.30 1.96 1.11 3/177 2217
/proc/meminfo: memFree=30138824/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=129900 CPUtime=462.22 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 9270 0 0 0 46214 8 0 0 20 0 1 0 22666129 133017600 30670 33554432000 4194304 5796924 140734772352656 140734772349944 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 32475 30670 164 392 0 32074 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 129900

[startup+522.3 s]
/proc/loadavg: 2.25 2.01 1.18 3/177 2218
/proc/meminfo: memFree=30139788/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=129900 CPUtime=522.21 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 9508 0 0 0 52212 9 0 0 20 0 1 0 22666129 133017600 30670 33554432000 4194304 5796924 140734772352656 140734772349944 4607174 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 32475 30670 164 392 0 32074 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 129900

[startup+582.3 s]
/proc/loadavg: 2.17 2.03 1.24 3/177 2220
/proc/meminfo: memFree=30099348/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=129900 CPUtime=582.2 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 10199 0 0 0 58209 11 0 0 20 0 1 0 22666129 133017600 31182 33554432000 4194304 5796924 140734772352656 140734772349944 4606799 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 32475 31182 164 392 0 32074 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 129900


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


[startup+942.3 s]
/proc/loadavg: 2.37 2.26 1.58 3/177 2230
/proc/meminfo: memFree=30100964/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=132268 CPUtime=942.14 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 14397 0 0 0 94195 19 0 0 20 0 1 0 22666129 135442432 30770 33554432000 4194304 5796924 140734772352656 140734772349944 4606799 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 33067 30770 164 392 0 32666 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 132268

[startup+1002.3 s]
/proc/loadavg: 2.33 2.27 1.63 3/177 2231
/proc/meminfo: memFree=30037536/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=163088 CPUtime=1002.14 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 15000 0 0 0 100194 20 0 0 20 0 1 0 22666129 167002112 35957 33554432000 4194304 5796924 140734772352656 140734772350296 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 40772 35957 164 392 0 40371 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 163088

[startup+1062.3 s]
/proc/loadavg: 2.31 2.28 1.67 3/177 2232
/proc/meminfo: memFree=30072596/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=163088 CPUtime=1062.12 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 15723 0 0 0 106191 21 0 0 20 0 1 0 22666129 167002112 33397 33554432000 4194304 5796924 140734772352656 140734772350296 4606744 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 40772 33397 164 392 0 40371 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 163088

[startup+1122.3 s]
/proc/loadavg: 2.20 2.25 1.70 4/177 2233
/proc/meminfo: memFree=30047024/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=133312 CPUtime=1122.11 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 16117 0 0 0 112189 22 0 0 20 0 1 0 22666129 136511488 31031 33554432000 4194304 5796924 140734772352656 140734772349944 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 33328 31031 164 392 0 32927 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 133312

[startup+1182.3 s]
/proc/loadavg: 2.39 2.29 1.75 3/177 2235
/proc/meminfo: memFree=30058040/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=164132 CPUtime=1182.11 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 16712 0 0 0 118187 24 0 0 20 0 1 0 22666129 168071168 35706 33554432000 4194304 5796924 140734772352656 140734772350296 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 41033 35706 164 392 0 40632 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 164132

[startup+1242.3 s]
/proc/loadavg: 2.20 2.25 1.76 3/178 2239
/proc/meminfo: memFree=30042196/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=134120 CPUtime=1242.1 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 17043 0 0 0 124185 25 0 0 20 0 1 0 22666129 137338880 31233 33554432000 4194304 5796924 140734772352656 140734772349944 4607255 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 33530 31233 164 392 0 33129 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 134120

[startup+1302.3 s]
/proc/loadavg: 2.23 2.25 1.79 3/177 2240
/proc/meminfo: memFree=30063392/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=164940 CPUtime=1302.09 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 17644 0 0 0 130183 26 0 0 20 0 1 0 22666129 168898560 35908 33554432000 4194304 5796924 140734772352656 140734772350296 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 41235 35908 164 392 0 40834 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 164940

[startup+1362.3 s]
/proc/loadavg: 2.24 2.25 1.82 3/177 2241
/proc/meminfo: memFree=30039992/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=135288 CPUtime=1362.08 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 18068 0 0 0 136181 27 0 0 20 0 1 0 22666129 138534912 31525 33554432000 4194304 5796924 140734772352656 140734772349944 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 33822 31525 164 392 0 33421 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 135288

[startup+1422.3 s]
/proc/loadavg: 2.30 2.26 1.85 3/176 2242
/proc/meminfo: memFree=30069620/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=166108 CPUtime=1422.07 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 18663 0 0 0 142180 27 0 0 20 0 1 0 22666129 170094592 35688 33554432000 4194304 5796924 140734772352656 140734772350296 4606799 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 41527 35688 164 392 0 41126 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 166108

[startup+1482.3 s]
/proc/loadavg: 2.24 2.26 1.87 3/177 2245
/proc/meminfo: memFree=30056592/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=136428 CPUtime=1482.06 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 19086 0 0 0 148178 28 0 0 20 0 1 0 22666129 139702272 30786 33554432000 4194304 5796924 140734772352656 140734772349944 4606799 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 34107 30786 164 392 0 33706 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 136428

[startup+1542.31 s]
/proc/loadavg: 2.36 2.28 1.90 3/177 2246
/proc/meminfo: memFree=30006428/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=167248 CPUtime=1542.06 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 19684 0 0 0 154177 29 0 0 20 0 1 0 22666129 171261952 36485 33554432000 4194304 5796924 140734772352656 140734772350296 4606565 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 41812 36485 164 392 0 41411 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 167248

[startup+1602.3 s]
/proc/loadavg: 2.26 2.27 1.92 3/177 2247
/proc/meminfo: memFree=30123460/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=87936 CPUtime=1602.05 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 19715 0 0 0 160175 30 0 0 20 0 1 0 22666129 90046464 21493 33554432000 4194304 5796924 140734772352656 140734772350120 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 21984 21493 164 392 0 21583 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 87936

[startup+1662.3 s]
/proc/loadavg: 2.23 2.26 1.93 3/177 2248
/proc/meminfo: memFree=30019304/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=168076 CPUtime=1662.04 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 20617 0 0 0 166173 31 0 0 20 0 1 0 22666129 172109824 34644 33554432000 4194304 5796924 140734772352656 140734772350296 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 42019 34644 164 392 0 41618 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 168076

[startup+1722.3 s]
/proc/loadavg: 2.33 2.28 1.96 3/177 2249
/proc/meminfo: memFree=29978708/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=168076 CPUtime=1722.02 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 20624 0 0 0 172171 31 0 0 20 0 1 0 22666129 172109824 38228 33554432000 4194304 5796924 140734772352656 140734772350296 4606523 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 42019 38228 164 392 0 41618 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 168076

[startup+1782.3 s]
/proc/loadavg: 2.34 2.28 1.98 3/177 2251
/proc/meminfo: memFree=30043556/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=138108 CPUtime=1782.01 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 21136 0 0 0 178169 32 0 0 20 0 1 0 22666129 141422592 33933 33554432000 4194304 5796924 140734772352656 140734772349944 4607168 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 34527 33933 164 392 0 34126 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 138108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.31 2.28 1.98 3/177 2297
/proc/meminfo: memFree=30269672/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=168928 CPUtime=1800.01 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 21559 0 0 0 179968 33 0 0 20 0 1 0 22666129 172982272 35881 33554432000 4194304 5796924 140734772352656 140734772350296 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 42232 35881 164 392 0 41831 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 168928

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

[startup+1800.3 s]
/proc/loadavg: 2.31 2.28 1.98 3/177 2297
/proc/meminfo: memFree=30269672/32872528 swapFree=1497824/1644992
[pid=2205] ppid=2202 vsize=168928 CPUtime=1800.01 cores=0,2,4,6
/proc/2205/stat : 2205 (naps-1.02) R 2202 2205 950 0 -1 4202496 21559 0 0 0 179968 33 0 0 20 0 1 0 22666129 172982272 35881 33554432000 4194304 5796924 140734772352656 140734772350296 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/2205/statm: 42232 35881 164 392 0 41831 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 168928

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.03
CPU user time (s): 1799.69
CPU system time (s): 0.338948
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 168928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.338948
maximum resident set size= 159060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21571
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= 10
involuntary context switches= 1870

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.70728 second user time and 6.75197 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-18 01:29:53
IDJOB=4099510
IDBENCH=1431
IDSOLVER=2544
FILE ID=node124/4099510-1466206193
RUNJOBID= node124-1466206079-966
PBS_JOBID= 19918153
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= 3fa1f197015efe7b715c83a938660d2f
RANDOM SEED=450899814

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30395376 kB
Buffers:           36944 kB
Cached:            61508 kB
SwapCached:         2428 kB
Active:            72028 kB
Inactive:          56512 kB
Active(anon):      30684 kB
Inactive(anon):     2012 kB
Active(file):      41344 kB
Inactive(file):    54500 kB
Unevictable:     1644992 kB
Mlocked:         1497824 kB
SwapTotal:      67108856 kB
SwapFree:       67099580 kB
Dirty:              8392 kB
Writeback:             0 kB
AnonPages:       1673944 kB
Mapped:             8040 kB
Shmem:                 0 kB
Slab:             569660 kB
SReclaimable:      13600 kB
SUnreclaim:       556060 kB
KernelStack:        1472 kB
PageTables:         7120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1795028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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 node124 at 2016-06-18 01:59:53