Trace number 4083076

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 NameAnswerobjective functionCPU timeWall clock time
NaPS 1.02? (TO) 1800.1 1800.4

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx30.opb
MD5SUMa013c9210a7cfe037db9246041ce6240
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
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        : 222,0
1800.09/1800.40	c 2cl/3cl ITE-codings   : 139791,0
1800.09/1800.40	c BDD/srt/adr Max costs : 860,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 30,0,192,0,0
1800.09/1800.40	c BDD nodes             : 166794
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.229 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-4083076-1465252983/watcher-4083076-1465252983 -o /tmp/evaluation-result-4083076-1465252983/solver-4083076-1465252983 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465221119-32679 --watchdog 1960 naps-1.02 HOME/instance-4083076-1465252983.opb 

pid=5708
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.17 2.13 2.13 3/174 5711
/proc/meminfo: memFree=30293760/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=6416 CPUtime=0 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 107231396 6569984 192 33554432000 4194304 5796924 140736848097392 140736424180088 4623737 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 1604 192 128 392 0 1203 0

[startup+0.100155 s]
/proc/loadavg: 2.17 2.13 2.13 3/174 5711
/proc/meminfo: memFree=30293760/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=8768 CPUtime=0.09 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 928 0 0 0 9 0 0 0 20 0 1 0 107231396 8978432 801 33554432000 4194304 5796924 140736848097392 140736424180088 5087643 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 2192 801 144 392 0 1791 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8768

[startup+0.200282 s]
/proc/loadavg: 2.17 2.13 2.13 3/174 5711
/proc/meminfo: memFree=30293760/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=9240 CPUtime=0.19 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 1081 0 0 0 19 0 0 0 20 0 1 0 107231396 9461760 911 33554432000 4194304 5796924 140736848097392 140736424180088 4806901 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 2310 911 144 392 0 1909 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9240

[startup+0.300259 s]
/proc/loadavg: 2.17 2.13 2.13 3/174 5711
/proc/meminfo: memFree=30293760/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=9940 CPUtime=0.29 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 1335 0 0 0 29 0 0 0 20 0 1 0 107231396 10178560 1082 33554432000 4194304 5796924 140736848097392 140736424180088 4809862 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 2485 1082 144 392 0 2084 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9940

[startup+0.700224 s]
/proc/loadavg: 2.17 2.13 2.13 3/174 5711
/proc/meminfo: memFree=30293760/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=12284 CPUtime=0.69 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 2012 0 0 0 69 0 0 0 20 0 1 0 107231396 12578816 1594 33554432000 4194304 5796924 140736848097392 140736424180088 5184407 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 3071 1594 144 392 0 2670 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12284

[startup+1.50018 s]
/proc/loadavg: 2.16 2.13 2.13 3/175 5712
/proc/meminfo: memFree=30284940/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=16796 CPUtime=1.49 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 3352 0 0 0 149 0 0 0 20 0 1 0 107231396 17199104 2604 33554432000 4194304 5796924 140736848097392 140736848093608 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 4199 2604 144 392 0 3798 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16796

[startup+3.1003 s]
/proc/loadavg: 2.16 2.13 2.13 3/175 5712
/proc/meminfo: memFree=30197584/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=108324 CPUtime=3.08 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 24411 0 0 0 305 3 0 0 20 0 1 0 107231396 110923776 24773 33554432000 4194304 5796924 140736848097392 140736848094504 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 27081 24773 167 392 0 26680 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 108324

[startup+6.3003 s]
/proc/loadavg: 2.22 2.14 2.13 4/175 5712
/proc/meminfo: memFree=30190084/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=109008 CPUtime=6.29 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 24604 0 0 0 625 4 0 0 20 0 1 0 107231396 111624192 24966 33554432000 4194304 5796924 140736848097392 140736848094664 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 27252 24966 168 392 0 26851 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109008

[startup+12.7003 s]
/proc/loadavg: 2.21 2.14 2.13 4/175 5712
/proc/meminfo: memFree=30185496/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=109732 CPUtime=12.69 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 25254 0 0 0 1265 4 0 0 20 0 1 0 107231396 112365568 25604 33554432000 4194304 5796924 140736848097392 140736848094664 4569014 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 27433 25604 168 392 0 27032 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 109732

[startup+25.5004 s]
/proc/loadavg: 2.25 2.15 2.13 3/175 5712
/proc/meminfo: memFree=30202284/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=129144 CPUtime=25.49 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 26217 0 0 0 2544 5 0 0 20 0 1 0 107231396 132243456 26670 33554432000 4194304 5796924 140736848097392 140736848094632 4607241 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 32286 26670 169 392 0 31885 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 129144

[startup+51.1004 s]
/proc/loadavg: 2.15 2.14 2.13 3/175 5712
/proc/meminfo: memFree=30157648/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=137240 CPUtime=51.08 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 27350 0 0 0 5103 5 0 0 20 0 1 0 107231396 140533760 32434 33554432000 4194304 5796924 140736848097392 140736848094856 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 34310 32434 169 392 0 33909 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 137240

[startup+102.3 s]
/proc/loadavg: 2.24 2.17 2.14 4/175 5713
/proc/meminfo: memFree=30152928/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=167588 CPUtime=102.28 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 28359 0 0 0 10222 6 0 0 20 0 1 0 107231396 171610112 40074 33554432000 4194304 5796924 140736848097392 140736848094632 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 41897 40074 169 392 0 41496 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 167588

[startup+162.3 s]
/proc/loadavg: 2.23 2.18 2.14 4/175 5714
/proc/meminfo: memFree=30152216/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=167588 CPUtime=162.27 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 28454 0 0 0 16220 7 0 0 20 0 1 0 107231396 171610112 40077 33554432000 4194304 5796924 140736848097392 140736848094856 4606442 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 41897 40077 169 392 0 41496 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 167588

[startup+222.307 s]
/proc/loadavg: 2.32 2.21 2.15 3/175 5715
/proc/meminfo: memFree=30115452/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=167588 CPUtime=222.25 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 28567 0 0 0 22218 7 0 0 20 0 1 0 107231396 171610112 40197 33554432000 4194304 5796924 140736848097392 140736848094856 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 41897 40197 169 392 0 41496 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 167588

[startup+282.3 s]
/proc/loadavg: 2.21 2.20 2.15 4/175 5716
/proc/meminfo: memFree=30077704/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=216908 CPUtime=282.22 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 28763 0 0 0 28214 8 0 0 20 0 1 0 107231396 222113792 48665 33554432000 4194304 5796924 140736848097392 140736848094680 4606534 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 54227 48665 169 392 0 53826 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 216908

[startup+342.3 s]
/proc/loadavg: 2.14 2.17 2.15 4/175 5718
/proc/meminfo: memFree=30068960/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=216908 CPUtime=342.22 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 28863 0 0 0 34213 9 0 0 20 0 1 0 107231396 222113792 50440 33554432000 4194304 5796924 140736848097392 140736848094680 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 54227 50440 169 392 0 53826 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 216908

[startup+402.3 s]
/proc/loadavg: 2.10 2.16 2.14 4/175 5719
/proc/meminfo: memFree=30078224/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=216908 CPUtime=402.21 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 29337 0 0 0 40211 10 0 0 20 0 1 0 107231396 222113792 49928 33554432000 4194304 5796924 140736848097392 140736848094680 4606744 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 54227 49928 169 392 0 53826 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 216908

[startup+462.3 s]
/proc/loadavg: 2.13 2.15 2.14 4/176 5723
/proc/meminfo: memFree=30023580/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=216908 CPUtime=462.2 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 30024 0 0 0 46208 12 0 0 20 0 1 0 107231396 222113792 49416 33554432000 4194304 5796924 140736848097392 140736848094680 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 54227 49416 169 392 0 53826 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 216908

[startup+522.3 s]
/proc/loadavg: 2.15 2.15 2.14 3/175 5724
/proc/meminfo: memFree=30066184/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=167588 CPUtime=522.18 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 30617 0 0 0 52205 13 0 0 20 0 1 0 107231396 171610112 40636 33554432000 4194304 5796924 140736848097392 140736848094856 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 41897 40636 169 392 0 41496 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 167588

[startup+582.3 s]
/proc/loadavg: 2.18 2.15 2.14 3/175 5725
/proc/meminfo: memFree=30034588/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=216908 CPUtime=582.18 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 31154 0 0 0 58204 14 0 0 20 0 1 0 107231396 222113792 52918 33554432000 4194304 5796924 140736848097392 140736848094680 4607281 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 54227 52918 169 392 0 53826 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 216908


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


[startup+882.307 s]
/proc/loadavg: 2.31 2.17 2.13 3/175 5731
/proc/meminfo: memFree=30031776/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=247728 CPUtime=882.14 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 33377 0 0 0 88194 20 0 0 20 0 1 0 107231396 253673472 53579 33554432000 4194304 5796924 140736848097392 140736848095032 4606480 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 61932 53579 169 392 0 61531 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 247728

[startup+942.3 s]
/proc/loadavg: 2.24 2.17 2.13 3/175 5733
/proc/meminfo: memFree=30017212/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=216908 CPUtime=942.12 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 33477 0 0 0 94191 21 0 0 20 0 1 0 107231396 222113792 49416 33554432000 4194304 5796924 140736848097392 140736848094680 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 54227 49416 169 392 0 53826 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 216908

[startup+1002.3 s]
/proc/loadavg: 2.24 2.18 2.14 3/175 5734
/proc/meminfo: memFree=29966384/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=247728 CPUtime=1002.12 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 34069 0 0 0 100190 22 0 0 20 0 1 0 107231396 253673472 54603 33554432000 4194304 5796924 140736848097392 140736848095032 4606495 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 61932 54603 169 392 0 61531 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 247728

[startup+1062.3 s]
/proc/loadavg: 2.27 2.19 2.14 3/176 5738
/proc/meminfo: memFree=30025324/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=216908 CPUtime=1062.1 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 34168 0 0 0 106188 22 0 0 20 0 1 0 107231396 222113792 48904 33554432000 4194304 5796924 140736848097392 140736848094680 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 54227 48904 169 392 0 53826 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 216908

[startup+1122.3 s]
/proc/loadavg: 2.15 2.17 2.13 3/176 5762
/proc/meminfo: memFree=29976028/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=247728 CPUtime=1122.1 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 34763 0 0 0 112186 24 0 0 20 0 1 0 107231396 253673472 54603 33554432000 4194304 5796924 140736848097392 140736848095032 4607168 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 61932 54603 169 392 0 61531 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 247728

[startup+1182.3 s]
/proc/loadavg: 2.16 2.17 2.13 4/175 5763
/proc/meminfo: memFree=29992576/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=247728 CPUtime=1182.09 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 34772 0 0 0 118185 24 0 0 20 0 1 0 107231396 253673472 59211 33554432000 4194304 5796924 140736848097392 140736848095032 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 61932 59211 169 392 0 61531 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 247728

[startup+1242.3 s]
/proc/loadavg: 2.28 2.21 2.15 4/175 5765
/proc/meminfo: memFree=29986940/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=216908 CPUtime=1242.08 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 35155 0 0 0 124183 25 0 0 20 0 1 0 107231396 222113792 52768 33554432000 4194304 5796924 140736848097392 140736848094680 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 54227 52768 169 392 0 53826 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 216908

[startup+1302.3 s]
/proc/loadavg: 2.21 2.20 2.15 4/175 5766
/proc/meminfo: memFree=29996228/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=247728 CPUtime=1302.07 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 35469 0 0 0 130182 25 0 0 20 0 1 0 107231396 253673472 57675 33554432000 4194304 5796924 140736848097392 140736848095032 4569014 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 61932 57675 169 392 0 61531 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 247728

[startup+1362.3 s]
/proc/loadavg: 2.12 2.17 2.14 4/175 5767
/proc/meminfo: memFree=29993508/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=216908 CPUtime=1362.06 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 35801 0 0 0 136179 27 0 0 20 0 1 0 107231396 222113792 50952 33554432000 4194304 5796924 140736848097392 140736848094856 4592560 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 54227 50952 169 392 0 53826 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 216908

[startup+1422.3 s]
/proc/loadavg: 2.27 2.20 2.15 3/175 5768
/proc/meminfo: memFree=29949252/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=247728 CPUtime=1422.06 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 36396 0 0 0 142178 28 0 0 20 0 1 0 107231396 253673472 56139 33554432000 4194304 5796924 140736848097392 140736848095032 4606507 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 61932 56139 169 392 0 61531 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 247728

[startup+1482.3 s]
/proc/loadavg: 2.26 2.21 2.15 4/175 5769
/proc/meminfo: memFree=29981060/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=247728 CPUtime=1482.04 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 36598 0 0 0 148176 28 0 0 20 0 1 0 107231396 253673472 60428 33554432000 4194304 5796924 140736848097392 140736848095032 4606514 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 61932 60428 169 392 0 61531 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 247728

[startup+1542.31 s]
/proc/loadavg: 2.13 2.18 2.15 3/175 5771
/proc/meminfo: memFree=29979616/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=247728 CPUtime=1542.03 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 37932 0 0 0 154172 31 0 0 20 0 1 0 107231396 253673472 53579 33554432000 4194304 5796924 140736848097392 140736848095032 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 61932 53579 169 392 0 61531 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 247728

[startup+1602.3 s]
/proc/loadavg: 2.15 2.18 2.15 4/175 5772
/proc/meminfo: memFree=29936608/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=247728 CPUtime=1602.01 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 37940 0 0 0 160170 31 0 0 20 0 1 0 107231396 253673472 57675 33554432000 4194304 5796924 140736848097392 140736848095032 4606480 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 61932 57675 169 392 0 61531 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 247728

[startup+1662.3 s]
/proc/loadavg: 2.23 2.19 2.15 3/176 5776
/proc/meminfo: memFree=29965616/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=297816 CPUtime=1662.01 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 38770 0 0 0 166169 32 0 0 20 0 1 0 107231396 304963584 62584 33554432000 4194304 5796924 140736848097392 140736848095032 4606442 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 74454 62584 169 392 0 74053 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 297816

[startup+1722.3 s]
/proc/loadavg: 2.20 2.18 2.15 4/175 5777
/proc/meminfo: memFree=29975772/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=247728 CPUtime=1722 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 39471 0 0 0 172165 35 0 0 20 0 1 0 107231396 253673472 54091 33554432000 4194304 5796924 140736848097392 140736848095032 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 61932 54091 169 392 0 61531 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 247728

[startup+1782.3 s]
/proc/loadavg: 2.20 2.19 2.16 3/174 5823
/proc/meminfo: memFree=29488132/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=247728 CPUtime=1781.99 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 39480 0 0 0 178164 35 0 0 20 0 1 0 107231396 253673472 58699 33554432000 4194304 5796924 140736848097392 140736848095032 4607232 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 61932 58699 169 392 0 61531 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 247728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.23 2.20 2.16 3/174 5824
/proc/meminfo: memFree=29391660/32872528 swapFree=17280/1464432
[pid=5711] ppid=5708 vsize=247728 CPUtime=1800.09 cores=0,2,4,6
/proc/5711/stat : 5711 (naps-1.02) R 5708 5711 32663 0 -1 4202496 39482 0 0 0 179974 35 0 0 20 0 1 0 107231396 253673472 59723 33554432000 4194304 5796924 140736848097392 140736848095032 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/5711/statm: 61932 59723 169 392 0 61531 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 247728

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 5711 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.75
CPU system time (s): 0.358945
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 347136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 0.358945
maximum resident set size= 285456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39494
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= 38
involuntary context switches= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.65829 second user time and 7.48386 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-07 00:43:04
IDJOB=4083076
IDBENCH=71846
IDSOLVER=2544
FILE ID=node121/4083076-1465252983
RUNJOBID= node121-1465221119-32679
PBS_JOBID= 19843226
Free space on /tmp= 71728 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4083076-1465252983/watcher-4083076-1465252983 -o /tmp/evaluation-result-4083076-1465252983/solver-4083076-1465252983 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465221119-32679 --watchdog 1960  naps-1.02 HOME/instance-4083076-1465252983.opb

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=2018384676

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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.050
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.050
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.56
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.050
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.54
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.050
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:        30294412 kB
Buffers:           30896 kB
Cached:           111464 kB
SwapCached:         1740 kB
Active:           329604 kB
Inactive:          80036 kB
Active(anon):     267412 kB
Inactive(anon):     2100 kB
Active(file):      62192 kB
Inactive(file):    77936 kB
Unevictable:     1464432 kB
Mlocked:           17280 kB
SwapTotal:      67108856 kB
SwapFree:       67099232 kB
Dirty:              3976 kB
Writeback:            28 kB
AnonPages:       1735124 kB
Mapped:             7744 kB
Shmem:                 0 kB
Slab:             568020 kB
SReclaimable:      12176 kB
SUnreclaim:       555844 kB
KernelStack:        1416 kB
PageTables:         7144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1856960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1574912 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= 71696 MiB
End job on node121 at 2016-06-07 01:13:04