Trace number 4103135

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.12 1800.42

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
MD5SUMe3f30a3ccce8a834fba8f93335c22413
Bench CategoryOPT-BIGINT (optimisation, big 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 variables2933624
Total number of constraints48672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 7062021246795700082208
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 7062021246795700082208
Number of bits of the biggest sum of numbers73
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        : 104,49
1800.09/1800.40	c 2cl/3cl ITE-codings   : 0,0
1800.09/1800.40	c BDD/srt/adr Max costs : 10976,0,207
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 7,0,127,0,18
1800.09/1800.40	c BDD nodes             : 359835
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) : 1799 s        (0 s)
1800.09/1800.40	c Time for Opt-base     : 1635 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-4103135-1466242338/watcher-4103135-1466242338 -o /tmp/evaluation-result-4103135-1466242338/solver-4103135-1466242338 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466229725-20953 --watchdog 1960 naps-1.02 HOME/instance-4103135-1466242338.opb 

pid=22368
running on 4 cores: 0,2,4,6

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.06 2.04 2.06 3/176 22371
/proc/meminfo: memFree=31086604/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=6992 CPUtime=0 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 416 0 0 0 0 0 0 0 20 0 1 0 26281190 7159808 291 33554432000 4194304 5796924 140733557128656 140734133543464 4349758 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 1748 292 114 392 0 1347 0

[startup+0.100178 s]
/proc/loadavg: 2.06 2.04 2.06 3/176 22371
/proc/meminfo: memFree=31086604/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=18880 CPUtime=0.09 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 3248 0 0 0 9 0 0 0 20 0 1 0 26281190 19333120 2987 33554432000 4194304 5796924 140733557128656 140734133543464 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 4720 2988 114 392 0 4319 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18880

[startup+0.200367 s]
/proc/loadavg: 2.06 2.04 2.06 3/176 22371
/proc/meminfo: memFree=31086604/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=29756 CPUtime=0.19 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 6011 0 0 0 19 0 0 0 20 0 1 0 26281190 30470144 5568 33554432000 4194304 5796924 140733557128656 140734133543464 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 7439 5569 114 392 0 7038 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 29756

[startup+0.30035 s]
/proc/loadavg: 2.06 2.04 2.06 3/176 22371
/proc/meminfo: memFree=31086604/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=41996 CPUtime=0.28 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 9214 0 0 0 28 0 0 0 20 0 1 0 26281190 43003904 8415 33554432000 4194304 5796924 140733557128656 140734133543464 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 10499 8416 114 392 0 10098 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 41996

[startup+0.700302 s]
/proc/loadavg: 2.06 2.04 2.06 3/176 22371
/proc/meminfo: memFree=31086604/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=86956 CPUtime=0.69 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 19247 0 0 0 67 2 0 0 20 0 1 0 26281190 89042944 19224 33554432000 4194304 5796924 140733557128656 140734133543464 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 21739 19224 114 392 0 21338 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86956

[startup+1.50028 s]
/proc/loadavg: 2.06 2.04 2.06 3/177 22372
/proc/meminfo: memFree=30955792/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=182968 CPUtime=1.49 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 38078 0 0 0 143 6 0 0 20 0 1 0 26281190 187359232 41113 33554432000 4194304 5796924 140733557128656 140733557127960 4332455 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 45742 41114 114 392 0 45341 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 182968

[startup+3.1003 s]
/proc/loadavg: 2.06 2.04 2.06 3/177 22372
/proc/meminfo: memFree=30835972/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=388572 CPUtime=3.09 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 66869 0 0 0 297 12 0 0 20 0 1 0 26281190 397897728 87499 33554432000 4194304 5796924 140733557128656 140733557127960 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 97143 87500 114 392 0 96742 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 388572

[startup+6.30029 s]
/proc/loadavg: 2.05 2.04 2.06 3/177 22372
/proc/meminfo: memFree=30523876/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=596576 CPUtime=6.29 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 103110 0 0 0 609 20 0 0 20 0 1 0 26281190 610893824 141003 33554432000 4194304 5796924 140733557128656 140733557127880 5100989 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 149144 141003 128 392 0 148743 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 596576

[startup+12.7004 s]
/proc/loadavg: 2.05 2.04 2.06 3/177 22372
/proc/meminfo: memFree=30399556/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=754896 CPUtime=12.68 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 128235 0 0 0 1243 25 0 0 20 0 1 0 26281190 773013504 170216 33554432000 4194304 5796924 140733557128656 140733557127880 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 188724 170216 128 392 0 188323 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 754896

[startup+25.5003 s]
/proc/loadavg: 2.04 2.04 2.06 3/176 22372
/proc/meminfo: memFree=30056084/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=1119888 CPUtime=25.48 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 215317 0 0 0 2507 41 0 0 20 0 1 0 26281190 1146765312 262919 33554432000 4194304 5796924 140733557128656 140733557127816 5094428 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 279972 262919 128 392 0 279571 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1119888

[startup+51.1072 s]
/proc/loadavg: 2.10 2.05 2.06 3/177 22373
/proc/meminfo: memFree=29204972/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=2009748 CPUtime=51.08 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 395961 0 0 0 5034 74 0 0 20 0 1 0 26281190 2057981952 461485 33554432000 4194304 5796924 140733557128656 140733557126184 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 502437 461485 128 392 0 502036 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2009748

[startup+102.3 s]
/proc/loadavg: 2.04 2.04 2.06 3/177 22374
/proc/meminfo: memFree=27944436/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3204604 CPUtime=102.26 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655716 0 0 0 10109 117 0 0 20 0 1 0 26281190 3281514496 766904 33554432000 4194304 5796924 140733557128656 140733557126520 4802945 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 801151 766904 130 392 0 800750 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3204604

[startup+162.3 s]
/proc/loadavg: 2.05 2.04 2.06 3/177 22375
/proc/meminfo: memFree=28105300/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113152 CPUtime=162.25 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655802 0 0 0 16108 117 0 0 20 0 1 0 26281190 3187867648 744073 33554432000 4194304 5796924 140733557128656 140733557124872 5092467 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778288 744073 144 392 0 777887 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 3113152

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 2.05 4/177 22422
/proc/meminfo: memFree=26663096/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113152 CPUtime=222.24 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655802 0 0 0 22107 117 0 0 20 0 1 0 26281190 3187867648 744073 33554432000 4194304 5796924 140733557128656 140733557124872 4865437 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778288 744073 144 392 0 777887 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 3113152

[startup+282.3 s]
/proc/loadavg: 2.10 2.05 2.06 3/177 22423
/proc/meminfo: memFree=26704828/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113588 CPUtime=282.23 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655960 0 0 0 28106 117 0 0 20 0 1 0 26281190 3188314112 745117 33554432000 4194304 5796924 140733557128656 140733557124872 5092450 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778397 745117 191 392 0 777996 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 3113588

[startup+342.3 s]
/proc/loadavg: 2.10 2.06 2.05 3/177 22425
/proc/meminfo: memFree=26690092/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113588 CPUtime=342.22 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655960 0 0 0 34105 117 0 0 20 0 1 0 26281190 3188314112 748692 33554432000 4194304 5796924 140733557128656 140733557124872 4865437 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778397 748692 191 392 0 777996 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 3113588

[startup+402.3 s]
/proc/loadavg: 2.03 2.04 2.05 4/177 22426
/proc/meminfo: memFree=26688132/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113588 CPUtime=402.22 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655960 0 0 0 40105 117 0 0 20 0 1 0 26281190 3188314112 749162 33554432000 4194304 5796924 140733557128656 140733557124872 4805600 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778397 749162 191 392 0 777996 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 3113588

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/178 22430
/proc/meminfo: memFree=26685028/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=462.21 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 46104 117 0 0 20 0 1 0 26281190 3188367360 749843 33554432000 4194304 5796924 140733557128656 140733557124872 5096658 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 749843 191 392 0 778009 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3113640

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/177 22431
/proc/meminfo: memFree=26679820/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=522.2 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 52103 117 0 0 20 0 1 0 26281190 3188367360 751154 33554432000 4194304 5796924 140733557128656 140733557124872 5092526 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 751154 191 392 0 778009 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 3113640

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.03 4/177 22432
/proc/meminfo: memFree=26678856/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=582.19 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 58102 117 0 0 20 0 1 0 26281190 3188367360 751438 33554432000 4194304 5796924 140733557128656 140733557124872 5087700 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 751438 191 392 0 778009 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 3113640


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


[startup+882.3 s]
/proc/loadavg: 2.16 2.09 2.04 3/177 22438
/proc/meminfo: memFree=26658724/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=882.14 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 88097 117 0 0 20 0 1 0 26281190 3188367360 756396 33554432000 4194304 5796924 140733557128656 140733557124872 4809336 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 756396 191 392 0 778009 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 3113640

[startup+942.3 s]
/proc/loadavg: 2.06 2.07 2.04 4/177 22440
/proc/meminfo: memFree=26657140/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=942.13 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 94096 117 0 0 20 0 1 0 26281190 3188367360 756718 33554432000 4194304 5796924 140733557128656 140733557124872 5096544 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 756718 191 392 0 778009 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 3113640

[startup+1002.3 s]
/proc/loadavg: 2.02 2.06 2.03 3/177 22441
/proc/meminfo: memFree=26653052/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=1002.12 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 100095 117 0 0 20 0 1 0 26281190 3188367360 757824 33554432000 4194304 5796924 140733557128656 140733557124872 5087743 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 757824 191 392 0 778009 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 3113640

[startup+1062.3 s]
/proc/loadavg: 2.05 2.06 2.03 3/178 22445
/proc/meminfo: memFree=26648704/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=1062.11 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 106094 117 0 0 20 0 1 0 26281190 3188367360 758779 33554432000 4194304 5796924 140733557128656 140733557124872 5092431 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 758779 191 392 0 778009 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 3113640

[startup+1122.3 s]
/proc/loadavg: 2.02 2.05 2.03 4/177 22446
/proc/meminfo: memFree=26647340/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=1122.1 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 112093 117 0 0 20 0 1 0 26281190 3188367360 759190 33554432000 4194304 5796924 140733557128656 140733557124872 4865204 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 759190 191 392 0 778009 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 3113640

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/177 22447
/proc/meminfo: memFree=26643144/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=1182.09 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 118092 117 0 0 20 0 1 0 26281190 3188367360 760189 33554432000 4194304 5796924 140733557128656 140733557124872 5092509 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 760189 191 392 0 778009 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 3113640

[startup+1242.3 s]
/proc/loadavg: 2.05 2.04 2.02 4/177 22448
/proc/meminfo: memFree=26640192/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=1242.09 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 124092 117 0 0 20 0 1 0 26281190 3188367360 760900 33554432000 4194304 5796924 140733557128656 140733557124872 4295847 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 760900 191 392 0 778009 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 3113640

[startup+1302.3 s]
/proc/loadavg: 2.02 2.03 2.01 4/177 22450
/proc/meminfo: memFree=26637864/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=1302.08 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 130091 117 0 0 20 0 1 0 26281190 3188367360 761438 33554432000 4194304 5796924 140733557128656 140733557124872 5096588 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 761438 191 392 0 778009 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3113640

[startup+1362.31 s]
/proc/loadavg: 2.00 2.02 2.01 3/177 22451
/proc/meminfo: memFree=26632928/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=1362.07 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 136090 117 0 0 20 0 1 0 26281190 3188367360 762652 33554432000 4194304 5796924 140733557128656 140733557124872 5096658 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 762652 191 392 0 778009 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 3113640

[startup+1422.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/177 22452
/proc/meminfo: memFree=26630716/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=1422.06 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 142089 117 0 0 20 0 1 0 26281190 3188367360 763145 33554432000 4194304 5796924 140733557128656 140733557124872 4295718 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 763145 191 392 0 778009 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 3113640

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.01 4/177 22453
/proc/meminfo: memFree=26628264/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=1482.05 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 148088 117 0 0 20 0 1 0 26281190 3188367360 763791 33554432000 4194304 5796924 140733557128656 140733557124872 5087575 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 763791 191 392 0 778009 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3113640

[startup+1542.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/177 22454
/proc/meminfo: memFree=26622708/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=1542.04 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655973 0 0 0 154087 117 0 0 20 0 1 0 26281190 3188367360 765115 33554432000 4194304 5796924 140733557128656 140733557124872 5092423 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 765115 191 392 0 778009 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 3113640

[startup+1602.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/177 22456
/proc/meminfo: memFree=26622732/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=1602.02 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655981 0 0 0 160085 117 0 0 20 0 1 0 26281190 3188367360 765210 33554432000 4194304 5796924 140733557128656 140733557124872 5092450 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 765210 191 392 0 778009 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 3113640

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/178 22460
/proc/meminfo: memFree=26622336/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113640 CPUtime=1662.01 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655982 0 0 0 166084 117 0 0 20 0 1 0 26281190 3188367360 765229 33554432000 4194304 5796924 140733557128656 140733557124872 5092526 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778410 765229 191 392 0 778009 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 3113640

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 22484
/proc/meminfo: memFree=26621712/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113656 CPUtime=1722.01 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655986 0 0 0 172084 117 0 0 20 0 1 0 26281190 3188383744 765233 33554432000 4194304 5796924 140733557128656 140733557124872 5100904 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778414 765233 191 392 0 778013 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 3113656

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 22485
/proc/meminfo: memFree=26622476/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113656 CPUtime=1782 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655986 0 0 0 178083 117 0 0 20 0 1 0 26281190 3188383744 765233 33554432000 4194304 5796924 140733557128656 140733557124872 5092450 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778414 765233 191 392 0 778013 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 3113656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.03 2.00 4/177 22486
/proc/meminfo: memFree=26622636/32872528 swapFree=338416/354768
[pid=22371] ppid=22368 vsize=3113656 CPUtime=1800.09 cores=0,2,4,6
/proc/22371/stat : 22371 (naps-1.02) R 22368 22371 20937 0 -1 4202496 655986 0 0 0 179892 117 0 0 20 0 1 0 26281190 3188383744 765233 33554432000 4194304 5796924 140733557128656 140733557124872 4865437 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/22371/statm: 778414 765233 191 392 0 778013 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 3113656

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

Child status: 0
Real time (s): 1800.42
CPU time (s): 1800.12
CPU user time (s): 1798.93
CPU system time (s): 1.19182
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 3204604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.19182
maximum resident set size= 3067616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 655998
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= 38
involuntary context switches= 1853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.85326 second user time and 6.60699 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 11:32:25
IDJOB=4103135
IDBENCH=2278
IDSOLVER=2544
FILE ID=node126/4103135-1466242338
RUNJOBID= node126-1466229725-20953
PBS_JOBID= 19918178
Free space on /tmp= 71576 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103135-1466242338/watcher-4103135-1466242338 -o /tmp/evaluation-result-4103135-1466242338/solver-4103135-1466242338 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466229725-20953 --watchdog 1960  naps-1.02 HOME/instance-4103135-1466242338.opb

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

MD5SUM BENCH= e3f30a3ccce8a834fba8f93335c22413
RANDOM SEED=599072985

node126.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.121
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.24
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.121
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.121
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.121
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.121
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.121
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.121
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.121
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:        31086860 kB
Buffers:          118076 kB
Cached:           363496 kB
SwapCached:         1076 kB
Active:           430916 kB
Inactive:         236472 kB
Active(anon):     187156 kB
Inactive(anon):     1004 kB
Active(file):     243760 kB
Inactive(file):   235468 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:            167192 kB
Writeback:             0 kB
AnonPages:        560508 kB
Mapped:             7896 kB
Shmem:                 0 kB
Slab:             610184 kB
SReclaimable:      53800 kB
SUnreclaim:       556384 kB
KernelStack:        1424 kB
PageTables:         5136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     688556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71496 MiB
End job on node126 at 2016-06-18 12:02:25