Trace number 4083081

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
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 variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
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 7
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 947
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.05/1800.40	c 
1800.05/1800.40	c *** TERMINATED *** by signal 15
1800.05/1800.40	s UNKNOWN
1800.05/1800.40	c _____________________________________________________________________________
1800.05/1800.40	c 
1800.05/1800.40	c std/band forms        : 523,0
1800.05/1800.40	c 2cl/3cl ITE-codings   : 362772,0
1800.05/1800.40	c BDD/srt/adr Max costs : 1232,0,0
1800.05/1800.40	c BDDraw/bin/mul/srt/adr: 523,0,0,0,0
1800.05/1800.40	c BDD nodes             : 562174
1800.05/1800.40	c Es1/CC detections     : 0,0
1800.05/1800.40	c SAT/UNSAT calls       : 0,0
1800.05/1800.40	c restarts              : 0
1800.05/1800.40	c conflicts             : 0              (0 /sec)
1800.05/1800.40	c decisions             : 0              (0 /sec)
1800.05/1800.40	c propagations          : 0              (0 /sec)
1800.05/1800.40	c inspects              : 0              (0 /sec)
1800.05/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.05/1800.40	c Time for Opt-base     : 0 s
1800.05/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-4083081-1465252840/watcher-4083081-1465252840 -o /tmp/evaluation-result-4083081-1465252840/solver-4083081-1465252840 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1465222007-31553 --watchdog 1960 naps-1.02 HOME/instance-4083081-1465252840.opb 

pid=3716
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.26 2.19 2.18 3/177 3719
/proc/meminfo: memFree=29702980/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=6560 CPUtime=0 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 107217573 6717440 201 33554432000 4194304 5796924 140735186615216 140736263819128 5151211 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 1640 205 128 392 0 1239 0

[startup+0.100123 s]
/proc/loadavg: 2.26 2.19 2.18 3/177 3719
/proc/meminfo: memFree=29702980/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=9132 CPUtime=0.09 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 993 0 0 0 9 0 0 0 20 0 1 0 107217573 9351168 851 33554432000 4194304 5796924 140735186615216 140736263819128 5092509 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 2283 851 128 392 0 1882 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9132

[startup+0.200292 s]
/proc/loadavg: 2.26 2.19 2.18 3/177 3719
/proc/meminfo: memFree=29702980/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=12508 CPUtime=0.19 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 1710 0 0 0 19 0 0 0 20 0 1 0 107217573 12808192 1568 33554432000 4194304 5796924 140735186615216 140736263819128 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 3127 1568 128 392 0 2726 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12508

[startup+0.300256 s]
/proc/loadavg: 2.26 2.19 2.18 3/177 3719
/proc/meminfo: memFree=29702980/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=15996 CPUtime=0.29 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 2540 0 0 0 29 0 0 0 20 0 1 0 107217573 16379904 2359 33554432000 4194304 5796924 140735186615216 140736263819128 5087766 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 3999 2359 140 392 0 3598 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15996

[startup+0.700249 s]
/proc/loadavg: 2.26 2.19 2.18 3/177 3719
/proc/meminfo: memFree=29702980/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=19060 CPUtime=0.69 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 3561 0 0 0 69 0 0 0 20 0 1 0 107217573 19517440 3090 33554432000 4194304 5796924 140735186615216 140736263819128 5092643 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 4765 3090 140 392 0 4364 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19060

[startup+1.50023 s]
/proc/loadavg: 2.26 2.19 2.18 3/178 3720
/proc/meminfo: memFree=29687580/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=24196 CPUtime=1.49 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 5014 0 0 0 149 0 0 0 20 0 1 0 107217573 24776704 4213 33554432000 4194304 5796924 140735186615216 140735186583192 5087499 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 6049 4213 140 392 0 5648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24196

[startup+3.10029 s]
/proc/loadavg: 2.26 2.19 2.18 3/178 3720
/proc/meminfo: memFree=29678212/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=34096 CPUtime=3.09 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 6876 0 0 0 308 1 0 0 20 0 1 0 107217573 34914304 6438 33554432000 4194304 5796924 140735186615216 140735186600840 5095032 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 8524 6438 140 392 0 8123 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34096

[startup+6.30029 s]
/proc/loadavg: 2.24 2.18 2.18 3/178 3720
/proc/meminfo: memFree=29613096/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=293588 CPUtime=6.29 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 41003 0 0 0 620 9 0 0 20 0 1 0 107217573 300634112 65642 33554432000 4194304 5796924 140735186615216 140735186613608 4609815 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 73397 65642 148 392 0 72996 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 293588

[startup+12.7003 s]
/proc/loadavg: 2.22 2.18 2.18 3/178 3720
/proc/meminfo: memFree=29372240/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=343676 CPUtime=12.69 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 51707 0 0 0 1255 14 0 0 20 0 1 0 107217573 351924224 82112 33554432000 4194304 5796924 140735186615216 140735186612488 4606735 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 85919 82112 155 392 0 85518 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 343676

[startup+25.5004 s]
/proc/loadavg: 2.25 2.19 2.18 3/177 3720
/proc/meminfo: memFree=29364928/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=349520 CPUtime=25.48 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 53665 0 0 0 2533 15 0 0 20 0 1 0 107217573 357908480 84085 33554432000 4194304 5796924 140735186615216 140735186612328 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 87380 84085 165 392 0 86979 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 349520

[startup+51.1004 s]
/proc/loadavg: 2.32 2.20 2.19 3/177 3720
/proc/meminfo: memFree=29348180/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=371168 CPUtime=51.08 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 54381 0 0 0 5092 16 0 0 20 0 1 0 107217573 380076032 87356 33554432000 4194304 5796924 140735186615216 140735186612328 4606480 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 92792 87356 165 392 0 92391 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 371168

[startup+102.3 s]
/proc/loadavg: 2.33 2.22 2.19 3/177 3721
/proc/meminfo: memFree=29335464/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=375812 CPUtime=102.28 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 56444 0 0 0 10209 19 0 0 20 0 1 0 107217573 384831488 89440 33554432000 4194304 5796924 140735186615216 140735186612328 4606799 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 93953 89440 165 392 0 93552 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 375812

[startup+162.3 s]
/proc/loadavg: 2.33 2.24 2.19 3/177 3722
/proc/meminfo: memFree=29341948/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=380700 CPUtime=162.27 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 58055 0 0 0 16206 21 0 0 20 0 1 0 107217573 389836800 90700 33554432000 4194304 5796924 140735186615216 140735186612328 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 95175 90700 165 392 0 94774 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 380700

[startup+222.307 s]
/proc/loadavg: 2.29 2.24 2.19 4/177 3724
/proc/meminfo: memFree=29338288/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=383832 CPUtime=222.26 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 59527 0 0 0 22203 23 0 0 20 0 1 0 107217573 393043968 88963 33554432000 4194304 5796924 140735186615216 140735186612680 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 95958 88963 165 392 0 95557 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 383832

[startup+282.3 s]
/proc/loadavg: 2.20 2.22 2.18 3/177 3725
/proc/meminfo: memFree=29345872/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=386712 CPUtime=282.25 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 60792 0 0 0 28200 25 0 0 20 0 1 0 107217573 395993088 89574 33554432000 4194304 5796924 140735186615216 140735186612680 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 96678 89574 165 392 0 96277 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 386712

[startup+342.3 s]
/proc/loadavg: 2.16 2.21 2.18 3/177 3726
/proc/meminfo: memFree=29313104/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=419236 CPUtime=342.23 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 61278 0 0 0 34198 25 0 0 20 0 1 0 107217573 429297664 95169 33554432000 4194304 5796924 140735186615216 140735186612328 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 104809 95169 165 392 0 104408 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 419236

[startup+402.3 s]
/proc/loadavg: 2.10 2.18 2.17 4/177 3727
/proc/meminfo: memFree=29300328/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=421052 CPUtime=402.23 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 61838 0 0 0 40196 27 0 0 20 0 1 0 107217573 431157248 96635 33554432000 4194304 5796924 140735186615216 140735186612328 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 105263 96635 165 392 0 104862 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 421052

[startup+462.3 s]
/proc/loadavg: 2.19 2.19 2.18 3/177 3728
/proc/meminfo: memFree=29317792/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=393396 CPUtime=462.22 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 62604 0 0 0 46194 28 0 0 20 0 1 0 107217573 402837504 94728 33554432000 4194304 5796924 140735186615216 140735186612328 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 98349 94728 165 392 0 97948 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 393396

[startup+522.3 s]
/proc/loadavg: 2.25 2.20 2.18 3/177 3730
/proc/meminfo: memFree=29315628/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=395088 CPUtime=522.21 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 63120 0 0 0 52191 30 0 0 20 0 1 0 107217573 404570112 93084 33554432000 4194304 5796924 140735186615216 140735186612680 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 98772 93084 165 392 0 98371 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 395088

[startup+582.3 s]
/proc/loadavg: 2.17 2.19 2.18 4/178 3734
/proc/meminfo: memFree=29312208/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=427252 CPUtime=582.2 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 63475 0 0 0 58189 31 0 0 20 0 1 0 107217573 437506048 98038 33554432000 4194304 5796924 140735186615216 140735186612328 4606514 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 106813 98038 165 392 0 106412 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 427252


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


[startup+882.307 s]
/proc/loadavg: 2.12 2.18 2.17 3/177 3740
/proc/meminfo: memFree=29291700/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=438424 CPUtime=882.17 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 68115 0 0 0 88176 41 0 0 20 0 1 0 107217573 448946176 98619 33554432000 4194304 5796924 140735186615216 140735186612856 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 109606 98619 165 392 0 109205 0
Current children cumulated CPU time (s) 882.17
Current children cumulated vsize (KiB) 438424

[startup+942.3 s]
/proc/loadavg: 2.08 2.16 2.17 3/177 3741
/proc/meminfo: memFree=29266028/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=439484 CPUtime=942.15 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 68358 0 0 0 94174 41 0 0 20 0 1 0 107217573 450031616 102950 33554432000 4194304 5796924 140735186615216 140735186612328 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 109871 102950 165 392 0 109470 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 439484

[startup+1002.3 s]
/proc/loadavg: 2.21 2.19 2.18 3/177 3742
/proc/meminfo: memFree=29297580/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=440088 CPUtime=1002.14 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 68701 0 0 0 100171 43 0 0 20 0 1 0 107217573 450650112 99530 33554432000 4194304 5796924 140735186615216 140735186612328 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 110022 99530 165 392 0 109621 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 440088

[startup+1062.3 s]
/proc/loadavg: 2.21 2.18 2.18 3/177 3788
/proc/meminfo: memFree=29707188/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=440928 CPUtime=1062.12 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 68934 0 0 0 106168 44 0 0 20 0 1 0 107217573 451510272 105893 33554432000 4194304 5796924 140735186615216 140735186612328 4607232 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 110232 105893 165 392 0 109831 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 440928

[startup+1122.3 s]
/proc/loadavg: 2.12 2.16 2.17 3/177 3790
/proc/meminfo: memFree=29728092/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=442120 CPUtime=1122.09 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 70235 0 0 0 112162 47 0 0 20 0 1 0 107217573 452730880 100513 33554432000 4194304 5796924 140735186615216 140735186612856 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 110530 100513 165 392 0 110129 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 442120

[startup+1182.3 s]
/proc/loadavg: 2.18 2.17 2.17 3/178 3794
/proc/meminfo: memFree=29700728/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=442832 CPUtime=1182.06 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 70459 0 0 0 118158 48 0 0 20 0 1 0 107217573 453459968 107442 33554432000 4194304 5796924 140735186615216 140735186612328 4606531 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 110708 107442 165 392 0 110307 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 442832

[startup+1242.3 s]
/proc/loadavg: 2.10 2.15 2.17 3/178 3817
/proc/meminfo: memFree=29729104/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=413744 CPUtime=1242.04 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 71728 0 0 0 124154 50 0 0 20 0 1 0 107217573 423673856 100077 33554432000 4194304 5796924 140735186615216 140735186612680 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 103436 100077 165 392 0 103035 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 413744

[startup+1302.3 s]
/proc/loadavg: 2.20 2.17 2.17 3/177 3818
/proc/meminfo: memFree=29702860/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=445420 CPUtime=1302.03 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 72021 0 0 0 130152 51 0 0 20 0 1 0 107217573 456110080 107079 33554432000 4194304 5796924 140735186615216 140735186612328 4607232 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 111355 107079 165 392 0 110954 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 445420

[startup+1362.3 s]
/proc/loadavg: 2.17 2.17 2.17 3/177 3819
/proc/meminfo: memFree=29674600/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=496472 CPUtime=1362.02 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 73068 0 0 0 136150 52 0 0 20 0 1 0 107217573 508387328 113738 33554432000 4194304 5796924 140735186615216 140735186612328 4606555 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 124118 113738 165 392 0 123717 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 496472

[startup+1422.3 s]
/proc/loadavg: 2.11 2.15 2.17 3/177 3821
/proc/meminfo: memFree=29698668/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=446808 CPUtime=1422.02 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 73289 0 0 0 142148 54 0 0 20 0 1 0 107217573 457531392 106883 33554432000 4194304 5796924 140735186615216 140735186612328 4606507 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 111702 106883 165 392 0 111301 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 446808

[startup+1482.3 s]
/proc/loadavg: 2.19 2.16 2.17 3/177 3822
/proc/meminfo: memFree=29671712/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=498068 CPUtime=1482 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 74403 0 0 0 148145 55 0 0 20 0 1 0 107217573 510021632 113603 33554432000 4194304 5796924 140735186615216 140735186612328 4606708 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 124517 113603 165 392 0 124116 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 498068

[startup+1542.31 s]
/proc/loadavg: 2.18 2.16 2.17 3/177 3823
/proc/meminfo: memFree=29709200/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=448900 CPUtime=1542 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 74742 0 0 0 154143 57 0 0 20 0 1 0 107217573 459673600 104306 33554432000 4194304 5796924 140735186615216 140735186612328 4606552 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 112225 104306 165 392 0 111824 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 448900

[startup+1602.3 s]
/proc/loadavg: 2.12 2.14 2.16 4/177 3824
/proc/meminfo: memFree=29682272/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=500428 CPUtime=1601.99 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 75907 0 0 0 160139 60 0 0 20 0 1 0 107217573 512438272 111076 33554432000 4194304 5796924 140735186615216 140735186612328 4606799 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 125107 111076 165 392 0 124706 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 500428

[startup+1662.3 s]
/proc/loadavg: 2.18 2.16 2.17 3/177 3825
/proc/meminfo: memFree=29658764/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=501364 CPUtime=1661.97 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 76101 0 0 0 166137 60 0 0 20 0 1 0 107217573 513396736 116891 33554432000 4194304 5796924 140735186615216 140735186612328 4606847 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 125341 116891 165 392 0 124940 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 501364

[startup+1722.3 s]
/proc/loadavg: 2.17 2.16 2.17 3/177 3827
/proc/meminfo: memFree=29695984/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=454196 CPUtime=1721.97 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 76885 0 0 0 172135 62 0 0 20 0 1 0 107217573 465096704 108039 33554432000 4194304 5796924 140735186615216 140735186612328 4606433 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 113549 108039 165 392 0 113148 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 454196

[startup+1782.3 s]
/proc/loadavg: 2.24 2.17 2.17 3/178 3831
/proc/meminfo: memFree=29666404/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=507880 CPUtime=1781.96 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 78486 0 0 0 178133 63 0 0 20 0 1 0 107217573 520069120 114746 33554432000 4194304 5796924 140735186615216 140735186612328 4606503 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 126970 114746 165 392 0 126569 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 507880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.24 2.18 2.17 4/178 3831
/proc/meminfo: memFree=29708096/32872528 swapFree=15644/1722384
[pid=3719] ppid=3716 vsize=429568 CPUtime=1800.05 cores=1,3,5,7
/proc/3719/stat : 3719 (naps-1.02) R 3716 3719 31536 0 -1 4202496 78628 0 0 0 179941 64 0 0 20 0 1 0 107217573 439877632 104237 33554432000 4194304 5796924 140735186615216 140735186612680 4569038 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/3719/statm: 107392 104237 165 392 0 106991 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 429568

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 3719 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.07
CPU user time (s): 1799.42
CPU system time (s): 0.647901
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 559796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.647901
maximum resident set size= 512680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78640
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= 108
involuntary context switches= 1850

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.44232 second user time and 7.01693 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-07 00:40:40
IDJOB=4083081
IDBENCH=71843
IDSOLVER=2544
FILE ID=node120/4083081-1465252840
RUNJOBID= node120-1465222007-31553
PBS_JOBID= 19843231
Free space on /tmp= 71736 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx75.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4083081-1465252840/watcher-4083081-1465252840 -o /tmp/evaluation-result-4083081-1465252840/solver-4083081-1465252840 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1465222007-31553 --watchdog 1960  naps-1.02 HOME/instance-4083081-1465252840.opb

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

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=577508934

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.425
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	: 5332.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.425
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:        29703120 kB
Buffers:           27488 kB
Cached:            81188 kB
SwapCached:         1512 kB
Active:           681264 kB
Inactive:          64620 kB
Active(anon):     637052 kB
Inactive(anon):     2412 kB
Active(file):      44212 kB
Inactive(file):    62208 kB
Unevictable:     1722384 kB
Mlocked:           15644 kB
SwapTotal:      67108856 kB
SwapFree:       67099624 kB
Dirty:              4284 kB
Writeback:             0 kB
AnonPages:       2360392 kB
Mapped:             8900 kB
Shmem:                 0 kB
Slab:             566752 kB
SReclaimable:      10780 kB
SUnreclaim:       555972 kB
KernelStack:        1480 kB
PageTables:         8596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2543756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2273280 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= 71728 MiB
End job on node120 at 2016-06-07 01:10:40