Trace number 4082090

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/j120/
normalized-j1206_6-sat.opb
MD5SUM138289002292e7c474e0d36dbcddf060
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 variables37752
Total number of constraints120373
Number of constraints which are clauses119753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint63
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 342
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        : 603,0
1800.09/1800.40	c 2cl/3cl ITE-codings   : 153979,0
1800.09/1800.40	c BDD/srt/adr Max costs : 586,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 343,0,260,0,0
1800.09/1800.40	c BDD nodes             : 222356
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.07999 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-4082090-1465255998/watcher-4082090-1465255998 -o /tmp/evaluation-result-4082090-1465255998/solver-4082090-1465255998 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465244211-28759 --watchdog 1960 naps-1.02 HOME/instance-4082090-1465255998.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.06 2.07 4/176 32656
/proc/meminfo: memFree=31111604/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=6548 CPUtime=0 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 107532382 6705152 200 33554432000 4194304 5796924 140734527129056 140733419851128 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 1637 200 128 392 0 1236 0

[startup+0.100157 s]
/proc/loadavg: 2.08 2.06 2.07 4/176 32656
/proc/meminfo: memFree=31111604/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=9892 CPUtime=0.09 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 1187 0 0 0 9 0 0 0 20 0 1 0 107532382 10129408 1046 33554432000 4194304 5796924 140734527129056 140733419851128 4564248 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 2473 1046 128 392 0 2072 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9892

[startup+0.20028 s]
/proc/loadavg: 2.08 2.06 2.07 4/176 32656
/proc/meminfo: memFree=31111604/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=13860 CPUtime=0.19 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 2158 0 0 0 19 0 0 0 20 0 1 0 107532382 14192640 1956 33554432000 4194304 5796924 140734527129056 140733419851128 4564248 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 3465 1956 128 392 0 3064 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13860

[startup+0.30028 s]
/proc/loadavg: 2.08 2.06 2.07 4/176 32656
/proc/meminfo: memFree=31111604/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=14564 CPUtime=0.29 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 2365 0 0 0 29 0 0 0 20 0 1 0 107532382 14913536 2143 33554432000 4194304 5796924 140734527129056 140733419851128 4564234 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 3641 2143 128 392 0 3240 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14564

[startup+0.700239 s]
/proc/loadavg: 2.08 2.06 2.07 4/176 32656
/proc/meminfo: memFree=31111604/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=18472 CPUtime=0.69 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 3561 0 0 0 69 0 0 0 20 0 1 0 107532382 18915328 3186 33554432000 4194304 5796924 140734527129056 140733419851128 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 4618 3186 128 392 0 4217 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18472

[startup+1.50023 s]
/proc/loadavg: 2.08 2.06 2.07 3/177 32657
/proc/meminfo: memFree=31091824/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=30556 CPUtime=1.49 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 6860 0 0 0 148 1 0 0 20 0 1 0 107532382 31289344 6560 33554432000 4194304 5796924 140734527129056 140734527128328 5092550 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 7639 6560 144 392 0 7238 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30556

[startup+3.10023 s]
/proc/loadavg: 2.07 2.06 2.07 3/177 32657
/proc/meminfo: memFree=31081028/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=40448 CPUtime=3.09 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 9823 0 0 0 307 2 0 0 20 0 1 0 107532382 41418752 9045 33554432000 4194304 5796924 140734527129056 140734527125272 4425326 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 10112 9045 144 392 0 9711 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40448

[startup+6.30025 s]
/proc/loadavg: 2.07 2.06 2.07 3/177 32657
/proc/meminfo: memFree=30928100/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=200520 CPUtime=6.28 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 40170 0 0 0 620 8 0 0 20 0 1 0 107532382 205332480 45799 33554432000 4194304 5796924 140734527129056 140734527126072 4607255 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 50130 45799 168 392 0 49729 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 200520

[startup+12.7003 s]
/proc/loadavg: 2.06 2.05 2.07 3/177 32657
/proc/meminfo: memFree=30926156/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=200520 CPUtime=12.68 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 40171 0 0 0 1260 8 0 0 20 0 1 0 107532382 205332480 46311 33554432000 4194304 5796924 140734527129056 140734527126072 4583292 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 50130 46311 168 392 0 49729 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 200520

[startup+25.5004 s]
/proc/loadavg: 2.05 2.05 2.07 3/177 32657
/proc/meminfo: memFree=30907488/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=219192 CPUtime=25.49 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 40337 0 0 0 2540 9 0 0 20 0 1 0 107532382 224452608 51062 33554432000 4194304 5796924 140734527129056 140734527126120 4606500 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 54798 51062 169 392 0 54397 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 219192

[startup+51.1004 s]
/proc/loadavg: 2.03 2.05 2.06 3/177 32657
/proc/meminfo: memFree=30906248/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=219192 CPUtime=51.08 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 40681 0 0 0 5099 9 0 0 20 0 1 0 107532382 224452608 51397 33554432000 4194304 5796924 140734527129056 140734527126120 4606442 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 54798 51397 169 392 0 54397 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 219192

[startup+102.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/177 32659
/proc/meminfo: memFree=30887592/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=249544 CPUtime=102.28 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 41253 0 0 0 10218 10 0 0 20 0 1 0 107532382 255533056 56040 33554432000 4194304 5796924 140734527129056 140734527126296 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 62386 56040 169 392 0 61985 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 249544

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.05 4/177 32660
/proc/meminfo: memFree=30883488/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=249544 CPUtime=162.27 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 41255 0 0 0 16217 10 0 0 20 0 1 0 107532382 255533056 57064 33554432000 4194304 5796924 140734527129056 140734527126296 4594694 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 62386 57064 169 392 0 61985 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 249544

[startup+222.307 s]
/proc/loadavg: 2.04 2.03 2.05 3/177 32661
/proc/meminfo: memFree=30879392/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=249544 CPUtime=222.26 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 41257 0 0 0 22216 10 0 0 20 0 1 0 107532382 255533056 58088 33554432000 4194304 5796924 140734527129056 140734527126296 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 62386 58088 169 392 0 61985 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 249544

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/177 32662
/proc/meminfo: memFree=30877692/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=249544 CPUtime=282.24 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 42285 0 0 0 28213 11 0 0 20 0 1 0 107532382 255533056 58186 33554432000 4194304 5796924 140734527129056 140734527126520 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 62386 58186 169 392 0 61985 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 249544

[startup+342.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/177 32663
/proc/meminfo: memFree=30875460/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=249544 CPUtime=342.21 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 42818 0 0 0 34210 11 0 0 20 0 1 0 107532382 255533056 58726 33554432000 4194304 5796924 140734527129056 140734527126520 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 62386 58726 169 392 0 61985 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 249544

[startup+402.3 s]
/proc/loadavg: 2.09 2.04 2.05 3/177 32665
/proc/meminfo: memFree=30874620/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=249544 CPUtime=402.2 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 43332 0 0 0 40208 12 0 0 20 0 1 0 107532382 255533056 58750 33554432000 4194304 5796924 140734527129056 140734527126520 4607168 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 62386 58750 169 392 0 61985 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 249544

[startup+462.3 s]
/proc/loadavg: 2.07 2.05 2.04 3/178 32669
/proc/meminfo: memFree=30842856/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=298864 CPUtime=462.19 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 44350 0 0 0 46206 13 0 0 20 0 1 0 107532382 306036736 66922 33554432000 4194304 5796924 140734527129056 140734527126344 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 74716 66922 169 392 0 74315 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 298864

[startup+522.3 s]
/proc/loadavg: 2.02 2.03 2.04 3/177 32670
/proc/meminfo: memFree=30843484/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=298864 CPUtime=522.18 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 44862 0 0 0 52204 14 0 0 20 0 1 0 107532382 306036736 66922 33554432000 4194304 5796924 140734527129056 140734527126344 4607261 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 74716 66922 169 392 0 74315 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 298864

[startup+582.3 s]
/proc/loadavg: 2.08 2.04 2.04 3/177 32671
/proc/meminfo: memFree=30875556/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=249544 CPUtime=582.17 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 44868 0 0 0 58203 14 0 0 20 0 1 0 107532382 255533056 58750 33554432000 4194304 5796924 140734527129056 140734527126520 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 62386 58750 169 392 0 61985 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 249544


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


[startup+882.307 s]
/proc/loadavg: 2.08 2.04 2.03 3/177 32677
/proc/meminfo: memFree=30820288/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=329684 CPUtime=882.13 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 47922 0 0 0 88194 19 0 0 20 0 1 0 107532382 337596416 72493 33554432000 4194304 5796924 140734527129056 140734527126696 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 82421 72493 169 392 0 82020 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 329684

[startup+942.3 s]
/proc/loadavg: 2.03 2.03 2.02 3/177 32678
/proc/meminfo: memFree=30832660/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=298864 CPUtime=942.12 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 48434 0 0 0 94192 20 0 0 20 0 1 0 107532382 306036736 69482 33554432000 4194304 5796924 140734527129056 140734527126344 4569014 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 74716 69482 169 392 0 74315 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 298864

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/176 32725
/proc/meminfo: memFree=31024508/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=249544 CPUtime=1002.11 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 48907 0 0 0 100189 22 0 0 20 0 1 0 107532382 255533056 58750 33554432000 4194304 5796924 140734527129056 140734527126520 4607168 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 62386 58750 169 392 0 61985 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 249544

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/178 32730
/proc/meminfo: memFree=30962548/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=329684 CPUtime=1062.1 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 49754 0 0 0 106187 23 0 0 20 0 1 0 107532382 337596416 71341 33554432000 4194304 5796924 140734527129056 140734527126696 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 82421 71341 169 392 0 82020 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 329684

[startup+1122.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/177 308
/proc/meminfo: memFree=30906484/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=298864 CPUtime=1122.09 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 50401 0 0 0 112185 24 0 0 20 0 1 0 107532382 306036736 67434 33554432000 4194304 5796924 140734527129056 140734527126344 4607212 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 74716 67434 169 392 0 74315 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 298864

[startup+1182.3 s]
/proc/loadavg: 2.03 2.03 2.01 3/177 354
/proc/meminfo: memFree=30823048/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=329684 CPUtime=1182.08 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 50869 0 0 0 118183 25 0 0 20 0 1 0 107532382 337596416 72493 33554432000 4194304 5796924 140734527129056 140734527126696 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 82421 72493 169 392 0 82020 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 329684

[startup+1242.3 s]
/proc/loadavg: 2.04 2.03 2.01 3/177 355
/proc/meminfo: memFree=30832736/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=298864 CPUtime=1242.07 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 51382 0 0 0 124181 26 0 0 20 0 1 0 107532382 306036736 67946 33554432000 4194304 5796924 140734527129056 140734527126344 4569014 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 74716 67946 169 392 0 74315 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 298864

[startup+1302.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 356
/proc/meminfo: memFree=30782944/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=329684 CPUtime=1302.06 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 51849 0 0 0 130179 27 0 0 20 0 1 0 107532382 337596416 73005 33554432000 4194304 5796924 140734527129056 140734527126696 4607209 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 82421 73005 169 392 0 82020 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 329684

[startup+1362.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/177 362
/proc/meminfo: memFree=30795444/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=298864 CPUtime=1362.05 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 52363 0 0 0 136177 28 0 0 20 0 1 0 107532382 306036736 67946 33554432000 4194304 5796924 140734527129056 140734527126344 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 74716 67946 169 392 0 74315 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 298864

[startup+1422.3 s]
/proc/loadavg: 2.12 2.07 2.02 3/177 363
/proc/meminfo: memFree=30739960/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=329684 CPUtime=1422.05 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 52835 0 0 0 142176 29 0 0 20 0 1 0 107532382 337596416 73005 33554432000 4194304 5796924 140734527129056 140734527126696 4606771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 82421 73005 169 392 0 82020 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 329684

[startup+1482.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/177 364
/proc/meminfo: memFree=30748152/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=311968 CPUtime=1482.03 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 53953 0 0 0 148173 30 0 0 20 0 1 0 107532382 319455232 72072 33554432000 4194304 5796924 140734527129056 140734527126344 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 77992 72072 169 392 0 77591 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 311968

[startup+1542.31 s]
/proc/loadavg: 2.14 2.09 2.02 3/177 365
/proc/meminfo: memFree=30758952/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=342788 CPUtime=1542.03 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 54426 0 0 0 154172 31 0 0 20 0 1 0 107532382 351014912 77131 33554432000 4194304 5796924 140734527129056 140734527126696 4592031 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 85697 77131 169 392 0 85296 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 342788

[startup+1602.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/177 366
/proc/meminfo: memFree=30774112/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=262648 CPUtime=1602.02 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 54434 0 0 0 160170 32 0 0 20 0 1 0 107532382 268951552 63388 33554432000 4194304 5796924 140734527129056 140734527126520 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 65662 63388 169 392 0 65261 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 262648

[startup+1662.3 s]
/proc/loadavg: 2.05 2.07 2.01 3/178 371
/proc/meminfo: memFree=30731784/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=311968 CPUtime=1662.01 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 54949 0 0 0 166168 33 0 0 20 0 1 0 107532382 319455232 75656 33554432000 4194304 5796924 140734527129056 140734527126344 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 77992 75656 169 392 0 77591 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 311968

[startup+1722.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/178 395
/proc/meminfo: memFree=30698992/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=342788 CPUtime=1722 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 55419 0 0 0 172166 34 0 0 20 0 1 0 107532382 351014912 80715 33554432000 4194304 5796924 140734527129056 140734527126696 4607198 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 85697 80715 169 392 0 85296 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 342788

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/177 396
/proc/meminfo: memFree=30734760/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=311968 CPUtime=1781.99 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 55935 0 0 0 178164 35 0 0 20 0 1 0 107532382 319455232 73608 33554432000 4194304 5796924 140734527129056 140734527126344 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 77992 73608 169 392 0 77591 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 311968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.10 2.07 2.01 3/177 397
/proc/meminfo: memFree=30724624/32872528 swapFree=12328/568296
[pid=32656] ppid=32653 vsize=311968 CPUtime=1800.09 cores=0,2,4,6
/proc/32656/stat : 32656 (naps-1.02) R 32653 32656 28743 0 -1 4202496 55938 0 0 0 179974 35 0 0 20 0 1 0 107532382 319455232 75144 33554432000 4194304 5796924 140734527129056 140734527126344 4607261 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/32656/statm: 77992 75144 169 392 0 77591 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 311968

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 32656 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.74
CPU system time (s): 0.356945
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 342788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.356945
maximum resident set size= 329004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55950
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= 46
involuntary context switches= 1859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.51731 second user time and 6.94194 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-07 01:33:18
IDJOB=4082090
IDBENCH=73805
IDSOLVER=2544
FILE ID=node138/4082090-1465255998
RUNJOBID= node138-1465244211-28759
PBS_JOBID= 19843251
Free space on /tmp= 71740 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1206_6-sat.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082090-1465255998/watcher-4082090-1465255998 -o /tmp/evaluation-result-4082090-1465255998/solver-4082090-1465255998 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465244211-28759 --watchdog 1960  naps-1.02 HOME/instance-4082090-1465255998.opb

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

MD5SUM BENCH= 138289002292e7c474e0d36dbcddf060
RANDOM SEED=1457493952

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.807
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.807
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:        31111604 kB
Buffers:           47124 kB
Cached:           145568 kB
SwapCached:        46756 kB
Active:           334208 kB
Inactive:         155056 kB
Active(anon):     251688 kB
Inactive(anon):    47636 kB
Active(file):      82520 kB
Inactive(file):   107420 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053588 kB
Dirty:              8324 kB
Writeback:             0 kB
AnonPages:        821680 kB
Mapped:             8852 kB
Shmem:                 0 kB
Slab:             572540 kB
SReclaimable:      15296 kB
SUnreclaim:       557244 kB
KernelStack:        1456 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     952788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    782336 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= 71736 MiB
End job on node138 at 2016-06-07 02:03:19