Trace number 4082169

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K192.opb
MD5SUM83a21ae30c37a390d06f7aafb55d6d81
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22848
Total number of constraints23234
Number of constraints which are clauses23042
Number of constraints which are cardinality constraints (but not clauses)192
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint192
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 193
Number of bits of the biggest sum of numbers8
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.05/1800.40	c 
1800.05/1800.40	c *** TERMINATED *** by signal 15
1800.05/1800.40	s UNKNOWN
1800.05/1800.40	c _____________________________________________________________________________
1800.05/1800.40	c 
1800.05/1800.40	c std/band forms        : 190,0
1800.05/1800.40	c 2cl/3cl ITE-codings   : 21726,0
1800.05/1800.40	c BDD/srt/adr Max costs : 235,0,0
1800.05/1800.40	c BDDraw/bin/mul/srt/adr: 190,0,0,0,0
1800.05/1800.40	c BDD nodes             : 43832
1800.05/1800.40	c Es1/CC detections     : 0,0
1800.05/1800.40	c SAT/UNSAT calls       : 0,0
1800.05/1800.40	c restarts              : 0
1800.05/1800.40	c conflicts             : 0              (0 /sec)
1800.05/1800.40	c decisions             : 0              (0 /sec)
1800.05/1800.40	c propagations          : 0              (0 /sec)
1800.05/1800.40	c inspects              : 0              (0 /sec)
1800.05/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.05/1800.40	c Time for Opt-base     : 0 s
1800.05/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-4082169-1465275757/watcher-4082169-1465275757 -o /tmp/evaluation-result-4082169-1465275757/solver-4082169-1465275757 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465273956-6604 --watchdog 1960 naps-1.02 HOME/instance-4082169-1465275757.opb 

pid=6789
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.02 2.05 2.00 3/176 6792
/proc/meminfo: memFree=31385316/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=6836 CPUtime=0 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 109507464 7000064 253 33554432000 4194304 5796924 140735599891200 140735154891880 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 1709 253 127 392 0 1308 0

[startup+0.100113 s]
/proc/loadavg: 2.02 2.05 2.00 3/176 6792
/proc/meminfo: memFree=31385316/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=12216 CPUtime=0.09 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 1639 0 0 0 9 0 0 0 20 0 1 0 109507464 12509184 1471 33554432000 4194304 5796924 140735599891200 140735599890424 4621249 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 3054 1471 127 392 0 2653 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12216

[startup+0.200269 s]
/proc/loadavg: 2.02 2.05 2.00 3/176 6792
/proc/meminfo: memFree=31385316/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=13204 CPUtime=0.19 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 2066 0 0 0 19 0 0 0 20 0 1 0 109507464 13520896 1804 33554432000 4194304 5796924 140735599891200 140735599890424 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 3301 1804 127 392 0 2900 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13204

[startup+0.300223 s]
/proc/loadavg: 2.02 2.05 2.00 3/176 6792
/proc/meminfo: memFree=31385316/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=13888 CPUtime=0.29 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 2312 0 0 0 29 0 0 0 20 0 1 0 109507464 14221312 2030 33554432000 4194304 5796924 140735599891200 140735599890424 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 3472 2030 127 392 0 3071 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13888

[startup+0.700197 s]
/proc/loadavg: 2.02 2.05 2.00 3/176 6792
/proc/meminfo: memFree=31385316/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=19948 CPUtime=0.69 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 4187 0 0 0 69 0 0 0 20 0 1 0 109507464 20426752 3688 33554432000 4194304 5796924 140735599891200 140735599890424 5092427 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 4987 3688 140 392 0 4586 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19948

[startup+1.50024 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 6793
/proc/meminfo: memFree=31345736/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=38904 CPUtime=1.49 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 9817 0 0 0 148 1 0 0 20 0 1 0 109507464 39837696 8494 33554432000 4194304 5796924 140735599891200 140735599802424 4583138 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 9726 8494 163 392 0 9325 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38904

[startup+3.10025 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 6793
/proc/meminfo: memFree=31327508/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=44308 CPUtime=3.09 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 10520 0 0 0 307 2 0 0 20 0 1 0 109507464 45371392 9191 33554432000 4194304 5796924 140735599891200 140735599888840 4594168 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 11077 9191 164 392 0 10676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44308

[startup+6.30025 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 6793
/proc/meminfo: memFree=31314144/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=50104 CPUtime=6.29 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 11747 0 0 0 627 2 0 0 20 0 1 0 109507464 51306496 10408 33554432000 4194304 5796924 140735599891200 140735599888840 4583054 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 12526 10408 164 392 0 12125 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50104

[startup+12.7003 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 6793
/proc/meminfo: memFree=31299412/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=62100 CPUtime=12.69 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 13721 0 0 0 1266 3 0 0 20 0 1 0 109507464 63590400 12614 33554432000 4194304 5796924 140735599891200 140735599888440 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 15525 12614 165 392 0 15124 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62100

[startup+25.5004 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 6793
/proc/meminfo: memFree=31279116/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=66560 CPUtime=25.49 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 14360 0 0 0 2546 3 0 0 20 0 1 0 109507464 68157440 15252 33554432000 4194304 5796924 140735599891200 140735599888264 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 16640 15252 165 392 0 16239 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66560

[startup+51.1004 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 6793
/proc/meminfo: memFree=31224984/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=104248 CPUtime=51.08 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 15462 0 0 0 5104 4 0 0 20 0 1 0 109507464 106749952 18760 33554432000 4194304 5796924 140735599891200 140735599888440 4583148 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 26062 18760 165 392 0 25661 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 104248

[startup+102.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 6794
/proc/meminfo: memFree=31183536/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=104248 CPUtime=102.28 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 16516 0 0 0 10222 6 0 0 20 0 1 0 109507464 106749952 20284 33554432000 4194304 5796924 140735599891200 140735599888664 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 26062 20284 165 392 0 25661 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 104248

[startup+162.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 6795
/proc/meminfo: memFree=31147220/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=105528 CPUtime=162.26 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 18902 0 0 0 16215 11 0 0 20 0 1 0 109507464 108060672 25370 33554432000 4194304 5796924 140735599891200 140735599888664 4606768 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 26382 25370 165 392 0 25981 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 105528

[startup+222.307 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 6797
/proc/meminfo: memFree=31091512/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=185668 CPUtime=222.27 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 20542 0 0 0 22212 15 0 0 20 0 1 0 109507464 190124032 43050 33554432000 4194304 5796924 140735599891200 140735599888840 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 46417 43050 165 392 0 46016 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 185668

[startup+282.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 6798
/proc/meminfo: memFree=31093808/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=154848 CPUtime=282.24 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 22365 0 0 0 28206 18 0 0 20 0 1 0 109507464 158564352 33767 33554432000 4194304 5796924 140735599891200 140735599888488 4569010 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 38712 33767 165 392 0 38311 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 154848

[startup+342.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 6799
/proc/meminfo: memFree=31046996/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=185668 CPUtime=342.23 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 24597 0 0 0 34201 22 0 0 20 0 1 0 109507464 190124032 38955 33554432000 4194304 5796924 140735599891200 140735599888840 4591910 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 46417 38955 165 392 0 46016 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 185668

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 6800
/proc/meminfo: memFree=31030468/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=185908 CPUtime=402.23 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 26286 0 0 0 40198 25 0 0 20 0 1 0 109507464 190369792 40014 33554432000 4194304 5796924 140735599891200 140735599888840 4606768 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 46477 40014 165 392 0 46076 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 185908

[startup+462.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/178 6804
/proc/meminfo: memFree=31014636/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=207532 CPUtime=462.22 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 28181 0 0 0 46193 29 0 0 20 0 1 0 109507464 212512768 39742 33554432000 4194304 5796924 140735599891200 140735599888840 4592059 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 51883 39742 165 392 0 51482 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 207532

[startup+522.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/178 6806
/proc/meminfo: memFree=31025656/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=176712 CPUtime=522.21 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 29255 0 0 0 52190 31 0 0 20 0 1 0 109507464 180953088 37627 33554432000 4194304 5796924 140735599891200 140735599888488 4607192 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 44178 37627 165 392 0 43777 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 176712

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 6807
/proc/meminfo: memFree=30943680/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=257620 CPUtime=582.2 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 30693 0 0 0 58187 33 0 0 20 0 1 0 109507464 263802880 58987 33554432000 4194304 5796924 140735599891200 140735599888840 4606771 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 64405 58987 165 392 0 64004 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 257620


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


[startup+882.307 s]
/proc/loadavg: 2.09 2.05 2.00 3/177 6813
/proc/meminfo: memFree=31002436/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=207532 CPUtime=882.16 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 38075 0 0 0 88169 47 0 0 20 0 1 0 109507464 212512768 49982 33554432000 4194304 5796924 140735599891200 140735599888840 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 51883 49982 165 392 0 51482 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 207532

[startup+942.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 6814
/proc/meminfo: memFree=30831032/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=339008 CPUtime=942.15 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 39442 0 0 0 94166 49 0 0 20 0 1 0 109507464 347144192 70251 33554432000 4194304 5796924 140735599891200 140735599888840 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 84752 70251 165 392 0 84351 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 339008

[startup+1002.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 6815
/proc/meminfo: memFree=30933968/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=258916 CPUtime=1002.13 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 41487 0 0 0 100161 52 0 0 20 0 1 0 109507464 265129984 55797 33554432000 4194304 5796924 140735599891200 140735599888840 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 64729 55797 165 392 0 64328 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 258916

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 6819
/proc/meminfo: memFree=30918300/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=340304 CPUtime=1062.12 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 42039 0 0 0 106158 54 0 0 20 0 1 0 109507464 348471296 76277 33554432000 4194304 5796924 140735599891200 140735599888840 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 85076 76277 165 392 0 84675 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 340304

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 6821
/proc/meminfo: memFree=30883480/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=262020 CPUtime=1122.12 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 43962 0 0 0 112155 57 0 0 20 0 1 0 109507464 268308480 59645 33554432000 4194304 5796924 140735599891200 140735599888840 4592031 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 65505 59645 165 392 0 65104 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 262020

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 6822
/proc/meminfo: memFree=30882952/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=343408 CPUtime=1182.07 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 44547 0 0 0 118149 58 0 0 20 0 1 0 109507464 351649792 76541 33554432000 4194304 5796924 140735599891200 140735599888840 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 85852 76541 165 392 0 85451 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 343408

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 6823
/proc/meminfo: memFree=30854552/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=266432 CPUtime=1242.07 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 46804 0 0 0 124145 62 0 0 20 0 1 0 109507464 272826368 60748 33554432000 4194304 5796924 140735599891200 140735599888840 4592160 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 66608 60748 165 392 0 66207 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 266432

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6824
/proc/meminfo: memFree=30856220/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=347820 CPUtime=1302.05 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 47351 0 0 0 130142 63 0 0 20 0 1 0 109507464 356167680 79180 33554432000 4194304 5796924 140735599891200 140735599888840 4606771 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 86955 79180 165 392 0 86554 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 347820

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 6825
/proc/meminfo: memFree=30845164/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=269344 CPUtime=1362.05 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 49755 0 0 0 136139 66 0 0 20 0 1 0 109507464 275808256 58916 33554432000 4194304 5796924 140735599891200 140735599888840 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 67336 58916 165 392 0 66935 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 269344

[startup+1422.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 6827
/proc/meminfo: memFree=30851308/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=350732 CPUtime=1422.05 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 50304 0 0 0 142138 67 0 0 20 0 1 0 109507464 359149568 77348 33554432000 4194304 5796924 140735599891200 140735599888840 4592632 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 87683 77348 165 392 0 87282 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 350732

[startup+1482.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 6828
/proc/meminfo: memFree=30860784/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=219256 CPUtime=1482.03 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 51492 0 0 0 148132 71 0 0 20 0 1 0 109507464 224518144 52471 33554432000 4194304 5796924 140735599891200 140735599888840 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 54814 52471 165 392 0 54413 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 219256

[startup+1542.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 6829
/proc/meminfo: memFree=30880932/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=350732 CPUtime=1542.03 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 52860 0 0 0 154130 73 0 0 20 0 1 0 109507464 359149568 72228 33554432000 4194304 5796924 140735599891200 140735599888840 4591861 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 87683 72228 165 392 0 87282 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 350732

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 6831
/proc/meminfo: memFree=30717896/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=482992 CPUtime=1602.01 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 53360 0 0 0 160126 75 0 0 20 0 1 0 109507464 494583808 89589 33554432000 4194304 5796924 140735599891200 140735599888840 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 120748 89589 165 392 0 120347 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 482992

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 6835
/proc/meminfo: memFree=30926976/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=269344 CPUtime=1662 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 55045 0 0 0 166120 80 0 0 20 0 1 0 109507464 275808256 64548 33554432000 4194304 5796924 140735599891200 140735599888840 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 67336 64548 165 392 0 66935 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 269344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 6837
/proc/meminfo: memFree=30760096/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=350732 CPUtime=1721.96 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 55622 0 0 0 172115 81 0 0 20 0 1 0 109507464 359149568 82980 33554432000 4194304 5796924 140735599891200 140735599888840 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 87683 82980 165 392 0 87282 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 350732

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 6838
/proc/meminfo: memFree=31018420/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=219256 CPUtime=1781.95 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 56957 0 0 0 178109 86 0 0 20 0 1 0 109507464 224518144 49911 33554432000 4194304 5796924 140735599891200 140735599888840 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 54814 49911 165 392 0 54413 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 219256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 6838
/proc/meminfo: memFree=30956564/32872528 swapFree=11252/530428
[pid=6792] ppid=6789 vsize=269344 CPUtime=1800.05 cores=1,3,5,7
/proc/6792/stat : 6792 (naps-1.02) R 6789 6792 6587 0 -1 4202496 57783 0 0 0 179918 87 0 0 20 0 1 0 109507464 275808256 56868 33554432000 4194304 5796924 140735599891200 140735599888840 4592071 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/6792/statm: 67336 56868 165 392 0 66935 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 269344

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 6792 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.06
CPU user time (s): 1799.18
CPU system time (s): 0.881865
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 532312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 0.881865
maximum resident set size= 410376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57795
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= 96
involuntary context switches= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.52031 second user time and 6.93994 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-07 07:02:37
IDJOB=4082169
IDBENCH=90163
IDSOLVER=2544
FILE ID=node141/4082169-1465275757
RUNJOBID= node141-1465273956-6604
PBS_JOBID= 19843303
Free space on /tmp= 71744 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K192.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082169-1465275757/watcher-4082169-1465275757 -o /tmp/evaluation-result-4082169-1465275757/solver-4082169-1465275757 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465273956-6604 --watchdog 1960  naps-1.02 HOME/instance-4082169-1465275757.opb

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

MD5SUM BENCH= 83a21ae30c37a390d06f7aafb55d6d81
RANDOM SEED=307795110

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
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		: 2666.876
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		: 2666.876
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.56
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.876
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:        31385960 kB
Buffers:           84772 kB
Cached:           133924 kB
SwapCached:         1740 kB
Active:            68728 kB
Inactive:         156056 kB
Active(anon):       6484 kB
Inactive(anon):     2464 kB
Active(file):      62244 kB
Inactive(file):   153592 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098208 kB
Dirty:             10492 kB
Writeback:             0 kB
AnonPages:        628636 kB
Mapped:             7236 kB
Shmem:                 0 kB
Slab:             598752 kB
SReclaimable:      42620 kB
SUnreclaim:       556132 kB
KernelStack:        1472 kB
PageTables:         5688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     658416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    612352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node141 at 2016-06-07 07:32:38