Trace number 4081855

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr.opb
MD5SUMd3d31f2bec4390bf166702fac3cf6fcc
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 variables2800
Total number of constraints150
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
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.06/1800.40	c 
1800.06/1800.40	c *** TERMINATED *** by signal 15
1800.06/1800.40	s UNKNOWN
1800.06/1800.40	c _____________________________________________________________________________
1800.06/1800.40	c 
1800.06/1800.40	c std/band forms        : 70,0
1800.06/1800.40	c 2cl/3cl ITE-codings   : 2660,0
1800.06/1800.40	c BDD/srt/adr Max costs : 77,0,0
1800.06/1800.40	c BDDraw/bin/mul/srt/adr: 70,0,0,0,0
1800.06/1800.40	c BDD nodes             : 5460
1800.06/1800.40	c Es1/CC detections     : 0,0
1800.06/1800.40	c SAT/UNSAT calls       : 0,0
1800.06/1800.40	c restarts              : 0
1800.06/1800.40	c conflicts             : 0              (0 /sec)
1800.06/1800.40	c decisions             : 0              (0 /sec)
1800.06/1800.40	c propagations          : 0              (0 /sec)
1800.06/1800.40	c inspects              : 0              (0 /sec)
1800.06/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.06/1800.40	c Time for Opt-base     : 0 s
1800.06/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-4081855-1465221213/watcher-4081855-1465221213 -o /tmp/evaluation-result-4081855-1465221213/solver-4081855-1465221213 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1465220629-5807 --watchdog 1960 naps-1.02 HOME/instance-4081855-1465221213.opb 

pid=6350
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: 2.13 2.14 2.05 3/176 6353
/proc/meminfo: memFree=30723332/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=6688 CPUtime=0 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 104054252 6848512 239 33554432000 4194304 5796924 140735525162496 140735555411288 4621249 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6353/statm: 1672 239 127 392 0 1271 0

[startup+0.100164 s]
/proc/loadavg: 2.13 2.14 2.05 3/176 6353
/proc/meminfo: memFree=30723332/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=6632 CPUtime=0.09 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 1531 0 0 0 9 0 0 0 20 0 1 0 104054252 6791168 1234 33554432000 4194304 5796924 140735525162496 140735555411288 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6353/statm: 1658 1234 155 392 0 1257 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6632

[startup+0.200299 s]
/proc/loadavg: 2.13 2.14 2.05 3/176 6353
/proc/meminfo: memFree=30723332/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=8820 CPUtime=0.19 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 1924 0 0 0 19 0 0 0 20 0 1 0 104054252 9031680 1625 33554432000 4194304 5796924 140735525162496 140735525160136 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/6353/statm: 2205 1625 155 392 0 1804 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8820

[startup+0.331791 s]
/proc/loadavg: 2.13 2.14 2.05 3/176 6353
/proc/meminfo: memFree=30723332/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=10628 CPUtime=0.32 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 2302 0 0 0 32 0 0 0 20 0 1 0 104054252 10883072 2002 33554432000 4194304 5796924 140735525162496 140735525160136 4606779 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6353/statm: 2657 2002 155 392 0 2256 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10628

[startup+0.700203 s]
/proc/loadavg: 2.13 2.14 2.05 3/176 6353
/proc/meminfo: memFree=30723332/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=13816 CPUtime=0.68 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 3966 0 0 0 68 0 0 0 20 0 1 0 104054252 14147584 3073 33554432000 4194304 5796924 140735525162496 140735525160136 4611179 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6353/statm: 3454 3073 165 392 0 3053 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13816

[startup+1.50023 s]
/proc/loadavg: 2.12 2.14 2.05 3/177 6354
/proc/meminfo: memFree=30703360/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=25308 CPUtime=1.49 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 4653 0 0 0 148 1 0 0 20 0 1 0 104054252 25915392 5794 33554432000 4194304 5796924 140735525162496 140735525159736 4607258 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6353/statm: 6327 5794 165 392 0 5926 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25308

[startup+3.10024 s]
/proc/loadavg: 2.12 2.14 2.05 3/177 6354
/proc/meminfo: memFree=30681580/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=43984 CPUtime=3.09 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 5313 0 0 0 308 1 0 0 20 0 1 0 104054252 45039616 9517 33554432000 4194304 5796924 140735525162496 140735525160136 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6353/statm: 10996 9517 165 392 0 10595 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43984

[startup+6.30025 s]
/proc/loadavg: 2.12 2.14 2.05 4/177 6354
/proc/meminfo: memFree=30680364/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=65756 CPUtime=6.29 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 6187 0 0 0 627 2 0 0 20 0 1 0 104054252 67334144 13816 33554432000 4194304 5796924 140735525162496 140735525159784 4591861 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6353/statm: 16439 13816 165 392 0 16038 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65756

[startup+12.7002 s]
/proc/loadavg: 2.25 2.16 2.06 3/177 6354
/proc/meminfo: memFree=30652904/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=65864 CPUtime=12.68 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 6490 0 0 0 1266 2 0 0 20 0 1 0 104054252 67444736 14945 33554432000 4194304 5796924 140735525162496 140735525159736 4607229 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6353/statm: 16466 14945 165 392 0 16065 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 65864

[startup+25.5003 s]
/proc/loadavg: 2.21 2.16 2.06 3/177 6354
/proc/meminfo: memFree=30589940/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=130396 CPUtime=25.49 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 8025 0 0 0 2545 4 0 0 20 0 1 0 104054252 133525504 27388 33554432000 4194304 5796924 140735525162496 140735525159960 4606768 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6353/statm: 32599 27388 165 392 0 32198 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 130396

[startup+51.1003 s]
/proc/loadavg: 2.21 2.16 2.06 4/177 6354
/proc/meminfo: memFree=30581756/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=130396 CPUtime=51.08 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 9223 0 0 0 5102 6 0 0 20 0 1 0 104054252 133525504 29442 33554432000 4194304 5796924 140735525162496 140735525159784 4606567 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/6353/statm: 32599 29442 165 392 0 32198 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 130396

[startup+102.3 s]
/proc/loadavg: 2.22 2.16 2.07 3/177 6355
/proc/meminfo: memFree=30574076/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=115584 CPUtime=102.27 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 12372 0 0 0 10216 11 0 0 20 0 1 0 104054252 118358016 27744 33554432000 4194304 5796924 140735525162496 140735525159960 4607201 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 28896 27744 165 392 0 28495 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 115584

[startup+162.3 s]
/proc/loadavg: 2.21 2.16 2.08 3/177 6357
/proc/meminfo: memFree=30492872/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=195724 CPUtime=162.25 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 15442 0 0 0 16209 16 0 0 20 0 1 0 104054252 200421376 43761 33554432000 4194304 5796924 140735525162496 140735525160136 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 48931 43761 165 392 0 48530 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 195724

[startup+222.307 s]
/proc/loadavg: 2.08 2.13 2.07 3/177 6358
/proc/meminfo: memFree=30520080/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=166176 CPUtime=222.25 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 17650 0 0 0 22204 21 0 0 20 0 1 0 104054252 170164224 36844 33554432000 4194304 5796924 140735525162496 140735525159784 4607198 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 41544 36844 165 392 0 41143 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 166176

[startup+282.3 s]
/proc/loadavg: 2.17 2.14 2.07 3/177 6359
/proc/meminfo: memFree=30476744/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=196996 CPUtime=282.24 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 19512 0 0 0 28199 25 0 0 20 0 1 0 104054252 201723904 43082 33554432000 4194304 5796924 140735525162496 140735525160136 4606789 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 49249 43082 165 392 0 48848 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 196996

[startup+342.3 s]
/proc/loadavg: 2.25 2.16 2.08 3/177 6360
/proc/meminfo: memFree=30453780/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=196996 CPUtime=342.22 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 20792 0 0 0 34194 28 0 0 20 0 1 0 104054252 201723904 48204 33554432000 4194304 5796924 140735525162496 140735525160136 4606789 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 49249 48204 165 392 0 48848 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 196996

[startup+402.3 s]
/proc/loadavg: 2.14 2.14 2.08 3/178 6364
/proc/meminfo: memFree=30477136/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=196996 CPUtime=402.2 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 22997 0 0 0 40188 32 0 0 20 0 1 0 104054252 201723904 42060 33554432000 4194304 5796924 140735525162496 140735525160136 4606768 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 49249 42060 165 392 0 48848 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 196996

[startup+462.3 s]
/proc/loadavg: 2.27 2.17 2.10 3/178 6389
/proc/meminfo: memFree=30463780/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=196996 CPUtime=462.19 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 24263 0 0 0 46183 36 0 0 20 0 1 0 104054252 201723904 45132 33554432000 4194304 5796924 140735525162496 140735525160136 4606782 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 49249 45132 165 392 0 48848 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 196996

[startup+522.3 s]
/proc/loadavg: 2.31 2.20 2.11 3/177 6482
/proc/meminfo: memFree=30522112/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=196996 CPUtime=522.18 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 25529 0 0 0 52179 39 0 0 20 0 1 0 104054252 201723904 46156 33554432000 4194304 5796924 140735525162496 140735525160136 4607212 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 49249 46156 165 392 0 48848 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 196996

[startup+582.3 s]
/proc/loadavg: 2.23 2.19 2.11 3/177 6483
/proc/meminfo: memFree=30463660/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=196996 CPUtime=582.17 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 26793 0 0 0 58174 43 0 0 20 0 1 0 104054252 201723904 47692 33554432000 4194304 5796924 140735525162496 140735525160136 4592059 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 49249 47692 165 392 0 48848 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 196996


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


[startup+882.307 s]
/proc/loadavg: 2.15 2.14 2.09 3/177 6489
/proc/meminfo: memFree=30297276/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=271956 CPUtime=882.13 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 39301 0 0 0 88155 58 0 0 20 0 1 0 104054252 278482944 57596 33554432000 4194304 5796924 140735525162496 140735525160136 4606779 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 67989 57596 165 392 0 67588 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 271956

[startup+942.3 s]
/proc/loadavg: 2.16 2.14 2.09 3/177 6490
/proc/meminfo: memFree=30245068/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=356736 CPUtime=942.12 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 40578 0 0 0 94153 59 0 0 20 0 1 0 104054252 365297664 70115 33554432000 4194304 5796924 140735525162496 140735525159608 4607232 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 89184 70115 165 392 0 88783 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 356736

[startup+1002.3 s]
/proc/loadavg: 2.17 2.16 2.10 3/178 6494
/proc/meminfo: memFree=30290048/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=277680 CPUtime=1002.11 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 42366 0 0 0 100149 62 0 0 20 0 1 0 104054252 284344320 61888 33554432000 4194304 5796924 140735525162496 140735525160136 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 69420 61888 165 392 0 69019 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 277680

[startup+1062.3 s]
/proc/loadavg: 2.19 2.16 2.10 3/177 6496
/proc/meminfo: memFree=30250688/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=361960 CPUtime=1062.1 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 43573 0 0 0 106147 63 0 0 20 0 1 0 104054252 370647040 72287 33554432000 4194304 5796924 140735525162496 140735525159608 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 90490 72287 165 392 0 90089 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 361960

[startup+1122.3 s]
/proc/loadavg: 2.12 2.14 2.09 3/177 6497
/proc/meminfo: memFree=30245800/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=284412 CPUtime=1122.09 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 45197 0 0 0 112143 66 0 0 20 0 1 0 104054252 291237888 63429 33554432000 4194304 5796924 140735525162496 140735525160136 4606799 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 71103 63429 165 392 0 70702 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 284412

[startup+1182.3 s]
/proc/loadavg: 2.21 2.16 2.10 4/177 6498
/proc/meminfo: memFree=30223084/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=367148 CPUtime=1182.08 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 46111 0 0 0 118141 67 0 0 20 0 1 0 104054252 375959552 74051 33554432000 4194304 5796924 140735525162496 140735525159608 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 91787 74051 165 392 0 91386 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 367148

[startup+1242.3 s]
/proc/loadavg: 2.20 2.16 2.10 3/177 6499
/proc/meminfo: memFree=30299604/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=288516 CPUtime=1242.07 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 47480 0 0 0 124138 69 0 0 20 0 1 0 104054252 295440384 61831 33554432000 4194304 5796924 140735525162496 140735525160136 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 72129 61831 165 392 0 71728 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 288516

[startup+1302.3 s]
/proc/loadavg: 2.19 2.16 2.10 3/177 6500
/proc/meminfo: memFree=30217508/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=370072 CPUtime=1302.04 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 48258 0 0 0 130132 72 0 0 20 0 1 0 104054252 378953728 73327 33554432000 4194304 5796924 140735525162496 140735525160136 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 92518 73327 165 392 0 92117 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 370072

[startup+1362.3 s]
/proc/loadavg: 2.22 2.17 2.10 4/177 6502
/proc/meminfo: memFree=30217616/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=374368 CPUtime=1362.03 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 49146 0 0 0 136131 72 0 0 20 0 1 0 104054252 383352832 80858 33554432000 4194304 5796924 140735525162496 140735525159608 4606495 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 93592 80858 165 392 0 93191 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 374368

[startup+1422.3 s]
/proc/loadavg: 2.23 2.18 2.10 3/177 6503
/proc/meminfo: memFree=30220320/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=293488 CPUtime=1422.03 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 49942 0 0 0 142127 76 0 0 20 0 1 0 104054252 300531712 68487 33554432000 4194304 5796924 140735525162496 140735525159608 4606789 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 73372 68487 165 392 0 72971 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 293488

[startup+1482.3 s]
/proc/loadavg: 2.13 2.16 2.10 3/177 6504
/proc/meminfo: memFree=30287156/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=246912 CPUtime=1482.01 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 51790 0 0 0 148121 80 0 0 20 0 1 0 104054252 252837888 57167 33554432000 4194304 5796924 140735525162496 140735525159960 4607209 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 61728 57167 165 392 0 61327 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 246912

[startup+1542.31 s]
/proc/loadavg: 2.25 2.19 2.11 4/177 6505
/proc/meminfo: memFree=30263560/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=297168 CPUtime=1542.01 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 52166 0 0 0 154120 81 0 0 20 0 1 0 104054252 304300032 70828 33554432000 4194304 5796924 140735525162496 140735525159608 4607194 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 74292 70828 165 392 0 73891 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 297168

[startup+1602.3 s]
/proc/loadavg: 2.23 2.20 2.11 4/178 6509
/proc/meminfo: memFree=30194576/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=380408 CPUtime=1601.99 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 53245 0 0 0 160116 83 0 0 20 0 1 0 104054252 389537792 79057 33554432000 4194304 5796924 140735525162496 140735525159608 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 95102 79057 165 392 0 94701 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 380408

[startup+1662.3 s]
/proc/loadavg: 2.23 2.20 2.12 3/177 6511
/proc/meminfo: memFree=30230524/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=300680 CPUtime=1661.98 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 54299 0 0 0 166112 86 0 0 20 0 1 0 104054252 307896320 63364 33554432000 4194304 5796924 140735525162496 140735525160136 4607174 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 75170 63364 165 392 0 74769 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 300680

[startup+1722.3 s]
/proc/loadavg: 2.20 2.20 2.12 4/177 6512
/proc/meminfo: memFree=30207440/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=392932 CPUtime=1721.97 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 57413 0 0 0 172109 88 0 0 20 0 1 0 104054252 402362368 81292 33554432000 4194304 5796924 140735525162496 140735525159608 4606779 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 98233 81292 165 392 0 97832 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 392932

[startup+1782.3 s]
/proc/loadavg: 2.29 2.21 2.12 4/177 6513
/proc/meminfo: memFree=30238708/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=265452 CPUtime=1781.97 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 58705 0 0 0 178106 91 0 0 20 0 1 0 104054252 271822848 64298 33554432000 4194304 5796924 140735525162496 140735525159608 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 66363 64298 165 392 0 65962 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 265452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.23 2.20 2.12 3/177 6513
/proc/meminfo: memFree=30200724/32872528 swapFree=14956/1314940
[pid=6353] ppid=6350 vsize=315816 CPUtime=1800.06 cores=0,2,4,6
/proc/6353/stat : 6353 (naps-1.02) R 6350 6353 5791 0 -1 4202496 59079 0 0 0 179914 92 0 0 20 0 1 0 104054252 323395584 68248 33554432000 4194304 5796924 140735525162496 140735525159608 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/6353/statm: 78954 68248 165 392 0 78553 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 315816

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 6353 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.08
CPU user time (s): 1799.15
CPU system time (s): 0.929858
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 476856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 0.929858
maximum resident set size= 415848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59091
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= 70
involuntary context switches= 2066

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.32834 second user time and 7.19191 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-06 15:53:33
IDJOB=4081855
IDBENCH=1390
IDSOLVER=2544
FILE ID=node131/4081855-1465221213
RUNJOBID= node131-1465220629-5807
PBS_JOBID= 19843221
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= d3d31f2bec4390bf166702fac3cf6fcc
RANDOM SEED=350128337

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30724224 kB
Buffers:           10568 kB
Cached:           104688 kB
SwapCached:         4728 kB
Active:            73368 kB
Inactive:          61644 kB
Active(anon):      17876 kB
Inactive(anon):     4048 kB
Active(file):      55492 kB
Inactive(file):    57596 kB
Unevictable:     1314940 kB
Mlocked:           14956 kB
SwapTotal:      67108856 kB
SwapFree:       67095960 kB
Dirty:              8144 kB
Writeback:             0 kB
AnonPages:       1330732 kB
Mapped:             7920 kB
Shmem:                 0 kB
Slab:             566624 kB
SReclaimable:      10512 kB
SUnreclaim:       556112 kB
KernelStack:        1456 kB
PageTables:         6380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1446452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1304576 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= 71732 MiB
End job on node131 at 2016-06-06 16:23:33