Trace number 4099468

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS 1.02? (TO) 1800.11 1800.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl30_40_pb.cnf.cr.opb
MD5SUM61cf99fd35695f4955b2bd6e6269522f
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.017996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2400
Total number of constraints140
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint40
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 41
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.09/1800.40	c 
1800.09/1800.40	c *** TERMINATED *** by signal 15
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c _____________________________________________________________________________
1800.09/1800.40	c 
1800.09/1800.40	c std/band forms        : 60,0
1800.09/1800.40	c 2cl/3cl ITE-codings   : 2280,0
1800.09/1800.40	c BDD/srt/adr Max costs : 77,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 60,0,0,0,0
1800.09/1800.40	c BDD nodes             : 4680
1800.09/1800.40	c Es1/CC detections     : 0,0
1800.09/1800.40	c SAT/UNSAT calls       : 0,0
1800.09/1800.40	c restarts              : 0
1800.09/1800.40	c conflicts             : 0              (0 /sec)
1800.09/1800.40	c decisions             : 0              (0 /sec)
1800.09/1800.40	c propagations          : 0              (0 /sec)
1800.09/1800.40	c inspects              : 0              (0 /sec)
1800.09/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.09/1800.40	c Time for Opt-base     : 0 s
1800.09/1800.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4099468-1466206190/watcher-4099468-1466206190 -o /tmp/evaluation-result-4099468-1466206190/solver-4099468-1466206190 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466206079-967 --watchdog 1960 naps-1.02 HOME/instance-4099468-1466206190.opb 

pid=2156
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.79 0.71 0.37 3/176 2159
/proc/meminfo: memFree=30403272/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 297 0 0 0 0 0 0 0 20 0 1 0 22665879 6574080 172 33554432000 4194304 5796924 140734548662288 140734548660728 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 1605 172 127 392 0 1204 0

[startup+0.100167 s]
/proc/loadavg: 1.79 0.71 0.37 3/176 2159
/proc/meminfo: memFree=30403272/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=5728 CPUtime=0.09 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 1369 0 0 0 9 0 0 0 20 0 1 0 22665879 5865472 1101 33554432000 4194304 5796924 140734548662288 140734548660728 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 1432 1101 155 392 0 1031 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5728

[startup+0.200321 s]
/proc/loadavg: 1.79 0.71 0.37 3/176 2159
/proc/meminfo: memFree=30403272/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=8048 CPUtime=0.19 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 1726 0 0 0 19 0 0 0 20 0 1 0 22665879 8241152 1455 33554432000 4194304 5796924 140734548662288 140734548660728 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 2012 1455 155 392 0 1611 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8048

[startup+0.300246 s]
/proc/loadavg: 1.79 0.71 0.37 3/176 2159
/proc/meminfo: memFree=30403272/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=9868 CPUtime=0.29 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 2003 0 0 0 29 0 0 0 20 0 1 0 22665879 10104832 1732 33554432000 4194304 5796924 140734548662288 140734548660728 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 2467 1732 155 392 0 2066 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9868

[startup+0.700248 s]
/proc/loadavg: 1.79 0.71 0.37 3/176 2159
/proc/meminfo: memFree=30403272/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=14416 CPUtime=0.68 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 3638 0 0 0 68 0 0 0 20 0 1 0 22665879 14761984 2954 33554432000 4194304 5796924 140734548662288 140734548660728 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 3604 2954 166 392 0 3203 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 14416

[startup+1.5003 s]
/proc/loadavg: 1.79 0.71 0.37 4/177 2160
/proc/meminfo: memFree=30391040/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=15476 CPUtime=1.48 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 4374 0 0 0 148 0 0 0 20 0 1 0 22665879 15847424 3559 33554432000 4194304 5796924 140734548662288 140734548659528 4591895 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 3869 3559 166 392 0 3468 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15476

[startup+3.10026 s]
/proc/loadavg: 1.88 0.75 0.38 3/174 2160
/proc/meminfo: memFree=30397308/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=34124 CPUtime=3.09 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 5343 0 0 0 308 1 0 0 20 0 1 0 22665879 34942976 6570 33554432000 4194304 5796924 140734548662288 140734548659528 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 8531 6570 166 392 0 8130 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34124

[startup+6.30027 s]
/proc/loadavg: 1.88 0.75 0.38 4/177 2206
/proc/meminfo: memFree=30368508/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=41308 CPUtime=6.28 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 6112 0 0 0 627 1 0 0 20 0 1 0 22665879 42299392 9363 33554432000 4194304 5796924 140734548662288 140734548659352 4592450 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 10327 9363 166 392 0 9926 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41308

[startup+12.7003 s]
/proc/loadavg: 1.90 0.79 0.40 3/178 2209
/proc/meminfo: memFree=30339008/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=71660 CPUtime=12.69 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 6477 0 0 0 1267 2 0 0 20 0 1 0 22665879 73379840 15349 33554432000 4194304 5796924 140734548662288 140734548659576 4592593 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 17915 15349 166 392 0 17514 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71660

[startup+25.5003 s]
/proc/loadavg: 2.00 0.85 0.42 3/178 2209
/proc/meminfo: memFree=30310156/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=85060 CPUtime=25.48 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 7159 0 0 0 2546 2 0 0 20 0 1 0 22665879 87101440 16298 33554432000 4194304 5796924 140734548662288 140734548659528 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 21265 16298 166 392 0 20864 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85060

[startup+51.1004 s]
/proc/loadavg: 2.08 0.96 0.47 4/178 2209
/proc/meminfo: memFree=30288820/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=85060 CPUtime=51.08 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 7924 0 0 0 5105 3 0 0 20 0 1 0 22665879 87101440 16298 33554432000 4194304 5796924 140734548662288 140734548659752 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 21265 16298 166 392 0 20864 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85060

[startup+102.3 s]
/proc/loadavg: 2.19 1.18 0.57 3/177 2210
/proc/meminfo: memFree=30234384/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=134380 CPUtime=102.28 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 9308 0 0 0 10222 6 0 0 20 0 1 0 22665879 137605120 27414 33554432000 4194304 5796924 140734548662288 140734548659576 4607241 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 33595 27414 166 392 0 33194 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 134380

[startup+162.3 s]
/proc/loadavg: 2.20 1.35 0.67 3/177 2211
/proc/meminfo: memFree=30191096/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=178604 CPUtime=162.26 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 12676 0 0 0 16216 10 0 0 20 0 1 0 22665879 182890496 38031 33554432000 4194304 5796924 140734548662288 140734548659928 4592010 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 44651 38031 166 392 0 44250 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 178604

[startup+222.307 s]
/proc/loadavg: 2.16 1.50 0.76 4/177 2212
/proc/meminfo: memFree=30243640/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=98464 CPUtime=222.26 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 13657 0 0 0 22213 13 0 0 20 0 1 0 22665879 100827136 24288 33554432000 4194304 5796924 140734548662288 140734548659752 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 24616 24288 166 392 0 24215 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 98464

[startup+282.3 s]
/proc/loadavg: 2.29 1.66 0.86 3/177 2214
/proc/meminfo: memFree=30127648/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=178604 CPUtime=282.24 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 15626 0 0 0 28208 16 0 0 20 0 1 0 22665879 182890496 44175 33554432000 4194304 5796924 140734548662288 140734548659928 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 44651 44175 166 392 0 44250 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 178604

[startup+342.3 s]
/proc/loadavg: 2.39 1.80 0.95 3/177 2215
/proc/meminfo: memFree=30158364/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=190800 CPUtime=342.23 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 18907 0 0 0 34202 21 0 0 20 0 1 0 22665879 195379200 45688 33554432000 4194304 5796924 140734548662288 140734548659928 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 47700 45688 166 392 0 47299 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 190800

[startup+402.3 s]
/proc/loadavg: 2.30 1.87 1.03 3/177 2216
/proc/meminfo: memFree=30101816/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=240888 CPUtime=402.22 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 20523 0 0 0 40197 25 0 0 20 0 1 0 22665879 246669312 49573 33554432000 4194304 5796924 140734548662288 140734548659928 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 60222 49573 166 392 0 59821 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 240888

[startup+462.3 s]
/proc/loadavg: 2.30 1.96 1.11 3/177 2217
/proc/meminfo: memFree=30139692/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=159980 CPUtime=462.21 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 22242 0 0 0 46192 29 0 0 20 0 1 0 22665879 163819520 39477 33554432000 4194304 5796924 140734548662288 140734548659752 4606744 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 39995 39477 166 392 0 39594 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 159980

[startup+522.3 s]
/proc/loadavg: 2.27 2.01 1.17 3/177 2218
/proc/meminfo: memFree=30143884/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=159980 CPUtime=522.2 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 23553 0 0 0 52188 32 0 0 20 0 1 0 22665879 163819520 39477 33554432000 4194304 5796924 140734548662288 140734548659752 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 39995 39477 166 392 0 39594 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 159980

[startup+582.3 s]
/proc/loadavg: 2.17 2.03 1.24 3/177 2220
/proc/meminfo: memFree=30103568/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=240888 CPUtime=582.19 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 24451 0 0 0 58186 33 0 0 20 0 1 0 22665879 246669312 48549 33554432000 4194304 5796924 140734548662288 140734548659928 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 60222 48549 166 392 0 59821 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 240888


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


[startup+882.307 s]
/proc/loadavg: 2.35 2.24 1.54 3/177 2229
/proc/meminfo: memFree=30098236/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=246028 CPUtime=882.14 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 29438 0 0 0 88171 43 0 0 20 0 1 0 22665879 251932672 48553 33554432000 4194304 5796924 140734548662288 140734548659400 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 61507 48554 166 392 0 61106 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 246028

[startup+942.3 s]
/proc/loadavg: 2.32 2.24 1.58 3/177 2230
/proc/meminfo: memFree=30104500/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=197580 CPUtime=942.12 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 31013 0 0 0 94166 46 0 0 20 0 1 0 22665879 202321920 48808 33554432000 4194304 5796924 140734548662288 140734548659928 4606802 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 49395 48808 166 392 0 48994 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 197580

[startup+1002.3 s]
/proc/loadavg: 2.33 2.27 1.63 3/177 2231
/proc/meminfo: memFree=30040080/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=256828 CPUtime=1002.11 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 33114 0 0 0 100163 48 0 0 20 0 1 0 22665879 262991872 59596 33554432000 4194304 5796924 140734548662288 140734548659400 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 64207 59596 166 392 0 63806 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 256828

[startup+1062.3 s]
/proc/loadavg: 2.34 2.28 1.67 3/177 2232
/proc/meminfo: memFree=30075016/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=261296 CPUtime=1062.1 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 35406 0 0 0 106159 51 0 0 20 0 1 0 22665879 267567104 53407 33554432000 4194304 5796924 140734548662288 140734548659400 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 65324 53407 166 392 0 64923 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 261296

[startup+1122.3 s]
/proc/loadavg: 2.20 2.25 1.70 4/177 2233
/proc/meminfo: memFree=30051368/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=263788 CPUtime=1122.09 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 35982 0 0 0 112157 52 0 0 20 0 1 0 22665879 270118912 61648 33554432000 4194304 5796924 140734548662288 140734548659400 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 65947 61648 166 392 0 65546 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 263788

[startup+1182.3 s]
/proc/loadavg: 2.33 2.28 1.74 4/177 2235
/proc/meminfo: memFree=30062136/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=267016 CPUtime=1182.08 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 37991 0 0 0 118153 55 0 0 20 0 1 0 22665879 273424384 54150 33554432000 4194304 5796924 140734548662288 140734548659928 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 66754 54150 166 392 0 66353 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 267016

[startup+1242.3 s]
/proc/loadavg: 2.20 2.25 1.76 3/178 2239
/proc/meminfo: memFree=30044244/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=268336 CPUtime=1242.07 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 38311 0 0 0 124151 56 0 0 20 0 1 0 22665879 274776064 62646 33554432000 4194304 5796924 140734548662288 140734548659400 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 67084 62646 166 392 0 66683 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 268336

[startup+1302.3 s]
/proc/loadavg: 2.25 2.25 1.79 4/177 2240
/proc/meminfo: memFree=30069536/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=221340 CPUtime=1302.06 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 40352 0 0 0 130148 58 0 0 20 0 1 0 22665879 226652160 52627 33554432000 4194304 5796924 140734548662288 140734548659400 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 55335 52627 166 392 0 54934 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 221340

[startup+1362.3 s]
/proc/loadavg: 2.26 2.25 1.82 3/177 2241
/proc/meminfo: memFree=30043964/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=271596 CPUtime=1362.05 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 40929 0 0 0 136146 59 0 0 20 0 1 0 22665879 278114304 62911 33554432000 4194304 5796924 140734548662288 140734548659400 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 67899 62911 166 392 0 67498 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 271596

[startup+1422.3 s]
/proc/loadavg: 2.30 2.26 1.85 3/176 2242
/proc/meminfo: memFree=30071668/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=225040 CPUtime=1422.05 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 43093 0 0 0 142143 62 0 0 20 0 1 0 22665879 230440960 51440 33554432000 4194304 5796924 140734548662288 140734548659928 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 56260 51440 166 392 0 55859 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 225040

[startup+1482.3 s]
/proc/loadavg: 2.26 2.26 1.87 3/177 2245
/proc/meminfo: memFree=30058640/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=275128 CPUtime=1482.04 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 43411 0 0 0 148141 63 0 0 20 0 1 0 22665879 281731072 59933 33554432000 4194304 5796924 140734548662288 140734548659928 4606567 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 68782 59933 166 392 0 68381 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 275128

[startup+1542.31 s]
/proc/loadavg: 2.36 2.28 1.90 3/177 2246
/proc/meminfo: memFree=30010648/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=278048 CPUtime=1542.04 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 44037 0 0 0 154140 64 0 0 20 0 1 0 22665879 284721152 66180 33554432000 4194304 5796924 140734548662288 140734548659400 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 69512 66180 166 392 0 69111 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 278048

[startup+1602.3 s]
/proc/loadavg: 2.29 2.28 1.92 4/177 2247
/proc/meminfo: memFree=30055304/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=232440 CPUtime=1602.02 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 45835 0 0 0 160136 66 0 0 20 0 1 0 22665879 238018560 51823 33554432000 4194304 5796924 140734548662288 140734548659752 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 58110 51823 166 392 0 57709 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 232440

[startup+1662.3 s]
/proc/loadavg: 2.23 2.26 1.93 3/177 2248
/proc/meminfo: memFree=30019304/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=283648 CPUtime=1662.01 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 46623 0 0 0 166134 67 0 0 20 0 1 0 22665879 290455552 65379 33554432000 4194304 5796924 140734548662288 140734548659400 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 70912 65379 166 392 0 70511 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 283648

[startup+1722.3 s]
/proc/loadavg: 2.27 2.26 1.95 4/177 2249
/proc/meminfo: memFree=29978832/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=366904 CPUtime=1722 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 47532 0 0 0 172132 68 0 0 20 0 1 0 22665879 375709696 71905 33554432000 4194304 5796924 140734548662288 140734548659400 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 91726 71905 166 392 0 91325 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 366904

[startup+1782.3 s]
/proc/loadavg: 2.34 2.28 1.98 4/176 2250
/proc/meminfo: memFree=30043936/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=287452 CPUtime=1781.99 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 48706 0 0 0 178128 71 0 0 20 0 1 0 22665879 294350848 59927 33554432000 4194304 5796924 140734548662288 140734548659928 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 71863 59927 166 392 0 71462 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 287452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.34 2.29 1.98 3/177 2251
/proc/meminfo: memFree=30029536/32872528 swapFree=1497824/1644992
[pid=2159] ppid=2156 vsize=287452 CPUtime=1800.09 cores=1,3,5,7
/proc/2159/stat : 2159 (naps-1.02) R 2156 2159 950 0 -1 4202496 48714 0 0 0 179938 71 0 0 20 0 1 0 22665879 294350848 62490 33554432000 4194304 5796924 140734548662288 140734548659928 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2159/statm: 71863 62490 166 392 0 71462 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 287452

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.38
CPU system time (s): 0.72189
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 448980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.72189
maximum resident set size= 354332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48726
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= 21
involuntary context switches= 2028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.33488 second user time and 9.31358 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-18 01:29:51
IDJOB=4099468
IDBENCH=1415
IDSOLVER=2544
FILE ID=node124/4099468-1466206190
RUNJOBID= node124-1466206079-967
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-chnl30_40_pb.cnf.cr.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099468-1466206190/watcher-4099468-1466206190 -o /tmp/evaluation-result-4099468-1466206190/solver-4099468-1466206190 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466206079-967 --watchdog 1960  naps-1.02 HOME/instance-4099468-1466206190.opb

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

MD5SUM BENCH= 61cf99fd35695f4955b2bd6e6269522f
RANDOM SEED=520945614

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:        30403544 kB
Buffers:           36888 kB
Cached:            61220 kB
SwapCached:         2428 kB
Active:            64428 kB
Inactive:          56468 kB
Active(anon):      23104 kB
Inactive(anon):     2012 kB
Active(file):      41324 kB
Inactive(file):    54456 kB
Unevictable:     1644992 kB
Mlocked:         1497824 kB
SwapTotal:      67108856 kB
SwapFree:       67099580 kB
Dirty:              8228 kB
Writeback:             0 kB
AnonPages:       1666360 kB
Mapped:             7772 kB
Shmem:                 0 kB
Slab:             569332 kB
SReclaimable:      13424 kB
SUnreclaim:       555908 kB
KernelStack:        1432 kB
PageTables:         7112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1780560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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:51