Trace number 4081963

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.03 1800.3

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21ls.opb
MD5SUM3d28f31cd61cfb39466f429c599fdb4f
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark43.1854
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints644
Number of constraints which are clauses354
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint2
Maximum length of a constraint144
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 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 165
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.02/1800.30	c 
1800.02/1800.30	c *** TERMINATED *** by signal 15
1800.02/1800.30	s UNKNOWN
1800.02/1800.30	c _____________________________________________________________________________
1800.02/1800.30	c 
1800.02/1800.30	c std/band forms        : 290,0
1800.02/1800.30	c 2cl/3cl ITE-codings   : 4920,0
1800.02/1800.30	c BDD/srt/adr Max costs : 2603,0,0
1800.02/1800.30	c BDDraw/bin/mul/srt/adr: 290,0,0,0,0
1800.02/1800.30	c BDD nodes             : 6648
1800.02/1800.30	c Es1/CC detections     : 0,0
1800.02/1800.30	c SAT/UNSAT calls       : 0,0
1800.02/1800.30	c restarts              : 0
1800.02/1800.30	c conflicts             : 0              (0 /sec)
1800.02/1800.30	c decisions             : 0              (0 /sec)
1800.02/1800.30	c propagations          : 0              (0 /sec)
1800.02/1800.30	c inspects              : 0              (0 /sec)
1800.02/1800.30	c CPU time (solving tm) : 1800 s        (0 s)
1800.02/1800.30	c Time for Opt-base     : 0 s
1800.02/1800.30	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-4081963-1465219680/watcher-4081963-1465219680 -o /tmp/evaluation-result-4081963-1465219680/solver-4081963-1465219680 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465219565-1169 --watchdog 1960 naps-1.02 HOME/instance-4081963-1465219680.opb 

pid=1493
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.08 1.66 1.71 3/176 1496
/proc/meminfo: memFree=30263968/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=6552 CPUtime=0 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 334 0 0 0 0 0 0 0 20 0 1 0 103901123 6709248 208 33554432000 4194304 5796924 140735428658208 140733517363944 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 1638 208 127 392 0 1237 0

[startup+0.10016 s]
/proc/loadavg: 2.08 1.66 1.71 3/176 1496
/proc/meminfo: memFree=30263968/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=10352 CPUtime=0.09 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 1518 0 0 0 9 0 0 0 20 0 1 0 103901123 10600448 1315 33554432000 4194304 5796924 140735428658208 140733517363944 4648537 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 2588 1315 148 392 0 2187 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10352

[startup+0.20028 s]
/proc/loadavg: 2.08 1.66 1.71 3/176 1496
/proc/meminfo: memFree=30263968/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=7144 CPUtime=0.19 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 1776 0 0 0 19 0 0 0 20 0 1 0 103901123 7315456 1411 33554432000 4194304 5796924 140735428658208 140733517363944 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 1786 1411 163 392 0 1385 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7144

[startup+0.300357 s]
/proc/loadavg: 2.08 1.66 1.71 3/176 1496
/proc/meminfo: memFree=30263968/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=7912 CPUtime=0.29 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 1947 0 0 0 29 0 0 0 20 0 1 0 103901123 8101888 1582 33554432000 4194304 5796924 140735428658208 140733517363944 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 1978 1583 163 392 0 1577 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7912

[startup+0.700257 s]
/proc/loadavg: 2.08 1.66 1.71 3/176 1496
/proc/meminfo: memFree=30263968/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=11936 CPUtime=0.69 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 2860 0 0 0 69 0 0 0 20 0 1 0 103901123 12222464 1980 33554432000 4194304 5796924 140735428658208 140735428655672 4606523 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 2984 1980 165 392 0 2583 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11936

[startup+1.50026 s]
/proc/loadavg: 2.08 1.66 1.71 3/177 1497
/proc/meminfo: memFree=30254900/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=12976 CPUtime=1.49 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 3532 0 0 0 149 0 0 0 20 0 1 0 103901123 13287424 2626 33554432000 4194304 5796924 140735428658208 140735428655272 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 3244 2626 165 392 0 2843 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12976

[startup+3.10022 s]
/proc/loadavg: 2.23 1.70 1.72 3/177 1497
/proc/meminfo: memFree=30252668/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=16956 CPUtime=3.09 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 4478 0 0 0 309 0 0 0 20 0 1 0 103901123 17362944 3714 33554432000 4194304 5796924 140735428658208 140735428655272 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 4239 3714 165 392 0 3838 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16956

[startup+6.30021 s]
/proc/loadavg: 2.23 1.70 1.72 4/177 1497
/proc/meminfo: memFree=30244744/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=24028 CPUtime=6.29 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 5005 0 0 0 629 0 0 0 20 0 1 0 103901123 24604672 5251 33554432000 4194304 5796924 140735428658208 140735428655448 4606469 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 6007 5251 165 392 0 5606 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24028

[startup+12.7003 s]
/proc/loadavg: 2.27 1.72 1.73 3/177 1497
/proc/meminfo: memFree=30239820/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=26776 CPUtime=12.69 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 5181 0 0 0 1269 0 0 0 20 0 1 0 103901123 27418624 5921 33554432000 4194304 5796924 140735428658208 140735428655272 4606601 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 6694 5921 165 392 0 6293 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26776

[startup+25.5004 s]
/proc/loadavg: 2.23 1.73 1.73 3/177 1497
/proc/meminfo: memFree=30234928/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=28624 CPUtime=25.49 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 6909 0 0 0 2548 1 0 0 20 0 1 0 103901123 29310976 6600 33554432000 4194304 5796924 140735428658208 140735428655672 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 7156 6600 165 392 0 6755 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28624

[startup+51.1004 s]
/proc/loadavg: 2.15 1.75 1.74 4/177 1497
/proc/meminfo: memFree=30213460/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=54440 CPUtime=51.08 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 8076 0 0 0 5107 1 0 0 20 0 1 0 103901123 55746560 10307 33554432000 4194304 5796924 140735428658208 140735428655448 4606744 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 13610 10307 165 392 0 13209 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 54440

[startup+102.3 s]
/proc/loadavg: 2.17 1.82 1.76 3/176 1498
/proc/meminfo: memFree=30185852/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=73296 CPUtime=102.28 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 8773 0 0 0 10226 2 0 0 20 0 1 0 103901123 75055104 15535 33554432000 4194304 5796924 140735428658208 140735428655448 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 18324 15535 165 392 0 17923 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 73296

[startup+162.3 s]
/proc/loadavg: 2.18 1.88 1.78 4/178 1503
/proc/meminfo: memFree=30183816/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=86308 CPUtime=162.27 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 10363 0 0 0 16224 3 0 0 20 0 1 0 103901123 88379392 15481 33554432000 4194304 5796924 140735428658208 140735428655448 4606744 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 21577 15481 165 392 0 21176 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 86308

[startup+222.307 s]
/proc/loadavg: 2.17 1.93 1.80 3/177 1505
/proc/meminfo: memFree=30175552/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=86308 CPUtime=222.26 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 10367 0 0 0 22223 3 0 0 20 0 1 0 103901123 88379392 16507 33554432000 4194304 5796924 140735428658208 140735428655448 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 21577 16507 165 392 0 21176 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 86308

[startup+282.3 s]
/proc/loadavg: 2.21 1.99 1.83 3/177 1506
/proc/meminfo: memFree=30183544/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=48788 CPUtime=282.25 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 10901 0 0 0 28221 4 0 0 20 0 1 0 103901123 49958912 11871 33554432000 4194304 5796924 140735428658208 140735428655448 4606744 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 12197 11871 165 392 0 11796 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 48788

[startup+342.3 s]
/proc/loadavg: 2.26 2.03 1.85 4/177 1507
/proc/meminfo: memFree=30137296/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=86320 CPUtime=342.24 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 11778 0 0 0 34219 5 0 0 20 0 1 0 103901123 88391680 21222 33554432000 4194304 5796924 140735428658208 140735428655672 4607198 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 21580 21222 165 392 0 21179 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 86320

[startup+402.3 s]
/proc/loadavg: 2.15 2.04 1.86 3/177 1508
/proc/meminfo: memFree=30135236/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=86320 CPUtime=402.23 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 11778 0 0 0 40218 5 0 0 20 0 1 0 103901123 88391680 21222 33554432000 4194304 5796924 140735428658208 140735428655672 4607168 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 21580 21222 165 392 0 21179 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 86320

[startup+462.3 s]
/proc/loadavg: 2.21 2.07 1.88 4/177 1509
/proc/meminfo: memFree=30121072/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=100620 CPUtime=462.22 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 12652 0 0 0 46216 6 0 0 20 0 1 0 103901123 103034880 24798 33554432000 4194304 5796924 140735428658208 140735428655672 4606728 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 25155 24798 165 392 0 24754 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 100620

[startup+522.3 s]
/proc/loadavg: 2.20 2.09 1.90 3/176 1513
/proc/meminfo: memFree=30120944/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=100620 CPUtime=522.21 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 12836 0 0 0 52214 7 0 0 20 0 1 0 103901123 103034880 24798 33554432000 4194304 5796924 140735428658208 140735428655672 4606495 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 25155 24798 165 392 0 24754 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 100620

[startup+582.3 s]
/proc/loadavg: 2.11 2.08 1.91 3/177 1516
/proc/meminfo: memFree=30121056/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=100620 CPUtime=582.2 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 13204 0 0 0 58212 8 0 0 20 0 1 0 103901123 103034880 24798 33554432000 4194304 5796924 140735428658208 140735428655672 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 25155 24798 165 392 0 24754 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 100620


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


[startup+942.3 s]
/proc/loadavg: 2.26 2.20 2.01 3/177 1526
/proc/meminfo: memFree=30119984/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=100620 CPUtime=942.15 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 14691 0 0 0 94201 14 0 0 20 0 1 0 103901123 103034880 24798 33554432000 4194304 5796924 140735428658208 140735428655672 4606704 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 25155 24798 165 392 0 24754 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 100620

[startup+1002.3 s]
/proc/loadavg: 2.36 2.24 2.03 3/177 1527
/proc/meminfo: memFree=30119564/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=100620 CPUtime=1002.14 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 14884 0 0 0 100199 15 0 0 20 0 1 0 103901123 103034880 24803 33554432000 4194304 5796924 140735428658208 140735428655672 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 25155 24803 165 392 0 24754 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 100620

[startup+1062.3 s]
/proc/loadavg: 2.21 2.21 2.03 3/177 1529
/proc/meminfo: memFree=30119968/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=100620 CPUtime=1062.13 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 15079 0 0 0 106198 15 0 0 20 0 1 0 103901123 103034880 24808 33554432000 4194304 5796924 140735428658208 140735428655672 4606718 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 25155 24808 165 392 0 24754 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 100620

[startup+1122.3 s]
/proc/loadavg: 2.25 2.21 2.04 3/177 1530
/proc/meminfo: memFree=30072752/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=100620 CPUtime=1122.12 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 15267 0 0 0 112196 16 0 0 20 0 1 0 103901123 103034880 24808 33554432000 4194304 5796924 140735428658208 140735428655672 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 25155 24808 165 392 0 24754 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 100620

[startup+1182.3 s]
/proc/loadavg: 2.27 2.22 2.05 4/177 1532
/proc/meminfo: memFree=30107928/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=100620 CPUtime=1182.11 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 15456 0 0 0 118194 17 0 0 20 0 1 0 103901123 103034880 24808 33554432000 4194304 5796924 140735428658208 140735428655672 4607192 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 25155 24808 165 392 0 24754 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 100620

[startup+1242.3 s]
/proc/loadavg: 2.18 2.20 2.05 3/177 1533
/proc/meminfo: memFree=30107788/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=100620 CPUtime=1242.1 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 15645 0 0 0 124193 17 0 0 20 0 1 0 103901123 103034880 24808 33554432000 4194304 5796924 140735428658208 140735428655672 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 25155 24808 165 392 0 24754 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 100620

[startup+1302.3 s]
/proc/loadavg: 2.18 2.20 2.06 3/177 1534
/proc/meminfo: memFree=30072216/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=100620 CPUtime=1302.09 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 15834 0 0 0 130191 18 0 0 20 0 1 0 103901123 103034880 24808 33554432000 4194304 5796924 140735428658208 140735428655672 4593716 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 25155 24808 165 392 0 24754 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 100620

[startup+1362.3 s]
/proc/loadavg: 2.42 2.25 2.08 4/178 1540
/proc/meminfo: memFree=30107448/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=100620 CPUtime=1362.08 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 16023 0 0 0 136189 19 0 0 20 0 1 0 103901123 103034880 24808 33554432000 4194304 5796924 140735428658208 140735428655672 4607205 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 25155 24808 165 392 0 24754 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 100620

[startup+1422.3 s]
/proc/loadavg: 2.37 2.27 2.10 3/177 1541
/proc/meminfo: memFree=30068412/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=100620 CPUtime=1422.08 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 16281 0 0 0 142188 20 0 0 20 0 1 0 103901123 103034880 24808 33554432000 4194304 5796924 140735428658208 140735428655672 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 25155 24808 165 392 0 24754 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 100620

[startup+1482.3 s]
/proc/loadavg: 2.37 2.29 2.11 3/177 1543
/proc/meminfo: memFree=30062400/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=149940 CPUtime=1482.06 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 16471 0 0 0 148186 20 0 0 20 0 1 0 103901123 153538560 36751 33554432000 4194304 5796924 140735428658208 140735428655496 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 37485 36751 165 392 0 37084 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 149940

[startup+1542.31 s]
/proc/loadavg: 2.26 2.27 2.12 3/177 1544
/proc/meminfo: memFree=30066728/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=149940 CPUtime=1542.06 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 16658 0 0 0 154185 21 0 0 20 0 1 0 103901123 153538560 35215 33554432000 4194304 5796924 140735428658208 140735428655496 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 37485 35215 165 392 0 37084 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 149940

[startup+1602.3 s]
/proc/loadavg: 2.16 2.24 2.11 3/177 1545
/proc/meminfo: memFree=30034996/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=169092 CPUtime=1602.05 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 17239 0 0 0 160183 22 0 0 20 0 1 0 103901123 173150208 34823 33554432000 4194304 5796924 140735428658208 140735428655496 4606514 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 42273 34823 165 392 0 41872 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 169092

[startup+1662.3 s]
/proc/loadavg: 2.15 2.22 2.11 3/177 1546
/proc/meminfo: memFree=30107236/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=119772 CPUtime=1662.03 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 17744 0 0 0 166181 22 0 0 20 0 1 0 103901123 122646528 24978 33554432000 4194304 5796924 140735428658208 140735428655672 4606523 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 29943 24978 165 392 0 29542 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 119772

[startup+1722.3 s]
/proc/loadavg: 2.28 2.24 2.12 3/177 1595
/proc/meminfo: memFree=30035124/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=131728 CPUtime=1722.02 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 19140 0 0 0 172177 25 0 0 20 0 1 0 103901123 134889472 30838 33554432000 4194304 5796924 140735428658208 140735428655448 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 32932 30838 165 392 0 32531 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 131728

[startup+1782.3 s]
/proc/loadavg: 2.23 2.24 2.12 3/177 1599
/proc/meminfo: memFree=29969448/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=211868 CPUtime=1782.02 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 20131 0 0 0 178175 27 0 0 20 0 1 0 103901123 216952832 45602 33554432000 4194304 5796924 140735428658208 140735428655848 4607194 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 52967 45602 165 392 0 52566 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 211868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.18 2.22 2.12 3/177 1599
/proc/meminfo: memFree=29974872/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=131728 CPUtime=1800.02 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 20131 0 0 0 179975 27 0 0 20 0 1 0 103901123 134889472 32568 33554432000 4194304 5796924 140735428658208 140735428655672 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 32932 32568 165 392 0 32531 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 131728

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

[startup+1800.3 s]
/proc/loadavg: 2.18 2.22 2.12 3/177 1599
/proc/meminfo: memFree=29974872/32872528 swapFree=16360/1798728
[pid=1496] ppid=1493 vsize=131728 CPUtime=1800.02 cores=1,3,5,7
/proc/1496/stat : 1496 (naps-1.02) R 1493 1496 1152 0 -1 4202496 20131 0 0 0 179975 27 0 0 20 0 1 0 103901123 134889472 32568 33554432000 4194304 5796924 140735428658208 140735428655672 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/1496/statm: 32932 32568 165 392 0 32531 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 131728

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.03
CPU user time (s): 1799.75
CPU system time (s): 0.275958
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 211868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 0.275958
maximum resident set size= 182408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20143
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= 16
involuntary context switches= 2050

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.54531 second user time and 6.96394 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-06 15:28:00
IDJOB=4081963
IDBENCH=1168
IDSOLVER=2544
FILE ID=node123/4081963-1465219680
RUNJOBID= node123-1465219565-1169
PBS_JOBID= 19843215
Free space on /tmp= 71732 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21ls.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081963-1465219680/watcher-4081963-1465219680 -o /tmp/evaluation-result-4081963-1465219680/solver-4081963-1465219680 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465219565-1169 --watchdog 1960  naps-1.02 HOME/instance-4081963-1465219680.opb

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

MD5SUM BENCH= 3d28f31cd61cfb39466f429c599fdb4f
RANDOM SEED=1405474287

node123.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.117
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.23
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.117
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.117
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		: 2667.117
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.117
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.117
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.57
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.117
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.117
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:        30264612 kB
Buffers:            5344 kB
Cached:            53616 kB
SwapCached:         1744 kB
Active:            86304 kB
Inactive:          21984 kB
Active(anon):      49780 kB
Inactive(anon):     1920 kB
Active(file):      36524 kB
Inactive(file):    20064 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098048 kB
Dirty:              4192 kB
Writeback:             0 kB
AnonPages:       1874420 kB
Mapped:             7196 kB
Shmem:                 0 kB
Slab:             565648 kB
SReclaimable:      10056 kB
SUnreclaim:       555592 kB
KernelStack:        1472 kB
PageTables:         7480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1968304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1835008 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= 71728 MiB
End job on node123 at 2016-06-06 15:58:00