Trace number 4099692

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.05 1800.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LdValue.ucl.opb
MD5SUM70ea01a607f0d01f6199fb93098b84d8
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark34.5587
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77106
Total number of constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
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.04/1800.40	c 
1800.04/1800.40	c *** TERMINATED *** by signal 15
1800.04/1800.40	s UNKNOWN
1800.04/1800.40	c _____________________________________________________________________________
1800.04/1800.40	c 
1800.04/1800.40	c std/band forms        : 13220,0
1800.04/1800.40	c 2cl/3cl ITE-codings   : 1290412,0
1800.04/1800.40	c BDD/srt/adr Max costs : 292,0,0
1800.04/1800.40	c BDDraw/bin/mul/srt/adr: 418,0,12802,0,0
1800.04/1800.40	c BDD nodes             : 1880244
1800.04/1800.40	c Es1/CC detections     : 0,0
1800.04/1800.40	c SAT/UNSAT calls       : 0,0
1800.04/1800.40	c restarts              : 0
1800.04/1800.40	c conflicts             : 0              (0 /sec)
1800.04/1800.40	c decisions             : 0              (0 /sec)
1800.04/1800.40	c propagations          : 0              (0 /sec)
1800.04/1800.40	c inspects              : 0              (0 /sec)
1800.04/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.04/1800.40	c Time for Opt-base     : 21.68 s
1800.04/1800.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4099692-1466206261/watcher-4099692-1466206261 -o /tmp/evaluation-result-4099692-1466206261/solver-4099692-1466206261 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466206100-11874 --watchdog 1960 naps-1.02 HOME/instance-4099692-1466206261.opb 

pid=13605
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: 1.92 0.93 0.43 3/176 13608
/proc/meminfo: memFree=30672368/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=6416 CPUtime=0 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 304 0 0 0 0 0 0 0 20 0 1 0 22675095 6569984 179 33554432000 4194304 5796924 140736194095792 140734202811928 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 1604 179 127 392 0 1203 0

[startup+0.10014 s]
/proc/loadavg: 1.92 0.93 0.43 3/176 13608
/proc/meminfo: memFree=30672368/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=8132 CPUtime=0.09 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 771 0 0 0 9 0 0 0 20 0 1 0 22675095 8327168 627 33554432000 4194304 5796924 140736194095792 140734202811928 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 2033 627 127 392 0 1632 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8132

[startup+0.20029 s]
/proc/loadavg: 1.92 0.93 0.43 3/176 13608
/proc/meminfo: memFree=30672368/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=9664 CPUtime=0.19 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 1170 0 0 0 19 0 0 0 20 0 1 0 22675095 9895936 1003 33554432000 4194304 5796924 140736194095792 140734202811928 4349703 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 2416 1004 127 392 0 2015 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9664

[startup+0.300274 s]
/proc/loadavg: 1.92 0.93 0.43 3/176 13608
/proc/meminfo: memFree=30672368/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=11108 CPUtime=0.29 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 1593 0 0 0 29 0 0 0 20 0 1 0 22675095 11374592 1403 33554432000 4194304 5796924 140736194095792 140734202811928 4623737 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 2777 1403 127 392 0 2376 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11108

[startup+0.700314 s]
/proc/loadavg: 1.92 0.93 0.43 3/176 13608
/proc/meminfo: memFree=30672368/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=17468 CPUtime=0.69 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 3467 0 0 0 69 0 0 0 20 0 1 0 22675095 17887232 3057 33554432000 4194304 5796924 140736194095792 140734202811928 4805672 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 4367 3057 127 392 0 3966 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17468

[startup+1.50028 s]
/proc/loadavg: 1.92 0.93 0.43 3/177 13609
/proc/meminfo: memFree=30652952/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=30596 CPUtime=1.49 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 6754 0 0 0 148 1 0 0 20 0 1 0 22675095 31330304 6389 33554432000 4194304 5796924 140736194095792 140736194095016 5183584 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 7649 6389 127 392 0 7248 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30596

[startup+3.10023 s]
/proc/loadavg: 1.92 0.93 0.43 3/177 13609
/proc/meminfo: memFree=30636724/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=70128 CPUtime=3.09 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 16559 0 0 0 306 3 0 0 20 0 1 0 22675095 71811072 15837 33554432000 4194304 5796924 140736194095792 140736194095016 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 17532 15837 128 392 0 17131 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70128

[startup+6.30024 s]
/proc/loadavg: 1.92 0.95 0.44 3/177 13609
/proc/meminfo: memFree=30592688/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=89152 CPUtime=6.28 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 21767 0 0 0 624 4 0 0 20 0 1 0 22675095 91291648 20442 33554432000 4194304 5796924 140736194095792 140736194092008 5184407 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 22288 20442 144 392 0 21887 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 89152

[startup+12.7002 s]
/proc/loadavg: 1.93 0.97 0.44 3/176 13609
/proc/meminfo: memFree=30573584/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=105000 CPUtime=12.68 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 25258 0 0 0 1263 5 0 0 20 0 1 0 22675095 107520000 24511 33554432000 4194304 5796924 140736194095792 140736194092008 5184407 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 26250 24511 144 392 0 25849 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 105000

[startup+25.5004 s]
/proc/loadavg: 2.01 1.03 0.47 4/177 13610
/proc/meminfo: memFree=30528448/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=135760 CPUtime=25.48 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 30510 0 0 0 2541 7 0 0 20 0 1 0 22675095 139018240 32237 33554432000 4194304 5796924 140736194095792 140736194092008 5087774 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 33940 32237 144 392 0 33539 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 135760

[startup+51.1005 s]
/proc/loadavg: 2.13 1.14 0.52 3/177 13610
/proc/meminfo: memFree=29635604/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1153396 CPUtime=51.08 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 123803 0 0 0 5074 34 0 0 20 0 1 0 22675095 1181077504 259563 33554432000 4194304 5796924 140736194095792 140736194093000 4609593 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 288349 259563 153 392 0 287948 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1153396

[startup+102.3 s]
/proc/loadavg: 2.11 1.29 0.60 3/177 13611
/proc/meminfo: memFree=29596068/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1136552 CPUtime=102.28 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 132378 0 0 0 10190 38 0 0 20 0 1 0 22675095 1163829248 263796 33554432000 4194304 5796924 140736194095792 140736194092840 4569834 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 284138 263796 167 392 0 283737 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1136552

[startup+162.3 s]
/proc/loadavg: 2.13 1.44 0.70 3/177 13612
/proc/meminfo: memFree=29579084/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1138816 CPUtime=162.26 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 132569 0 0 0 16188 38 0 0 20 0 1 0 22675095 1166147584 264498 33554432000 4194304 5796924 140736194095792 140736194092840 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 284704 264498 169 392 0 284303 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1138816

[startup+222.307 s]
/proc/loadavg: 2.20 1.59 0.79 3/177 13613
/proc/meminfo: memFree=29579340/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1138816 CPUtime=222.27 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 132569 0 0 0 22188 39 0 0 20 0 1 0 22675095 1166147584 264498 33554432000 4194304 5796924 140736194095792 140736194092840 4606744 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 284704 264498 169 392 0 284303 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 1138816

[startup+282.3 s]
/proc/loadavg: 2.12 1.67 0.87 3/177 13614
/proc/meminfo: memFree=29579344/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1138816 CPUtime=282.25 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 132569 0 0 0 28186 39 0 0 20 0 1 0 22675095 1166147584 264498 33554432000 4194304 5796924 140736194095792 140736194092840 4606480 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 284704 264498 169 392 0 284303 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1138816

[startup+342.3 s]
/proc/loadavg: 2.13 1.76 0.95 3/177 13616
/proc/meminfo: memFree=29577048/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1138816 CPUtime=342.24 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 132570 0 0 0 34185 39 0 0 20 0 1 0 22675095 1166147584 265010 33554432000 4194304 5796924 140736194095792 140736194092840 4606495 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 284704 265010 169 392 0 284303 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1138816

[startup+402.3 s]
/proc/loadavg: 2.14 1.83 1.02 3/177 13617
/proc/meminfo: memFree=29576292/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1138948 CPUtime=402.23 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 132600 0 0 0 40184 39 0 0 20 0 1 0 22675095 1166282752 265040 33554432000 4194304 5796924 140736194095792 140736194092904 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 284737 265040 169 392 0 284336 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1138948

[startup+462.3 s]
/proc/loadavg: 2.17 1.89 1.09 3/177 13663
/proc/meminfo: memFree=27945660/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1141968 CPUtime=462.22 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133226 0 0 0 46183 39 0 0 20 0 1 0 22675095 1169375232 265666 33554432000 4194304 5796924 140736194095792 140736194092840 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 285492 265666 170 392 0 285091 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1141968

[startup+522.3 s]
/proc/loadavg: 2.18 1.95 1.16 3/177 13664
/proc/meminfo: memFree=26529520/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1141968 CPUtime=522.2 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133248 0 0 0 52181 39 0 0 20 0 1 0 22675095 1169375232 265666 33554432000 4194304 5796924 140736194095792 140736194092840 4583348 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 285492 265666 170 392 0 285091 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1141968

[startup+582.3 s]
/proc/loadavg: 2.21 2.00 1.22 3/178 13668
/proc/meminfo: memFree=26619676/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1141968 CPUtime=582.18 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133270 0 0 0 58179 39 0 0 20 0 1 0 22675095 1169375232 265675 33554432000 4194304 5796924 140736194095792 140736194092840 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 285492 265675 170 392 0 285091 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 1141968


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


[startup+882.307 s]
/proc/loadavg: 2.14 2.09 1.47 3/177 13674
/proc/meminfo: memFree=26158144/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=882.1 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133631 0 0 0 88171 39 0 0 20 0 1 0 22675095 1171894272 269538 33554432000 4194304 5796924 140736194095792 140736194092840 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 269538 170 392 0 285706 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 1144428

[startup+942.3 s]
/proc/loadavg: 2.25 2.13 1.52 3/177 13676
/proc/meminfo: memFree=26148916/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=942.07 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133644 0 0 0 94168 39 0 0 20 0 1 0 22675095 1171894272 270050 33554432000 4194304 5796924 140736194095792 140736194092840 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 270050 170 392 0 285706 0
Current children cumulated CPU time (s) 942.07
Current children cumulated vsize (KiB) 1144428

[startup+1002.3 s]
/proc/loadavg: 2.16 2.12 1.55 3/177 13677
/proc/meminfo: memFree=26051436/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1002.07 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133644 0 0 0 100168 39 0 0 20 0 1 0 22675095 1171894272 270050 33554432000 4194304 5796924 140736194095792 140736194092840 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 270050 170 392 0 285706 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 1144428

[startup+1062.3 s]
/proc/loadavg: 2.10 2.11 1.58 3/177 13678
/proc/meminfo: memFree=26043972/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1062.06 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133644 0 0 0 106167 39 0 0 20 0 1 0 22675095 1171894272 270050 33554432000 4194304 5796924 140736194095792 140736194092840 4569788 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 270050 170 392 0 285706 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 1144428

[startup+1122.3 s]
/proc/loadavg: 2.14 2.12 1.62 3/177 13679
/proc/meminfo: memFree=26037228/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1122.04 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133653 0 0 0 112165 39 0 0 20 0 1 0 22675095 1171894272 270050 33554432000 4194304 5796924 140736194095792 140736194092840 4569010 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 270050 170 392 0 285706 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 1144428

[startup+1182.3 s]
/proc/loadavg: 2.22 2.14 1.65 3/178 13683
/proc/meminfo: memFree=26027396/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1182.03 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133653 0 0 0 118164 39 0 0 20 0 1 0 22675095 1171894272 270092 33554432000 4194304 5796924 140736194095792 140736194092840 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 270092 170 392 0 285706 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 1144428

[startup+1242.3 s]
/proc/loadavg: 2.14 2.13 1.68 3/176 13685
/proc/meminfo: memFree=26014436/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1242.02 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133926 0 0 0 124163 39 0 0 20 0 1 0 22675095 1171894272 270876 33554432000 4194304 5796924 140736194095792 140736194092840 4583342 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 270876 170 392 0 285706 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 1144428

[startup+1302.3 s]
/proc/loadavg: 2.25 2.16 1.72 3/177 13687
/proc/meminfo: memFree=26010592/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1302.01 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133926 0 0 0 130162 39 0 0 20 0 1 0 22675095 1171894272 270876 33554432000 4194304 5796924 140736194095792 140736194092840 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 270876 170 392 0 285706 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 1144428

[startup+1362.3 s]
/proc/loadavg: 2.15 2.14 1.74 3/177 13688
/proc/meminfo: memFree=26005892/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1362 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133926 0 0 0 136161 39 0 0 20 0 1 0 22675095 1171894272 270876 33554432000 4194304 5796924 140736194095792 140736194092840 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 270876 170 392 0 285706 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 1144428

[startup+1422.3 s]
/proc/loadavg: 2.10 2.13 1.75 3/177 13689
/proc/meminfo: memFree=25994804/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1422 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133926 0 0 0 142161 39 0 0 20 0 1 0 22675095 1171894272 270876 33554432000 4194304 5796924 140736194095792 140736194092840 4606531 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 270876 170 392 0 285706 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 1144428

[startup+1482.3 s]
/proc/loadavg: 2.41 2.20 1.80 3/177 13690
/proc/meminfo: memFree=25975052/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1481.98 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133926 0 0 0 148159 39 0 0 20 0 1 0 22675095 1171894272 270876 33554432000 4194304 5796924 140736194095792 140736194092840 4606818 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 270876 170 392 0 285706 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 1144428

[startup+1542.31 s]
/proc/loadavg: 2.21 2.18 1.82 3/177 13692
/proc/meminfo: memFree=25791708/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1541.98 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133927 0 0 0 154159 39 0 0 20 0 1 0 22675095 1171894272 271388 33554432000 4194304 5796924 140736194095792 140736194092840 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 271388 170 392 0 285706 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 1144428

[startup+1602.3 s]
/proc/loadavg: 2.12 2.16 1.83 3/177 13693
/proc/meminfo: memFree=25773384/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1601.97 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133927 0 0 0 160157 40 0 0 20 0 1 0 22675095 1171894272 271388 33554432000 4194304 5796924 140736194095792 140736194092840 4606516 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 271388 170 392 0 285706 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 1144428

[startup+1662.3 s]
/proc/loadavg: 2.27 2.19 1.86 3/177 13694
/proc/meminfo: memFree=25353532/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1661.96 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133927 0 0 0 166156 40 0 0 20 0 1 0 22675095 1171894272 271388 33554432000 4194304 5796924 140736194095792 140736194092840 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 271388 170 392 0 285706 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 1144428

[startup+1722.3 s]
/proc/loadavg: 2.19 2.18 1.87 3/177 13695
/proc/meminfo: memFree=25348520/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1721.95 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133928 0 0 0 172155 40 0 0 20 0 1 0 22675095 1171894272 271900 33554432000 4194304 5796924 140736194095792 140736194092840 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 271900 170 392 0 285706 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 1144428

[startup+1782.3 s]
/proc/loadavg: 2.15 2.17 1.89 3/178 13699
/proc/meminfo: memFree=25339852/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1781.94 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133928 0 0 0 178154 40 0 0 20 0 1 0 22675095 1171894272 271900 33554432000 4194304 5796924 140736194095792 140736194092840 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 271900 170 392 0 285706 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 1144428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.19 2.18 1.90 3/178 13700
/proc/meminfo: memFree=25334864/32872528 swapFree=1103996/1183712
[pid=13608] ppid=13605 vsize=1144428 CPUtime=1800.04 cores=1,3,5,7
/proc/13608/stat : 13608 (naps-1.02) R 13605 13608 11857 0 -1 4202496 133928 0 0 0 179964 40 0 0 20 0 1 0 22675095 1171894272 271900 33554432000 4194304 5796924 140736194095792 140736194092840 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/13608/statm: 286107 271900 170 392 0 285706 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1144428

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.05
CPU user time (s): 1799.64
CPU system time (s): 0.409937
CPU usage (%): 99.9804
Max. virtual memory (cumulated for all children) (KiB): 1283128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.409937
maximum resident set size= 1167336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133940
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= 146
involuntary context switches= 1847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.27105 second user time and 7.99478 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-18 01:31:01
IDJOB=4099692
IDBENCH=1481
IDSOLVER=2544
FILE ID=node115/4099692-1466206261
RUNJOBID= node115-1466206100-11874
PBS_JOBID= 19918161
Free space on /tmp= 71728 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LdValue.ucl.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099692-1466206261/watcher-4099692-1466206261 -o /tmp/evaluation-result-4099692-1466206261/solver-4099692-1466206261 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466206100-11874 --watchdog 1960  naps-1.02 HOME/instance-4099692-1466206261.opb

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

MD5SUM BENCH= 70ea01a607f0d01f6199fb93098b84d8
RANDOM SEED=47662139

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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.103
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:        30672624 kB
Buffers:           37412 kB
Cached:            72800 kB
SwapCached:         1996 kB
Active:           239888 kB
Inactive:          57936 kB
Active(anon):     188284 kB
Inactive(anon):     1368 kB
Active(file):      51604 kB
Inactive(file):    56568 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099308 kB
Dirty:             11716 kB
Writeback:             0 kB
AnonPages:       1384512 kB
Mapped:             7908 kB
Shmem:                 0 kB
Slab:             571004 kB
SReclaimable:      14200 kB
SUnreclaim:       556804 kB
KernelStack:        1456 kB
PageTables:         7140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1516312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 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= 71608 MiB
End job on node115 at 2016-06-18 02:01:02