Trace number 4082149

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 NameAnswerCPU timeWall clock time
NaPS 1.02? (TO) 1800.1 1800.41

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K133.opb
MD5SUM2e2bfba9fd441b7330d2c90af940d9b0
Bench CategoryDEC-SMALLINT-LIN (no 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15827
Total number of constraints16095
Number of constraints which are clauses15962
Number of constraints which are cardinality constraints (but not clauses)133
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint133
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
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.08/1800.40	c 
1800.08/1800.40	c *** TERMINATED *** by signal 15
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c _____________________________________________________________________________
1800.08/1800.40	c 
1800.08/1800.40	c std/band forms        : 131,0
1800.08/1800.40	c 2cl/3cl ITE-codings   : 14823,0
1800.08/1800.40	c BDD/srt/adr Max costs : 235,0,0
1800.08/1800.40	c BDDraw/bin/mul/srt/adr: 131,0,0,0,0
1800.08/1800.40	c BDD nodes             : 29908
1800.08/1800.40	c Es1/CC detections     : 0,0
1800.08/1800.40	c SAT/UNSAT calls       : 0,0
1800.08/1800.40	c restarts              : 0
1800.08/1800.40	c conflicts             : 0              (0 /sec)
1800.08/1800.40	c decisions             : 0              (0 /sec)
1800.08/1800.40	c propagations          : 0              (0 /sec)
1800.08/1800.40	c inspects              : 0              (0 /sec)
1800.08/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.08/1800.40	c Time for Opt-base     : 0 s
1800.08/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-4082149-1465275830/watcher-4082149-1465275830 -o /tmp/evaluation-result-4082149-1465275830/solver-4082149-1465275830 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465272049-23155 --watchdog 1960 naps-1.02 HOME/instance-4082149-1465275830.opb 

pid=23548
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.17 2.17 2.17 4/176 23551
/proc/meminfo: memFree=30225948/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=6696 CPUtime=0 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 109516207 6856704 248 33554432000 4194304 5796924 140737168320096 140737168319256 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 1674 248 127 392 0 1273 0

[startup+0.10012 s]
/proc/loadavg: 2.17 2.17 2.17 4/176 23551
/proc/meminfo: memFree=30225948/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=10568 CPUtime=0.09 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 1354 0 0 0 9 0 0 0 20 0 1 0 109516207 10821632 1183 33554432000 4194304 5796924 140737168320096 140737168319256 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 2642 1183 127 392 0 2241 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10568

[startup+0.200293 s]
/proc/loadavg: 2.17 2.17 2.17 4/176 23551
/proc/meminfo: memFree=30225948/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=11132 CPUtime=0.19 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 1560 0 0 0 19 0 0 0 20 0 1 0 109516207 11399168 1366 33554432000 4194304 5796924 140737168320096 140737168319256 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 2783 1366 127 392 0 2382 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11132

[startup+0.300243 s]
/proc/loadavg: 2.17 2.17 2.17 4/176 23551
/proc/meminfo: memFree=30225948/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=11720 CPUtime=0.28 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 1775 0 0 0 28 0 0 0 20 0 1 0 109516207 12001280 1560 33554432000 4194304 5796924 140737168320096 140737168319256 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 2930 1560 127 392 0 2529 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11720

[startup+0.700294 s]
/proc/loadavg: 2.17 2.17 2.17 4/176 23551
/proc/meminfo: memFree=30225948/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=16548 CPUtime=0.69 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 3176 0 0 0 68 1 0 0 20 0 1 0 109516207 16945152 2827 33554432000 4194304 5796924 140737168320096 140737168264024 5087771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 4137 2827 140 392 0 3736 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16548

[startup+1.50029 s]
/proc/loadavg: 2.17 2.17 2.17 3/177 23552
/proc/meminfo: memFree=30200588/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=29684 CPUtime=1.48 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 7155 0 0 0 147 1 0 0 20 0 1 0 109516207 30396416 6312 33554432000 4194304 5796924 140737168320096 140737168264024 4583151 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 7421 6312 164 392 0 7020 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29684

[startup+3.10023 s]
/proc/loadavg: 2.15 2.16 2.17 3/177 23552
/proc/meminfo: memFree=30195068/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=33552 CPUtime=3.09 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 8299 0 0 0 307 2 0 0 20 0 1 0 109516207 34357248 7452 33554432000 4194304 5796924 140737168320096 140737168317368 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 8388 7452 164 392 0 7987 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33552

[startup+6.30031 s]
/proc/loadavg: 2.15 2.16 2.17 3/177 23552
/proc/meminfo: memFree=30180032/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=40824 CPUtime=6.29 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 9464 0 0 0 627 2 0 0 20 0 1 0 109516207 41803776 8983 33554432000 4194304 5796924 140737168320096 140737168317336 4592632 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 10206 8983 165 392 0 9805 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40824

[startup+12.7003 s]
/proc/loadavg: 2.13 2.16 2.17 3/177 23552
/proc/meminfo: memFree=30161464/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=48340 CPUtime=12.68 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 10445 0 0 0 1266 2 0 0 20 0 1 0 109516207 49500160 10532 33554432000 4194304 5796924 140737168320096 140737168317208 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 12085 10532 165 392 0 11684 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48340

[startup+25.5004 s]
/proc/loadavg: 2.11 2.15 2.17 3/177 23552
/proc/meminfo: memFree=30125876/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=52892 CPUtime=25.49 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 12919 0 0 0 2545 4 0 0 20 0 1 0 109516207 54161408 12473 33554432000 4194304 5796924 140737168320096 140737168317560 4568992 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 13223 12473 165 392 0 12822 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52892

[startup+51.1004 s]
/proc/loadavg: 2.14 2.15 2.17 3/177 23552
/proc/meminfo: memFree=30052284/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=96184 CPUtime=51.08 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 13824 0 0 0 5103 5 0 0 20 0 1 0 109516207 98492416 21270 33554432000 4194304 5796924 140737168320096 140737168317336 4607192 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 24046 21270 165 392 0 23645 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 96184

[startup+102.3 s]
/proc/loadavg: 2.23 2.18 2.18 3/177 23554
/proc/meminfo: memFree=30183936/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=96184 CPUtime=102.28 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 15732 0 0 0 10220 8 0 0 20 0 1 0 109516207 98492416 23268 33554432000 4194304 5796924 140737168320096 140737168317560 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 24046 23268 165 392 0 23645 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 96184

[startup+162.3 s]
/proc/loadavg: 2.09 2.15 2.17 3/177 23555
/proc/meminfo: memFree=30039564/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=96184 CPUtime=162.27 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 17484 0 0 0 16215 12 0 0 20 0 1 0 109516207 98492416 23268 33554432000 4194304 5796924 140737168320096 140737168317560 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 24046 23268 165 392 0 23645 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 96184

[startup+222.308 s]
/proc/loadavg: 2.07 2.13 2.16 4/177 23556
/proc/meminfo: memFree=29888356/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=176324 CPUtime=222.26 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 19250 0 0 0 22211 15 0 0 20 0 1 0 109516207 180555776 43057 33554432000 4194304 5796924 140737168320096 140737168317736 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 44081 43057 165 392 0 43680 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 176324

[startup+282.3 s]
/proc/loadavg: 2.17 2.14 2.16 3/177 23603
/proc/meminfo: memFree=30191460/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=145504 CPUtime=282.24 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 21041 0 0 0 28203 21 0 0 20 0 1 0 109516207 148996096 34989 33554432000 4194304 5796924 140737168320096 140737168317384 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 36376 34989 165 392 0 35975 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 145504

[startup+342.3 s]
/proc/loadavg: 2.09 2.12 2.15 4/177 23604
/proc/meminfo: memFree=30134516/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=176324 CPUtime=342.23 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 22833 0 0 0 34196 27 0 0 20 0 1 0 109516207 180555776 41200 33554432000 4194304 5796924 140737168320096 140737168317736 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 44081 41200 165 392 0 43680 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 176324

[startup+402.3 s]
/proc/loadavg: 2.03 2.10 2.14 3/178 23609
/proc/meminfo: memFree=30053076/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=226412 CPUtime=402.22 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 24340 0 0 0 40192 30 0 0 20 0 1 0 109516207 231845888 44573 33554432000 4194304 5796924 140737168320096 140737168317736 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 56603 44573 165 392 0 56202 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 226412

[startup+462.3 s]
/proc/loadavg: 2.16 2.12 2.15 4/177 23610
/proc/meminfo: memFree=30043812/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=226412 CPUtime=462.21 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 25544 0 0 0 46187 34 0 0 20 0 1 0 109516207 231845888 46621 33554432000 4194304 5796924 140737168320096 140737168317736 4606721 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 56603 46621 165 392 0 56202 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 226412

[startup+522.3 s]
/proc/loadavg: 2.14 2.13 2.15 3/177 23611
/proc/meminfo: memFree=29992008/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=226412 CPUtime=522.21 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 26753 0 0 0 52183 38 0 0 20 0 1 0 109516207 231845888 47133 33554432000 4194304 5796924 140737168320096 140737168317736 4592059 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 56603 47133 165 392 0 56202 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 226412

[startup+582.3 s]
/proc/loadavg: 2.16 2.14 2.15 3/177 23612
/proc/meminfo: memFree=30048692/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=226412 CPUtime=582.19 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 28474 0 0 0 58179 40 0 0 20 0 1 0 109516207 231845888 44573 33554432000 4194304 5796924 140737168320096 140737168317736 4606744 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 56603 44573 165 392 0 56202 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 226412


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


[startup+882.307 s]
/proc/loadavg: 2.15 2.15 2.15 3/177 23618
/proc/meminfo: memFree=30036436/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=118500 CPUtime=882.15 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 34282 0 0 0 88160 55 0 0 20 0 1 0 109516207 121344000 25557 33554432000 4194304 5796924 140737168320096 140737168317560 4606807 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 29625 25557 165 392 0 29224 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 118500

[startup+942.3 s]
/proc/loadavg: 2.14 2.15 2.15 3/177 23619
/proc/meminfo: memFree=29927784/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=330116 CPUtime=942.13 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 36010 0 0 0 94156 57 0 0 20 0 1 0 109516207 338038784 59471 33554432000 4194304 5796924 140737168320096 140737168317736 4606514 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 82529 59471 165 392 0 82128 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 330116

[startup+1002.3 s]
/proc/loadavg: 2.25 2.18 2.16 3/178 23624
/proc/meminfo: memFree=30028488/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=198640 CPUtime=1002.13 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 36914 0 0 0 100153 60 0 0 20 0 1 0 109516207 203407360 43810 33554432000 4194304 5796924 140737168320096 140737168317736 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 49660 43810 165 392 0 49259 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 198640

[startup+1062.3 s]
/proc/loadavg: 2.15 2.16 2.15 3/177 23625
/proc/meminfo: memFree=29845768/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=330116 CPUtime=1062.12 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 37774 0 0 0 106150 62 0 0 20 0 1 0 109516207 338038784 67663 33554432000 4194304 5796924 140737168320096 140737168317736 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 82529 67663 165 392 0 82128 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 330116

[startup+1122.3 s]
/proc/loadavg: 2.10 2.14 2.15 3/177 23626
/proc/meminfo: memFree=29950040/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=248728 CPUtime=1122.11 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 38981 0 0 0 112145 66 0 0 20 0 1 0 109516207 254697472 51791 33554432000 4194304 5796924 140737168320096 140737168317736 4606768 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 62182 51791 165 392 0 61781 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 248728

[startup+1182.3 s]
/proc/loadavg: 2.15 2.15 2.15 3/177 23627
/proc/meminfo: memFree=29924404/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=330116 CPUtime=1182.1 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 39537 0 0 0 118143 67 0 0 20 0 1 0 109516207 338038784 74831 33554432000 4194304 5796924 140737168320096 140737168317736 4606518 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 82529 74831 165 392 0 82128 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 330116

[startup+1242.3 s]
/proc/loadavg: 2.11 2.13 2.14 3/177 23628
/proc/meminfo: memFree=29895932/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=248728 CPUtime=1242.09 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 40750 0 0 0 124138 71 0 0 20 0 1 0 109516207 254697472 56911 33554432000 4194304 5796924 140737168320096 140737168317736 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 62182 56911 165 392 0 61781 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 248728

[startup+1302.3 s]
/proc/loadavg: 2.08 2.12 2.13 3/177 23630
/proc/meminfo: memFree=29876588/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=330116 CPUtime=1302.09 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 41305 0 0 0 130136 73 0 0 20 0 1 0 109516207 338038784 78927 33554432000 4194304 5796924 140737168320096 140737168317736 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 82529 78927 165 392 0 82128 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 330116

[startup+1362.3 s]
/proc/loadavg: 2.19 2.14 2.14 3/177 23631
/proc/meminfo: memFree=29866776/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=248728 CPUtime=1362.06 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 43002 0 0 0 136128 78 0 0 20 0 1 0 109516207 254697472 59471 33554432000 4194304 5796924 140737168320096 140737168317736 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 62182 59471 165 392 0 61781 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 248728

[startup+1422.3 s]
/proc/loadavg: 2.16 2.14 2.14 3/177 23632
/proc/meminfo: memFree=29848680/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=462376 CPUtime=1422.04 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 44045 0 0 0 142123 81 0 0 20 0 1 0 109516207 473473024 81952 33554432000 4194304 5796924 140737168320096 140737168317736 4592560 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 115594 81952 165 392 0 115193 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 462376

[startup+1482.3 s]
/proc/loadavg: 2.25 2.17 2.15 4/177 23633
/proc/meminfo: memFree=29858616/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=248728 CPUtime=1482.03 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 45259 0 0 0 148117 86 0 0 20 0 1 0 109516207 254697472 57935 33554432000 4194304 5796924 140737168320096 140737168317736 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 62182 57935 165 392 0 61781 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 248728

[startup+1542.31 s]
/proc/loadavg: 2.25 2.19 2.15 3/177 23634
/proc/meminfo: memFree=29859852/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=330116 CPUtime=1542.03 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 45814 0 0 0 154115 88 0 0 20 0 1 0 109516207 338038784 79951 33554432000 4194304 5796924 140737168320096 140737168317736 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 82529 79951 165 392 0 82128 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 330116

[startup+1602.3 s]
/proc/loadavg: 2.23 2.19 2.16 3/178 23639
/proc/meminfo: memFree=29879320/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=248728 CPUtime=1602.01 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 47490 0 0 0 160108 93 0 0 20 0 1 0 109516207 254697472 53839 33554432000 4194304 5796924 140737168320096 140737168317736 4607205 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 62182 53839 165 392 0 61781 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 248728

[startup+1662.3 s]
/proc/loadavg: 2.08 2.16 2.14 3/177 23640
/proc/meminfo: memFree=29882236/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=330116 CPUtime=1662 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 48047 0 0 0 166106 94 0 0 20 0 1 0 109516207 338038784 76879 33554432000 4194304 5796924 140737168320096 140737168317736 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 82529 76879 165 392 0 82128 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 330116

[startup+1722.3 s]
/proc/loadavg: 2.15 2.16 2.14 3/177 23641
/proc/meminfo: memFree=29924256/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=198640 CPUtime=1721.99 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 49614 0 0 0 172100 99 0 0 20 0 1 0 109516207 203407360 43497 33554432000 4194304 5796924 140737168320096 140737168317736 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 49660 43497 165 392 0 49259 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 198640

[startup+1782.3 s]
/proc/loadavg: 2.15 2.15 2.14 4/177 23642
/proc/meminfo: memFree=29738296/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=330116 CPUtime=1781.99 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 50480 0 0 0 178097 102 0 0 20 0 1 0 109516207 338038784 70422 33554432000 4194304 5796924 140737168320096 140737168317736 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 82529 70422 165 392 0 82128 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 330116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.11 2.14 2.14 3/177 23642
/proc/meminfo: memFree=29882444/32872528 swapFree=15784/1434320
[pid=23551] ppid=23548 vsize=330116 CPUtime=1800.08 cores=1,3,5,7
/proc/23551/stat : 23551 (naps-1.02) R 23548 23551 15518 0 -1 4202496 50493 0 0 0 179906 102 0 0 20 0 1 0 109516207 338038784 77078 33554432000 4194304 5796924 140737168320096 140737168317736 4569041 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/23551/statm: 82529 77078 165 392 0 82128 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 330116

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 23551 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.1
CPU user time (s): 1799.06
CPU system time (s): 1.03184
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 462376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.03184
maximum resident set size= 364676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50505
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= 52
involuntary context switches= 1988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.46802 second user time and 9.64853 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 07:03:50
IDJOB=4082149
IDBENCH=90164
IDSOLVER=2544
FILE ID=node130/4082149-1465275830
RUNJOBID= node130-1465272049-23155
PBS_JOBID= 19843263
Free space on /tmp= 71744 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K133.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082149-1465275830/watcher-4082149-1465275830 -o /tmp/evaluation-result-4082149-1465275830/solver-4082149-1465275830 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465272049-23155 --watchdog 1960  naps-1.02 HOME/instance-4082149-1465275830.opb

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

MD5SUM BENCH= 2e2bfba9fd441b7330d2c90af940d9b0
RANDOM SEED=2098023760

node130.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.261
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.52
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.261
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.261
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.261
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.61
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.261
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.261
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.261
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.261
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:        30226748 kB
Buffers:          110904 kB
Cached:           212052 kB
SwapCached:         1724 kB
Active:           244896 kB
Inactive:         228708 kB
Active(anon):     152004 kB
Inactive(anon):     1252 kB
Active(file):      92892 kB
Inactive(file):   227456 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              4708 kB
Writeback:             0 kB
AnonPages:       1584252 kB
Mapped:             7796 kB
Shmem:                 0 kB
Slab:             601752 kB
SReclaimable:      45272 kB
SUnreclaim:       556480 kB
KernelStack:        1456 kB
PageTables:         6984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1734064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1513472 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 node130 at 2016-06-07 07:33:50