Trace number 4116583

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round22-1.opb
MD5SUMada06cfabce70a25df94d8484f9bb09a
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 variables4128
Total number of constraints8672
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.09/1800.40	c 
1800.09/1800.40	c *** TERMINATED *** by signal 15
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c _____________________________________________________________________________
1800.09/1800.40	c 
1800.09/1800.40	c std/band forms        : 0,771
1800.09/1800.40	c 2cl/3cl ITE-codings   : 0,11715
1800.09/1800.40	c BDD/srt/adr Max costs : 32,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 771,0,0,0,0
1800.09/1800.40	c BDD nodes             : 21176
1800.09/1800.40	c Es1/CC detections     : 0,0
1800.09/1800.40	c SAT/UNSAT calls       : 0,0
1800.09/1800.40	c restarts              : 0
1800.09/1800.40	c conflicts             : 0              (0 /sec)
1800.09/1800.40	c decisions             : 0              (0 /sec)
1800.09/1800.40	c propagations          : 0              (0 /sec)
1800.09/1800.40	c inspects              : 0              (0 /sec)
1800.09/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.09/1800.40	c Time for Opt-base     : 0 s
1800.09/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-4116583-1466957947/watcher-4116583-1466957947 -o /tmp/evaluation-result-4116583-1466957947/solver-4116583-1466957947 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466942992-19449 --watchdog 1960 naps-1.02 HOME/instance-4116583-1466957947.opb 

pid=21122
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

[startup+0 s]
/proc/loadavg: 2.05 2.12 2.15 3/176 21125
/proc/meminfo: memFree=30206740/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/21125/stat : 21125 (runsolver) R 21122 19433 19433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 1 0 28765767 24911872 49 33554432000 4194304 4338465 140737399290944 140737399288480 226084154189 0 0 4096 24578 0 0 0 17 6 0 0 0 0 0
/proc/21125/statm: 6082 49 3 36 0 2655 0
Current StackSize limit: 10240 KiB


[startup+0.100113 s]
/proc/loadavg: 2.05 2.12 2.15 3/176 21125
/proc/meminfo: memFree=30206740/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=7568 CPUtime=0.09 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 609 0 0 0 9 0 0 0 20 0 1 0 28765767 7749632 475 33554432000 4194304 5796924 140734894661952 140734894661176 5100101 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21125/statm: 1892 475 128 392 0 1491 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7568

[startup+0.200255 s]
/proc/loadavg: 2.05 2.12 2.15 3/176 21125
/proc/meminfo: memFree=30206740/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=10964 CPUtime=0.19 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 1488 0 0 0 19 0 0 0 20 0 1 0 28765767 11227136 1345 33554432000 4194304 5796924 140734894661952 140734894661176 4367211 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21125/statm: 2741 1345 130 392 0 2340 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10964

[startup+0.300249 s]
/proc/loadavg: 2.05 2.12 2.15 3/176 21125
/proc/meminfo: memFree=30206740/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=11132 CPUtime=0.29 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 1544 0 0 0 29 0 0 0 20 0 1 0 28765767 11399168 1401 33554432000 4194304 5796924 140734894661952 140734894659816 5096620 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21125/statm: 2783 1401 140 392 0 2382 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11132

[startup+0.700247 s]
/proc/loadavg: 2.05 2.12 2.15 3/176 21125
/proc/meminfo: memFree=30206740/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=18816 CPUtime=0.68 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 3715 0 0 0 68 0 0 0 20 0 1 0 28765767 19267584 3901 33554432000 4194304 5796924 140734894661952 140734894659816 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/21125/statm: 4704 3901 164 392 0 4303 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 18816

[startup+1.5003 s]
/proc/loadavg: 2.05 2.12 2.15 3/177 21126
/proc/meminfo: memFree=30191896/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=19404 CPUtime=1.48 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 3842 0 0 0 148 0 0 0 20 0 1 0 28765767 19869696 4028 33554432000 4194304 5796924 140734894661952 140734894659000 4606807 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 4851 4028 164 392 0 4450 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 19404

[startup+3.10025 s]
/proc/loadavg: 2.05 2.12 2.15 3/177 21126
/proc/meminfo: memFree=30189724/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=20064 CPUtime=3.08 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 4287 0 0 0 308 0 0 0 20 0 1 0 28765767 20545536 4156 33554432000 4194304 5796924 140734894661952 140734894659224 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 5016 4156 165 392 0 4615 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 20064

[startup+6.30026 s]
/proc/loadavg: 2.04 2.12 2.15 3/177 21126
/proc/meminfo: memFree=30180988/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=25648 CPUtime=6.28 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 5904 0 0 0 627 1 0 0 20 0 1 0 28765767 26263552 5849 33554432000 4194304 5796924 140734894661952 140734894659016 4606480 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 6412 5849 165 392 0 6011 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25648

[startup+12.7003 s]
/proc/loadavg: 2.04 2.12 2.15 3/177 21126
/proc/meminfo: memFree=30174024/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=28368 CPUtime=12.68 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 6661 0 0 0 1267 1 0 0 20 0 1 0 28765767 29048832 6533 33554432000 4194304 5796924 140734894661952 140734894659016 4582867 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 7092 6533 165 392 0 6691 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 28368

[startup+25.5003 s]
/proc/loadavg: 2.10 2.13 2.15 3/177 21127
/proc/meminfo: memFree=30162836/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=33004 CPUtime=25.47 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 7109 0 0 0 2546 1 0 0 20 0 1 0 28765767 33796096 7227 33554432000 4194304 5796924 140734894661952 140734894659416 4606712 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 8251 7227 165 392 0 7850 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 33004

[startup+51.1003 s]
/proc/loadavg: 2.07 2.12 2.15 3/177 21127
/proc/meminfo: memFree=30209584/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=44496 CPUtime=51.07 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 7646 0 0 0 5105 2 0 0 20 0 1 0 28765767 45563904 9300 33554432000 4194304 5796924 140734894661952 140734894659192 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 11124 9300 165 392 0 10723 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 44496

[startup+102.3 s]
/proc/loadavg: 2.16 2.14 2.15 4/178 21131
/proc/meminfo: memFree=30135800/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=51680 CPUtime=102.26 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 8486 0 0 0 10224 2 0 0 20 0 1 0 28765767 52920320 12394 33554432000 4194304 5796924 140734894661952 140734894659016 4606816 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 12920 12394 165 392 0 12519 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 51680

[startup+162.3 s]
/proc/loadavg: 2.20 2.16 2.16 3/177 21132
/proc/meminfo: memFree=30122748/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=74956 CPUtime=162.25 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 10412 0 0 0 16221 4 0 0 20 0 1 0 28765767 76754944 17189 33554432000 4194304 5796924 140734894661952 140734894659192 4607192 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 18739 17189 165 392 0 18338 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 74956

[startup+222.307 s]
/proc/loadavg: 2.20 2.16 2.16 3/177 21133
/proc/meminfo: memFree=30119296/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=87724 CPUtime=222.24 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 10720 0 0 0 22220 4 0 0 20 0 1 0 28765767 89829376 20563 33554432000 4194304 5796924 140734894661952 140734894659192 4606744 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 21931 20563 165 392 0 21530 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 87724

[startup+282.3 s]
/proc/loadavg: 2.25 2.17 2.16 3/177 21134
/proc/meminfo: memFree=30131660/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=87724 CPUtime=282.24 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 11572 0 0 0 28218 6 0 0 20 0 1 0 28765767 89829376 20893 33554432000 4194304 5796924 140734894661952 140734894659416 4606480 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 21931 20893 165 392 0 21530 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 87724

[startup+342.3 s]
/proc/loadavg: 2.32 2.20 2.17 3/177 21136
/proc/meminfo: memFree=30163012/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=87724 CPUtime=342.22 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 12608 0 0 0 34215 7 0 0 20 0 1 0 28765767 89829376 21405 33554432000 4194304 5796924 140734894661952 140734894659416 4607258 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 21931 21405 165 392 0 21530 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 87724

[startup+402.3 s]
/proc/loadavg: 2.40 2.24 2.19 3/176 21137
/proc/meminfo: memFree=30101396/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=87724 CPUtime=402.21 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 13647 0 0 0 40213 8 0 0 20 0 1 0 28765767 89829376 21405 33554432000 4194304 5796924 140734894661952 140734894659416 4594121 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 21931 21405 165 392 0 21530 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 87724

[startup+462.3 s]
/proc/loadavg: 2.30 2.24 2.19 3/177 21139
/proc/meminfo: memFree=30117508/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=87724 CPUtime=462.21 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 14168 0 0 0 46212 9 0 0 20 0 1 0 28765767 89829376 21405 33554432000 4194304 5796924 140734894661952 140734894659416 4592040 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 21931 21405 165 392 0 21530 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 87724

[startup+522.3 s]
/proc/loadavg: 2.23 2.22 2.18 3/177 21140
/proc/meminfo: memFree=30120192/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=137044 CPUtime=522.19 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 15211 0 0 0 52209 10 0 0 20 0 1 0 28765767 140333056 32146 33554432000 4194304 5796924 140734894661952 140734894659240 4607232 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 34261 32146 165 392 0 33860 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 137044

[startup+582.3 s]
/proc/loadavg: 2.19 2.21 2.18 3/177 21141
/proc/meminfo: memFree=30094252/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=87724 CPUtime=582.18 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 15737 0 0 0 58207 11 0 0 20 0 1 0 28765767 89829376 21405 33554432000 4194304 5796924 140734894661952 140734894659416 4606480 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 21931 21405 165 392 0 21530 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 87724


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


[startup+882.307 s]
/proc/loadavg: 2.32 2.25 2.19 3/177 21196
/proc/meminfo: memFree=30156412/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=137044 CPUtime=882.14 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 19233 0 0 0 88194 20 0 0 20 0 1 0 28765767 140333056 32658 33554432000 4194304 5796924 140734894661952 140734894659240 4606789 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 34261 32658 165 392 0 33860 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 137044

[startup+942.3 s]
/proc/loadavg: 2.28 2.25 2.19 3/177 21198
/proc/meminfo: memFree=30142408/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=137044 CPUtime=942.13 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 19830 0 0 0 94191 22 0 0 20 0 1 0 28765767 140333056 31634 33554432000 4194304 5796924 140734894661952 140734894659240 4606495 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 34261 31634 165 392 0 33860 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 137044

[startup+1002.3 s]
/proc/loadavg: 2.32 2.26 2.20 3/177 21199
/proc/meminfo: memFree=30142048/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=137044 CPUtime=1002.12 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 20426 0 0 0 100189 23 0 0 20 0 1 0 28765767 140333056 30098 33554432000 4194304 5796924 140734894661952 140734894659240 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 34261 30098 165 392 0 33860 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 137044

[startup+1062.3 s]
/proc/loadavg: 2.29 2.26 2.19 3/177 21200
/proc/meminfo: memFree=30161796/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=87724 CPUtime=1062.11 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 20508 0 0 0 106187 24 0 0 20 0 1 0 28765767 89829376 21405 33554432000 4194304 5796924 140734894661952 140734894659416 4606480 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 21931 21405 165 392 0 21530 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 87724

[startup+1122.3 s]
/proc/loadavg: 2.35 2.27 2.20 4/177 21201
/proc/meminfo: memFree=30161816/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=87724 CPUtime=1122.1 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 21109 0 0 0 112184 26 0 0 20 0 1 0 28765767 89829376 21405 33554432000 4194304 5796924 140734894661952 140734894659416 4607171 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 21931 21405 165 392 0 21530 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 87724

[startup+1182.3 s]
/proc/loadavg: 2.31 2.28 2.20 3/177 21202
/proc/meminfo: memFree=30061116/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=167864 CPUtime=1182.09 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 21719 0 0 0 118182 27 0 0 20 0 1 0 28765767 171892736 36822 33554432000 4194304 5796924 140734894661952 140734894659592 4606480 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 41966 36822 165 392 0 41565 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 167864

[startup+1242.3 s]
/proc/loadavg: 2.35 2.29 2.21 3/177 21204
/proc/meminfo: memFree=30112284/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=137044 CPUtime=1242.07 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 22298 0 0 0 124179 28 0 0 20 0 1 0 28765767 140333056 33725 33554432000 4194304 5796924 140734894661952 140734894659240 4606534 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 34261 33725 165 392 0 33860 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 137044

[startup+1302.3 s]
/proc/loadavg: 2.44 2.32 2.22 3/178 21208
/proc/meminfo: memFree=30082016/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=137044 CPUtime=1302.06 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 22851 0 0 0 130177 29 0 0 20 0 1 0 28765767 140333056 30099 33554432000 4194304 5796924 140734894661952 140734894659240 4606495 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 34261 30099 165 392 0 33860 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 137044

[startup+1362.3 s]
/proc/loadavg: 2.30 2.31 2.22 3/177 21209
/proc/meminfo: memFree=30160980/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=87724 CPUtime=1362.05 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 22937 0 0 0 136175 30 0 0 20 0 1 0 28765767 89829376 21406 33554432000 4194304 5796924 140734894661952 140734894659416 4606708 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 21931 21406 165 392 0 21530 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 87724

[startup+1422.3 s]
/proc/loadavg: 2.36 2.32 2.23 4/177 21210
/proc/meminfo: memFree=30063564/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=167864 CPUtime=1422.04 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 23534 0 0 0 142173 31 0 0 20 0 1 0 28765767 171892736 36822 33554432000 4194304 5796924 140734894661952 140734894659592 4607232 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 41966 36822 165 392 0 41565 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 167864

[startup+1482.3 s]
/proc/loadavg: 2.36 2.32 2.23 3/177 21211
/proc/meminfo: memFree=30073708/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=137044 CPUtime=1482.04 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 24062 0 0 0 148171 33 0 0 20 0 1 0 28765767 140333056 32147 33554432000 4194304 5796924 140734894661952 140734894659240 4607232 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 34261 32147 165 392 0 33860 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 137044

[startup+1542.31 s]
/proc/loadavg: 2.26 2.29 2.23 3/177 21213
/proc/meminfo: memFree=30109680/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=87724 CPUtime=1542.03 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 24146 0 0 0 154169 34 0 0 20 0 1 0 28765767 89829376 21406 33554432000 4194304 5796924 140734894661952 140734894659416 4606483 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 21931 21406 165 392 0 21530 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 87724

[startup+1602.3 s]
/proc/loadavg: 2.27 2.28 2.22 4/177 21214
/proc/meminfo: memFree=30044220/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=167864 CPUtime=1602.02 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 24745 0 0 0 160166 36 0 0 20 0 1 0 28765767 171892736 37334 33554432000 4194304 5796924 140734894661952 140734894659592 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 41966 37334 165 392 0 41565 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 167864

[startup+1662.3 s]
/proc/loadavg: 2.21 2.26 2.22 3/177 21215
/proc/meminfo: memFree=30067188/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=137044 CPUtime=1662.01 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 25315 0 0 0 166164 37 0 0 20 0 1 0 28765767 140333056 31123 33554432000 4194304 5796924 140734894661952 140734894659240 4606733 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 34261 31123 165 392 0 33860 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 137044

[startup+1722.3 s]
/proc/loadavg: 2.17 2.24 2.21 3/177 21216
/proc/meminfo: memFree=30027792/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=167864 CPUtime=1722 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 25402 0 0 0 172162 38 0 0 20 0 1 0 28765767 171892736 40918 33554432000 4194304 5796924 140734894661952 140734894659592 4606771 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 41966 40918 165 392 0 41565 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 167864

[startup+1782.3 s]
/proc/loadavg: 2.23 2.24 2.21 3/177 21217
/proc/meminfo: memFree=30052304/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=167864 CPUtime=1781.98 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 26301 0 0 0 178158 40 0 0 20 0 1 0 28765767 171892736 35286 33554432000 4194304 5796924 140734894661952 140734894659592 4593753 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 41966 35286 165 392 0 41565 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 167864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.17 2.23 2.20 3/177 21217
/proc/meminfo: memFree=30027608/32872528 swapFree=1582320/1721312
[pid=21125] ppid=21122 vsize=167864 CPUtime=1800.09 cores=0,2,4,6
/proc/21125/stat : 21125 (naps-1.02) R 21122 21125 19433 0 -1 4202496 26307 0 0 0 179968 41 0 0 20 0 1 0 28765767 171892736 38358 33554432000 4194304 5796924 140734894661952 140734894659592 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/21125/statm: 41966 38358 165 392 0 41565 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 167864

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 21125 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.1
CPU user time (s): 1799.68
CPU system time (s): 0.415936
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 217952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.415936
maximum resident set size= 168972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26319
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= 30
involuntary context switches= 1885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.94909 second user time and 7.04893 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-26 18:19:07
IDJOB=4116583
IDBENCH=109488
IDSOLVER=2544
FILE ID=node120/4116583-1466957947
RUNJOBID= node120-1466942992-19449
PBS_JOBID= 19976350
Free space on /tmp= 71648 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size96-round22-1.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116583-1466957947/watcher-4116583-1466957947 -o /tmp/evaluation-result-4116583-1466957947/solver-4116583-1466957947 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466942992-19449 --watchdog 1960  naps-1.02 HOME/instance-4116583-1466957947.opb

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

MD5SUM BENCH= ada06cfabce70a25df94d8484f9bb09a
RANDOM SEED=2016189166

node120.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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		: 2667.073
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:        30207020 kB
Buffers:           11620 kB
Cached:           101124 kB
SwapCached:         2132 kB
Active:           150144 kB
Inactive:          90052 kB
Active(anon):     127180 kB
Inactive(anon):     2888 kB
Active(file):      22964 kB
Inactive(file):    87164 kB
Unevictable:     1721312 kB
Mlocked:         1582320 kB
SwapTotal:      67108856 kB
SwapFree:       67098664 kB
Dirty:              4284 kB
Writeback:             0 kB
AnonPages:       1967220 kB
Mapped:             7832 kB
Shmem:                 0 kB
Slab:             564748 kB
SReclaimable:       9316 kB
SUnreclaim:       555432 kB
KernelStack:        1472 kB
PageTables:         7728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1975952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988036 kB
HardwareCorrupted:     0 kB
AnonHugePages:    370688 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= 71644 MiB
End job on node120 at 2016-06-26 18:49:08