Trace number 4082274

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.3 1800.6

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
MD5SUM9c4320f542823743906889d8232ca8c8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables39901
Total number of constraints118441
Number of constraints which are clauses118440
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 constraint39480
Number of terms in the objective function 141
Biggest coefficient in the objective function 1393796574908163946345982392040522594123776
Number of bits for the biggest coefficient in the objective function 141
Sum of the numbers in the objective function 2787593149816327892691964784081045188247551
Number of bits of the sum of numbers in the objective function 141
Biggest number in a constraint 1353842624082429130653522550851115089568572790710847937094960732721983060451965636249987502980536903367866802227247837807116288
Number of bits of the biggest number in a constraint 420
Biggest sum of numbers in a constraint 5415370496329716522614090203404460358274291131933137772446847436667115240992208031579922255034219518448630133725391512086530056
Number of bits of the biggest sum of numbers421
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.08/1800.40	c 
1800.08/1800.40	c *** TERMINATED *** by signal 15
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c _____________________________________________________________________________
1800.08/1800.40	c 
1800.08/1800.40	c std/band forms        : 0,1
1800.08/1800.40	c 2cl/3cl ITE-codings   : 0,0
1800.08/1800.40	c BDD/srt/adr Max costs : 0,0,0
1800.08/1800.40	c BDDraw/bin/mul/srt/adr: 1,0,0,0,0
1800.08/1800.40	c BDD nodes             : 5330198
1800.08/1800.40	c Es1/CC detections     : 0,0
1800.08/1800.40	c SAT/UNSAT calls       : 0,0
1800.08/1800.40	c restarts              : 0
1800.08/1800.40	c conflicts             : 0              (0 /sec)
1800.08/1800.40	c decisions             : 0              (0 /sec)
1800.08/1800.40	c propagations          : 0              (0 /sec)
1800.08/1800.40	c inspects              : 0              (0 /sec)
1800.08/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.08/1800.40	c Time for Opt-base     : 0 s
1800.08/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-4082274-1467027362/watcher-4082274-1467027362 -o /tmp/evaluation-result-4082274-1467027362/solver-4082274-1467027362 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467020148-25603 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082274-1467027362.opb 

pid=26358
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 Stack size limit: 81920 KiB
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: 81920 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.07 2.02 3/177 26361
/proc/meminfo: memFree=27634632/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=6552 CPUtime=0 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 315 0 0 0 0 0 0 0 20 0 1 0 35776472 6709248 189 33554432000 4194304 5796924 140737187720352 140733403318296 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1638 189 128 392 0 1237 0

[startup+0.100164 s]
/proc/loadavg: 2.08 2.07 2.02 3/177 26361
/proc/meminfo: memFree=27634632/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=7780 CPUtime=0.09 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 693 0 0 0 9 0 0 0 20 0 1 0 35776472 7966720 549 33554432000 4194304 5796924 140737187720352 140733403318296 4199810 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1945 549 128 392 0 1544 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7780

[startup+0.200291 s]
/proc/loadavg: 2.08 2.07 2.02 3/177 26361
/proc/meminfo: memFree=27634632/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=9444 CPUtime=0.19 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 1117 0 0 0 19 0 0 0 20 0 1 0 35776472 9670656 948 33554432000 4194304 5796924 140737187720352 140733403318296 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 2361 948 128 392 0 1960 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9444

[startup+0.300258 s]
/proc/loadavg: 2.08 2.07 2.02 3/177 26361
/proc/meminfo: memFree=27634632/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=10944 CPUtime=0.29 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 1497 0 0 0 29 0 0 0 20 0 1 0 35776472 11206656 1303 33554432000 4194304 5796924 140737187720352 140733403318296 5096545 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 2736 1303 128 392 0 2335 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10944

[startup+0.700195 s]
/proc/loadavg: 2.08 2.07 2.02 3/177 26361
/proc/meminfo: memFree=27634632/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=16320 CPUtime=0.69 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 2870 0 0 0 69 0 0 0 20 0 1 0 35776472 16711680 3033 33554432000 4194304 5796924 140737187720352 140733403318296 4564240 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 4080 3033 128 392 0 3679 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16320

[startup+1.50019 s]
/proc/loadavg: 2.08 2.07 2.02 3/178 26362
/proc/meminfo: memFree=27617424/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=25852 CPUtime=1.49 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 5681 0 0 0 148 1 0 0 20 0 1 0 35776472 26472448 5477 33554432000 4194304 5796924 140737187720352 140737187719624 5096591 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 6463 5477 128 392 0 6062 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25852

[startup+3.10019 s]
/proc/loadavg: 2.16 2.08 2.03 3/178 26362
/proc/meminfo: memFree=27589144/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=49660 CPUtime=3.09 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 12514 0 0 0 307 2 0 0 20 0 1 0 35776472 50851840 11446 33554432000 4194304 5796924 140737187720352 140737187718664 5100093 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 12415 11446 132 392 0 12014 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49660

[startup+6.30029 s]
/proc/loadavg: 2.16 2.08 2.03 3/178 26362
/proc/meminfo: memFree=27453940/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=224520 CPUtime=6.29 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 55924 0 0 0 622 7 0 0 20 0 1 0 35776472 229908480 55037 33554432000 4194304 5796924 140737187720352 140737146500024 5087747 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 56130 55038 140 392 0 55729 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 224520

[startup+12.7003 s]
/proc/loadavg: 2.13 2.08 2.03 3/178 26362
/proc/meminfo: memFree=27128348/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=537576 CPUtime=12.69 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 133247 0 0 0 1251 18 0 0 20 0 1 0 35776472 550477824 133449 33554432000 4194304 5796924 140737187720352 140737151675496 5087516 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 134394 133449 140 392 0 133993 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 537576

[startup+25.5004 s]
/proc/loadavg: 2.11 2.08 2.03 3/178 26362
/proc/meminfo: memFree=26506556/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=1138616 CPUtime=25.49 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 275079 0 0 0 2508 41 0 0 20 0 1 0 35776472 1165942784 283724 33554432000 4194304 5796924 140737187720352 140737158990552 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 284654 283727 140 392 0 284253 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1138616

[startup+51.1004 s]
/proc/loadavg: 2.07 2.07 2.02 3/178 26362
/proc/meminfo: memFree=25320288/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=2342896 CPUtime=51.09 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 561595 0 0 0 5022 87 0 0 20 0 1 0 35776472 2399125504 583712 33554432000 4194304 5796924 140737187720352 140737170637272 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 585724 583712 140 392 0 585323 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2342896

[startup+102.3 s]
/proc/loadavg: 2.03 2.05 2.02 3/177 26363
/proc/meminfo: memFree=23572300/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=102.29 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985480 0 0 0 10081 148 0 0 20 0 1 0 35776472 4185669632 1013218 33554432000 4194304 5796924 140737187720352 140737187717336 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013218 144 392 0 1021491 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 4087568

[startup+162.3 s]
/proc/loadavg: 2.13 2.07 2.02 3/177 26364
/proc/meminfo: memFree=23569784/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=162.27 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 16079 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 5092431 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 4087568

[startup+222.307 s]
/proc/loadavg: 2.04 2.06 2.02 3/177 26365
/proc/meminfo: memFree=23567764/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=222.27 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 22079 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 5094403 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 4087568

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/178 26370
/proc/meminfo: memFree=23563368/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=282.25 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 28077 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 4806991 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 4087568

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/177 26371
/proc/meminfo: memFree=23563652/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=342.24 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 34076 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 4808001 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 4087568

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 26372
/proc/meminfo: memFree=23561628/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=402.23 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 40075 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 4087568

[startup+462.3 s]
/proc/loadavg: 2.13 2.06 2.01 4/177 26373
/proc/meminfo: memFree=23559484/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=462.22 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 46074 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 5096544 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 4087568

[startup+522.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/177 26374
/proc/meminfo: memFree=23558888/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=522.21 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 52073 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 4865570 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 4087568

[startup+582.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/177 26376
/proc/meminfo: memFree=23556988/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=582.2 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 58072 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 5077954 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 4087568

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


[startup+942.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/177 26386
/proc/meminfo: memFree=23546820/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=942.15 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 94067 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 4199797 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 4087568

[startup+1002.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 26387
/proc/meminfo: memFree=23542624/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1002.14 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 100066 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 5093296 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 4087568

[startup+1062.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 26388
/proc/meminfo: memFree=23538432/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1062.13 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 106065 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 4809232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 4087568

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 26389
/proc/meminfo: memFree=23536284/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1122.12 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 112064 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 4087568

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 26390
/proc/meminfo: memFree=23533888/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1182.11 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 118063 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 5087606 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 4087568

[startup+1242.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 26392
/proc/meminfo: memFree=23532112/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1242.1 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 124062 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 4806807 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 4087568

[startup+1302.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 26393
/proc/meminfo: memFree=23529724/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1302.09 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 130061 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 4865500 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 4087568

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 26394
/proc/meminfo: memFree=23530116/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1362.08 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 136060 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 4087568

[startup+1422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 26395
/proc/meminfo: memFree=23529888/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1422.08 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 142060 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 5077954 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 4087568

[startup+1482.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/178 26399
/proc/meminfo: memFree=23530120/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1482.06 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 148058 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 4839552 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 4087568

[startup+1542.31 s]
/proc/loadavg: 2.06 2.03 2.00 3/178 26424
/proc/meminfo: memFree=23530176/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1542.06 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 154058 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 4809288 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 4087568

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 26425
/proc/meminfo: memFree=23529676/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1602.04 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 160056 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 5092509 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 4087568

[startup+1662.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 26426
/proc/meminfo: memFree=23529712/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1662.03 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985481 0 0 0 166055 148 0 0 20 0 1 0 35776472 4185669632 1013219 33554432000 4194304 5796924 140737187720352 140737187717336 4809933 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013219 145 392 0 1021491 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 4087568

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/176 26472
/proc/meminfo: memFree=24870040/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1722.02 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985488 0 0 0 172054 148 0 0 20 0 1 0 35776472 4185669632 1013295 33554432000 4194304 5796924 140737187720352 140737187717336 5092545 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013295 145 392 0 1021491 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 4087568

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 26474
/proc/meminfo: memFree=21908832/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1781.99 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985516 0 0 0 178051 148 0 0 20 0 1 0 35776472 4185669632 1013295 33554432000 4194304 5796924 140737187720352 140737187717336 4809186 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013295 145 392 0 1021491 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 4087568



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 26476
/proc/meminfo: memFree=21058136/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=4087568 CPUtime=1800.08 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202496 985529 0 0 0 179860 148 0 0 20 0 1 0 35776472 4185669632 1013295 33554432000 4194304 5796924 140737187720352 140737187717336 5100093 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 1021892 1013295 145 392 0 1021491 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 4087568

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

[startup+1800.6 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 26476
/proc/meminfo: memFree=21058136/32872528 swapFree=518888/559768
[pid=26361] ppid=26358 vsize=0 CPUtime=1800.28 cores=1,3,5,7
/proc/26361/stat : 26361 (naps-1.02) R 26358 26361 25586 0 -1 4202500 985542 0 0 0 179860 168 0 0 20 0 1 0 35776472 0 0 33554432000 0 0 0 0 0 0 16384 4096 17954 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26361/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1800.6
CPU time (s): 1800.3
CPU user time (s): 1798.61
CPU system time (s): 1.69274
CPU usage (%): 99.9832
Max. virtual memory (cumulated for all children) (KiB): 4087568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.61
system time used= 1.69274
maximum resident set size= 4053232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 985542
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= 51
involuntary context switches= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.47932 second user time and 7.2099 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-27 13:36:03
IDJOB=4082274
IDBENCH=2971
IDSOLVER=2544
FILE ID=node106/4082274-1467027362
RUNJOBID= node106-1467020148-25603
PBS_JOBID= 19976982
Free space on /tmp= 71708 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=280-sizeP=141-sizeQ=280-254810631-max.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082274-1467027362/watcher-4082274-1467027362 -o /tmp/evaluation-result-4082274-1467027362/solver-4082274-1467027362 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467020148-25603 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4082274-1467027362.opb

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

MD5SUM BENCH= 9c4320f542823743906889d8232ca8c8
RANDOM SEED=1478254297

node106.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.170
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.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		: 2667.170
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.170
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.170
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.170
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.56
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.170
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.170
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.54
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.170
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27634896 kB
Buffers:           84444 kB
Cached:           201704 kB
SwapCached:         3804 kB
Active:          3699624 kB
Inactive:         222684 kB
Active(anon):    3632048 kB
Inactive(anon):     6472 kB
Active(file):      67576 kB
Inactive(file):   216212 kB
Unevictable:      559768 kB
Mlocked:          518888 kB
SwapTotal:      67108856 kB
SwapFree:       67096772 kB
Dirty:             10764 kB
Writeback:             0 kB
AnonPages:       4207820 kB
Mapped:             8920 kB
Shmem:                 0 kB
Slab:             600544 kB
SReclaimable:      43908 kB
SUnreclaim:       556636 kB
KernelStack:        1448 kB
PageTables:        12324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4466712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    628736 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= 71696 MiB
End job on node106 at 2016-06-27 14:06:03