Trace number 4105603

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_4.opb
MD5SUMd78f5121f87a7bad7fc74d5d3eacc32f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5644
Number of bits of the biggest sum of numbers13
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.02/1800.40	c 
1800.02/1800.40	c *** TERMINATED *** by signal 15
1800.02/1800.40	s UNKNOWN
1800.02/1800.40	c _____________________________________________________________________________
1800.02/1800.40	c 
1800.02/1800.40	c std/band forms        : 0,8
1800.02/1800.40	c 2cl/3cl ITE-codings   : 0,60386
1800.02/1800.40	c BDD/srt/adr Max costs : 8773,0,0
1800.02/1800.40	c BDDraw/bin/mul/srt/adr: 0,0,8,0,0
1800.02/1800.40	c BDD nodes             : 63803
1800.02/1800.40	c Es1/CC detections     : 0,0
1800.02/1800.40	c SAT/UNSAT calls       : 0,0
1800.02/1800.40	c restarts              : 0
1800.02/1800.40	c conflicts             : 0              (0 /sec)
1800.02/1800.40	c decisions             : 0              (0 /sec)
1800.02/1800.40	c propagations          : 0              (0 /sec)
1800.02/1800.40	c inspects              : 0              (0 /sec)
1800.02/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.02/1800.40	c Time for Opt-base     : 0.05299 s
1800.02/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-4105603-1466274633/watcher-4105603-1466274633 -o /tmp/evaluation-result-4105603-1466274633/solver-4105603-1466274633 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466241101-19194 --watchdog 1960 naps-1.02 HOME/instance-4105603-1466274633.opb 

pid=22652
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.00 2.00 2.00 3/179 22655
/proc/meminfo: memFree=31536308/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 307 0 0 0 0 0 0 0 20 0 1 0 29509225 6574080 182 33554432000 4194304 5796924 140737294821440 140733200749352 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 1605 182 128 392 0 1204 0

[startup+0.100165 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22655
/proc/meminfo: memFree=31536308/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=11812 CPUtime=0.09 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 1668 0 0 0 9 0 0 0 20 0 1 0 29509225 12095488 1543 33554432000 4194304 5796924 140737294821440 140733200749352 5077901 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 2953 1543 143 392 0 2552 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11812

[startup+0.200342 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22655
/proc/meminfo: memFree=31536308/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=12248 CPUtime=0.19 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 1839 0 0 0 19 0 0 0 20 0 1 0 29509225 12541952 1672 33554432000 4194304 5796924 140737294821440 140733200749352 4432293 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 3062 1672 143 392 0 2661 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12248

[startup+0.300287 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22655
/proc/meminfo: memFree=31536308/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=12908 CPUtime=0.29 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 2076 0 0 0 29 0 0 0 20 0 1 0 29509225 13217792 1826 33554432000 4194304 5796924 140737294821440 140733200749352 5087776 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 3227 1826 143 392 0 2826 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12908

[startup+0.700283 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22655
/proc/meminfo: memFree=31536308/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=15436 CPUtime=0.69 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 2848 0 0 0 69 0 0 0 20 0 1 0 29509225 15806464 2433 33554432000 4194304 5796924 140737294821440 140737294817656 5096680 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 3859 2433 143 392 0 3458 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15436

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22656
/proc/meminfo: memFree=31500484/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=44700 CPUtime=1.49 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 9517 0 0 0 148 1 0 0 20 0 1 0 29509225 45772800 9126 33554432000 4194304 5796924 140737294821440 140737294818552 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 11175 9126 159 392 0 10774 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44700

[startup+3.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22656
/proc/meminfo: memFree=31499368/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=44832 CPUtime=3.09 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 9693 0 0 0 308 1 0 0 20 0 1 0 29509225 45907968 9301 33554432000 4194304 5796924 140737294821440 140737294818552 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 11208 9301 159 392 0 10807 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44832

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22656
/proc/meminfo: memFree=31494728/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=45448 CPUtime=6.29 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 10060 0 0 0 628 1 0 0 20 0 1 0 29509225 46538752 9665 33554432000 4194304 5796924 140737294821440 140737294818552 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 11362 9665 159 392 0 10961 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45448

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22656
/proc/meminfo: memFree=31487524/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=50156 CPUtime=12.68 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 10226 0 0 0 1267 1 0 0 20 0 1 0 29509225 51359744 10336 33554432000 4194304 5796924 140737294821440 140737294819080 4606483 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 12539 10336 159 392 0 12138 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 50156

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22656
/proc/meminfo: memFree=31572160/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=58160 CPUtime=25.48 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 10731 0 0 0 2547 1 0 0 20 0 1 0 29509225 59555840 11346 33554432000 4194304 5796924 140737294821440 140737294819080 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 14540 11346 159 392 0 14139 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 58160

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22656
/proc/meminfo: memFree=31518172/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=59952 CPUtime=51.08 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 12024 0 0 0 5106 2 0 0 20 0 1 0 29509225 61390848 13044 33554432000 4194304 5796924 140737294821440 140737294818552 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 14988 13044 160 392 0 14587 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 59952

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22658
/proc/meminfo: memFree=31433456/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=110580 CPUtime=102.28 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 14049 0 0 0 10225 3 0 0 20 0 1 0 29509225 113233920 24478 33554432000 4194304 5796924 140737294821440 140737294818504 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 27645 24478 160 392 0 27244 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 110580

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 22660
/proc/meminfo: memFree=31467908/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=110580 CPUtime=162.26 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 14354 0 0 0 16222 4 0 0 20 0 1 0 29509225 113233920 26013 33554432000 4194304 5796924 140737294821440 140737294818504 4592128 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 27645 26013 170 392 0 27244 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 110580

[startup+222.308 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 22661
/proc/meminfo: memFree=31439088/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=110580 CPUtime=222.25 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 15046 0 0 0 22221 4 0 0 20 0 1 0 29509225 113233920 26648 33554432000 4194304 5796924 140737294821440 140737294818904 4592073 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 27645 26648 170 392 0 27244 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 110580

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 22662
/proc/meminfo: memFree=31468332/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=110580 CPUtime=282.24 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 15549 0 0 0 28219 5 0 0 20 0 1 0 29509225 113233920 26648 33554432000 4194304 5796924 140737294821440 140737294818904 4606847 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 27645 26648 170 392 0 27244 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 110580

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 22663
/proc/meminfo: memFree=31404792/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=159900 CPUtime=342.23 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 16053 0 0 0 34217 6 0 0 20 0 1 0 29509225 163737600 36349 33554432000 4194304 5796924 140737294821440 140737294818728 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 39975 36349 170 392 0 39574 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 159900

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22665
/proc/meminfo: memFree=31442180/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=159900 CPUtime=402.22 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 16556 0 0 0 40216 6 0 0 20 0 1 0 29509225 163737600 34813 33554432000 4194304 5796924 140737294821440 140737294818728 4606534 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 39975 34813 170 392 0 39574 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 159900

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 22666
/proc/meminfo: memFree=31445000/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=110580 CPUtime=462.21 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 16562 0 0 0 46215 6 0 0 20 0 1 0 29509225 113233920 26648 33554432000 4194304 5796924 140737294821440 140737294818904 4592059 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 27645 26648 170 392 0 27244 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 110580

[startup+522.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 22667
/proc/meminfo: memFree=31423344/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=159900 CPUtime=522.2 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 17069 0 0 0 52213 7 0 0 20 0 1 0 29509225 163737600 38397 33554432000 4194304 5796924 140737294821440 140737294818728 4606483 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 39975 38397 170 392 0 39574 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 159900

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 22671
/proc/meminfo: memFree=31396584/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=159900 CPUtime=582.2 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 17573 0 0 0 58212 8 0 0 20 0 1 0 29509225 163737600 36861 33554432000 4194304 5796924 140737294821440 140737294818728 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 39975 36861 170 392 0 39574 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 159900


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


[startup+882.307 s]
/proc/loadavg: 1.15 1.68 1.88 2/172 22707
/proc/meminfo: memFree=31605660/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=159900 CPUtime=882.15 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 20687 0 0 0 88201 14 0 0 20 0 1 0 29509225 163737600 37373 33554432000 4194304 5796924 140737294821440 140737294818728 4595464 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 39975 37373 170 392 0 39574 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 159900

[startup+942.3 s]
/proc/loadavg: 1.06 1.56 1.83 2/172 22708
/proc/meminfo: memFree=31588972/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=190720 CPUtime=942.14 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 21286 0 0 0 94199 15 0 0 20 0 1 0 29509225 195297280 41536 33554432000 4194304 5796924 140737294821440 140737294819080 4606645 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 47680 41536 170 392 0 47279 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 190720

[startup+1002.3 s]
/proc/loadavg: 1.02 1.45 1.77 2/172 22710
/proc/meminfo: memFree=31605076/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=159900 CPUtime=1002.12 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 21859 0 0 0 100196 16 0 0 20 0 1 0 29509225 163737600 37373 33554432000 4194304 5796924 140737294821440 140737294818904 4594694 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 39975 37373 170 392 0 39574 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 159900

[startup+1062.3 s]
/proc/loadavg: 1.00 1.37 1.72 2/172 22711
/proc/meminfo: memFree=31588260/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=190720 CPUtime=1062.11 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 22463 0 0 0 106194 17 0 0 20 0 1 0 29509225 195297280 41536 33554432000 4194304 5796924 140737294821440 140737294819080 4606520 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 47680 41536 170 392 0 47279 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 190720

[startup+1122.3 s]
/proc/loadavg: 1.00 1.30 1.67 2/172 22712
/proc/meminfo: memFree=31605144/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=159900 CPUtime=1122.09 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 23050 0 0 0 112191 18 0 0 20 0 1 0 29509225 163737600 37373 33554432000 4194304 5796924 140737294821440 140737294818904 4607194 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 39975 37373 170 392 0 39574 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 159900

[startup+1182.3 s]
/proc/loadavg: 1.00 1.24 1.63 2/173 22716
/proc/meminfo: memFree=31588900/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=190720 CPUtime=1182.09 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 23646 0 0 0 118189 20 0 0 20 0 1 0 29509225 195297280 41536 33554432000 4194304 5796924 140737294821440 140737294819080 4607720 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 47680 41536 170 392 0 47279 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 190720

[startup+1242.3 s]
/proc/loadavg: 1.00 1.20 1.59 2/172 22717
/proc/meminfo: memFree=31609376/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=159900 CPUtime=1242.06 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 24234 0 0 0 124186 20 0 0 20 0 1 0 29509225 163737600 36349 33554432000 4194304 5796924 140737294821440 140737294818904 4569014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 39975 36349 170 392 0 39574 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 159900

[startup+1302.3 s]
/proc/loadavg: 1.00 1.16 1.54 2/172 22719
/proc/meminfo: memFree=31594972/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=190720 CPUtime=1302.05 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 24830 0 0 0 130183 22 0 0 20 0 1 0 29509225 195297280 40000 33554432000 4194304 5796924 140737294821440 140737294819080 4592641 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 47680 40000 170 392 0 47279 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 190720

[startup+1362.3 s]
/proc/loadavg: 1.00 1.13 1.51 2/172 22720
/proc/meminfo: memFree=31575808/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=190720 CPUtime=1362.02 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 24862 0 0 0 136180 22 0 0 20 0 1 0 29509225 195297280 44608 33554432000 4194304 5796924 140737294821440 140737294819080 4607277 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 47680 44608 170 392 0 47279 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 190720

[startup+1422.3 s]
/proc/loadavg: 1.00 1.10 1.47 2/172 22721
/proc/meminfo: memFree=31599136/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=159900 CPUtime=1422.02 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 25430 0 0 0 142179 23 0 0 20 0 1 0 29509225 163737600 38909 33554432000 4194304 5796924 140737294821440 140737294818904 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 39975 38909 170 392 0 39574 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 159900

[startup+1482.3 s]
/proc/loadavg: 1.00 1.08 1.44 2/172 22722
/proc/meminfo: memFree=31582024/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=190720 CPUtime=1481.99 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 26045 0 0 0 148175 24 0 0 20 0 1 0 29509225 195297280 43072 33554432000 4194304 5796924 140737294821440 140737294819080 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 47680 43072 170 392 0 47279 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 190720

[startup+1542.31 s]
/proc/loadavg: 1.00 1.06 1.41 2/172 22723
/proc/meminfo: memFree=31567988/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=190720 CPUtime=1541.99 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 26052 0 0 0 154175 24 0 0 20 0 1 0 29509225 195297280 46656 33554432000 4194304 5796924 140737294821440 140737294819080 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 47680 46656 170 392 0 47279 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 190720

[startup+1602.3 s]
/proc/loadavg: 1.00 1.05 1.38 2/171 22724
/proc/meminfo: memFree=31592732/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=190720 CPUtime=1601.98 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 27301 0 0 0 160171 27 0 0 20 0 1 0 29509225 195297280 40512 33554432000 4194304 5796924 140737294821440 140737294819080 4593942 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 47680 40512 170 392 0 47279 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 190720

[startup+1662.3 s]
/proc/loadavg: 1.00 1.04 1.35 2/172 22726
/proc/meminfo: memFree=31578064/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=190720 CPUtime=1661.97 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 27314 0 0 0 166170 27 0 0 20 0 1 0 29509225 195297280 44096 33554432000 4194304 5796924 140737294821440 140737294819080 4606518 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 47680 44096 170 392 0 47279 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 190720

[startup+1722.3 s]
/proc/loadavg: 1.12 1.06 1.34 2/172 22727
/proc/meminfo: memFree=31565112/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=240808 CPUtime=1721.95 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 27642 0 0 0 172167 28 0 0 20 0 1 0 29509225 246587392 47469 33554432000 4194304 5796924 140737294821440 140737294819080 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 60202 47469 170 392 0 59801 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 240808

[startup+1782.3 s]
/proc/loadavg: 1.04 1.05 1.32 2/173 22731
/proc/meminfo: memFree=31592152/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=190720 CPUtime=1781.93 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 28812 0 0 0 178163 30 0 0 20 0 1 0 29509225 195297280 40512 33554432000 4194304 5796924 140737294821440 140737294819080 4606721 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 47680 40512 170 392 0 47279 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 190720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.03 1.04 1.31 2/173 22732
/proc/meminfo: memFree=31587480/32872528 swapFree=7780/7780
[pid=22655] ppid=22652 vsize=190720 CPUtime=1800.02 cores=1,3,5,7
/proc/22655/stat : 22655 (naps-1.02) R 22652 22655 19177 0 -1 4202496 28827 0 0 0 179971 31 0 0 20 0 1 0 29509225 195297280 42048 33554432000 4194304 5796924 140737294821440 140737294819080 4592073 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/22655/statm: 47680 42048 170 392 0 47279 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 190720

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 22655 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.03
CPU user time (s): 1799.72
CPU system time (s): 0.311952
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 290128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.72
system time used= 0.311952
maximum resident set size= 230728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28839
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= 154
involuntary context switches= 1960

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.79927 second user time and 7.38388 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 20:30:33
IDJOB=4105603
IDBENCH=2922
IDSOLVER=2544
FILE ID=node133/4105603-1466274633
RUNJOBID= node133-1466241101-19194
PBS_JOBID= 19918201
Free space on /tmp= 71712 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_4.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105603-1466274633/watcher-4105603-1466274633 -o /tmp/evaluation-result-4105603-1466274633/solver-4105603-1466274633 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466241101-19194 --watchdog 1960  naps-1.02 HOME/instance-4105603-1466274633.opb

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

MD5SUM BENCH= d78f5121f87a7bad7fc74d5d3eacc32f
RANDOM SEED=602325297

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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.256
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:        31536968 kB
Buffers:          131216 kB
Cached:           240832 kB
SwapCached:         1324 kB
Active:           298080 kB
Inactive:         290720 kB
Active(anon):     217068 kB
Inactive(anon):     1904 kB
Active(file):      81012 kB
Inactive(file):   288816 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099968 kB
Dirty:              3952 kB
Writeback:             0 kB
AnonPages:        223608 kB
Mapped:             8868 kB
Shmem:                 0 kB
Slab:             607640 kB
SReclaimable:      51120 kB
SUnreclaim:       556520 kB
KernelStack:        1488 kB
PageTables:         4704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     343208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71712 MiB
End job on node133 at 2016-06-18 21:00:34