Trace number 4097921

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.08 1800.4

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_17.opb
MD5SUM2d9e515d426c52a025752c6dbc5949b8
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 variables6642
Total number of constraints32486
Number of constraints which are clauses32481
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 98
Number of bits of the biggest sum of numbers7
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.07/1800.40	c 
1800.07/1800.40	c *** TERMINATED *** by signal 15
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c _____________________________________________________________________________
1800.07/1800.40	c 
1800.07/1800.40	c std/band forms        : 1,1
1800.07/1800.40	c 2cl/3cl ITE-codings   : 497,959
1800.07/1800.40	c BDD/srt/adr Max costs : 1037,0,0
1800.07/1800.40	c BDDraw/bin/mul/srt/adr: 2,0,0,0,0
1800.07/1800.40	c BDD nodes             : 1615
1800.07/1800.40	c Es1/CC detections     : 0,0
1800.07/1800.40	c SAT/UNSAT calls       : 0,0
1800.07/1800.40	c restarts              : 0
1800.07/1800.40	c conflicts             : 0              (0 /sec)
1800.07/1800.40	c decisions             : 0              (0 /sec)
1800.07/1800.40	c propagations          : 0              (0 /sec)
1800.07/1800.40	c inspects              : 0              (0 /sec)
1800.07/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.07/1800.40	c Time for Opt-base     : 0 s
1800.07/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-4097921-1466117088/watcher-4097921-1466117088 -o /tmp/evaluation-result-4097921-1466117088/solver-4097921-1466117088 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466113228-28159 --watchdog 1960 naps-1.02 HOME/instance-4097921-1466117088.opb 

pid=29921
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.28 2.25 2.19 3/176 29924
/proc/meminfo: memFree=30418472/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=6684 CPUtime=0 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 13755617 6844416 250 33554432000 4194304 5796924 140736207738816 140736509948872 4621249 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 1671 250 127 392 0 1270 0

[startup+0.100185 s]
/proc/loadavg: 2.28 2.25 2.19 3/176 29924
/proc/meminfo: memFree=30418472/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=8212 CPUtime=0.09 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 723 0 0 0 9 0 0 0 20 0 1 0 13755617 8409088 598 33554432000 4194304 5796924 140736207738816 140736509948872 4313482 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 2053 598 127 392 0 1652 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8212

[startup+0.200281 s]
/proc/loadavg: 2.28 2.25 2.19 3/176 29924
/proc/meminfo: memFree=30418472/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=8212 CPUtime=0.19 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 766 0 0 0 19 0 0 0 20 0 1 0 13755617 8409088 641 33554432000 4194304 5796924 140736207738816 140736509948872 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 2053 641 127 392 0 1652 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8212

[startup+0.300254 s]
/proc/loadavg: 2.28 2.25 2.19 3/176 29924
/proc/meminfo: memFree=30418472/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=8500 CPUtime=0.29 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 836 0 0 0 29 0 0 0 20 0 1 0 13755617 8704000 711 33554432000 4194304 5796924 140736207738816 140736509948872 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 2125 711 127 392 0 1724 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8500

[startup+0.70021 s]
/proc/loadavg: 2.28 2.25 2.19 3/176 29924
/proc/meminfo: memFree=30418472/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=9016 CPUtime=0.69 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 1064 0 0 0 69 0 0 0 20 0 1 0 13755617 9232384 936 33554432000 4194304 5796924 140736207738816 140736207737976 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 2254 936 127 392 0 1853 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9016

[startup+1.50019 s]
/proc/loadavg: 2.28 2.25 2.19 3/177 29925
/proc/meminfo: memFree=30412208/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=10252 CPUtime=1.49 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 1559 0 0 0 149 0 0 0 20 0 1 0 13755617 10498048 1427 33554432000 4194304 5796924 140736207738816 140736207737976 4618205 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 2563 1427 127 392 0 2162 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10252

[startup+3.1003 s]
/proc/loadavg: 2.26 2.24 2.19 3/177 29925
/proc/meminfo: memFree=30404828/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=13832 CPUtime=3.09 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 3122 0 0 0 309 0 0 0 20 0 1 0 13755617 14163968 2908 33554432000 4194304 5796924 140736207738816 140736207737208 4648608 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 3458 2908 148 392 0 3057 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13832

[startup+6.30024 s]
/proc/loadavg: 2.26 2.24 2.19 3/177 29925
/proc/meminfo: memFree=30384376/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=32428 CPUtime=6.29 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 6328 0 0 0 627 2 0 0 20 0 1 0 13755617 33206272 6962 33554432000 4194304 5796924 140736207738816 140736207736456 4606708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 8107 6962 165 392 0 7706 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32428

[startup+12.7003 s]
/proc/loadavg: 2.29 2.25 2.19 3/177 29925
/proc/meminfo: memFree=30337476/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=74964 CPUtime=12.69 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 8691 0 0 0 1266 3 0 0 20 0 1 0 13755617 76763136 15477 33554432000 4194304 5796924 140736207738816 140736207736456 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 18741 15477 165 392 0 18340 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 74964

[startup+25.5004 s]
/proc/loadavg: 2.32 2.26 2.19 4/177 29925
/proc/meminfo: memFree=30327776/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=44320 CPUtime=25.49 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 11839 0 0 0 2543 6 0 0 20 0 1 0 13755617 45383680 10407 33554432000 4194304 5796924 140736207738816 140736207736456 4591913 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 11080 10407 165 392 0 10679 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44320

[startup+51.1004 s]
/proc/loadavg: 2.34 2.27 2.20 4/177 29925
/proc/meminfo: memFree=30306704/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=105784 CPUtime=51.08 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 15352 0 0 0 5100 8 0 0 20 0 1 0 13755617 108322816 23730 33554432000 4194304 5796924 140736207738816 140736207736456 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 26446 23730 165 392 0 26045 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 105784

[startup+102.3 s]
/proc/loadavg: 2.30 2.27 2.20 3/177 29926
/proc/meminfo: memFree=30300644/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=108092 CPUtime=102.27 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 20384 0 0 0 10212 15 0 0 20 0 1 0 13755617 110686208 22647 33554432000 4194304 5796924 140736207738816 140736207735928 4606733 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 27023 22647 165 392 0 26622 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 108092

[startup+162.3 s]
/proc/loadavg: 2.23 2.25 2.19 4/177 29927
/proc/meminfo: memFree=30275180/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=111800 CPUtime=162.25 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 24251 0 0 0 16205 20 0 0 20 0 1 0 13755617 114483200 24671 33554432000 4194304 5796924 140736207738816 140736207735928 4606514 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 27950 24671 165 392 0 27549 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 111800

[startup+222.307 s]
/proc/loadavg: 2.22 2.23 2.18 3/177 29928
/proc/meminfo: memFree=30277448/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=114788 CPUtime=222.25 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 28279 0 0 0 22199 26 0 0 20 0 1 0 13755617 117542912 26851 33554432000 4194304 5796924 140736207738816 140736207735928 4607209 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 28697 26851 165 392 0 28296 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 114788

[startup+282.3 s]
/proc/loadavg: 2.13 2.20 2.18 4/177 29930
/proc/meminfo: memFree=30192236/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=251560 CPUtime=282.24 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 32713 0 0 0 28193 31 0 0 20 0 1 0 13755617 257597440 51908 33554432000 4194304 5796924 140736207738816 140736207735928 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 62890 51908 165 392 0 62489 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 251560

[startup+342.3 s]
/proc/loadavg: 2.49 2.28 2.20 4/178 29934
/proc/meminfo: memFree=30278748/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=121332 CPUtime=342.22 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 36340 0 0 0 34187 35 0 0 20 0 1 0 13755617 124243968 22807 33554432000 4194304 5796924 140736207738816 140736207736456 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 30333 22807 165 392 0 29932 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 121332

[startup+402.3 s]
/proc/loadavg: 2.24 2.25 2.19 3/177 29935
/proc/meminfo: memFree=30265896/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=123580 CPUtime=402.22 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 38856 0 0 0 40183 39 0 0 20 0 1 0 13755617 126545920 29583 33554432000 4194304 5796924 140736207738816 140736207735928 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 30895 29583 165 392 0 30494 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 123580

[startup+462.3 s]
/proc/loadavg: 2.13 2.21 2.18 3/176 29936
/proc/meminfo: memFree=30314756/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=126152 CPUtime=462.21 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 42145 0 0 0 46177 44 0 0 20 0 1 0 13755617 129179648 26134 33554432000 4194304 5796924 140736207738816 140736207735928 4606708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 31538 26134 165 392 0 31137 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 126152

[startup+522.3 s]
/proc/loadavg: 2.26 2.24 2.19 4/177 29938
/proc/meminfo: memFree=30286236/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=178048 CPUtime=522.19 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 44981 0 0 0 52172 47 0 0 20 0 1 0 13755617 182321152 32623 33554432000 4194304 5796924 140736207738816 140736207736456 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 44512 32623 165 392 0 44111 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 178048

[startup+582.3 s]
/proc/loadavg: 2.22 2.23 2.18 3/176 29939
/proc/meminfo: memFree=30218912/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=129572 CPUtime=582.19 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 47024 0 0 0 58168 51 0 0 20 0 1 0 13755617 132681728 27507 33554432000 4194304 5796924 140736207738816 140736207735928 4607599 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 32393 27507 165 392 0 31992 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 129572


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


[startup+882.307 s]
/proc/loadavg: 2.17 2.18 2.18 4/177 29945
/proc/meminfo: memFree=30264852/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=184556 CPUtime=882.15 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 53358 0 0 0 88152 63 0 0 20 0 1 0 13755617 188985344 39756 33554432000 4194304 5796924 140736207738816 140736207735928 4568992 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 46139 39756 165 392 0 45738 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 184556

[startup+942.3 s]
/proc/loadavg: 2.24 2.19 2.18 4/178 29950
/proc/meminfo: memFree=30221176/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=135456 CPUtime=942.13 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 54641 0 0 0 94147 66 0 0 20 0 1 0 13755617 138706944 33055 33554432000 4194304 5796924 140736207738816 140736207735928 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 33864 33055 165 392 0 33463 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 135456

[startup+1002.3 s]
/proc/loadavg: 2.13 2.17 2.17 3/178 29974
/proc/meminfo: memFree=30310044/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=105512 CPUtime=1002.13 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 56007 0 0 0 100144 69 0 0 20 0 1 0 13755617 108044288 24389 33554432000 4194304 5796924 140736207738816 140736207736280 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 26378 24389 165 392 0 25977 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 105512

[startup+1062.3 s]
/proc/loadavg: 2.09 2.15 2.17 4/177 29975
/proc/meminfo: memFree=30155212/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=187412 CPUtime=1062.11 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 57324 0 0 0 106141 70 0 0 20 0 1 0 13755617 191909888 44099 33554432000 4194304 5796924 140736207738816 140736207735928 4606565 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 46853 44099 165 392 0 46452 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 187412

[startup+1122.3 s]
/proc/loadavg: 2.32 2.20 2.18 3/177 29976
/proc/meminfo: memFree=30285756/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=138504 CPUtime=1122.1 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 59149 0 0 0 112138 72 0 0 20 0 1 0 13755617 141828096 28175 33554432000 4194304 5796924 140736207738816 140736207736456 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 34626 28175 165 392 0 34225 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 138504

[startup+1182.3 s]
/proc/loadavg: 2.31 2.21 2.19 3/177 29977
/proc/meminfo: memFree=30165124/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=189796 CPUtime=1182.08 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 59758 0 0 0 118134 74 0 0 20 0 1 0 13755617 194351104 42256 33554432000 4194304 5796924 140736207738816 140736207735928 4606495 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 47449 42256 165 392 0 47048 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 189796

[startup+1242.3 s]
/proc/loadavg: 2.27 2.21 2.18 4/177 29979
/proc/meminfo: memFree=30248868/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=190872 CPUtime=1242.06 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 61766 0 0 0 124129 77 0 0 20 0 1 0 13755617 195452928 35380 33554432000 4194304 5796924 140736207738816 140736207736456 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 47718 35380 165 392 0 47317 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 190872

[startup+1302.3 s]
/proc/loadavg: 2.17 2.19 2.18 3/177 29980
/proc/meminfo: memFree=30127604/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=273204 CPUtime=1302.05 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 62555 0 0 0 130127 78 0 0 20 0 1 0 13755617 279760896 48942 33554432000 4194304 5796924 140736207738816 140736207736456 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 68301 48942 165 392 0 67900 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 273204

[startup+1362.3 s]
/proc/loadavg: 2.29 2.21 2.18 3/177 29981
/proc/meminfo: memFree=30222548/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=142404 CPUtime=1362.04 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 63740 0 0 0 136124 80 0 0 20 0 1 0 13755617 145821696 33402 33554432000 4194304 5796924 140736207738816 140736207735928 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 35601 33402 165 392 0 35200 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 142404

[startup+1422.3 s]
/proc/loadavg: 2.22 2.20 2.18 4/177 29982
/proc/meminfo: memFree=30099480/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=275320 CPUtime=1422.04 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 64900 0 0 0 142122 82 0 0 20 0 1 0 13755617 281927680 50402 33554432000 4194304 5796924 140736207738816 140736207736456 4606799 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 68830 50402 165 392 0 68429 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 275320

[startup+1482.3 s]
/proc/loadavg: 2.22 2.21 2.18 3/177 29983
/proc/meminfo: memFree=30251184/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=194576 CPUtime=1482.02 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 66414 0 0 0 148118 84 0 0 20 0 1 0 13755617 199245824 41880 33554432000 4194304 5796924 140736207738816 140736207735928 4607212 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 48644 41880 165 392 0 48243 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 194576

[startup+1542.31 s]
/proc/loadavg: 2.26 2.21 2.18 3/178 29988
/proc/meminfo: memFree=30123372/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=277584 CPUtime=1542.01 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 67334 0 0 0 154116 85 0 0 20 0 1 0 13755617 284246016 55061 33554432000 4194304 5796924 140736207738816 140736207735928 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 69396 55061 165 392 0 68995 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 277584

[startup+1602.3 s]
/proc/loadavg: 2.16 2.19 2.18 4/177 30310
/proc/meminfo: memFree=30316372/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=148116 CPUtime=1602 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 68732 0 0 0 160112 88 0 0 20 0 1 0 13755617 151670784 36141 33554432000 4194304 5796924 140736207738816 140736207736456 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 37029 36141 165 392 0 36628 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 148116

[startup+1662.3 s]
/proc/loadavg: 2.24 2.21 2.18 3/177 30311
/proc/meminfo: memFree=30268120/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=198204 CPUtime=1661.99 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 69058 0 0 0 166110 89 0 0 20 0 1 0 13755617 202960896 46174 33554432000 4194304 5796924 140736207738816 140736207736456 4607229 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 49551 46174 165 392 0 49150 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 198204

[startup+1722.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/177 30312
/proc/meminfo: memFree=30192384/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=280412 CPUtime=1721.98 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 69788 0 0 0 172108 90 0 0 20 0 1 0 13755617 287141888 55590 33554432000 4194304 5796924 140736207738816 140736207735928 4606744 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 70103 55590 165 392 0 69702 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 280412

[startup+1782.3 s]
/proc/loadavg: 2.25 2.21 2.18 4/177 30313
/proc/meminfo: memFree=30267668/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=199456 CPUtime=1781.97 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 71272 0 0 0 178105 92 0 0 20 0 1 0 13755617 204242944 41923 33554432000 4194304 5796924 140736207738816 140736207735928 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 49864 41923 165 392 0 49463 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 199456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.19 2.20 2.18 3/176 30314
/proc/meminfo: memFree=30230124/32872528 swapFree=1286144/1433312
[pid=29924] ppid=29921 vsize=199632 CPUtime=1800.07 cores=1,3,5,7
/proc/29924/stat : 29924 (naps-1.02) R 29921 29924 25981 0 -1 4202496 71308 0 0 0 179915 92 0 0 20 0 1 0 13755617 204423168 46047 33554432000 4194304 5796924 140736207738816 140736207735928 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/29924/statm: 49908 46047 165 392 0 49507 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 199632

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

Child status: 0
Real time (s): 1800.4
CPU time (s): 1800.08
CPU user time (s): 1799.15
CPU system time (s): 0.931858
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 329892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 0.931858
maximum resident set size= 290720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71320
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= 59
involuntary context switches= 1857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5683 second user time and 6.88995 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-17 00:44:48
IDJOB=4097921
IDBENCH=107826
IDSOLVER=2544
FILE ID=node130/4097921-1466117088
RUNJOBID= node130-1466113228-28159
PBS_JOBID= 19904043
Free space on /tmp= 71736 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_17.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097921-1466117088/watcher-4097921-1466117088 -o /tmp/evaluation-result-4097921-1466117088/solver-4097921-1466117088 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466113228-28159 --watchdog 1960  naps-1.02 HOME/instance-4097921-1466117088.opb

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

MD5SUM BENCH= 2d9e515d426c52a025752c6dbc5949b8
RANDOM SEED=290548607

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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.53
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.365
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.365
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:        30419124 kB
Buffers:           60744 kB
Cached:           119284 kB
SwapCached:          936 kB
Active:           209064 kB
Inactive:         102068 kB
Active(anon):     132852 kB
Inactive(anon):      588 kB
Active(file):      76212 kB
Inactive(file):   101480 kB
Unevictable:     1433312 kB
Mlocked:         1286144 kB
SwapTotal:      67108856 kB
SwapFree:       67099648 kB
Dirty:              8152 kB
Writeback:             0 kB
AnonPages:       1625152 kB
Mapped:             7636 kB
Shmem:                 0 kB
Slab:             569484 kB
SReclaimable:      13304 kB
SUnreclaim:       556180 kB
KernelStack:        1472 kB
PageTables:         7036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1688164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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= 71732 MiB
End job on node130 at 2016-06-17 01:14:49