Trace number 4108134

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

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j6013_2-unsat.opb
MD5SUMc3eb9faf1d58b30f1971366448425ca3
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 variables12322
Total number of constraints38967
Number of constraints which are clauses38567
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints400
Minimum length of a constraint1
Maximum length of a constraint60
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 394
Number of bits of the biggest sum of numbers9
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        : 368,0
1800.09/1800.40	c 2cl/3cl ITE-codings   : 128248,0
1800.09/1800.40	c BDD/srt/adr Max costs : 921,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 136,0,232,0,0
1800.09/1800.40	c BDD nodes             : 168474
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.09499 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-4108134-1466283814/watcher-4108134-1466283814 -o /tmp/evaluation-result-4108134-1466283814/solver-4108134-1466283814 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466277479-31939 --watchdog 1960 naps-1.02 HOME/instance-4108134-1466283814.opb 

pid=2198
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.28 2.23 2.19 3/176 2201
/proc/meminfo: memFree=29720936/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=6548 CPUtime=0 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 30430097 6705152 203 33554432000 4194304 5796924 140735070757120 140735478333624 5151211 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 1637 203 128 392 0 1236 0

[startup+0.100185 s]
/proc/loadavg: 2.28 2.23 2.19 3/176 2201
/proc/meminfo: memFree=29720936/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=8996 CPUtime=0.09 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 952 0 0 0 9 0 0 0 20 0 1 0 30430097 9211904 812 33554432000 4194304 5796924 140735070757120 140735478333624 5096709 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 2249 812 128 392 0 1848 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8996

[startup+0.200252 s]
/proc/loadavg: 2.28 2.23 2.19 3/176 2201
/proc/meminfo: memFree=29720936/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=9932 CPUtime=0.19 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 1226 0 0 0 19 0 0 0 20 0 1 0 30430097 10170368 1071 33554432000 4194304 5796924 140735070757120 140735478333624 5087778 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 2483 1071 128 392 0 2082 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9932

[startup+0.300238 s]
/proc/loadavg: 2.28 2.23 2.19 3/176 2201
/proc/meminfo: memFree=29720936/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=11152 CPUtime=0.29 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 1659 0 0 0 29 0 0 0 20 0 1 0 30430097 11419648 1444 33554432000 4194304 5796924 140735070757120 140735478333624 4623737 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 2788 1444 128 392 0 2387 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11152

[startup+0.700254 s]
/proc/loadavg: 2.28 2.23 2.19 3/176 2201
/proc/meminfo: memFree=29720936/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=16440 CPUtime=0.69 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 3035 0 0 0 69 0 0 0 20 0 1 0 30430097 16834560 2719 33554432000 4194304 5796924 140735070757120 140735478333624 5100608 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 4110 2719 144 392 0 3709 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16440

[startup+1.50025 s]
/proc/loadavg: 2.28 2.23 2.19 3/177 2202
/proc/meminfo: memFree=29645848/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=21272 CPUtime=1.49 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 4690 0 0 0 149 0 0 0 20 0 1 0 30430097 21782528 3879 33554432000 4194304 5796924 140735070757120 140735070753336 5096576 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 5318 3879 144 392 0 4917 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21272

[startup+3.10028 s]
/proc/loadavg: 2.28 2.23 2.19 4/177 2202
/proc/meminfo: memFree=29522496/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=134140 CPUtime=3.09 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 28440 0 0 0 304 5 0 0 20 0 1 0 30430097 137359360 30697 33554432000 4194304 5796924 140735070757120 140735070754088 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 33535 30697 153 392 0 33134 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 134140

[startup+6.30028 s]
/proc/loadavg: 2.26 2.22 2.18 4/177 2202
/proc/meminfo: memFree=29471412/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=130912 CPUtime=6.29 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 29554 0 0 0 624 5 0 0 20 0 1 0 30430097 134053888 30519 33554432000 4194304 5796924 140735070757120 140735070754168 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 32728 30519 168 392 0 32327 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 130912

[startup+12.7003 s]
/proc/loadavg: 2.32 2.23 2.19 3/177 2202
/proc/meminfo: memFree=29463172/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=150468 CPUtime=12.69 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 30122 0 0 0 1263 6 0 0 20 0 1 0 30430097 154079232 34657 33554432000 4194304 5796924 140735070757120 140735070754232 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 37617 34657 168 392 0 37216 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 150468

[startup+25.5004 s]
/proc/loadavg: 2.25 2.22 2.18 3/177 2202
/proc/meminfo: memFree=29433620/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=161964 CPUtime=25.49 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 30431 0 0 0 2543 6 0 0 20 0 1 0 30430097 165851136 37512 33554432000 4194304 5796924 140735070757120 140735070754184 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 40491 37512 169 392 0 40090 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 161964

[startup+51.1004 s]
/proc/loadavg: 2.16 2.20 2.18 4/177 2202
/proc/meminfo: memFree=29425428/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=161964 CPUtime=51.08 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 30433 0 0 0 5102 6 0 0 20 0 1 0 30430097 165851136 38536 33554432000 4194304 5796924 140735070757120 140735070754184 4606545 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 40491 38536 169 392 0 40090 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 161964

[startup+102.3 s]
/proc/loadavg: 2.36 2.25 2.19 3/177 2204
/proc/meminfo: memFree=29428072/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=161964 CPUtime=102.28 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 30624 0 0 0 10222 6 0 0 20 0 1 0 30430097 165851136 38536 33554432000 4194304 5796924 140735070757120 140735070754584 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 40491 38536 169 392 0 40090 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 161964

[startup+162.3 s]
/proc/loadavg: 2.30 2.25 2.19 4/177 2205
/proc/meminfo: memFree=29408152/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=180816 CPUtime=162.27 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 31243 0 0 0 16220 7 0 0 20 0 1 0 30430097 185155584 43206 33554432000 4194304 5796924 140735070757120 140735070754360 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 45204 43206 169 392 0 44803 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 180816

[startup+222.307 s]
/proc/loadavg: 2.25 2.24 2.19 3/177 2206
/proc/meminfo: memFree=29398156/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=180816 CPUtime=222.26 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 31243 0 0 0 22219 7 0 0 20 0 1 0 30430097 185155584 43206 33554432000 4194304 5796924 140735070757120 140735070754360 4606526 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 45204 43206 169 392 0 44803 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 180816

[startup+282.3 s]
/proc/loadavg: 2.27 2.24 2.19 3/177 2207
/proc/meminfo: memFree=29401884/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=180816 CPUtime=282.25 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 31243 0 0 0 28218 7 0 0 20 0 1 0 30430097 185155584 43206 33554432000 4194304 5796924 140735070757120 140735070754360 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 45204 43206 169 392 0 44803 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 180816

[startup+342.3 s]
/proc/loadavg: 2.28 2.24 2.19 3/177 2208
/proc/meminfo: memFree=29388580/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=181392 CPUtime=342.24 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 31389 0 0 0 34217 7 0 0 20 0 1 0 30430097 185745408 43350 33554432000 4194304 5796924 140735070757120 140735070754184 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 45348 43350 169 392 0 44947 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 181392

[startup+402.3 s]
/proc/loadavg: 2.21 2.23 2.18 3/178 2213
/proc/meminfo: memFree=29378788/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=182848 CPUtime=402.23 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 31765 0 0 0 40215 8 0 0 20 0 1 0 30430097 187236352 43714 33554432000 4194304 5796924 140735070757120 140735070754184 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 45712 43714 169 392 0 45311 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 182848

[startup+462.3 s]
/proc/loadavg: 2.24 2.23 2.18 3/177 2214
/proc/meminfo: memFree=29383084/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=195200 CPUtime=462.22 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 32267 0 0 0 46213 9 0 0 20 0 1 0 30430097 199884800 45419 33554432000 4194304 5796924 140735070757120 140735070754360 4606828 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 48800 45419 169 392 0 48399 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 195200

[startup+522.3 s]
/proc/loadavg: 2.23 2.23 2.18 3/177 2215
/proc/meminfo: memFree=29365284/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=195200 CPUtime=522.21 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 33016 0 0 0 52211 10 0 0 20 0 1 0 30430097 199884800 46845 33554432000 4194304 5796924 140735070757120 140735070754584 4606704 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 48800 46845 169 392 0 48399 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 195200

[startup+582.3 s]
/proc/loadavg: 2.18 2.22 2.18 3/177 2216
/proc/meminfo: memFree=29331352/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=244520 CPUtime=582.18 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 33377 0 0 0 58207 11 0 0 20 0 1 0 30430097 250388480 56035 33554432000 4194304 5796924 140735070757120 140735070754408 4606844 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 61130 56035 169 392 0 60729 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 244520


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


[startup+882.307 s]
/proc/loadavg: 2.21 2.22 2.18 3/177 2222
/proc/meminfo: memFree=29362264/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=195200 CPUtime=882.13 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 34387 0 0 0 88200 13 0 0 20 0 1 0 30430097 199884800 47332 33554432000 4194304 5796924 140735070757120 140735070754584 4606837 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 48800 47332 169 392 0 48399 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 195200

[startup+942.3 s]
/proc/loadavg: 2.20 2.21 2.18 3/177 2223
/proc/meminfo: memFree=29312680/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=244520 CPUtime=942.12 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 34721 0 0 0 94198 14 0 0 20 0 1 0 30430097 250388480 57375 33554432000 4194304 5796924 140735070757120 140735070754408 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 61130 57375 169 392 0 60729 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 244520

[startup+1002.3 s]
/proc/loadavg: 2.31 2.23 2.19 4/178 2228
/proc/meminfo: memFree=29357888/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=195200 CPUtime=1002.11 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 34722 0 0 0 100197 14 0 0 20 0 1 0 30430097 199884800 47332 33554432000 4194304 5796924 140735070757120 140735070754584 4606514 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 48800 47332 169 392 0 48399 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 195200

[startup+1062.3 s]
/proc/loadavg: 2.22 2.21 2.18 3/177 2229
/proc/meminfo: memFree=29306216/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=244520 CPUtime=1062.1 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 35057 0 0 0 106196 14 0 0 20 0 1 0 30430097 250388480 57887 33554432000 4194304 5796924 140735070757120 140735070754408 4606442 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 61130 57887 169 392 0 60729 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 244520

[startup+1122.3 s]
/proc/loadavg: 2.27 2.22 2.18 3/177 2230
/proc/meminfo: memFree=29358776/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=195200 CPUtime=1122.09 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 35058 0 0 0 112195 14 0 0 20 0 1 0 30430097 199884800 47332 33554432000 4194304 5796924 140735070757120 140735070754584 4594694 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 48800 47332 169 392 0 48399 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 195200

[startup+1182.3 s]
/proc/loadavg: 2.29 2.22 2.19 4/177 2231
/proc/meminfo: memFree=29306832/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=244520 CPUtime=1182.08 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 35393 0 0 0 118193 15 0 0 20 0 1 0 30430097 250388480 57887 33554432000 4194304 5796924 140735070757120 140735070754408 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 61130 57887 169 392 0 60729 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 244520

[startup+1242.3 s]
/proc/loadavg: 2.22 2.21 2.18 3/177 2232
/proc/meminfo: memFree=29360012/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=195200 CPUtime=1242.07 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 35395 0 0 0 124192 15 0 0 20 0 1 0 30430097 199884800 47332 33554432000 4194304 5796924 140735070757120 140735070754584 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 48800 47332 169 392 0 48399 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 195200

[startup+1302.3 s]
/proc/loadavg: 2.26 2.22 2.18 3/177 2234
/proc/meminfo: memFree=29307076/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=244520 CPUtime=1302.06 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 35730 0 0 0 130190 16 0 0 20 0 1 0 30430097 250388480 57887 33554432000 4194304 5796924 140735070757120 140735070754408 4594171 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 61130 57887 169 392 0 60729 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 244520

[startup+1362.3 s]
/proc/loadavg: 2.26 2.22 2.18 4/177 2235
/proc/meminfo: memFree=29338728/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=195200 CPUtime=1362.05 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 35733 0 0 0 136189 16 0 0 20 0 1 0 30430097 199884800 47332 33554432000 4194304 5796924 140735070757120 140735070754584 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 48800 47332 169 392 0 48399 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 195200

[startup+1422.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/177 2236
/proc/meminfo: memFree=29312600/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=244520 CPUtime=1422.05 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 36067 0 0 0 142189 16 0 0 20 0 1 0 30430097 250388480 57375 33554432000 4194304 5796924 140735070757120 140735070754408 4606708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 61130 57375 169 392 0 60729 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 244520

[startup+1482.3 s]
/proc/loadavg: 2.12 2.18 2.17 3/177 2237
/proc/meminfo: memFree=29341892/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=195200 CPUtime=1482.04 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 36071 0 0 0 148187 17 0 0 20 0 1 0 30430097 199884800 47332 33554432000 4194304 5796924 140735070757120 140735070754584 4568985 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 48800 47332 169 392 0 48399 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 195200

[startup+1542.31 s]
/proc/loadavg: 2.21 2.19 2.18 4/177 2238
/proc/meminfo: memFree=29318432/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=244520 CPUtime=1542.03 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 36404 0 0 0 154186 17 0 0 20 0 1 0 30430097 250388480 56863 33554432000 4194304 5796924 140735070757120 140735070754408 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 61130 56863 169 392 0 60729 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 244520

[startup+1602.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/177 2242
/proc/meminfo: memFree=29297708/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=244520 CPUtime=1602.01 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 36576 0 0 0 160184 17 0 0 20 0 1 0 30430097 250388480 59588 33554432000 4194304 5796924 140735070757120 140735070754408 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 61130 59589 169 392 0 60729 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 244520

[startup+1662.3 s]
/proc/loadavg: 2.21 2.19 2.18 3/177 2244
/proc/meminfo: memFree=29302764/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=244520 CPUtime=1662.01 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 37336 0 0 0 166182 19 0 0 20 0 1 0 30430097 250388480 55327 33554432000 4194304 5796924 140735070757120 140735070754408 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 61130 55327 169 392 0 60729 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 244520

[startup+1722.3 s]
/proc/loadavg: 2.29 2.22 2.19 4/177 2245
/proc/meminfo: memFree=29307724/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=244520 CPUtime=1722 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 37342 0 0 0 172181 19 0 0 20 0 1 0 30430097 250388480 58399 33554432000 4194304 5796924 140735070757120 140735070754408 4606799 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 61130 58399 169 392 0 60729 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 244520

[startup+1782.3 s]
/proc/loadavg: 2.29 2.22 2.19 3/176 2246
/proc/meminfo: memFree=29341472/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=195200 CPUtime=1781.99 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 37945 0 0 0 178179 20 0 0 20 0 1 0 30430097 199884800 47332 33554432000 4194304 5796924 140735070757120 140735070754584 4568998 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 48800 47332 169 392 0 48399 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 195200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.29 2.23 2.19 3/176 2292
/proc/meminfo: memFree=29946512/32872528 swapFree=1431120/1543540
[pid=2201] ppid=2198 vsize=195200 CPUtime=1800.09 cores=1,3,5,7
/proc/2201/stat : 2201 (naps-1.02) R 2198 2201 31922 0 -1 4202496 37945 0 0 0 179989 20 0 0 20 0 1 0 30430097 199884800 47332 33554432000 4194304 5796924 140735070757120 140735070754584 4606495 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/2201/statm: 48800 47332 169 392 0 48399 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 195200

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 2201 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.89
CPU system time (s): 0.207968
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 275340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.207968
maximum resident set size= 242056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37957
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= 40
involuntary context switches= 1874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.52831 second user time and 6.93295 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-18 23:03:34
IDJOB=4108134
IDBENCH=75736
IDSOLVER=2544
FILE ID=node116/4108134-1466283814
RUNJOBID= node116-1466277479-31939
PBS_JOBID= 19918272
Free space on /tmp= 71684 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j6013_2-unsat.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108134-1466283814/watcher-4108134-1466283814 -o /tmp/evaluation-result-4108134-1466283814/solver-4108134-1466283814 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466277479-31939 --watchdog 1960  naps-1.02 HOME/instance-4108134-1466283814.opb

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

MD5SUM BENCH= c3eb9faf1d58b30f1971366448425ca3
RANDOM SEED=1759897661

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29721464 kB
Buffers:          101984 kB
Cached:           213432 kB
SwapCached:         2312 kB
Active:           655704 kB
Inactive:         202236 kB
Active(anon):     541244 kB
Inactive(anon):     4008 kB
Active(file):     114460 kB
Inactive(file):   198228 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099752 kB
Dirty:             15772 kB
Writeback:             0 kB
AnonPages:       2085800 kB
Mapped:             9396 kB
Shmem:                 0 kB
Slab:             615824 kB
SReclaimable:      59032 kB
SUnreclaim:       556792 kB
KernelStack:        1472 kB
PageTables:         8356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2255804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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 node116 at 2016-06-18 23:33:34