Trace number 4081856

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS 1.02? (TO) 1800.03 1800.31

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr.opb
MD5SUMb95bbeb851a52866877e397310a0a770
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.022996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3600
Total number of constraints170
Number of constraints which are clauses90
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 constraint45
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 46
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.01/1800.30	c 
1800.01/1800.30	c *** TERMINATED *** by signal 15
1800.01/1800.30	s UNKNOWN
1800.01/1800.30	c _____________________________________________________________________________
1800.01/1800.30	c 
1800.01/1800.30	c std/band forms        : 80,0
1800.01/1800.30	c 2cl/3cl ITE-codings   : 3440,0
1800.01/1800.30	c BDD/srt/adr Max costs : 87,0,0
1800.01/1800.30	c BDDraw/bin/mul/srt/adr: 80,0,0,0,0
1800.01/1800.30	c BDD nodes             : 7040
1800.01/1800.30	c Es1/CC detections     : 0,0
1800.01/1800.30	c SAT/UNSAT calls       : 0,0
1800.01/1800.30	c restarts              : 0
1800.01/1800.30	c conflicts             : 0              (0 /sec)
1800.01/1800.30	c decisions             : 0              (0 /sec)
1800.01/1800.30	c propagations          : 0              (0 /sec)
1800.01/1800.30	c inspects              : 0              (0 /sec)
1800.01/1800.30	c CPU time (solving tm) : 1799 s        (0 s)
1800.01/1800.30	c Time for Opt-base     : 0 s
1800.01/1800.30	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4081856-1465221715/watcher-4081856-1465221715 -o /tmp/evaluation-result-4081856-1465221715/solver-4081856-1465221715 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465217932-31036 --watchdog 1960 naps-1.02 HOME/instance-4081856-1465221715.opb 

pid=1832
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: 2.13 2.19 2.13 3/177 1835
/proc/meminfo: memFree=30741076/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=6692 CPUtime=0 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 104106180 6852608 244 33554432000 4194304 5796924 140734498982000 140737222439672 5151211 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 1673 244 127 392 0 1272 0

[startup+0.100163 s]
/proc/loadavg: 2.13 2.19 2.13 3/177 1835
/proc/meminfo: memFree=30741076/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=10068 CPUtime=0.09 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 1315 0 0 0 9 0 0 0 20 0 1 0 104106180 10309632 1121 33554432000 4194304 5796924 140734498982000 140737222439672 4621249 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 2517 1121 140 392 0 2116 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10068

[startup+0.200302 s]
/proc/loadavg: 2.13 2.19 2.13 3/177 1835
/proc/meminfo: memFree=30741076/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=9560 CPUtime=0.19 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 2146 0 0 0 19 0 0 0 20 0 1 0 104106180 9789440 1788 33554432000 4194304 5796924 140734498982000 140737222439672 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 2390 1788 155 392 0 1989 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9560

[startup+0.300288 s]
/proc/loadavg: 2.13 2.19 2.13 3/177 1835
/proc/meminfo: memFree=30741076/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=11236 CPUtime=0.29 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 2491 0 0 0 29 0 0 0 20 0 1 0 104106180 11505664 2130 33554432000 4194304 5796924 140734498982000 140737222439672 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 2809 2130 155 392 0 2408 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11236

[startup+0.700284 s]
/proc/loadavg: 2.13 2.19 2.13 3/177 1835
/proc/meminfo: memFree=30741076/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=14644 CPUtime=0.69 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 4407 0 0 0 69 0 0 0 20 0 1 0 104106180 14995456 3233 33554432000 4194304 5796924 140734498982000 140737222439672 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 3661 3233 166 392 0 3260 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14644

[startup+1.50029 s]
/proc/loadavg: 2.13 2.19 2.13 3/178 1836
/proc/meminfo: memFree=30720832/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=26292 CPUtime=1.49 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 5378 0 0 0 149 0 0 0 20 0 1 0 104106180 26923008 6223 33554432000 4194304 5796924 140734498982000 140734498979240 4928562 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 6573 6223 166 392 0 6172 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26292

[startup+3.1003 s]
/proc/loadavg: 2.12 2.18 2.13 3/178 1836
/proc/meminfo: memFree=30703716/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=44968 CPUtime=3.08 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 6469 0 0 0 308 0 0 0 20 0 1 0 104106180 46047232 10378 33554432000 4194304 5796924 140734498982000 140734498979640 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 11242 10378 166 392 0 10841 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44968

[startup+6.30023 s]
/proc/loadavg: 2.12 2.18 2.13 3/178 1882
/proc/meminfo: memFree=30831236/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=70860 CPUtime=6.29 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 7624 0 0 0 628 1 0 0 20 0 1 0 104106180 72560640 16053 33554432000 4194304 5796924 140734498982000 140734498979288 4606799 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 17715 16053 166 392 0 17314 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70860

[startup+12.7003 s]
/proc/loadavg: 2.25 2.21 2.14 3/177 1882
/proc/meminfo: memFree=30827328/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=70968 CPUtime=12.69 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 8310 0 0 0 1267 2 0 0 20 0 1 0 104106180 72671232 16369 33554432000 4194304 5796924 140734498982000 140734498979288 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 17742 16369 166 392 0 17341 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70968

[startup+25.5004 s]
/proc/loadavg: 2.21 2.20 2.14 3/177 1882
/proc/meminfo: memFree=30739784/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=150696 CPUtime=25.48 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 9346 0 0 0 2545 3 0 0 20 0 1 0 104106180 154312704 28403 33554432000 4194304 5796924 140734498982000 140734498979464 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 37674 28403 166 392 0 37273 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 150696

[startup+51.1003 s]
/proc/loadavg: 2.14 2.18 2.13 3/177 1882
/proc/meminfo: memFree=30733404/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=150696 CPUtime=51.07 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 10455 0 0 0 5102 5 0 0 20 0 1 0 104106180 154312704 29939 33554432000 4194304 5796924 140734498982000 140734498979288 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 37674 29939 166 392 0 37273 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 150696

[startup+102.3 s]
/proc/loadavg: 2.16 2.18 2.13 3/177 1883
/proc/meminfo: memFree=30679264/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=181516 CPUtime=102.28 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 12744 0 0 0 10218 10 0 0 20 0 1 0 104106180 185872384 35638 33554432000 4194304 5796924 140734498982000 140734498979640 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 45379 35638 166 392 0 44978 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 181516

[startup+162.3 s]
/proc/loadavg: 2.17 2.18 2.13 3/177 1884
/proc/meminfo: memFree=30583728/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=193240 CPUtime=162.26 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 15284 0 0 0 16211 15 0 0 20 0 1 0 104106180 197877760 45147 33554432000 4194304 5796924 140734498982000 140734498979640 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 48310 45147 166 392 0 47909 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 193240

[startup+222.307 s]
/proc/loadavg: 2.17 2.17 2.13 3/177 1886
/proc/meminfo: memFree=30631208/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=162420 CPUtime=222.26 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 17032 0 0 0 22206 20 0 0 20 0 1 0 104106180 166318080 36376 33554432000 4194304 5796924 140734498982000 140734498979464 4583113 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 40605 36376 166 392 0 40204 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 162420

[startup+282.3 s]
/proc/loadavg: 2.22 2.18 2.14 3/177 1887
/proc/meminfo: memFree=30612788/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=162420 CPUtime=282.24 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 18228 0 0 0 28202 22 0 0 20 0 1 0 104106180 166318080 39960 33554432000 4194304 5796924 140734498982000 140734498979464 4591910 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 40605 39960 166 392 0 40204 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 162420

[startup+342.3 s]
/proc/loadavg: 2.17 2.18 2.14 3/177 1888
/proc/meminfo: memFree=30566464/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=193240 CPUtime=342.23 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 20012 0 0 0 34197 26 0 0 20 0 1 0 104106180 197877760 46171 33554432000 4194304 5796924 140734498982000 140734498979640 4606799 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 48310 46171 166 392 0 47909 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 193240

[startup+402.3 s]
/proc/loadavg: 2.10 2.16 2.13 3/177 1889
/proc/meminfo: memFree=30507856/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=243328 CPUtime=402.22 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 21527 0 0 0 40191 31 0 0 20 0 1 0 104106180 249167872 54664 33554432000 4194304 5796924 140734498982000 140734498979640 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 60832 54664 166 392 0 60431 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 243328

[startup+462.3 s]
/proc/loadavg: 2.14 2.16 2.13 4/177 1890
/proc/meminfo: memFree=30598932/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=162420 CPUtime=462.21 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 23007 0 0 0 46185 36 0 0 20 0 1 0 104106180 166318080 38936 33554432000 4194304 5796924 140734498982000 140734498979464 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 40605 38936 166 392 0 40204 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 162420

[startup+522.3 s]
/proc/loadavg: 2.21 2.17 2.13 3/178 1895
/proc/meminfo: memFree=30524416/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=243328 CPUtime=522.2 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 23926 0 0 0 52182 38 0 0 20 0 1 0 104106180 249167872 57736 33554432000 4194304 5796924 140734498982000 140734498979640 4591930 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 60832 57736 166 392 0 60431 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 243328

[startup+582.3 s]
/proc/loadavg: 2.19 2.17 2.13 3/177 1896
/proc/meminfo: memFree=30475640/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=243328 CPUtime=582.2 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 25121 0 0 0 58179 41 0 0 20 0 1 0 104106180 249167872 57224 33554432000 4194304 5796924 140734498982000 140734498979640 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 60832 57224 166 392 0 60431 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 243328


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


[startup+942.3 s]
/proc/loadavg: 2.21 2.16 2.13 3/177 1903
/proc/meminfo: memFree=30454456/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=252480 CPUtime=942.14 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 31906 0 0 0 94164 50 0 0 20 0 1 0 104106180 258539520 57571 33554432000 4194304 5796924 140734498982000 140734498979112 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 63120 57571 166 392 0 62719 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 252480

[startup+1002.3 s]
/proc/loadavg: 2.21 2.16 2.12 3/177 1904
/proc/meminfo: memFree=30458924/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=338852 CPUtime=1002.13 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 33445 0 0 0 100162 51 0 0 20 0 1 0 104106180 346984448 67723 33554432000 4194304 5796924 140734498982000 140734498979112 4606708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 84713 67723 166 392 0 84312 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 338852

[startup+1062.3 s]
/proc/loadavg: 2.27 2.19 2.14 3/177 1905
/proc/meminfo: memFree=30475568/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=258944 CPUtime=1062.12 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 34917 0 0 0 106159 53 0 0 20 0 1 0 104106180 265158656 54145 33554432000 4194304 5796924 140734498982000 140734498979640 4607241 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 64736 54145 166 392 0 64335 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 258944

[startup+1122.3 s]
/proc/loadavg: 2.13 2.16 2.13 3/178 1910
/proc/meminfo: memFree=30411236/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=260396 CPUtime=1122.11 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 35190 0 0 0 112157 54 0 0 20 0 1 0 104106180 266645504 63105 33554432000 4194304 5796924 140734498982000 140734498979112 4606534 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 65099 63105 166 392 0 64698 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 260396

[startup+1182.3 s]
/proc/loadavg: 2.24 2.18 2.13 3/177 1911
/proc/meminfo: memFree=30422844/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=345676 CPUtime=1182.1 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 36691 0 0 0 118155 55 0 0 20 0 1 0 104106180 353972224 71244 33554432000 4194304 5796924 140734498982000 140734498979112 4596110 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 86419 71244 166 392 0 86018 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 345676

[startup+1242.3 s]
/proc/loadavg: 2.22 2.19 2.14 3/177 1912
/proc/meminfo: memFree=30443992/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=264996 CPUtime=1242.09 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 37974 0 0 0 124150 59 0 0 20 0 1 0 104106180 271355904 56876 33554432000 4194304 5796924 140734498982000 140734498979640 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 66249 56876 166 392 0 65848 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 264996

[startup+1302.3 s]
/proc/loadavg: 2.09 2.15 2.13 4/177 1913
/proc/meminfo: memFree=30456232/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=347352 CPUtime=1302.09 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 38875 0 0 0 130148 61 0 0 20 0 1 0 104106180 355688448 67484 33554432000 4194304 5796924 140734498982000 140734498979112 4583342 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 86838 67484 166 392 0 86437 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 347352

[startup+1362.3 s]
/proc/loadavg: 2.10 2.15 2.12 3/177 1914
/proc/meminfo: memFree=30363576/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=219384 CPUtime=1362.08 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 39953 0 0 0 136145 63 0 0 20 0 1 0 104106180 224649216 47799 33554432000 4194304 5796924 140734498982000 140734498979112 4607241 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 54846 47799 166 392 0 54445 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 219384

[startup+1422.3 s]
/proc/loadavg: 2.15 2.15 2.12 3/177 1916
/proc/meminfo: memFree=30468704/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=269640 CPUtime=1422.07 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 40808 0 0 0 142143 64 0 0 20 0 1 0 104106180 276111360 58871 33554432000 4194304 5796924 140734498982000 140734498979640 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 67410 58871 166 392 0 67009 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 269640

[startup+1482.3 s]
/proc/loadavg: 2.20 2.16 2.13 3/177 1917
/proc/meminfo: memFree=30395280/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=351868 CPUtime=1482.06 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 41695 0 0 0 148140 66 0 0 20 0 1 0 104106180 360312832 67418 33554432000 4194304 5796924 140734498982000 140734498979640 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 87967 67418 166 392 0 87566 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 351868

[startup+1542.31 s]
/proc/loadavg: 2.23 2.18 2.13 4/177 1918
/proc/meminfo: memFree=30329260/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=354192 CPUtime=1542.05 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 42169 0 0 0 154139 66 0 0 20 0 1 0 104106180 362692608 74024 33554432000 4194304 5796924 140734498982000 140734498979112 4606579 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 88548 74024 166 392 0 88147 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 354192

[startup+1602.3 s]
/proc/loadavg: 2.16 2.16 2.13 3/177 1919
/proc/meminfo: memFree=30436612/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=274772 CPUtime=1602.03 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 43754 0 0 0 160134 69 0 0 20 0 1 0 104106180 281366528 57909 33554432000 4194304 5796924 140734498982000 140734498979640 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 68693 57909 166 392 0 68292 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 274772

[startup+1662.3 s]
/proc/loadavg: 2.27 2.19 2.14 3/177 1920
/proc/meminfo: memFree=30406088/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=232712 CPUtime=1662.02 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 46774 0 0 0 166129 73 0 0 20 0 1 0 104106180 238297088 53447 33554432000 4194304 5796924 140734498982000 140734498979464 4593716 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 58178 53447 166 392 0 57777 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 232712

[startup+1722.3 s]
/proc/loadavg: 2.31 2.21 2.15 4/177 1924
/proc/meminfo: memFree=30306704/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=403072 CPUtime=1722.01 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 57514 0 0 0 172121 80 0 0 20 0 1 0 104106180 412745728 88198 33554432000 4194304 5796924 140734498982000 140734498979112 4606514 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 100768 88198 166 392 0 100367 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 403072

[startup+1782.3 s]
/proc/loadavg: 2.23 2.21 2.15 3/177 1926
/proc/meminfo: memFree=30295856/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=417408 CPUtime=1782 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 62639 0 0 0 178114 86 0 0 20 0 1 0 104106180 427425792 83277 33554432000 4194304 5796924 140734498982000 140734498979640 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 104352 83277 166 392 0 103951 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 417408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.18 2.20 2.15 3/177 1926
/proc/meminfo: memFree=30269916/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=418324 CPUtime=1800.01 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 62847 0 0 0 179914 87 0 0 20 0 1 0 104106180 428363776 88084 33554432000 4194304 5796924 140734498982000 140734498979112 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 104581 88084 166 392 0 104180 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 418324

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

[startup+1800.3 s]
/proc/loadavg: 2.18 2.20 2.15 3/177 1926
/proc/meminfo: memFree=30269916/32872528 swapFree=13072/1184284
[pid=1835] ppid=1832 vsize=418324 CPUtime=1800.01 cores=1,3,5,7
/proc/1835/stat : 1835 (naps-1.02) R 1832 1835 31019 0 -1 4202496 62847 0 0 0 179914 87 0 0 20 0 1 0 104106180 428363776 88084 33554432000 4194304 5796924 140734498982000 140734498979112 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1835/statm: 104581 88084 166 392 0 104180 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 418324

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.03
CPU user time (s): 1799.15
CPU system time (s): 0.883865
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 444328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 0.883865
maximum resident set size= 450808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62859
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= 20
involuntary context switches= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.67929 second user time and 6.78597 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-06 16:01:55
IDJOB=4081856
IDBENCH=1410
IDSOLVER=2544
FILE ID=node115/4081856-1465221715
RUNJOBID= node115-1465217932-31036
PBS_JOBID= 19843209
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= b95bbeb851a52866877e397310a0a770
RANDOM SEED=1964273059

node115.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.174
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.34
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.174
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.56
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.174
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.174
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.57
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.174
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.174
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.57
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.174
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.57
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.174
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:        30741968 kB
Buffers:            7816 kB
Cached:            64100 kB
SwapCached:         1656 kB
Active:           211132 kB
Inactive:          27080 kB
Active(anon):     167108 kB
Inactive(anon):     1268 kB
Active(file):      44024 kB
Inactive(file):    25812 kB
Unevictable:     1184284 kB
Mlocked:           13072 kB
SwapTotal:      67108856 kB
SwapFree:       67098364 kB
Dirty:              3904 kB
Writeback:             0 kB
AnonPages:       1358080 kB
Mapped:             7776 kB
Shmem:                 0 kB
Slab:             566028 kB
SReclaimable:       9920 kB
SUnreclaim:       556108 kB
KernelStack:        1456 kB
PageTables:         6460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1488532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1284096 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= 71736 MiB
End job on node115 at 2016-06-06 16:31:55