Trace number 4105663

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 NameAnswerobjective functionCPU timeWall clock time
NaPS 1.02? (TO) 1800.08 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=100-sizeP=51-sizeQ=100-416317114.opb
MD5SUM0738d836bcd71a787d22a5f524715ac9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1.21381
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables5251
Total number of constraints15301
Number of constraints which are clauses15300
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint5100
Number of terms in the objective function 51
Biggest coefficient in the objective function 1125899906842624
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 2251799813685247
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 713623846352979940529142984724747568191373312
Number of bits of the biggest number in a constraint 150
Biggest sum of numbers in a constraint 2854495385411919209113085420553158722664919739
Number of bits of the biggest sum of numbers151
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        : 0,1
1800.06/1800.40	c 2cl/3cl ITE-codings   : 0,227745
1800.06/1800.40	c BDD/srt/adr Max costs : 234962,0,0
1800.06/1800.40	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
1800.06/1800.40	c BDD nodes             : 234963
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) : 1800 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-4105663-1466275170/watcher-4105663-1466275170 -o /tmp/evaluation-result-4105663-1466275170/solver-4105663-1466275170 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466241673-16674 --watchdog 1960 naps-1.02 HOME/instance-4105663-1466275170.opb 

pid=20592
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.00 2.03 2.00 2/176 20595
/proc/meminfo: memFree=31393408/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 313 0 0 0 0 0 0 0 20 0 1 0 29567400 6574080 186 33554432000 4194304 5796924 140735250628272 140737119530264 4564240 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 1605 186 128 392 0 1204 0

[startup+0.100158 s]
/proc/loadavg: 2.00 2.03 2.00 2/176 20595
/proc/meminfo: memFree=31393408/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=7836 CPUtime=0.09 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 691 0 0 0 9 0 0 0 20 0 1 0 29567400 8024064 545 33554432000 4194304 5796924 140735250628272 140737119530264 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 1959 545 128 392 0 1558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7836

[startup+0.200262 s]
/proc/loadavg: 2.00 2.03 2.00 2/176 20595
/proc/meminfo: memFree=31393408/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=9092 CPUtime=0.19 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 1060 0 0 0 19 0 0 0 20 0 1 0 29567400 9310208 893 33554432000 4194304 5796924 140735250628272 140737119530264 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 2273 893 128 392 0 1872 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9092

[startup+0.300271 s]
/proc/loadavg: 2.00 2.03 2.00 2/176 20595
/proc/meminfo: memFree=31393408/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=11540 CPUtime=0.29 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 1709 0 0 0 29 0 0 0 20 0 1 0 29567400 11816960 1542 33554432000 4194304 5796924 140735250628272 140737119530264 5096569 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 2885 1542 132 392 0 2484 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11540

[startup+0.700222 s]
/proc/loadavg: 2.00 2.03 2.00 2/176 20595
/proc/meminfo: memFree=31393408/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=40364 CPUtime=0.69 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 9022 0 0 0 68 1 0 0 20 0 1 0 29567400 41332736 8730 33554432000 4194304 5796924 140735250628272 140735245998264 5092427 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 10091 8730 140 392 0 9690 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40364

[startup+1.50027 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 20596
/proc/meminfo: memFree=31382516/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=86512 CPUtime=1.49 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 20975 0 0 0 146 3 0 0 20 0 1 0 29567400 88588288 20188 33554432000 4194304 5796924 140735250628272 140735245998264 4455127 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 21628 20188 140 392 0 21227 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86512

[startup+3.10027 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 20596
/proc/meminfo: memFree=31321384/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=175124 CPUtime=3.09 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 42644 0 0 0 303 6 0 0 20 0 1 0 29567400 179326976 42220 33554432000 4194304 5796924 140735250628272 140735249390904 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 43781 42220 140 392 0 43380 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 175124

[startup+6.3003 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 20597
/proc/meminfo: memFree=31186060/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=273188 CPUtime=6.29 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 59555 0 0 0 620 9 0 0 20 0 1 0 29567400 279744512 63388 33554432000 4194304 5796924 140735250628272 140735250626664 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 68297 63388 155 392 0 67896 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 273188

[startup+12.7003 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 20597
/proc/meminfo: memFree=31183928/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=273188 CPUtime=12.69 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 59557 0 0 0 1260 9 0 0 20 0 1 0 29567400 279744512 64412 33554432000 4194304 5796924 140735250628272 140735250626664 4606480 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 68297 64412 155 392 0 67896 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 273188

[startup+25.5004 s]
/proc/loadavg: 2.08 2.05 2.00 3/178 20597
/proc/meminfo: memFree=31145212/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=292156 CPUtime=25.48 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 59691 0 0 0 2539 9 0 0 20 0 1 0 29567400 299167744 65564 33554432000 4194304 5796924 140735250628272 140735250626664 4591930 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 73039 65564 155 392 0 72638 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 292156

[startup+51.1004 s]
/proc/loadavg: 2.05 2.04 2.00 3/178 20599
/proc/meminfo: memFree=31162328/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=292156 CPUtime=51.07 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 60137 0 0 0 5097 10 0 0 20 0 1 0 29567400 299167744 69063 33554432000 4194304 5796924 140735250628272 140735250625912 4592148 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 73039 69063 155 392 0 72638 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 292156

[startup+102.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/177 20600
/proc/meminfo: memFree=31105512/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=322976 CPUtime=102.25 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 60746 0 0 0 10215 10 0 0 20 0 1 0 29567400 330727424 75274 33554432000 4194304 5796924 140735250628272 140735250625912 4592014 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 80744 75274 155 392 0 80343 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 322976

[startup+162.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 20601
/proc/meminfo: memFree=31145164/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=322976 CPUtime=162.22 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 62381 0 0 0 16210 12 0 0 20 0 1 0 29567400 330727424 73300 33554432000 4194304 5796924 140735250628272 140735250625912 4592017 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 80744 73300 156 392 0 80343 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 322976

[startup+222.307 s]
/proc/loadavg: 1.93 2.02 1.99 3/177 20648
/proc/meminfo: memFree=31160164/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=222.22 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 62907 0 0 0 22209 13 0 0 20 0 1 0 29567400 382017536 80980 33554432000 4194304 5796924 140735250628272 140735250625912 4591992 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 80980 156 392 0 92865 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 373064

[startup+282.3 s]
/proc/loadavg: 1.97 2.01 1.99 3/178 20743
/proc/meminfo: memFree=31015516/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=282.21 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 62923 0 0 0 28207 14 0 0 20 0 1 0 29567400 382017536 89172 33554432000 4194304 5796924 140735250628272 140735250625912 4592304 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 89172 156 392 0 92865 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 373064

[startup+342.3 s]
/proc/loadavg: 1.99 2.01 1.99 3/177 20745
/proc/meminfo: memFree=31052080/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=322976 CPUtime=342.2 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 64230 0 0 0 34203 17 0 0 20 0 1 0 29567400 330727424 77412 33554432000 4194304 5796924 140735250628272 140735250625736 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 80744 77412 164 392 0 80343 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 322976

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 20746
/proc/meminfo: memFree=31008824/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=402.19 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 64336 0 0 0 40201 18 0 0 20 0 1 0 29567400 382017536 78539 33554432000 4194304 5796924 140735250628272 140735250625912 4606531 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 78539 166 392 0 92865 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 373064

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 20747
/proc/meminfo: memFree=31016716/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=462.17 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 64551 0 0 0 46199 18 0 0 20 0 1 0 29567400 382017536 80275 33554432000 4194304 5796924 140735250628272 140735250625912 4606721 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 80275 166 392 0 92865 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 373064

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 20748
/proc/meminfo: memFree=30988624/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=522.16 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 64559 0 0 0 52198 18 0 0 20 0 1 0 29567400 382017536 83859 33554432000 4194304 5796924 140735250628272 140735250625912 4606417 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 83859 166 392 0 92865 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 373064

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20749
/proc/meminfo: memFree=30960228/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=582.15 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 64565 0 0 0 58197 18 0 0 20 0 1 0 29567400 382017536 86931 33554432000 4194304 5796924 140735250628272 140735250625912 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 86931 166 392 0 92865 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 373064


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


[startup+882.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20758
/proc/meminfo: memFree=31039004/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=322976 CPUtime=882.11 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 65352 0 0 0 88189 22 0 0 20 0 1 0 29567400 330727424 77414 33554432000 4194304 5796924 140735250628272 140735250625736 4592304 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 80744 77414 166 392 0 80343 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 322976

[startup+942.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 20760
/proc/meminfo: memFree=31033100/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=322976 CPUtime=942.1 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 65354 0 0 0 94187 23 0 0 20 0 1 0 29567400 330727424 78438 33554432000 4194304 5796924 140735250628272 140735250625736 4592031 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 80744 78438 166 392 0 80343 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 322976

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 20761
/proc/meminfo: memFree=31027512/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=1002.09 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 65657 0 0 0 100186 23 0 0 20 0 1 0 29567400 382017536 79763 33554432000 4194304 5796924 140735250628272 140735250625912 4591930 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 79763 166 392 0 92865 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 373064

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20762
/proc/meminfo: memFree=31017360/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=1062.09 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 65660 0 0 0 106185 24 0 0 20 0 1 0 29567400 382017536 81299 33554432000 4194304 5796924 140735250628272 140735250625912 4592017 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 81299 166 392 0 92865 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 373064

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20763
/proc/meminfo: memFree=31009160/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=1122.08 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 65663 0 0 0 112184 24 0 0 20 0 1 0 29567400 382017536 82835 33554432000 4194304 5796924 140735250628272 140735250625912 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 82835 166 392 0 92865 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 373064

[startup+1182.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 20764
/proc/meminfo: memFree=30982660/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=1182.07 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 65667 0 0 0 118183 24 0 0 20 0 1 0 29567400 382017536 84883 33554432000 4194304 5796924 140735250628272 140735250625912 4591930 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 84883 166 392 0 92865 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 373064

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 20769
/proc/meminfo: memFree=30962996/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=1242.06 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 65669 0 0 0 124182 24 0 0 20 0 1 0 29567400 382017536 85907 33554432000 4194304 5796924 140735250628272 140735250625912 4591895 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 85907 166 392 0 92865 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 373064

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20793
/proc/meminfo: memFree=30929780/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=1302.04 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 65672 0 0 0 130180 24 0 0 20 0 1 0 29567400 382017536 87443 33554432000 4194304 5796924 140735250628272 140735250625912 4591848 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 87443 166 392 0 92865 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 373064

[startup+1362.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 20794
/proc/meminfo: memFree=30979236/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=1362.03 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 65676 0 0 0 136179 24 0 0 20 0 1 0 29567400 382017536 89491 33554432000 4194304 5796924 140735250628272 140735250625912 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 89491 166 392 0 92865 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 373064

[startup+1422.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 20795
/proc/meminfo: memFree=30947940/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=454452 CPUtime=1422.02 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 65869 0 0 0 142177 25 0 0 20 0 1 0 29567400 465358848 91707 33554432000 4194304 5796924 140735250628272 140735250625912 4592584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 113613 91707 166 392 0 113212 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 454452

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 20796
/proc/meminfo: memFree=30990276/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=322976 CPUtime=1482 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 66474 0 0 0 148173 27 0 0 20 0 1 0 29567400 330727424 75366 33554432000 4194304 5796924 140735250628272 140735250625736 4606531 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 80744 75366 166 392 0 80343 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 322976

[startup+1542.31 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 20798
/proc/meminfo: memFree=30957000/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=322976 CPUtime=1542.01 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 66480 0 0 0 154173 28 0 0 20 0 1 0 29567400 330727424 78438 33554432000 4194304 5796924 140735250628272 140735250625736 4606744 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 80744 78438 166 392 0 80343 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 322976

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 20799
/proc/meminfo: memFree=30921628/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=1601.99 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 66790 0 0 0 160170 29 0 0 20 0 1 0 29567400 382017536 82835 33554432000 4194304 5796924 140735250628272 140735250625912 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 82835 166 392 0 92865 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 373064

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 20800
/proc/meminfo: memFree=30987416/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=1661.97 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 66798 0 0 0 166168 29 0 0 20 0 1 0 29567400 382017536 86931 33554432000 4194304 5796924 140735250628272 140735250625912 4592031 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 86931 166 392 0 92865 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 373064

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 20801
/proc/meminfo: memFree=30940128/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=373064 CPUtime=1721.97 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 66804 0 0 0 172167 30 0 0 20 0 1 0 29567400 382017536 90003 33554432000 4194304 5796924 140735250628272 140735250625912 4592059 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 93266 90003 166 392 0 92865 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 373064

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20802
/proc/meminfo: memFree=30916364/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=454452 CPUtime=1781.96 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 66979 0 0 0 178166 30 0 0 20 0 1 0 29567400 465358848 93243 33554432000 4194304 5796924 140735250628272 140735250625912 4606531 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 113613 93243 166 392 0 113212 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 454452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20803
/proc/meminfo: memFree=30907916/32872528 swapFree=249320/249320
[pid=20595] ppid=20592 vsize=454452 CPUtime=1800.06 cores=1,3,5,7
/proc/20595/stat : 20595 (naps-1.02) R 20592 20595 16657 0 -1 4202496 66981 0 0 0 179975 31 0 0 20 0 1 0 29567400 465358848 94267 33554432000 4194304 5796924 140735250628272 140735250625912 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/20595/statm: 113613 94267 166 392 0 113212 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 454452

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 20595 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.76
CPU system time (s): 0.319951
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 534592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.319951
maximum resident set size= 447440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66993
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= 83
involuntary context switches= 1848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.6213 second user time and 6.83696 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-18 20:39:30
IDJOB=4105663
IDBENCH=2970
IDSOLVER=2544
FILE ID=node103/4105663-1466275170
RUNJOBID= node103-1466241673-16674
PBS_JOBID= 19918212
Free space on /tmp= 71728 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=100-sizeP=51-sizeQ=100-416317114.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105663-1466275170/watcher-4105663-1466275170 -o /tmp/evaluation-result-4105663-1466275170/solver-4105663-1466275170 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466241673-16674 --watchdog 1960  naps-1.02 HOME/instance-4105663-1466275170.opb

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

MD5SUM BENCH= 0738d836bcd71a787d22a5f524715ac9
RANDOM SEED=142251553

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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		: 2667.278
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:        31393936 kB
Buffers:          128708 kB
Cached:           225080 kB
SwapCached:         2460 kB
Active:           216756 kB
Inactive:         257436 kB
Active(anon):     119064 kB
Inactive(anon):     3576 kB
Active(file):      97692 kB
Inactive(file):   253860 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099548 kB
Dirty:              4860 kB
Writeback:             0 kB
AnonPages:        376596 kB
Mapped:             9100 kB
Shmem:                 0 kB
Slab:             616172 kB
SReclaimable:      59804 kB
SUnreclaim:       556368 kB
KernelStack:        1472 kB
PageTables:         4532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     493364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 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= 71724 MiB
End job on node103 at 2016-06-18 21:09:30