Trace number 4083077

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.08 1800.4

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx49.opb
MD5SUMe08af5097f76b1d4e2b0ba1d8a42ed5a
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 variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
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 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
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.07/1800.40	c 
1800.07/1800.40	c *** TERMINATED *** by signal 15
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c _____________________________________________________________________________
1800.07/1800.40	c 
1800.07/1800.40	c std/band forms        : 369,0
1800.07/1800.40	c 2cl/3cl ITE-codings   : 134187,0
1800.07/1800.40	c BDD/srt/adr Max costs : 637,0,0
1800.07/1800.40	c BDDraw/bin/mul/srt/adr: 369,0,0,0,0
1800.07/1800.40	c BDD nodes             : 201592
1800.07/1800.40	c Es1/CC detections     : 0,0
1800.07/1800.40	c SAT/UNSAT calls       : 0,0
1800.07/1800.40	c restarts              : 0
1800.07/1800.40	c conflicts             : 0              (0 /sec)
1800.07/1800.40	c decisions             : 0              (0 /sec)
1800.07/1800.40	c propagations          : 0              (0 /sec)
1800.07/1800.40	c inspects              : 0              (0 /sec)
1800.07/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.07/1800.40	c Time for Opt-base     : 0 s
1800.07/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-4083077-1465253001/watcher-4083077-1465253001 -o /tmp/evaluation-result-4083077-1465253001/solver-4083077-1465253001 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465219565-1169 --watchdog 1960 naps-1.02 HOME/instance-4083077-1465253001.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.19 2.18 4/176 5732
/proc/meminfo: memFree=29856672/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=6520 CPUtime=0 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 332 0 0 0 0 0 0 0 20 0 1 0 107233264 6676480 206 33554432000 4194304 5796924 140734964805520 140735084411320 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 1630 207 128 392 0 1229 0

[startup+0.100157 s]
/proc/loadavg: 2.16 2.19 2.18 4/176 5732
/proc/meminfo: memFree=29856672/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=9436 CPUtime=0.09 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 1055 0 0 0 9 0 0 0 20 0 1 0 107233264 9662464 927 33554432000 4194304 5796924 140734964805520 140734964804680 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 2359 927 128 392 0 1958 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9436

[startup+0.200293 s]
/proc/loadavg: 2.16 2.19 2.18 4/176 5732
/proc/meminfo: memFree=29856672/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=11296 CPUtime=0.19 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 1591 0 0 0 19 0 0 0 20 0 1 0 107233264 11567104 1422 33554432000 4194304 5796924 140734964805520 140734964804680 5092651 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 2824 1422 140 392 0 2423 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11296

[startup+0.300263 s]
/proc/loadavg: 2.16 2.19 2.18 4/176 5732
/proc/meminfo: memFree=29856672/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=11904 CPUtime=0.29 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 1748 0 0 0 29 0 0 0 20 0 1 0 107233264 12189696 1537 33554432000 4194304 5796924 140734964805520 140734964804680 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 2976 1537 140 392 0 2575 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11904

[startup+0.700235 s]
/proc/loadavg: 2.16 2.19 2.18 4/176 5732
/proc/meminfo: memFree=29856672/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=14708 CPUtime=0.69 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 2644 0 0 0 69 0 0 0 20 0 1 0 107233264 15060992 2185 33554432000 4194304 5796924 140734964805520 140734964804680 5087776 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 3677 2185 140 392 0 3276 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14708

[startup+1.50023 s]
/proc/loadavg: 2.16 2.19 2.18 4/177 5733
/proc/meminfo: memFree=29846232/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=19484 CPUtime=1.49 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 4093 0 0 0 148 1 0 0 20 0 1 0 107233264 19951616 3304 33554432000 4194304 5796924 140734964805520 140734964770312 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 4871 3304 140 392 0 4470 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19484

[startup+3.10031 s]
/proc/loadavg: 2.14 2.18 2.18 3/177 5733
/proc/meminfo: memFree=29768220/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=132948 CPUtime=3.09 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 28221 0 0 0 304 5 0 0 20 0 1 0 107233264 136138752 30390 33554432000 4194304 5796924 140734964805520 140734964803368 4606708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 33237 30390 155 392 0 32836 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132948

[startup+6.30031 s]
/proc/loadavg: 2.14 2.18 2.18 3/177 5733
/proc/meminfo: memFree=29718908/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=153556 CPUtime=6.28 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 28748 0 0 0 623 5 0 0 20 0 1 0 107233264 157241344 34494 33554432000 4194304 5796924 140734964805520 140734964802760 4606645 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 38389 34494 164 392 0 37988 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 153556

[startup+12.7003 s]
/proc/loadavg: 2.12 2.18 2.17 4/177 5733
/proc/meminfo: memFree=29701644/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=165048 CPUtime=12.68 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 29581 0 0 0 1263 5 0 0 20 0 1 0 107233264 169009152 38334 33554432000 4194304 5796924 140734964805520 140734964802584 4606847 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 41262 38334 165 392 0 40861 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 165048

[startup+25.5004 s]
/proc/loadavg: 2.18 2.19 2.18 3/177 5733
/proc/meminfo: memFree=29744928/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=165048 CPUtime=25.48 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 29940 0 0 0 2542 6 0 0 20 0 1 0 107233264 169009152 38946 33554432000 4194304 5796924 140734964805520 140734964802984 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 41262 38946 165 392 0 40861 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 165048

[startup+51.1004 s]
/proc/loadavg: 2.18 2.19 2.18 3/177 5733
/proc/meminfo: memFree=29696140/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=183904 CPUtime=51.08 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 30548 0 0 0 5102 6 0 0 20 0 1 0 107233264 188317696 43616 33554432000 4194304 5796924 140734964805520 140734964802760 5094444 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 45976 43616 165 392 0 45575 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 183904

[startup+102.3 s]
/proc/loadavg: 2.20 2.18 2.18 3/177 5734
/proc/meminfo: memFree=29637536/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=233224 CPUtime=102.27 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 31817 0 0 0 10218 9 0 0 20 0 1 0 107233264 238821376 55157 33554432000 4194304 5796924 140734964805520 140734964802808 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 58306 55157 165 392 0 57905 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 233224

[startup+162.3 s]
/proc/loadavg: 2.27 2.20 2.18 3/177 5735
/proc/meminfo: memFree=29658624/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=277288 CPUtime=162.24 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 33431 0 0 0 16213 11 0 0 20 0 1 0 107233264 283942912 60746 33554432000 4194304 5796924 140734964805520 140734964803160 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 69322 60746 165 392 0 68921 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 277288

[startup+222.308 s]
/proc/loadavg: 2.32 2.22 2.19 4/177 5737
/proc/meminfo: memFree=29621104/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=246468 CPUtime=222.24 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 34858 0 0 0 22211 13 0 0 20 0 1 0 107233264 252383232 59173 33554432000 4194304 5796924 140734964805520 140734964802808 4583348 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 61617 59173 165 392 0 61216 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 246468

[startup+282.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/177 5830
/proc/meminfo: memFree=29148080/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=277288 CPUtime=282.22 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 36455 0 0 0 28206 16 0 0 20 0 1 0 107233264 283942912 62824 33554432000 4194304 5796924 140734964805520 140734964803160 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 69322 62824 165 392 0 68921 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 277288

[startup+342.3 s]
/proc/loadavg: 2.28 2.22 2.19 3/177 5831
/proc/meminfo: memFree=27744608/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=277288 CPUtime=342.22 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 37464 0 0 0 34204 18 0 0 20 0 1 0 107233264 283942912 65387 33554432000 4194304 5796924 140734964805520 140734964803160 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 69322 65387 165 392 0 68921 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 277288

[startup+402.3 s]
/proc/loadavg: 2.23 2.21 2.18 4/178 5835
/proc/meminfo: memFree=27509780/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=277288 CPUtime=402.21 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 38467 0 0 0 40201 20 0 0 20 0 1 0 107233264 283942912 66923 33554432000 4194304 5796924 140734964805520 140734964803160 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 69322 66923 165 392 0 68921 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 277288

[startup+462.3 s]
/proc/loadavg: 2.13 2.18 2.17 3/177 5836
/proc/meminfo: memFree=27006904/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=277288 CPUtime=462.2 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 39769 0 0 0 46197 23 0 0 20 0 1 0 107233264 283942912 65387 33554432000 4194304 5796924 140734964805520 140734964803160 4606518 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 69322 65387 165 392 0 68921 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 277288

[startup+522.3 s]
/proc/loadavg: 2.17 2.18 2.17 3/177 5838
/proc/meminfo: memFree=23663196/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=277288 CPUtime=522.19 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 41077 0 0 0 52193 26 0 0 20 0 1 0 107233264 283942912 66415 33554432000 4194304 5796924 140734964805520 140734964803160 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 69322 66415 165 392 0 68921 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 277288

[startup+582.3 s]
/proc/loadavg: 2.28 2.20 2.18 3/177 5839
/proc/meminfo: memFree=20288008/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=277288 CPUtime=582.18 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 42384 0 0 0 58190 28 0 0 20 0 1 0 107233264 283942912 62831 33554432000 4194304 5796924 140734964805520 140734964803160 4592059 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 69322 62831 165 392 0 68921 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 277288


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


[startup+882.307 s]
/proc/loadavg: 2.17 2.17 2.17 3/177 5845
/proc/meminfo: memFree=20301828/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=327376 CPUtime=882.15 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 46648 0 0 0 88176 39 0 0 20 0 1 0 107233264 335233024 69788 33554432000 4194304 5796924 140734964805520 140734964803160 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 81844 69788 165 392 0 81443 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 327376

[startup+942.3 s]
/proc/loadavg: 2.26 2.20 2.18 4/177 5846
/proc/meminfo: memFree=20339480/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=277288 CPUtime=942.12 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 47304 0 0 0 94172 40 0 0 20 0 1 0 107233264 283942912 60441 33554432000 4194304 5796924 140734964805520 140734964803160 4607192 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 69322 60441 165 392 0 68921 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 277288

[startup+1002.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/178 5850
/proc/meminfo: memFree=20288616/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=327376 CPUtime=1002.12 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 47979 0 0 0 100170 42 0 0 20 0 1 0 107233264 335233024 72860 33554432000 4194304 5796924 140734964805520 140734964803160 4607229 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 81844 72860 165 392 0 81443 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 327376

[startup+1062.3 s]
/proc/loadavg: 2.17 2.18 2.18 3/178 5874
/proc/meminfo: memFree=20319012/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=279748 CPUtime=1062.1 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 49598 0 0 0 106166 44 0 0 20 0 1 0 107233264 286461952 65487 33554432000 4194304 5796924 140734964805520 140734964803160 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 69937 65487 165 392 0 69536 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 279748

[startup+1122.3 s]
/proc/loadavg: 2.18 2.18 2.18 3/177 5876
/proc/meminfo: memFree=20276884/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=329836 CPUtime=1122.1 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 49921 0 0 0 112164 46 0 0 20 0 1 0 107233264 337752064 76028 33554432000 4194304 5796924 140734964805520 140734964803160 4606744 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 82459 76028 165 392 0 82058 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 329836

[startup+1182.3 s]
/proc/loadavg: 2.19 2.18 2.18 3/177 5877
/proc/meminfo: memFree=20321356/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=279748 CPUtime=1182.09 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 50939 0 0 0 118161 48 0 0 20 0 1 0 107233264 286461952 65508 33554432000 4194304 5796924 140734964805520 140734964803160 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 69937 65508 165 392 0 69536 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 279748

[startup+1242.3 s]
/proc/loadavg: 2.26 2.20 2.18 4/177 5878
/proc/meminfo: memFree=20276516/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=329836 CPUtime=1242.08 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 51262 0 0 0 124158 50 0 0 20 0 1 0 107233264 337752064 76049 33554432000 4194304 5796924 140734964805520 140734964803160 4606534 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 82459 76049 165 392 0 82058 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 329836

[startup+1302.3 s]
/proc/loadavg: 2.21 2.19 2.18 3/177 5879
/proc/meminfo: memFree=20330624/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=282332 CPUtime=1302.07 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 53433 0 0 0 130155 52 0 0 20 0 1 0 107233264 289107968 62549 33554432000 4194304 5796924 140734964805520 140734964803160 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 70583 62549 165 392 0 70182 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 282332

[startup+1362.3 s]
/proc/loadavg: 2.29 2.22 2.19 4/177 5880
/proc/meminfo: memFree=20281788/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=332420 CPUtime=1362.06 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 53767 0 0 0 136153 53 0 0 20 0 1 0 107233264 340398080 74626 33554432000 4194304 5796924 140734964805520 140734964803160 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 83105 74626 165 392 0 82704 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 332420

[startup+1422.3 s]
/proc/loadavg: 2.14 2.19 2.18 3/177 5882
/proc/meminfo: memFree=20246904/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=413808 CPUtime=1422.03 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 54334 0 0 0 142149 54 0 0 20 0 1 0 107233264 423739392 83330 33554432000 4194304 5796924 140734964805520 140734964803160 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 103452 83330 165 392 0 103051 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 413808

[startup+1482.3 s]
/proc/loadavg: 2.17 2.18 2.18 3/177 5883
/proc/meminfo: memFree=20298880/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=332420 CPUtime=1482.02 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 55711 0 0 0 148146 56 0 0 20 0 1 0 107233264 340398080 70572 33554432000 4194304 5796924 140734964805520 140734964803160 4607261 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 83105 70572 165 392 0 82704 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 332420

[startup+1542.31 s]
/proc/loadavg: 2.22 2.19 2.18 3/177 5884
/proc/meminfo: memFree=20253716/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=332420 CPUtime=1542.02 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 55732 0 0 0 154145 57 0 0 20 0 1 0 107233264 340398080 81324 33554432000 4194304 5796924 140734964805520 140734964803160 4606624 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 83105 81324 165 392 0 82704 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 332420

[startup+1602.3 s]
/proc/loadavg: 2.32 2.22 2.19 4/178 5888
/proc/meminfo: memFree=20314184/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=282332 CPUtime=1602 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 57288 0 0 0 160141 59 0 0 20 0 1 0 107233264 289107968 66133 33554432000 4194304 5796924 140734964805520 140734964803160 4607720 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 70583 66133 165 392 0 70182 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 282332

[startup+1662.3 s]
/proc/loadavg: 2.31 2.24 2.19 3/177 5889
/proc/meminfo: memFree=20274804/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=332420 CPUtime=1661.99 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 57613 0 0 0 166140 59 0 0 20 0 1 0 107233264 340398080 76162 33554432000 4194304 5796924 140734964805520 140734964803160 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 83105 76162 165 392 0 82704 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 332420

[startup+1722.3 s]
/proc/loadavg: 2.17 2.20 2.18 3/177 5891
/proc/meminfo: memFree=20242112/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=413808 CPUtime=1721.98 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 58145 0 0 0 172138 60 0 0 20 0 1 0 107233264 423739392 84354 33554432000 4194304 5796924 140734964805520 140734964803160 4593496 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 103452 84354 165 392 0 103051 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 413808

[startup+1782.3 s]
/proc/loadavg: 2.11 2.18 2.17 3/177 5892
/proc/meminfo: memFree=20292700/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=282332 CPUtime=1781.98 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 59004 0 0 0 178135 63 0 0 20 0 1 0 107233264 289107968 68524 33554432000 4194304 5796924 140734964805520 140734964803160 4606552 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 70583 68524 165 392 0 70182 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 282332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.15 2.18 2.18 4/177 5892
/proc/meminfo: memFree=20280816/32872528 swapFree=16360/1798728
[pid=5732] ppid=5729 vsize=332420 CPUtime=1800.07 cores=1,3,5,7
/proc/5732/stat : 5732 (naps-1.02) R 5729 5732 1152 0 -1 4202496 59528 0 0 0 179944 63 0 0 20 0 1 0 107233264 340398080 71596 33554432000 4194304 5796924 140734964805520 140734964803160 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/5732/statm: 83105 71596 165 392 0 82704 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 332420

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 5732 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.08
CPU user time (s): 1799.45
CPU system time (s): 0.635903
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 463128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.635903
maximum resident set size= 379488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59540
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= 76
involuntary context switches= 1867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.47632 second user time and 7.83981 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 00:43:21
IDJOB=4083077
IDBENCH=71848
IDSOLVER=2544
FILE ID=node123/4083077-1465253001
RUNJOBID= node123-1465219565-1169
PBS_JOBID= 19843215
Free space on /tmp= 71732 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4083077-1465253001/watcher-4083077-1465253001 -o /tmp/evaluation-result-4083077-1465253001/solver-4083077-1465253001 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465219565-1169 --watchdog 1960  naps-1.02 HOME/instance-4083077-1465253001.opb

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

MD5SUM BENCH= e08af5097f76b1d4e2b0ba1d8a42ed5a
RANDOM SEED=1520891407

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29856936 kB
Buffers:           25392 kB
Cached:            75644 kB
SwapCached:         1832 kB
Active:           456552 kB
Inactive:          57144 kB
Active(anon):     413244 kB
Inactive(anon):     2052 kB
Active(file):      43308 kB
Inactive(file):    55092 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098732 kB
Dirty:              4156 kB
Writeback:             0 kB
AnonPages:       2239776 kB
Mapped:             7676 kB
Shmem:                 0 kB
Slab:             566992 kB
SReclaimable:      11040 kB
SUnreclaim:       555952 kB
KernelStack:        1480 kB
PageTables:         8276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2345524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2195456 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= 71636 MiB
End job on node123 at 2016-06-07 01:13:22