Trace number 4082100

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/lopes/
normalized-116.opb
MD5SUMf3a33f6abe76a69a8be60a1cc6635095
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 variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 691
Number of bits of the biggest sum of numbers10
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.04/1800.40	c 
1800.04/1800.40	c *** TERMINATED *** by signal 15
1800.04/1800.40	s UNKNOWN
1800.04/1800.40	c _____________________________________________________________________________
1800.04/1800.40	c 
1800.04/1800.40	c std/band forms        : 103291,1
1800.04/1800.40	c 2cl/3cl ITE-codings   : 113966,17
1800.04/1800.40	c BDD/srt/adr Max costs : 27,0,0
1800.04/1800.40	c BDDraw/bin/mul/srt/adr: 103292,0,0,0,0
1800.04/1800.40	c BDD nodes             : 634081
1800.04/1800.40	c Es1/CC detections     : 0,0
1800.04/1800.40	c SAT/UNSAT calls       : 0,0
1800.04/1800.40	c restarts              : 0
1800.04/1800.40	c conflicts             : 0              (0 /sec)
1800.04/1800.40	c decisions             : 0              (0 /sec)
1800.04/1800.40	c propagations          : 0              (0 /sec)
1800.04/1800.40	c inspects              : 0              (0 /sec)
1800.04/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.04/1800.40	c Time for Opt-base     : 0 s
1800.04/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-4082100-1465261312/watcher-4082100-1465261312 -o /tmp/evaluation-result-4082100-1465261312/solver-4082100-1465261312 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465257392-11071 --watchdog 1960 naps-1.02 HOME/instance-4082100-1465261312.opb 

pid=12941
running on 4 cores: 0,2,4,6

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.24 2.22 2.18 3/178 12944
/proc/meminfo: memFree=29955144/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 301 0 0 0 0 0 0 0 20 0 1 0 108064182 6574080 174 33554432000 4194304 5796924 140734724889056 140734801884392 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12944/statm: 1605 174 127 392 0 1204 0

[startup+0.100157 s]
/proc/loadavg: 2.24 2.22 2.18 3/178 12944
/proc/meminfo: memFree=29955144/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=7612 CPUtime=0.09 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 641 0 0 0 9 0 0 0 20 0 1 0 108064182 7794688 502 33554432000 4194304 5796924 140734724889056 140734801884392 4806736 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12944/statm: 1903 502 127 392 0 1502 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7612

[startup+0.200269 s]
/proc/loadavg: 2.24 2.22 2.18 3/178 12944
/proc/meminfo: memFree=29955144/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=8656 CPUtime=0.19 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 953 0 0 0 19 0 0 0 20 0 1 0 108064182 8863744 798 33554432000 4194304 5796924 140734724889056 140734801884392 5087512 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12944/statm: 2164 798 127 392 0 1763 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8656

[startup+0.300286 s]
/proc/loadavg: 2.24 2.22 2.18 3/178 12944
/proc/meminfo: memFree=29955144/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=9652 CPUtime=0.29 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 1284 0 0 0 29 0 0 0 20 0 1 0 108064182 9883648 1116 33554432000 4194304 5796924 140734724889056 140734801884392 5092673 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/12944/statm: 2413 1117 127 392 0 2012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9652

[startup+0.700268 s]
/proc/loadavg: 2.24 2.22 2.18 3/178 12944
/proc/meminfo: memFree=29955144/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=14156 CPUtime=0.69 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 2587 0 0 0 69 0 0 0 20 0 1 0 108064182 14495744 2361 33554432000 4194304 5796924 140734724889056 140734724888424 5087529 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 3539 2361 127 392 0 3138 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14156

[startup+1.50023 s]
/proc/loadavg: 2.24 2.22 2.18 3/179 12945
/proc/meminfo: memFree=29939456/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=23196 CPUtime=1.49 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 5259 0 0 0 149 0 0 0 20 0 1 0 108064182 23752704 5332 33554432000 4194304 5796924 140734724889056 140734724888216 5087664 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 5799 5332 127 392 0 5398 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23196

[startup+3.10028 s]
/proc/loadavg: 2.24 2.22 2.18 3/179 12945
/proc/meminfo: memFree=29920124/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=44536 CPUtime=3.08 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 10367 0 0 0 307 1 0 0 20 0 1 0 108064182 45604864 10019 33554432000 4194304 5796924 140734724889056 140734724888424 4802587 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 11134 10019 127 392 0 10733 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44536

[startup+6.30032 s]
/proc/loadavg: 2.22 2.21 2.18 3/179 12945
/proc/meminfo: memFree=29875912/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=86736 CPUtime=6.28 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 21180 0 0 0 624 4 0 0 20 0 1 0 108064182 88817664 20387 33554432000 4194304 5796924 140734724889056 140734724888280 4404063 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 21684 20387 127 392 0 21283 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86736

[startup+12.7002 s]
/proc/loadavg: 2.21 2.21 2.18 4/178 12945
/proc/meminfo: memFree=29790520/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=180984 CPUtime=12.69 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 39455 0 0 0 1259 10 0 0 20 0 1 0 108064182 185327616 40336 33554432000 4194304 5796924 140734724889056 140734724888280 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 45246 40336 127 392 0 44845 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 180984

[startup+25.5004 s]
/proc/loadavg: 2.23 2.22 2.18 3/178 12945
/proc/meminfo: memFree=29607700/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=340604 CPUtime=25.49 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 69989 0 0 0 2533 16 0 0 20 0 1 0 108064182 348778496 81028 33554432000 4194304 5796924 140734724889056 140734724886376 4648289 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 85151 81028 148 392 0 84750 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 340604

[startup+51.1004 s]
/proc/loadavg: 2.15 2.20 2.18 3/178 12945
/proc/meminfo: memFree=29646388/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=340604 CPUtime=51.08 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 71338 0 0 0 5090 18 0 0 20 0 1 0 108064182 348778496 81072 33554432000 4194304 5796924 140734724889056 140734724886520 4594171 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 85151 81072 165 392 0 84750 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 340604

[startup+102.3 s]
/proc/loadavg: 2.25 2.21 2.18 4/178 12946
/proc/meminfo: memFree=29649028/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=371424 CPUtime=102.27 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 71875 0 0 0 10203 24 0 0 20 0 1 0 108064182 380338176 82676 33554432000 4194304 5796924 140734724889056 140734724886696 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 92856 82676 165 392 0 92455 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 371424

[startup+162.3 s]
/proc/loadavg: 2.23 2.21 2.18 4/178 12947
/proc/meminfo: memFree=29621260/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=371424 CPUtime=162.26 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 72417 0 0 0 16196 30 0 0 20 0 1 0 108064182 380338176 83700 33554432000 4194304 5796924 140734724889056 140734724886696 4607258 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 92856 83700 165 392 0 92455 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 371424

[startup+222.307 s]
/proc/loadavg: 2.25 2.23 2.19 3/178 12948
/proc/meminfo: memFree=29591728/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=374392 CPUtime=222.26 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 74149 0 0 0 22191 35 0 0 20 0 1 0 108064182 383377408 87420 33554432000 4194304 5796924 140734724889056 140734724886168 4606514 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 93598 87420 165 392 0 93197 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 374392

[startup+282.3 s]
/proc/loadavg: 2.13 2.20 2.18 4/178 12950
/proc/meminfo: memFree=29608016/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=379480 CPUtime=282.24 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 77118 0 0 0 28184 40 0 0 20 0 1 0 108064182 388587520 86953 33554432000 4194304 5796924 140734724889056 140734724886696 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 94870 86953 165 392 0 94469 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 379480

[startup+342.3 s]
/proc/loadavg: 2.15 2.19 2.18 4/178 12951
/proc/meminfo: memFree=29554008/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=380700 CPUtime=342.23 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 79346 0 0 0 34178 45 0 0 20 0 1 0 108064182 389836800 85724 33554432000 4194304 5796924 140734724889056 140734724886168 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 95175 85724 165 392 0 94774 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 380700

[startup+402.3 s]
/proc/loadavg: 2.33 2.23 2.19 3/178 12952
/proc/meminfo: memFree=29528428/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=433020 CPUtime=402.23 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 81672 0 0 0 40173 50 0 0 20 0 1 0 108064182 443412480 94230 33554432000 4194304 5796924 140734724889056 140734724886696 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 108255 94230 165 392 0 107854 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 433020

[startup+462.3 s]
/proc/loadavg: 2.27 2.23 2.19 4/178 12953
/proc/meminfo: memFree=29547876/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=384340 CPUtime=462.22 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 83080 0 0 0 46168 54 0 0 20 0 1 0 108064182 393564160 89635 33554432000 4194304 5796924 140734724889056 140734724886696 4593577 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 96085 89635 165 392 0 95684 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 384340

[startup+522.3 s]
/proc/loadavg: 2.34 2.26 2.20 3/179 12957
/proc/meminfo: memFree=29517304/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=437188 CPUtime=522.21 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 85384 0 0 0 52162 59 0 0 20 0 1 0 108064182 447680512 99652 33554432000 4194304 5796924 140734724889056 140734724886696 4593952 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 109297 99652 165 392 0 108896 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 437188

[startup+582.3 s]
/proc/loadavg: 2.18 2.23 2.18 3/178 12959
/proc/meminfo: memFree=29553816/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=437656 CPUtime=582.2 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 87463 0 0 0 58156 64 0 0 20 0 1 0 108064182 448159744 94184 33554432000 4194304 5796924 140734724889056 140734724886696 4606559 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 109414 94184 165 392 0 109013 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 437656


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


[startup+882.307 s]
/proc/loadavg: 2.16 2.16 2.17 3/178 12965
/proc/meminfo: memFree=29460368/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=447760 CPUtime=882.09 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 95858 0 0 0 88128 81 0 0 20 0 1 0 108064182 458506240 105976 33554432000 4194304 5796924 140734724889056 140734724886168 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 111940 105976 165 392 0 111539 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 447760

[startup+942.3 s]
/proc/loadavg: 2.15 2.16 2.17 3/178 12966
/proc/meminfo: memFree=29489448/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=448236 CPUtime=942.07 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 97469 0 0 0 94123 84 0 0 20 0 1 0 108064182 458993664 105541 33554432000 4194304 5796924 140734724889056 140734724886696 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 112059 105541 165 392 0 111658 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 448236

[startup+1002.3 s]
/proc/loadavg: 2.10 2.14 2.16 3/178 12967
/proc/meminfo: memFree=29445316/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=448768 CPUtime=1002.06 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 99652 0 0 0 100119 87 0 0 20 0 1 0 108064182 459538432 103102 33554432000 4194304 5796924 140734724889056 140734724886168 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 112192 103102 165 392 0 111791 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 448768

[startup+1062.3 s]
/proc/loadavg: 2.19 2.15 2.16 3/178 12968
/proc/meminfo: memFree=29499928/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=450376 CPUtime=1062.05 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 101496 0 0 0 106114 91 0 0 20 0 1 0 108064182 461185024 100334 33554432000 4194304 5796924 140734724889056 140734724886696 4606708 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 112594 100334 165 392 0 112193 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 450376

[startup+1122.3 s]
/proc/loadavg: 2.21 2.16 2.16 3/179 12972
/proc/meminfo: memFree=29475584/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=404596 CPUtime=1122.05 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 103505 0 0 0 112111 94 0 0 20 0 1 0 108064182 414306304 96706 33554432000 4194304 5796924 140734724889056 140734724886696 4606768 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 101149 96706 165 392 0 100748 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 404596

[startup+1182.3 s]
/proc/loadavg: 2.12 2.14 2.16 3/178 12974
/proc/meminfo: memFree=29495588/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=454684 CPUtime=1182.03 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 104058 0 0 0 118109 94 0 0 20 0 1 0 108064182 465596416 107986 33554432000 4194304 5796924 140734724889056 140734724886696 4606799 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 113671 107986 165 392 0 113270 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 454684

[startup+1242.3 s]
/proc/loadavg: 2.15 2.15 2.16 3/178 12975
/proc/meminfo: memFree=29480080/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=408344 CPUtime=1242.03 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 105669 0 0 0 124106 97 0 0 20 0 1 0 108064182 418144256 97847 33554432000 4194304 5796924 140734724889056 140734724886696 4607255 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 102086 97847 165 392 0 101685 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 408344

[startup+1302.3 s]
/proc/loadavg: 2.15 2.15 2.15 3/178 12976
/proc/meminfo: memFree=29396304/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=460268 CPUtime=1302.02 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 106755 0 0 0 130104 98 0 0 20 0 1 0 108064182 471314432 109654 33554432000 4194304 5796924 140734724889056 140734724886168 4606782 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 115067 109654 165 392 0 114666 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 460268

[startup+1362.3 s]
/proc/loadavg: 2.23 2.16 2.16 3/178 13023
/proc/meminfo: memFree=29901536/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=549268 CPUtime=1362.01 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 108944 0 0 0 136102 99 0 0 20 0 1 0 108064182 562450432 117967 33554432000 4194304 5796924 140734724889056 140734724886168 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 137317 117967 165 392 0 136916 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 549268

[startup+1422.3 s]
/proc/loadavg: 2.19 2.16 2.16 3/178 13024
/proc/meminfo: memFree=29834788/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=470408 CPUtime=1422 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 111103 0 0 0 142099 101 0 0 20 0 1 0 108064182 481697792 104259 33554432000 4194304 5796924 140734724889056 140734724886696 4607258 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 117602 104259 165 392 0 117201 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 470408

[startup+1482.3 s]
/proc/loadavg: 2.16 2.16 2.16 4/178 13026
/proc/meminfo: memFree=29757832/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=551796 CPUtime=1481.99 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 111656 0 0 0 148097 102 0 0 20 0 1 0 108064182 565039104 114005 33554432000 4194304 5796924 140734724889056 140734724886696 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 137949 114005 165 392 0 137548 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 551796

[startup+1542.31 s]
/proc/loadavg: 2.10 2.14 2.15 3/178 13027
/proc/meminfo: memFree=29727744/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=555032 CPUtime=1541.99 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 112353 0 0 0 154096 103 0 0 20 0 1 0 108064182 568352768 121345 33554432000 4194304 5796924 140734724889056 140734724886168 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 138758 121345 165 392 0 138357 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 555032

[startup+1602.3 s]
/proc/loadavg: 2.59 2.25 2.19 3/183 13199
/proc/meminfo: memFree=29692984/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=474180 CPUtime=1601.97 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 112872 0 0 0 160092 105 0 0 20 0 1 0 108064182 485560320 108065 33554432000 4194304 5796924 140734724889056 140734724886696 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 118545 108065 165 392 0 118144 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 474180

[startup+1662.3 s]
/proc/loadavg: 2.58 2.32 2.21 3/179 13233
/proc/meminfo: memFree=29644608/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=556076 CPUtime=1661.96 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 113678 0 0 0 166090 106 0 0 20 0 1 0 108064182 569421824 117044 33554432000 4194304 5796924 140734724889056 140734724886168 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 139019 117044 165 392 0 138618 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 556076

[startup+1722.3 s]
/proc/loadavg: 2.34 2.31 2.21 3/179 13237
/proc/meminfo: memFree=29624980/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=558224 CPUtime=1721.95 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 114178 0 0 0 172088 107 0 0 20 0 1 0 108064182 571621376 123676 33554432000 4194304 5796924 140734724889056 140734724886168 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 139556 123676 165 392 0 139155 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 558224

[startup+1782.3 s]
/proc/loadavg: 2.27 2.29 2.21 3/177 13238
/proc/meminfo: memFree=29669024/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=477848 CPUtime=1781.95 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 114828 0 0 0 178085 110 0 0 20 0 1 0 108064182 489316352 108392 33554432000 4194304 5796924 140734724889056 140734724886696 4607222 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 119462 108392 165 392 0 119061 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 477848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.28 2.29 2.21 3/178 13239
/proc/meminfo: memFree=29688520/32872528 swapFree=16204/1518544
[pid=12944] ppid=12941 vsize=477848 CPUtime=1800.04 cores=0,2,4,6
/proc/12944/stat : 12944 (naps-1.02) R 12941 12944 11055 0 -1 4202496 114836 0 0 0 179894 110 0 0 20 0 1 0 108064182 489316352 111466 33554432000 4194304 5796924 140734724889056 140734724886696 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/12944/statm: 119462 111466 165 392 0 119061 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 477848

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 12944 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): 1798.95
CPU system time (s): 1.11383
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 639376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.11383
maximum resident set size= 553196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114848
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= 108
involuntary context switches= 1864

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.70583 second user time and 8.21875 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-07 03:01:53
IDJOB=4082100
IDBENCH=89654
IDSOLVER=2544
FILE ID=node129/4082100-1465261312
RUNJOBID= node129-1465257392-11071
PBS_JOBID= 19843286
Free space on /tmp= 71644 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-116.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082100-1465261312/watcher-4082100-1465261312 -o /tmp/evaluation-result-4082100-1465261312/solver-4082100-1465261312 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465257392-11071 --watchdog 1960  naps-1.02 HOME/instance-4082100-1465261312.opb

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

MD5SUM BENCH= f3a33f6abe76a69a8be60a1cc6635095
RANDOM SEED=1332945880

node129.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.715
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.43
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.715
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.715
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.56
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.715
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.715
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.715
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.715
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.715
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:        29956324 kB
Buffers:           54328 kB
Cached:           230820 kB
SwapCached:         1820 kB
Active:           573440 kB
Inactive:         115812 kB
Active(anon):     405440 kB
Inactive(anon):     1112 kB
Active(file):     168000 kB
Inactive(file):   114700 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:             47916 kB
Writeback:             0 kB
AnonPages:       1926360 kB
Mapped:             7852 kB
Shmem:                 0 kB
Slab:             572460 kB
SReclaimable:      16332 kB
SUnreclaim:       556128 kB
KernelStack:        1448 kB
PageTables:         7956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2097732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1544192 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= 71676 MiB
End job on node129 at 2016-06-07 03:31:54