Trace number 4099559

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl40_41_pb.cnf.cr.opb
MD5SUM0beb8de972e873a7bfc16369cb81d469
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.020996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3280
Total number of constraints162
Number of constraints which are clauses82
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint41
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 42
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.03/1800.40	c 
1800.03/1800.40	c *** TERMINATED *** by signal 15
1800.03/1800.40	s UNKNOWN
1800.03/1800.40	c _____________________________________________________________________________
1800.03/1800.40	c 
1800.03/1800.40	c std/band forms        : 80,0
1800.03/1800.40	c 2cl/3cl ITE-codings   : 3120,0
1800.03/1800.40	c BDD/srt/adr Max costs : 79,0,0
1800.03/1800.40	c BDDraw/bin/mul/srt/adr: 80,0,0,0,0
1800.03/1800.40	c BDD nodes             : 6400
1800.03/1800.40	c Es1/CC detections     : 0,0
1800.03/1800.40	c SAT/UNSAT calls       : 0,0
1800.03/1800.40	c restarts              : 0
1800.03/1800.40	c conflicts             : 0              (0 /sec)
1800.03/1800.40	c decisions             : 0              (0 /sec)
1800.03/1800.40	c propagations          : 0              (0 /sec)
1800.03/1800.40	c inspects              : 0              (0 /sec)
1800.03/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.03/1800.40	c Time for Opt-base     : 0 s
1800.03/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-4099559-1466206196/watcher-4099559-1466206196 -o /tmp/evaluation-result-4099559-1466206196/solver-4099559-1466206196 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466206100-326 --watchdog 1960 naps-1.02 HOME/instance-4099559-1466206196.opb 

pid=1147
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.33 0.42 0.14 3/176 1150
/proc/meminfo: memFree=31778752/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=6560 CPUtime=0 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 340 0 0 0 0 0 0 0 20 0 1 0 22669591 6717440 214 33554432000 4194304 5796924 140734158741760 140736740966808 4621249 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 1640 214 127 392 0 1239 0

[startup+0.100112 s]
/proc/loadavg: 1.33 0.42 0.14 3/176 1150
/proc/meminfo: memFree=31778752/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=10380 CPUtime=0.09 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 1477 0 0 0 9 0 0 0 20 0 1 0 22669591 10629120 1279 33554432000 4194304 5796924 140734158741760 140736740966808 4623737 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 2595 1280 148 392 0 2194 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10380

[startup+0.200261 s]
/proc/loadavg: 1.33 0.42 0.14 3/176 1150
/proc/meminfo: memFree=31778752/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=9272 CPUtime=0.19 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 2098 0 0 0 19 0 0 0 20 0 1 0 22669591 9494528 1767 33554432000 4194304 5796924 140734158741760 140736740966808 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 2318 1767 155 392 0 1917 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9272

[startup+0.300222 s]
/proc/loadavg: 1.33 0.42 0.14 3/176 1150
/proc/meminfo: memFree=31778752/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=11080 CPUtime=0.29 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 2438 0 0 0 29 0 0 0 20 0 1 0 22669591 11345920 2106 33554432000 4194304 5796924 140734158741760 140736740966808 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 2770 2106 155 392 0 2369 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11080

[startup+0.700228 s]
/proc/loadavg: 1.33 0.42 0.14 3/176 1150
/proc/meminfo: memFree=31778752/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=14880 CPUtime=0.69 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 4460 0 0 0 69 0 0 0 20 0 1 0 22669591 15237120 3162 33554432000 4194304 5796924 140734158741760 140736740966808 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 3720 3162 166 392 0 3319 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14880

[startup+1.50026 s]
/proc/loadavg: 1.33 0.42 0.14 3/177 1151
/proc/meminfo: memFree=31754492/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=26372 CPUtime=1.49 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 5420 0 0 0 148 1 0 0 20 0 1 0 22669591 27004928 6141 33554432000 4194304 5796924 140734158741760 140734158739000 4596165 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 6593 6141 166 392 0 6192 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26372

[startup+3.10022 s]
/proc/loadavg: 1.33 0.42 0.14 3/177 1151
/proc/meminfo: memFree=31745744/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=45048 CPUtime=3.09 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 5689 0 0 0 308 1 0 0 20 0 1 0 22669591 46129152 10498 33554432000 4194304 5796924 140734158741760 140734158739048 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 11262 10498 166 392 0 10861 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45048

[startup+6.30027 s]
/proc/loadavg: 1.39 0.44 0.15 3/177 1151
/proc/meminfo: memFree=31729788/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=71364 CPUtime=6.28 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 6974 0 0 0 627 1 0 0 20 0 1 0 22669591 73076736 11198 33554432000 4194304 5796924 140734158741760 140734158739000 4569259 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 17841 11198 166 392 0 17440 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 71364

[startup+12.7002 s]
/proc/loadavg: 1.52 0.49 0.16 3/178 1154
/proc/meminfo: memFree=31690048/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=71364 CPUtime=12.68 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 7819 0 0 0 1266 2 0 0 20 0 1 0 22669591 73076736 17459 33554432000 4194304 5796924 140734158741760 140734158739224 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 17841 17459 166 392 0 17440 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 71364

[startup+25.5003 s]
/proc/loadavg: 1.62 0.56 0.19 3/178 1154
/proc/meminfo: memFree=31608376/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=164648 CPUtime=25.49 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 9523 0 0 0 2544 5 0 0 20 0 1 0 22669591 168599552 33785 33554432000 4194304 5796924 140734158741760 140734158739048 4592148 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 41162 33785 166 392 0 40761 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 164648

[startup+51.1003 s]
/proc/loadavg: 1.75 0.67 0.24 3/178 1154
/proc/meminfo: memFree=31597348/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=164648 CPUtime=51.08 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 11090 0 0 0 5100 8 0 0 20 0 1 0 22669591 168599552 35833 33554432000 4194304 5796924 140734158741760 140734158739400 4592031 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 41162 35833 166 392 0 40761 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 164648

[startup+102.3 s]
/proc/loadavg: 1.97 0.89 0.33 3/177 1155
/proc/meminfo: memFree=31586988/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=134080 CPUtime=102.28 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 12922 0 0 0 10215 13 0 0 20 0 1 0 22669591 137297920 32757 33554432000 4194304 5796924 140734158741760 140734158739048 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 33520 32757 166 392 0 33119 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 134080

[startup+162.3 s]
/proc/loadavg: 2.08 1.12 0.44 3/177 1156
/proc/meminfo: memFree=31540028/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=200780 CPUtime=162.26 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 16784 0 0 0 16207 19 0 0 20 0 1 0 22669591 205598720 43871 33554432000 4194304 5796924 140734158741760 140734158739400 4592031 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 50195 43871 166 392 0 49794 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 200780

[startup+222.307 s]
/proc/loadavg: 2.06 1.29 0.54 3/177 1157
/proc/meminfo: memFree=31511652/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=250868 CPUtime=222.26 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 19233 0 0 0 22202 24 0 0 20 0 1 0 22669591 256888832 50829 33554432000 4194304 5796924 140734158741760 140734158739400 4591865 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 62717 50829 166 392 0 62316 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 250868

[startup+282.3 s]
/proc/loadavg: 2.02 1.42 0.63 3/177 1159
/proc/meminfo: memFree=31516180/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=169960 CPUtime=282.25 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 21068 0 0 0 28196 29 0 0 20 0 1 0 22669591 174039040 41757 33554432000 4194304 5796924 140734158741760 140734158739224 4607192 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 42490 41757 166 392 0 42089 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 169960

[startup+342.3 s]
/proc/loadavg: 2.01 1.52 0.72 3/177 1160
/proc/meminfo: memFree=31513148/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=200780 CPUtime=342.23 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 23286 0 0 0 34191 32 0 0 20 0 1 0 22669591 205598720 47456 33554432000 4194304 5796924 140734158741760 140734158739400 4593581 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 50195 47456 166 392 0 49794 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 200780

[startup+402.3 s]
/proc/loadavg: 2.05 1.62 0.80 3/177 1161
/proc/meminfo: memFree=31523032/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=200780 CPUtime=402.22 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 24920 0 0 0 40186 36 0 0 20 0 1 0 22669591 205598720 45408 33554432000 4194304 5796924 140734158741760 140734158739400 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 50195 45408 166 392 0 49794 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 200780

[startup+462.3 s]
/proc/loadavg: 2.02 1.69 0.87 3/177 1162
/proc/meminfo: memFree=31507776/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=169960 CPUtime=462.21 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 25972 0 0 0 46183 38 0 0 20 0 1 0 22669591 174039040 39709 33554432000 4194304 5796924 140734158741760 140734158739224 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 42490 39709 166 392 0 42089 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 169960

[startup+522.3 s]
/proc/loadavg: 2.00 1.74 0.94 3/177 1163
/proc/meminfo: memFree=31436412/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=250868 CPUtime=522.21 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 27413 0 0 0 52180 41 0 0 20 0 1 0 22669591 256888832 58509 33554432000 4194304 5796924 140734158741760 140734158739400 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 62717 58509 166 392 0 62316 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 250868

[startup+582.3 s]
/proc/loadavg: 2.06 1.80 1.01 4/177 1165
/proc/meminfo: memFree=31455824/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=250868 CPUtime=582.19 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 29057 0 0 0 58175 44 0 0 20 0 1 0 22669591 256888832 53389 33554432000 4194304 5796924 140734158741760 140734158739400 4606799 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 62717 53389 166 392 0 62316 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 250868


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


[startup+882.307 s]
/proc/loadavg: 2.00 1.92 1.27 3/177 1174
/proc/meminfo: memFree=31401656/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=251348 CPUtime=882.14 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 34701 0 0 0 88160 54 0 0 20 0 1 0 22669591 257380352 61184 33554432000 4194304 5796924 140734158741760 140734158738872 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 62837 61184 166 392 0 62436 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 251348

[startup+942.3 s]
/proc/loadavg: 2.10 1.96 1.32 3/177 1175
/proc/meminfo: memFree=31451500/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=203032 CPUtime=942.11 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 36209 0 0 0 94154 57 0 0 20 0 1 0 22669591 207904768 49264 33554432000 4194304 5796924 140734158741760 140734158738872 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 50758 49264 166 392 0 50357 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 203032

[startup+1002.3 s]
/proc/loadavg: 2.03 1.97 1.36 3/177 1176
/proc/meminfo: memFree=31371860/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=337456 CPUtime=1002.1 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 37847 0 0 0 100150 60 0 0 20 0 1 0 22669591 345554944 69806 33554432000 4194304 5796924 140734158741760 140734158738872 4606799 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 84364 69806 166 392 0 83963 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 337456

[startup+1062.3 s]
/proc/loadavg: 2.01 1.97 1.40 3/177 1177
/proc/meminfo: memFree=31364688/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=340212 CPUtime=1062.09 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 40221 0 0 0 106145 64 0 0 20 0 1 0 22669591 348377088 65370 33554432000 4194304 5796924 140734158741760 140734158738872 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 85053 65370 166 392 0 84652 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 340212

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.43 3/177 1178
/proc/meminfo: memFree=31398436/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=261392 CPUtime=1122.08 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 41893 0 0 0 112140 68 0 0 20 0 1 0 22669591 267665408 59124 33554432000 4194304 5796924 140734158741760 140734158738872 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 65348 59124 166 392 0 64947 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 261392

[startup+1182.3 s]
/proc/loadavg: 2.04 1.99 1.47 3/177 1180
/proc/meminfo: memFree=31436936/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=213776 CPUtime=1182.07 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 43408 0 0 0 118135 72 0 0 20 0 1 0 22669591 218906624 50677 33554432000 4194304 5796924 140734158741760 140734158739224 4591848 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 53444 50677 166 392 0 53043 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 213776

[startup+1242.3 s]
/proc/loadavg: 2.07 2.00 1.51 3/178 1184
/proc/meminfo: memFree=31355352/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=346672 CPUtime=1242.06 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 45183 0 0 0 124132 74 0 0 20 0 1 0 22669591 354992128 68285 33554432000 4194304 5796924 140734158741760 140734158738872 4606782 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 86668 68285 166 392 0 86267 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 346672

[startup+1302.3 s]
/proc/loadavg: 2.02 2.00 1.53 3/177 1185
/proc/meminfo: memFree=31390244/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=267016 CPUtime=1302.05 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 46692 0 0 0 130127 78 0 0 20 0 1 0 22669591 273424384 59917 33554432000 4194304 5796924 140734158741760 140734158738872 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 66754 59917 166 392 0 66353 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 267016

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 1.57 3/177 1186
/proc/meminfo: memFree=31349688/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=349604 CPUtime=1362.04 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 47675 0 0 0 136125 79 0 0 20 0 1 0 22669591 357994496 72650 33554432000 4194304 5796924 140734158741760 140734158738872 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 87401 72650 166 392 0 87000 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 349604

[startup+1422.3 s]
/proc/loadavg: 2.08 2.02 1.59 3/177 1187
/proc/meminfo: memFree=31380436/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=274788 CPUtime=1422.04 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 50055 0 0 0 142121 83 0 0 20 0 1 0 22669591 281382912 58427 33554432000 4194304 5796924 140734158741760 140734158738872 4597845 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 68697 58427 166 392 0 68296 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 274788

[startup+1482.3 s]
/proc/loadavg: 2.03 2.02 1.62 3/177 1189
/proc/meminfo: memFree=31353784/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=359652 CPUtime=1482.02 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 51534 0 0 0 148117 85 0 0 20 0 1 0 22669591 368283648 70633 33554432000 4194304 5796924 140734158741760 140734158738872 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 89913 70633 166 392 0 89512 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 359652

[startup+1542.31 s]
/proc/loadavg: 2.08 2.03 1.65 3/177 1190
/proc/meminfo: memFree=31292876/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=363256 CPUtime=1542.01 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 52296 0 0 0 154116 85 0 0 20 0 1 0 22669591 371974144 80082 33554432000 4194304 5796924 140734158741760 140734158738872 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 90814 80082 166 392 0 90413 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 363256

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 1.66 3/177 1191
/proc/meminfo: memFree=31386900/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=284440 CPUtime=1602 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 53942 0 0 0 160111 89 0 0 20 0 1 0 22669591 291266560 59489 33554432000 4194304 5796924 140734158741760 140734158739400 4592010 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 71110 59489 166 392 0 70709 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 284440

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 1.69 3/177 1192
/proc/meminfo: memFree=31328292/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=366796 CPUtime=1661.99 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 54716 0 0 0 166108 91 0 0 20 0 1 0 22669591 375599104 70481 33554432000 4194304 5796924 140734158741760 140734158739400 4606802 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 91699 70481 166 392 0 91298 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 366796

[startup+1722.3 s]
/proc/loadavg: 2.06 2.04 1.71 3/177 1193
/proc/meminfo: memFree=31305236/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=369024 CPUtime=1721.97 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 55294 0 0 0 172106 91 0 0 20 0 1 0 22669591 377880576 80476 33554432000 4194304 5796924 140734158741760 140734158738872 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 92256 80476 166 392 0 91855 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 369024

[startup+1782.3 s]
/proc/loadavg: 2.07 2.04 1.73 3/177 1195
/proc/meminfo: memFree=31362116/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=242632 CPUtime=1781.93 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 56611 0 0 0 178100 93 0 0 20 0 1 0 22669591 248455168 56450 33554432000 4194304 5796924 140734158741760 140734158738872 4594578 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 60658 56450 166 392 0 60257 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 242632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.04 1.73 3/177 1241
/proc/meminfo: memFree=31485412/32872528 swapFree=241348/274052
[pid=1150] ppid=1147 vsize=292720 CPUtime=1800.03 cores=1,3,5,7
/proc/1150/stat : 1150 (naps-1.02) R 1147 1150 309 0 -1 4202496 57434 0 0 0 179909 94 0 0 20 0 1 0 22669591 299745280 60847 33554432000 4194304 5796924 140734158741760 140734158739400 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1150/statm: 73180 60847 166 392 0 72779 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 292720

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 1150 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.05
CPU user time (s): 1799.1
CPU system time (s): 0.950855
CPU usage (%): 99.9801
Max. virtual memory (cumulated for all children) (KiB): 454248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 0.950855
maximum resident set size= 420976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57446
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= 126
involuntary context switches= 1870

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.11038 second user time and 7.49486 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-18 01:29:56
IDJOB=4099559
IDBENCH=1439
IDSOLVER=2544
FILE ID=node107/4099559-1466206196
RUNJOBID= node107-1466206100-326
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-chnl40_41_pb.cnf.cr.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099559-1466206196/watcher-4099559-1466206196 -o /tmp/evaluation-result-4099559-1466206196/solver-4099559-1466206196 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466206100-326 --watchdog 1960  naps-1.02 HOME/instance-4099559-1466206196.opb

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

MD5SUM BENCH= 0beb8de972e873a7bfc16369cb81d469
RANDOM SEED=421893378

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:        31779396 kB
Buffers:           33836 kB
Cached:            61972 kB
SwapCached:         2500 kB
Active:            65416 kB
Inactive:          54048 kB
Active(anon):      23624 kB
Inactive(anon):     2004 kB
Active(file):      41792 kB
Inactive(file):    52044 kB
Unevictable:      274052 kB
Mlocked:          241348 kB
SwapTotal:      67108856 kB
SwapFree:       67099396 kB
Dirty:              8152 kB
Writeback:             0 kB
AnonPages:        295500 kB
Mapped:             7760 kB
Shmem:                 0 kB
Slab:             570308 kB
SReclaimable:      13808 kB
SUnreclaim:       556500 kB
KernelStack:        1456 kB
PageTables:         4748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     411828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 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:56