Trace number 4081853

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl30_35_pb.cnf.cr.opb
MD5SUM55203b98fb707e386dea9ef4475d45f9
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.016997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2100
Total number of constraints130
Number of constraints which are clauses70
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
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 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
1800.09/1800.40	c 
1800.09/1800.40	c *** TERMINATED *** by signal 15
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c _____________________________________________________________________________
1800.09/1800.40	c 
1800.09/1800.40	c std/band forms        : 60,0
1800.09/1800.40	c 2cl/3cl ITE-codings   : 1980,0
1800.09/1800.40	c BDD/srt/adr Max costs : 67,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 60,0,0,0,0
1800.09/1800.40	c BDD nodes             : 4080
1800.09/1800.40	c Es1/CC detections     : 0,0
1800.09/1800.40	c SAT/UNSAT calls       : 0,0
1800.09/1800.40	c restarts              : 0
1800.09/1800.40	c conflicts             : 0              (0 /sec)
1800.09/1800.40	c decisions             : 0              (0 /sec)
1800.09/1800.40	c propagations          : 0              (0 /sec)
1800.09/1800.40	c inspects              : 0              (0 /sec)
1800.09/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.09/1800.40	c Time for Opt-base     : 0 s
1800.09/1800.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

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

pid=1878
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.12 2.18 2.13 3/177 1881
/proc/meminfo: memFree=30890492/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=6688 CPUtime=0 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 104106527 6848512 243 33554432000 4194304 5796924 140736450555792 140736727138552 4621249 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 1672 243 127 392 0 1271 0

[startup+0.100158 s]
/proc/loadavg: 2.12 2.18 2.13 3/177 1881
/proc/meminfo: memFree=30890492/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=5944 CPUtime=0.09 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 1327 0 0 0 9 0 0 0 20 0 1 0 104106527 6086656 1078 33554432000 4194304 5796924 140736450555792 140736727138552 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 1486 1078 155 392 0 1085 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5944

[startup+0.200288 s]
/proc/loadavg: 2.12 2.18 2.13 3/177 1881
/proc/meminfo: memFree=30890492/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=7740 CPUtime=0.19 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 1667 0 0 0 19 0 0 0 20 0 1 0 104106527 7925760 1418 33554432000 4194304 5796924 140736450555792 140736727138552 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 1935 1418 155 392 0 1534 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7740

[startup+0.300263 s]
/proc/loadavg: 2.12 2.18 2.13 3/177 1881
/proc/meminfo: memFree=30890492/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=9552 CPUtime=0.29 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 1947 0 0 0 29 0 0 0 20 0 1 0 104106527 9781248 1697 33554432000 4194304 5796924 140736450555792 140736727138552 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 2388 1697 155 392 0 1987 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9552

[startup+0.700288 s]
/proc/loadavg: 2.12 2.18 2.13 3/177 1881
/proc/meminfo: memFree=30890492/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=14340 CPUtime=0.69 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 3629 0 0 0 69 0 0 0 20 0 1 0 104106527 14684160 2927 33554432000 4194304 5796924 140736450555792 140736450553032 4591871 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 3585 2927 165 392 0 3184 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14340

[startup+1.50028 s]
/proc/loadavg: 2.12 2.18 2.13 3/178 1882
/proc/meminfo: memFree=30858540/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=22264 CPUtime=1.48 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 4341 0 0 0 148 0 0 0 20 0 1 0 104106527 22798336 4972 33554432000 4194304 5796924 140736450555792 140736450553032 4595284 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 5566 4972 165 392 0 5165 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22264

[startup+3.10024 s]
/proc/loadavg: 2.12 2.18 2.13 3/178 1882
/proc/meminfo: memFree=30831236/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=40940 CPUtime=3.09 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 5606 0 0 0 308 1 0 0 20 0 1 0 104106527 41922560 8769 33554432000 4194304 5796924 140736450555792 140736450553032 4611179 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 10235 8769 165 392 0 9834 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40940

[startup+6.30029 s]
/proc/loadavg: 2.19 2.20 2.14 4/177 1882
/proc/meminfo: memFree=30836532/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=40940 CPUtime=6.29 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 5631 0 0 0 628 1 0 0 20 0 1 0 104106527 41922560 9815 33554432000 4194304 5796924 140736450555792 140736450552856 4607192 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 10235 9815 165 392 0 9834 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40940

[startup+12.7003 s]
/proc/loadavg: 2.25 2.21 2.14 3/177 1882
/proc/meminfo: memFree=30789792/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=53840 CPUtime=12.69 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 6229 0 0 0 1267 2 0 0 20 0 1 0 104106527 55132160 12654 33554432000 4194304 5796924 140736450555792 140736450553032 4592031 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 13460 12654 165 392 0 13059 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53840

[startup+25.5004 s]
/proc/loadavg: 2.20 2.20 2.14 3/177 1882
/proc/meminfo: memFree=30697212/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=133508 CPUtime=25.49 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 7200 0 0 0 2546 3 0 0 20 0 1 0 104106527 136712192 24354 33554432000 4194304 5796924 140736450555792 140736450553080 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 33377 24354 165 392 0 32976 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 133508

[startup+51.1004 s]
/proc/loadavg: 2.21 2.20 2.14 4/177 1882
/proc/meminfo: memFree=30693376/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=133508 CPUtime=51.08 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 8105 0 0 0 5104 4 0 0 20 0 1 0 104106527 136712192 24866 33554432000 4194304 5796924 140736450555792 140736450553080 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 33377 24866 165 392 0 32976 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 133508

[startup+102.3 s]
/proc/loadavg: 2.16 2.18 2.13 3/177 1883
/proc/meminfo: memFree=30640908/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=146604 CPUtime=102.27 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 10638 0 0 0 10220 7 0 0 20 0 1 0 104106527 150122496 32611 33554432000 4194304 5796924 140736450555792 140736450553080 4607212 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 36651 32611 165 392 0 36250 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 146604

[startup+162.3 s]
/proc/loadavg: 2.17 2.18 2.13 4/177 1884
/proc/meminfo: memFree=30575536/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=177424 CPUtime=162.26 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 12280 0 0 0 16217 9 0 0 20 0 1 0 104106527 181682176 39334 33554432000 4194304 5796924 140736450555792 140736450553432 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 44356 39334 165 392 0 43955 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 177424

[startup+222.307 s]
/proc/loadavg: 2.17 2.17 2.13 3/177 1886
/proc/meminfo: memFree=30618920/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=146604 CPUtime=222.25 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 13789 0 0 0 22213 12 0 0 20 0 1 0 104106527 150122496 36195 33554432000 4194304 5796924 140736450555792 140736450553080 4607171 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 36651 36195 165 392 0 36250 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 146604

[startup+282.3 s]
/proc/loadavg: 2.22 2.18 2.14 3/177 1887
/proc/meminfo: memFree=30600256/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=177424 CPUtime=282.25 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 16473 0 0 0 28208 17 0 0 20 0 1 0 104106527 181682176 38310 33554432000 4194304 5796924 140736450555792 140736450553432 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 44356 38310 165 392 0 43955 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 177424

[startup+342.3 s]
/proc/loadavg: 2.17 2.18 2.14 3/177 1888
/proc/meminfo: memFree=30556224/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=194528 CPUtime=342.23 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 20401 0 0 0 34201 22 0 0 20 0 1 0 104106527 199196672 43098 33554432000 4194304 5796924 140736450555792 140736450553432 4606495 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 48632 43098 165 392 0 48231 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 194528

[startup+402.3 s]
/proc/loadavg: 2.10 2.16 2.13 3/177 1889
/proc/meminfo: memFree=30540576/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=163708 CPUtime=402.22 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 22263 0 0 0 40196 26 0 0 20 0 1 0 104106527 167636992 39447 33554432000 4194304 5796924 140736450555792 140736450553256 4607609 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 40927 39447 165 392 0 40526 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 163708

[startup+462.3 s]
/proc/loadavg: 2.14 2.16 2.13 3/177 1890
/proc/meminfo: memFree=30586896/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=194528 CPUtime=462.22 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 24236 0 0 0 46192 30 0 0 20 0 1 0 104106527 199196672 42074 33554432000 4194304 5796924 140736450555792 140736450553432 4606799 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 48632 42074 165 392 0 48231 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 194528

[startup+522.3 s]
/proc/loadavg: 2.19 2.17 2.13 3/178 1895
/proc/meminfo: memFree=30591056/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=194528 CPUtime=522.2 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 25626 0 0 0 52187 33 0 0 20 0 1 0 104106527 199196672 42074 33554432000 4194304 5796924 140736450555792 140736450553432 4606708 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 48632 42074 165 392 0 48231 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 194528

[startup+582.3 s]
/proc/loadavg: 2.19 2.17 2.13 3/177 1896
/proc/meminfo: memFree=30471668/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=244616 CPUtime=582.2 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 25951 0 0 0 58185 35 0 0 20 0 1 0 104106527 250486784 53639 33554432000 4194304 5796924 140736450555792 140736450553432 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 61154 53639 165 392 0 60753 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 244616


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


[startup+882.307 s]
/proc/loadavg: 2.08 2.14 2.12 3/177 1902
/proc/meminfo: memFree=30529360/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=211348 CPUtime=882.16 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 36244 0 0 0 88166 50 0 0 20 0 1 0 104106527 216420352 50857 33554432000 4194304 5796924 140736450555792 140736450553432 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 52837 50857 165 392 0 52436 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 211348

[startup+942.3 s]
/proc/loadavg: 2.21 2.16 2.13 3/177 1903
/proc/meminfo: memFree=30445884/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=262728 CPUtime=942.15 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 36822 0 0 0 94164 51 0 0 20 0 1 0 104106527 269033472 59098 33554432000 4194304 5796924 140736450555792 140736450552904 4592031 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 65682 59098 165 392 0 65281 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 262728

[startup+1002.3 s]
/proc/loadavg: 2.21 2.16 2.12 3/177 1904
/proc/meminfo: memFree=30454580/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=218708 CPUtime=1002.13 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 39142 0 0 0 100160 53 0 0 20 0 1 0 104106527 223956992 47761 33554432000 4194304 5796924 140736450555792 140736450553432 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 54677 47761 165 392 0 54276 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 218708

[startup+1062.3 s]
/proc/loadavg: 2.25 2.18 2.13 4/177 1905
/proc/meminfo: memFree=30469548/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=268796 CPUtime=1062.12 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 39478 0 0 0 106158 54 0 0 20 0 1 0 104106527 275247104 57294 33554432000 4194304 5796924 140736450555792 140736450553432 4607168 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 67199 57294 165 392 0 66798 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 268796

[startup+1122.3 s]
/proc/loadavg: 2.13 2.16 2.13 3/178 1910
/proc/meminfo: memFree=30406576/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=271016 CPUtime=1122.12 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 39946 0 0 0 112157 55 0 0 20 0 1 0 104106527 277520384 63961 33554432000 4194304 5796924 140736450555792 140736450552904 4607241 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 67754 63961 165 392 0 67353 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 271016

[startup+1182.3 s]
/proc/loadavg: 2.22 2.18 2.13 3/177 1911
/proc/meminfo: memFree=30416560/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=224092 CPUtime=1182.09 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 41655 0 0 0 118152 57 0 0 20 0 1 0 104106527 229470208 53781 33554432000 4194304 5796924 140736450555792 140736450553432 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 56023 53781 165 392 0 55622 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 224092

[startup+1242.3 s]
/proc/loadavg: 2.22 2.19 2.14 3/177 1912
/proc/meminfo: memFree=30439896/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=274180 CPUtime=1242.08 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 41975 0 0 0 124150 58 0 0 20 0 1 0 104106527 280760320 62274 33554432000 4194304 5796924 140736450555792 140736450553432 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 68545 62274 165 392 0 68144 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 274180

[startup+1302.3 s]
/proc/loadavg: 2.08 2.15 2.13 3/177 1913
/proc/meminfo: memFree=30448476/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=225876 CPUtime=1302.07 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 43380 0 0 0 130147 60 0 0 20 0 1 0 104106527 231297024 49378 33554432000 4194304 5796924 140736450555792 140736450553432 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 56469 49378 165 392 0 56068 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 225876

[startup+1362.3 s]
/proc/loadavg: 2.10 2.15 2.12 3/177 1914
/proc/meminfo: memFree=30467152/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=276636 CPUtime=1362.06 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 44062 0 0 0 136144 62 0 0 20 0 1 0 104106527 283275264 63852 33554432000 4194304 5796924 140736450555792 140736450552904 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 69159 63852 165 392 0 68758 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 276636

[startup+1422.3 s]
/proc/loadavg: 2.15 2.15 2.12 3/177 1916
/proc/meminfo: memFree=30464484/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=235680 CPUtime=1422.06 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 47569 0 0 0 142142 64 0 0 20 0 1 0 104106527 241336320 53652 33554432000 4194304 5796924 140736450555792 140736450552904 4606799 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 58920 53652 165 392 0 58519 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 235680

[startup+1482.3 s]
/proc/loadavg: 2.20 2.16 2.13 3/177 1917
/proc/meminfo: memFree=30390812/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=287340 CPUtime=1482.04 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 48233 0 0 0 148139 65 0 0 20 0 1 0 104106527 294236160 64534 33554432000 4194304 5796924 140736450555792 140736450552904 4607192 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 71835 64534 165 392 0 71434 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 287340

[startup+1542.31 s]
/proc/loadavg: 2.23 2.18 2.13 3/177 1918
/proc/meminfo: memFree=30326592/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=374812 CPUtime=1542.04 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 50060 0 0 0 154138 66 0 0 20 0 1 0 104106527 383807488 73002 33554432000 4194304 5796924 140736450555792 140736450552904 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 93703 73002 165 392 0 93302 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 374812

[startup+1602.3 s]
/proc/loadavg: 2.23 2.17 2.13 3/177 1919
/proc/meminfo: memFree=30430468/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=297132 CPUtime=1602.02 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 52335 0 0 0 160133 69 0 0 20 0 1 0 104106527 304263168 63141 33554432000 4194304 5796924 140736450555792 140736450553432 4606771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 74283 63141 165 392 0 73882 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 297132

[startup+1662.3 s]
/proc/loadavg: 2.27 2.19 2.14 3/177 1920
/proc/meminfo: memFree=30385052/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=379340 CPUtime=1662.01 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 53073 0 0 0 166131 70 0 0 20 0 1 0 104106527 388444160 75628 33554432000 4194304 5796924 140736450555792 140736450553432 4606799 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 94835 75628 165 392 0 94434 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 379340

[startup+1722.3 s]
/proc/loadavg: 2.36 2.23 2.15 3/178 1925
/proc/meminfo: memFree=30298444/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=297952 CPUtime=1722.01 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 53911 0 0 0 172129 72 0 0 20 0 1 0 104106527 305102848 65311 33554432000 4194304 5796924 140736450555792 140736450553432 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 74488 65311 165 392 0 74087 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 297952

[startup+1782.3 s]
/proc/loadavg: 2.23 2.21 2.15 3/177 1926
/proc/meminfo: memFree=30292008/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=298672 CPUtime=1781.99 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 54066 0 0 0 178127 72 0 0 20 0 1 0 104106527 305840128 72109 33554432000 4194304 5796924 140736450555792 140736450552904 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 74668 72109 165 392 0 74267 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 298672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.16 2.20 2.15 3/177 1972
/proc/meminfo: memFree=30496060/32872528 swapFree=13072/1184284
[pid=1881] ppid=1878 vsize=380564 CPUtime=1800.09 cores=0,2,4,6
/proc/1881/stat : 1881 (naps-1.02) R 1878 1881 31019 0 -1 4202496 54333 0 0 0 179936 73 0 0 20 0 1 0 104106527 389697536 74420 33554432000 4194304 5796924 140736450555792 140736450552904 4607212 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/1881/statm: 95141 74420 165 392 0 94740 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 380564

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.37
CPU system time (s): 0.742887
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 416308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.742887
maximum resident set size= 357632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54345
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= 47
involuntary context switches= 1854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.48132 second user time and 6.97894 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-06 16:01:58
IDJOB=4081853
IDBENCH=1413
IDSOLVER=2544
FILE ID=node115/4081853-1465221718
RUNJOBID= node115-1465217932-31035
PBS_JOBID= 19843209
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 55203b98fb707e386dea9ef4475d45f9
RANDOM SEED=601925294

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:        30891384 kB
Buffers:            7856 kB
Cached:            58996 kB
SwapCached:         1656 kB
Active:            69568 kB
Inactive:          27108 kB
Active(anon):      30944 kB
Inactive(anon):     1268 kB
Active(file):      38624 kB
Inactive(file):    25840 kB
Unevictable:     1184284 kB
Mlocked:           13072 kB
SwapTotal:      67108856 kB
SwapFree:       67098364 kB
Dirty:              8092 kB
Writeback:             0 kB
AnonPages:       1332296 kB
Mapped:             7624 kB
Shmem:                 0 kB
Slab:             566268 kB
SReclaimable:      10056 kB
SUnreclaim:       556212 kB
KernelStack:        1480 kB
PageTables:         6192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1331324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1302528 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= 71700 MiB
End job on node115 at 2016-06-06 16:31:59