Trace number 4082125

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
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 variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
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        : 22936,2
1800.05/1800.40	c 2cl/3cl ITE-codings   : 25524,38
1800.05/1800.40	c BDD/srt/adr Max costs : 30,0,0
1800.05/1800.40	c BDDraw/bin/mul/srt/adr: 22938,0,0,0,0
1800.05/1800.40	c BDD nodes             : 141420
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) : 1800 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-4082125-1465261735/watcher-4082125-1465261735 -o /tmp/evaluation-result-4082125-1465261735/solver-4082125-1465261735 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465240311-14492 --watchdog 1960 naps-1.02 HOME/instance-4082125-1465261735.opb 

pid=19693
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.06 2.01 2.00 3/177 19696
/proc/meminfo: memFree=31241188/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 306 0 0 0 0 0 0 0 20 0 1 0 108108818 6574080 181 33554432000 4194304 5796924 140733932372496 140736663791464 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 1605 181 127 392 0 1204 0

[startup+0.100162 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 19696
/proc/meminfo: memFree=31241188/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=7624 CPUtime=0.09 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 638 0 0 0 9 0 0 0 20 0 1 0 108108818 7806976 505 33554432000 4194304 5796924 140733932372496 140736663791464 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 1906 505 127 392 0 1505 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7624

[startup+0.200331 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 19696
/proc/meminfo: memFree=31241188/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=8624 CPUtime=0.19 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 951 0 0 0 19 0 0 0 20 0 1 0 108108818 8830976 805 33554432000 4194304 5796924 140733932372496 140736663791464 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 2156 805 127 392 0 1755 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8624

[startup+0.30031 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 19696
/proc/meminfo: memFree=31241188/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=9672 CPUtime=0.29 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 1258 0 0 0 29 0 0 0 20 0 1 0 108108818 9904128 1613 33554432000 4194304 5796924 140733932372496 140736663791464 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 2418 1613 127 392 0 2017 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9672

[startup+0.700274 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 19696
/proc/meminfo: memFree=31241188/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=14568 CPUtime=0.69 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 2394 0 0 0 69 0 0 0 20 0 1 0 108108818 14917632 2708 33554432000 4194304 5796924 140733932372496 140733932371768 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 3642 2708 127 392 0 3241 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14568

[startup+1.50028 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 19697
/proc/meminfo: memFree=31224024/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=23184 CPUtime=1.49 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 4807 0 0 0 148 1 0 0 20 0 1 0 108108818 23740416 4937 33554432000 4194304 5796924 140733932372496 140733932371768 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 5796 4937 127 392 0 5395 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23184

[startup+3.10027 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 19697
/proc/meminfo: memFree=31210252/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=44324 CPUtime=3.09 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 10286 0 0 0 306 3 0 0 20 0 1 0 108108818 45387776 10469 33554432000 4194304 5796924 140733932372496 140733932370504 4336098 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 11081 10469 127 392 0 10680 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44324

[startup+6.30034 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 19697
/proc/meminfo: memFree=31160152/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=77052 CPUtime=6.29 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 19513 0 0 0 625 4 0 0 20 0 1 0 108108818 78901248 17613 33554432000 4194304 5796924 140733932372496 140733932369816 4583301 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 19263 17613 165 392 0 18862 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77052

[startup+12.7003 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 19697
/proc/meminfo: memFree=31144608/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=95568 CPUtime=12.69 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 21142 0 0 0 1264 5 0 0 20 0 1 0 108108818 97861632 21995 33554432000 4194304 5796924 140733932372496 140733932369736 4627216 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 23892 21995 166 392 0 23491 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95568

[startup+25.5004 s]
/proc/loadavg: 2.11 2.03 2.01 3/178 19697
/proc/meminfo: memFree=31144848/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=134120 CPUtime=25.48 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 22515 0 0 0 2543 5 0 0 20 0 1 0 108108818 137338880 26603 33554432000 4194304 5796924 140733932372496 140733932369736 4627213 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 33530 26603 166 392 0 33129 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 134120

[startup+51.1004 s]
/proc/loadavg: 2.07 2.03 2.00 3/178 19697
/proc/meminfo: memFree=31077048/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=134120 CPUtime=51.09 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 22920 0 0 0 5103 6 0 0 20 0 1 0 108108818 137338880 32110 33554432000 4194304 5796924 140733932372496 140733932369736 4606721 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 33530 32110 166 392 0 33129 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 134120

[startup+102.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 19701
/proc/meminfo: memFree=31093060/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=134120 CPUtime=102.28 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 24299 0 0 0 10221 7 0 0 20 0 1 0 108108818 137338880 32622 33554432000 4194304 5796924 140733932372496 140733932369960 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 33530 32622 166 392 0 33129 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 134120

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 19702
/proc/meminfo: memFree=31066756/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=183440 CPUtime=162.26 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 25680 0 0 0 16218 8 0 0 20 0 1 0 108108818 187842560 40746 33554432000 4194304 5796924 140733932372496 140733932369784 4569026 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 45860 40746 166 392 0 45459 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 183440

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 19703
/proc/meminfo: memFree=31041064/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=183440 CPUtime=222.27 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 26608 0 0 0 22217 10 0 0 20 0 1 0 108108818 187842560 42282 33554432000 4194304 5796924 140733932372496 140733932369784 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 45860 42282 166 392 0 45459 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 183440

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19705
/proc/meminfo: memFree=31050200/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=134120 CPUtime=282.23 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 27099 0 0 0 28212 11 0 0 20 0 1 0 108108818 137338880 32738 33554432000 4194304 5796924 140733932372496 140733932369960 4594730 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 33530 32738 166 392 0 33129 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 134120

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19706
/proc/meminfo: memFree=30992372/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=183440 CPUtime=342.21 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 28030 0 0 0 34209 12 0 0 20 0 1 0 108108818 187842560 43422 33554432000 4194304 5796924 140733932372496 140733932369784 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 45860 43422 166 392 0 45459 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 183440

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19707
/proc/meminfo: memFree=31046964/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=183440 CPUtime=402.2 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 28583 0 0 0 40207 13 0 0 20 0 1 0 108108818 187842560 44958 33554432000 4194304 5796924 140733932372496 140733932369784 4607215 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 45860 44958 166 392 0 45459 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 183440

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19708
/proc/meminfo: memFree=31073812/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=134120 CPUtime=462.2 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 29724 0 0 0 46204 16 0 0 20 0 1 0 108108818 137338880 32738 33554432000 4194304 5796924 140733932372496 140733932369960 4607178 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 33530 32738 166 392 0 33129 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 134120

[startup+522.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 19709
/proc/meminfo: memFree=31075620/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=153680 CPUtime=522.19 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 30779 0 0 0 52201 18 0 0 20 0 1 0 108108818 157368320 37471 33554432000 4194304 5796924 140733932372496 140733932369960 4583342 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 38420 37471 166 392 0 38019 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 153680

[startup+582.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 19711
/proc/meminfo: memFree=30990864/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=153680 CPUtime=582.18 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 32003 0 0 0 58198 20 0 0 20 0 1 0 108108818 157368320 37628 33554432000 4194304 5796924 140733932372496 140733932369960 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 38420 37628 166 392 0 38019 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 153680


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


[startup+882.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 19720
/proc/meminfo: memFree=30971988/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=233820 CPUtime=882.13 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 36291 0 0 0 88186 27 0 0 20 0 1 0 108108818 239431680 54011 33554432000 4194304 5796924 140733932372496 140733932370136 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 58455 54011 166 392 0 58054 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 233820

[startup+942.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 19721
/proc/meminfo: memFree=30898832/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=233820 CPUtime=942.11 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 37357 0 0 0 94182 29 0 0 20 0 1 0 108108818 239431680 51963 33554432000 4194304 5796924 140733932372496 140733932370136 4606514 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 58455 51963 166 392 0 58054 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 233820

[startup+1002.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 19722
/proc/meminfo: memFree=30941732/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=203000 CPUtime=1002.1 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 37827 0 0 0 100180 30 0 0 20 0 1 0 108108818 207872000 48312 33554432000 4194304 5796924 140733932372496 140733932369784 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 50750 48312 166 392 0 50349 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 203000

[startup+1062.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 19723
/proc/meminfo: memFree=30926584/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=233820 CPUtime=1062.09 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 38431 0 0 0 106178 31 0 0 20 0 1 0 108108818 239431680 54011 33554432000 4194304 5796924 140733932372496 140733932370136 4607192 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 58455 54011 166 392 0 58054 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 233820

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 19724
/proc/meminfo: memFree=30977472/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=233820 CPUtime=1122.08 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 39499 0 0 0 112176 32 0 0 20 0 1 0 108108818 239431680 50939 33554432000 4194304 5796924 140733932372496 140733932370136 4607171 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 58455 50939 166 392 0 58054 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 233820

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 19726
/proc/meminfo: memFree=30933424/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=203000 CPUtime=1182.08 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 39968 0 0 0 118174 34 0 0 20 0 1 0 108108818 207872000 45752 33554432000 4194304 5796924 140733932372496 140733932369784 4569014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 50750 45752 166 392 0 50349 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 203000

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 19727
/proc/meminfo: memFree=30946892/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=233820 CPUtime=1242.07 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 40575 0 0 0 124172 35 0 0 20 0 1 0 108108818 239431680 54011 33554432000 4194304 5796924 140733932372496 140733932370136 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 58455 54011 166 392 0 58054 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 233820

[startup+1302.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 19731
/proc/meminfo: memFree=31003444/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=203000 CPUtime=1302.06 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 41051 0 0 0 130170 36 0 0 20 0 1 0 108108818 207872000 49848 33554432000 4194304 5796924 140733932372496 140733932369784 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 50750 49848 166 392 0 50349 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 203000

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 19732
/proc/meminfo: memFree=30884088/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=233820 CPUtime=1362.05 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 41658 0 0 0 136168 37 0 0 20 0 1 0 108108818 239431680 56059 33554432000 4194304 5796924 140733932372496 140733932370136 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 58455 56059 166 392 0 58054 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 233820

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 19733
/proc/meminfo: memFree=30974080/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=233820 CPUtime=1422.04 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 42720 0 0 0 142165 39 0 0 20 0 1 0 108108818 239431680 51963 33554432000 4194304 5796924 140733932372496 140733932370136 4606483 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 58455 51963 166 392 0 58054 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 233820

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 19781
/proc/meminfo: memFree=31394924/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=233820 CPUtime=1482.02 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 42731 0 0 0 148163 39 0 0 20 0 1 0 108108818 239431680 57595 33554432000 4194304 5796924 140733932372496 140733932370136 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 58455 57595 166 392 0 58054 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 233820

[startup+1542.31 s]
/proc/loadavg: 1.97 2.00 2.00 3/178 19827
/proc/meminfo: memFree=31218528/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=233820 CPUtime=1542.02 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 43797 0 0 0 154161 41 0 0 20 0 1 0 108108818 239431680 53499 33554432000 4194304 5796924 140733932372496 140733932370136 4607198 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 58455 53499 166 392 0 58054 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 233820

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 19828
/proc/meminfo: memFree=31236108/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=153680 CPUtime=1601.99 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 44145 0 0 0 160156 43 0 0 20 0 1 0 108108818 157368320 37628 33554432000 4194304 5796924 140733932372496 140733932369960 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 38420 37628 166 392 0 38019 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 153680

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/178 19829
/proc/meminfo: memFree=31163488/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=233820 CPUtime=1661.98 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 45211 0 0 0 166154 44 0 0 20 0 1 0 108108818 239431680 53499 33554432000 4194304 5796924 140733932372496 140733932370136 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 58455 53499 166 392 0 58054 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 233820

[startup+1722.3 s]
/proc/loadavg: 2.47 2.12 2.03 3/183 20001
/proc/meminfo: memFree=31147564/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=153680 CPUtime=1721.97 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 45529 0 0 0 172152 45 0 0 20 0 1 0 108108818 157368320 37628 33554432000 4194304 5796924 140733932372496 140733932369960 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 38420 37628 166 392 0 38019 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 153680

[startup+1782.3 s]
/proc/loadavg: 2.24 2.12 2.04 3/178 20036
/proc/meminfo: memFree=31070812/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=233820 CPUtime=1781.96 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 46597 0 0 0 178149 47 0 0 20 0 1 0 108108818 239431680 52987 33554432000 4194304 5796924 140733932372496 140733932370136 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 58455 52987 166 392 0 58054 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 233820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.17 2.12 2.04 3/177 20036
/proc/meminfo: memFree=31080612/32872528 swapFree=10608/190480
[pid=19696] ppid=19693 vsize=233820 CPUtime=1800.05 cores=1,3,5,7
/proc/19696/stat : 19696 (naps-1.02) R 19693 19696 14475 0 -1 4202496 46601 0 0 0 179958 47 0 0 20 0 1 0 108108818 239431680 55035 33554432000 4194304 5796924 140733932372496 140733932370136 4607627 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19696/statm: 58455 55035 166 392 0 58054 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 233820

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 19696 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.07
CPU user time (s): 1799.59
CPU system time (s): 0.482926
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 283908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.482926
maximum resident set size= 235680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46613
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= 75
involuntary context switches= 1856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.68329 second user time and 6.93394 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 03:08:55
IDJOB=4082125
IDBENCH=89703
IDSOLVER=2544
FILE ID=node102/4082125-1465261735
RUNJOBID= node102-1465240311-14492
PBS_JOBID= 19843244
Free space on /tmp= 71672 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-91.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082125-1465261735/watcher-4082125-1465261735 -o /tmp/evaluation-result-4082125-1465261735/solver-4082125-1465261735 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465240311-14492 --watchdog 1960  naps-1.02 HOME/instance-4082125-1465261735.opb

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=1144878563

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
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:        31241188 kB
Buffers:           55356 kB
Cached:           250296 kB
SwapCached:         2748 kB
Active:           536724 kB
Inactive:         181828 kB
Active(anon):     412972 kB
Inactive(anon):     2200 kB
Active(file):     123752 kB
Inactive(file):   179628 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098624 kB
Dirty:             13196 kB
Writeback:             0 kB
AnonPages:        612028 kB
Mapped:             8852 kB
Shmem:                 0 kB
Slab:             578112 kB
SReclaimable:      22156 kB
SUnreclaim:       555956 kB
KernelStack:        1424 kB
PageTables:         5372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     754192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 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= 71688 MiB
End job on node102 at 2016-06-07 03:38:56