Trace number 4082934

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUMdc0a3aac3e055af09a2312e5ef9f2aef
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 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
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.09/1800.40	c 
1800.09/1800.40	c *** TERMINATED *** by signal 15
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c _____________________________________________________________________________
1800.09/1800.40	c 
1800.09/1800.40	c std/band forms        : 0,8
1800.09/1800.40	c 2cl/3cl ITE-codings   : 0,60981
1800.09/1800.40	c BDD/srt/adr Max costs : 9201,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 0,0,8,0,0
1800.09/1800.40	c BDD nodes             : 64388
1800.09/1800.40	c Es1/CC detections     : 0,0
1800.09/1800.40	c SAT/UNSAT calls       : 0,0
1800.09/1800.40	c restarts              : 0
1800.09/1800.40	c conflicts             : 0              (0 /sec)
1800.09/1800.40	c decisions             : 0              (0 /sec)
1800.09/1800.40	c propagations          : 0              (0 /sec)
1800.09/1800.40	c inspects              : 0              (0 /sec)
1800.09/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.09/1800.40	c Time for Opt-base     : 0.04999 s
1800.09/1800.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4082934-1465246073/watcher-4082934-1465246073 -o /tmp/evaluation-result-4082934-1465246073/solver-4082934-1465246073 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465244211-28760 --watchdog 1960 naps-1.02 HOME/instance-4082934-1465246073.opb 

pid=30578
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.15 2.07 2.01 3/176 30581
/proc/meminfo: memFree=31085116/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=6576 CPUtime=0 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 106539876 6733824 198 33554432000 4194304 5796924 140734856940992 140734886002056 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 1644 198 128 392 0 1243 0

[startup+0.100169 s]
/proc/loadavg: 2.15 2.07 2.01 3/176 30581
/proc/meminfo: memFree=31085116/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=12196 CPUtime=0.09 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 1774 0 0 0 9 0 0 0 20 0 1 0 106539876 12488704 1648 33554432000 4194304 5796924 140734856940992 140734886002056 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 3049 1649 143 392 0 2648 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12196

[startup+0.200342 s]
/proc/loadavg: 2.15 2.07 2.01 3/176 30581
/proc/meminfo: memFree=31085116/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=12708 CPUtime=0.19 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 1925 0 0 0 19 0 0 0 20 0 1 0 106539876 13012992 1757 33554432000 4194304 5796924 140734856940992 140734886002056 4805694 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 3177 1757 143 392 0 2776 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12708

[startup+0.300299 s]
/proc/loadavg: 2.15 2.07 2.01 3/176 30581
/proc/meminfo: memFree=31085116/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=13184 CPUtime=0.29 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 2123 0 0 0 29 0 0 0 20 0 1 0 106539876 13500416 1872 33554432000 4194304 5796924 140734856940992 140734886002056 5087501 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 3296 1872 143 392 0 2895 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13184

[startup+0.70029 s]
/proc/loadavg: 2.15 2.07 2.01 3/176 30581
/proc/meminfo: memFree=31085116/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=15960 CPUtime=0.69 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 2986 0 0 0 69 0 0 0 20 0 1 0 106539876 16343040 2570 33554432000 4194304 5796924 140734856940992 140734886002056 5092502 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 3990 2570 143 392 0 3589 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15960

[startup+1.50031 s]
/proc/loadavg: 2.15 2.07 2.01 3/177 30582
/proc/meminfo: memFree=31049200/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=44888 CPUtime=1.49 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 9571 0 0 0 148 1 0 0 20 0 1 0 106539876 45965312 9188 33554432000 4194304 5796924 140734856940992 140734856939384 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 11222 9188 159 392 0 10821 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44888

[startup+3.10032 s]
/proc/loadavg: 2.15 2.07 2.01 3/177 30582
/proc/meminfo: memFree=31048332/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=45044 CPUtime=3.09 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 9722 0 0 0 308 1 0 0 20 0 1 0 106539876 46125056 9337 33554432000 4194304 5796924 140734856940992 140734856937848 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 11261 9337 169 392 0 10860 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45044

[startup+6.30031 s]
/proc/loadavg: 2.14 2.06 2.01 3/177 30582
/proc/meminfo: memFree=31045184/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=45320 CPUtime=6.29 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 10022 0 0 0 628 1 0 0 20 0 1 0 106539876 46407680 9632 33554432000 4194304 5796924 140734856940992 140734856937848 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 11330 9632 169 392 0 10929 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45320

[startup+12.7002 s]
/proc/loadavg: 2.13 2.06 2.01 4/177 30582
/proc/meminfo: memFree=31039688/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=50032 CPUtime=12.69 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 10337 0 0 0 1268 1 0 0 20 0 1 0 106539876 51232768 10456 33554432000 4194304 5796924 140734856940992 140734856938104 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 12508 10456 169 392 0 12107 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50032

[startup+25.5004 s]
/proc/loadavg: 2.10 2.06 2.01 3/177 30582
/proc/meminfo: memFree=31083580/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=50976 CPUtime=25.48 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 11559 0 0 0 2546 2 0 0 20 0 1 0 106539876 52199424 10672 33554432000 4194304 5796924 140734856940992 140734856938632 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 12744 10672 170 392 0 12343 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 50976

[startup+51.1004 s]
/proc/loadavg: 2.06 2.05 2.01 3/177 30582
/proc/meminfo: memFree=31041816/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=59604 CPUtime=51.08 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 12463 0 0 0 5105 3 0 0 20 0 1 0 106539876 61034496 13099 33554432000 4194304 5796924 140734856940992 140734856938104 4606708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 14901 13099 170 392 0 14500 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 59604

[startup+102.3 s]
/proc/loadavg: 2.03 2.04 2.00 4/177 30583
/proc/meminfo: memFree=31052924/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=79464 CPUtime=102.28 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 14492 0 0 0 10224 4 0 0 20 0 1 0 106539876 81371136 18214 33554432000 4194304 5796924 140734856940992 140734856938456 4606735 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 19866 18214 170 392 0 19465 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 79464

[startup+162.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/178 30587
/proc/meminfo: memFree=30975552/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=109812 CPUtime=162.27 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 14930 0 0 0 16222 5 0 0 20 0 1 0 106539876 112447488 25805 33554432000 4194304 5796924 140734856940992 140734856938232 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 27453 25805 170 392 0 27052 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 109812

[startup+222.307 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 30588
/proc/meminfo: memFree=30977236/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=109812 CPUtime=222.26 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 15058 0 0 0 22221 5 0 0 20 0 1 0 106539876 112447488 25819 33554432000 4194304 5796924 140734856940992 140734856938456 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 27453 25819 170 392 0 27052 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 109812

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 30590
/proc/meminfo: memFree=30981088/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=109812 CPUtime=282.25 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 15175 0 0 0 28219 6 0 0 20 0 1 0 106539876 112447488 25820 33554432000 4194304 5796924 140734856940992 140734856938456 4606718 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 27453 25820 170 392 0 27052 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 109812

[startup+342.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 30591
/proc/meminfo: memFree=30985072/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=109812 CPUtime=342.23 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 15294 0 0 0 34217 6 0 0 20 0 1 0 106539876 112447488 25821 33554432000 4194304 5796924 140734856940992 140734856938456 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 27453 25821 170 392 0 27052 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 109812

[startup+402.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/177 30592
/proc/meminfo: memFree=30944132/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=159132 CPUtime=402.23 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 15423 0 0 0 40216 7 0 0 20 0 1 0 106539876 162951168 37192 33554432000 4194304 5796924 140734856940992 140734856938280 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 39783 37192 170 392 0 39382 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 159132

[startup+462.3 s]
/proc/loadavg: 2.11 2.06 2.01 4/177 30593
/proc/meminfo: memFree=30979928/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=159132 CPUtime=462.22 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 15552 0 0 0 46214 8 0 0 20 0 1 0 106539876 162951168 36366 33554432000 4194304 5796924 140734856940992 140734856938280 4592560 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 39783 36366 170 392 0 39382 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 159132

[startup+522.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/177 30594
/proc/meminfo: memFree=30935988/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=159132 CPUtime=522.21 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 15968 0 0 0 52212 9 0 0 20 0 1 0 106539876 162951168 35511 33554432000 4194304 5796924 140734856940992 140734856938280 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 39783 35511 170 392 0 39382 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 159132

[startup+582.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/177 30596
/proc/meminfo: memFree=30928536/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=189952 CPUtime=582.19 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 16498 0 0 0 58209 10 0 0 20 0 1 0 106539876 194510848 39102 33554432000 4194304 5796924 140734856940992 140734856938632 4591871 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 47488 39102 170 392 0 47087 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 189952


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


[startup+882.307 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 30674
/proc/meminfo: memFree=31172128/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=159132 CPUtime=882.16 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 18116 0 0 0 88201 15 0 0 20 0 1 0 106539876 162951168 38071 33554432000 4194304 5796924 140734856940992 140734856938456 4592061 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 39783 38071 170 392 0 39382 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 159132

[startup+942.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/177 30675
/proc/meminfo: memFree=31157440/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=189952 CPUtime=942.12 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 18732 0 0 0 94196 16 0 0 20 0 1 0 106539876 194510848 41722 33554432000 4194304 5796924 140734856940992 140734856938632 4606645 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 47488 41722 170 392 0 47087 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 189952

[startup+1002.3 s]
/proc/loadavg: 2.04 2.04 2.00 4/177 30676
/proc/meminfo: memFree=31173236/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=159132 CPUtime=1002.12 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 18863 0 0 0 100195 17 0 0 20 0 1 0 106539876 162951168 37559 33554432000 4194304 5796924 140734856940992 140734856938456 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 39783 37559 170 392 0 39382 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 159132

[startup+1062.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 30677
/proc/meminfo: memFree=31159220/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=189952 CPUtime=1062.1 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 19456 0 0 0 106193 17 0 0 20 0 1 0 106539876 194510848 41722 33554432000 4194304 5796924 140734856940992 140734856938632 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 47488 41722 170 392 0 47087 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 189952

[startup+1122.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 30678
/proc/meminfo: memFree=31177136/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=159132 CPUtime=1122.09 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 19588 0 0 0 112191 18 0 0 20 0 1 0 106539876 162951168 36535 33554432000 4194304 5796924 140734856940992 140734856938456 4606645 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 39783 36535 170 392 0 39382 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 159132

[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 30680
/proc/meminfo: memFree=31121800/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=189952 CPUtime=1182.09 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 20183 0 0 0 118190 19 0 0 20 0 1 0 106539876 194510848 40698 33554432000 4194304 5796924 140734856940992 140734856938632 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 47488 40698 170 392 0 47087 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 189952

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 30681
/proc/meminfo: memFree=31148704/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=189952 CPUtime=1242.08 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 20189 0 0 0 124188 20 0 0 20 0 1 0 106539876 194510848 43770 33554432000 4194304 5796924 140734856940992 140734856938632 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 47488 43770 170 392 0 47087 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 189952

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 30682
/proc/meminfo: memFree=31129500/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=159132 CPUtime=1302.07 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 20322 0 0 0 130186 21 0 0 20 0 1 0 106539876 162951168 38583 33554432000 4194304 5796924 140734856940992 140734856938456 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 39783 38583 170 392 0 39382 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 159132

[startup+1362.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/178 30686
/proc/meminfo: memFree=31102312/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=189952 CPUtime=1362.07 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 20919 0 0 0 136185 22 0 0 20 0 1 0 106539876 194510848 41722 33554432000 4194304 5796924 140734856940992 140734856938632 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 47488 41722 170 392 0 47087 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 189952

[startup+1422.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 30687
/proc/meminfo: memFree=31078128/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=189952 CPUtime=1422.06 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 20926 0 0 0 142184 22 0 0 20 0 1 0 106539876 194510848 45306 33554432000 4194304 5796924 140734856940992 140734856938632 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 47488 45306 170 392 0 47087 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 189952

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 30689
/proc/meminfo: memFree=31164340/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=189952 CPUtime=1482.04 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 21654 0 0 0 148181 23 0 0 20 0 1 0 106539876 194510848 39674 33554432000 4194304 5796924 140734856940992 140734856938632 4592541 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 47488 39674 170 392 0 47087 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 189952

[startup+1542.31 s]
/proc/loadavg: 2.03 2.03 2.00 4/178 30691
/proc/meminfo: memFree=31148220/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=189952 CPUtime=1542.04 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 21661 0 0 0 154180 24 0 0 20 0 1 0 106539876 194510848 43258 33554432000 4194304 5796924 140734856940992 140734856938632 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 47488 43258 170 392 0 47087 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 189952

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 30692
/proc/meminfo: memFree=31107288/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=189952 CPUtime=1602.02 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 21667 0 0 0 160178 24 0 0 20 0 1 0 106539876 194510848 46330 33554432000 4194304 5796924 140734856940992 140734856938632 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 47488 46330 170 392 0 47087 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 189952

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 30693
/proc/meminfo: memFree=31134044/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=189952 CPUtime=1662.01 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 23159 0 0 0 166175 26 0 0 20 0 1 0 106539876 194510848 39108 33554432000 4194304 5796924 140734856940992 140734856938632 4594441 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 47488 39108 170 392 0 47087 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 189952

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 30694
/proc/meminfo: memFree=31121392/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=189952 CPUtime=1722.01 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 23221 0 0 0 172174 27 0 0 20 0 1 0 106539876 194510848 42746 33554432000 4194304 5796924 140734856940992 140734856938632 4606708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 47488 42746 170 392 0 47087 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 189952

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 30696
/proc/meminfo: memFree=31137420/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=189952 CPUtime=1781.99 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 23228 0 0 0 178172 27 0 0 20 0 1 0 106539876 194510848 46330 33554432000 4194304 5796924 140734856940992 140734856938632 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 47488 46330 170 392 0 47087 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 189952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 30696
/proc/meminfo: memFree=31089200/32872528 swapFree=12328/568296
[pid=30581] ppid=30578 vsize=240040 CPUtime=1800.09 cores=1,3,5,7
/proc/30581/stat : 30581 (naps-1.02) R 30578 30581 28743 0 -1 4202496 23673 0 0 0 179981 28 0 0 20 0 1 0 106539876 245800960 46770 33554432000 4194304 5796924 140734856940992 140734856938632 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/30581/statm: 60010 46770 170 392 0 59609 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 240040

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.11
CPU user time (s): 1799.82
CPU system time (s): 0.289955
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 289360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.289955
maximum resident set size= 231972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23685
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= 44
involuntary context switches= 2003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.71628 second user time and 6.74597 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-06 22:47:53
IDJOB=4082934
IDBENCH=2893
IDSOLVER=2544
FILE ID=node138/4082934-1465246073
RUNJOBID= node138-1465244211-28760
PBS_JOBID= 19843251
Free space on /tmp= 71744 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_3.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082934-1465246073/watcher-4082934-1465246073 -o /tmp/evaluation-result-4082934-1465246073/solver-4082934-1465246073 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465244211-28760 --watchdog 1960  naps-1.02 HOME/instance-4082934-1465246073.opb

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

MD5SUM BENCH= dc0a3aac3e055af09a2312e5ef9f2aef
RANDOM SEED=2112108242

node138.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.807
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	: 5333.61
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.807
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.56
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.807
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.807
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.807
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.807
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.807
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.807
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:        31085644 kB
Buffers:           38620 kB
Cached:           113652 kB
SwapCached:        46416 kB
Active:           372968 kB
Inactive:         124340 kB
Active(anon):     300200 kB
Inactive(anon):    47172 kB
Active(file):      72768 kB
Inactive(file):    77168 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053464 kB
Dirty:              3896 kB
Writeback:             0 kB
AnonPages:        888636 kB
Mapped:             7712 kB
Shmem:                 0 kB
Slab:             568984 kB
SReclaimable:      12484 kB
SUnreclaim:       556500 kB
KernelStack:        1472 kB
PageTables:         6000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1023324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    864256 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= 71740 MiB
End job on node138 at 2016-06-06 23:17:54