Trace number 4119710

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.09 1800.76

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw256/normalized-hw256-vm95p-dec.opb.negationfix.opb
MD5SUMee99ff6a778d02b738f5aa73f46dd648
Bench CategoryDEC-BIGINT-LIN (no optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark51.5942
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables661504
Total number of constraints5680
Number of constraints which are clauses2583
Number of constraints which are cardinality constraints (but not clauses)2583
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2584
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 935283
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2150318
Number of bits of the biggest sum of numbers22
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.03/1800.70	c 
1800.03/1800.70	c *** TERMINATED *** by signal 15
1800.03/1800.70	s UNKNOWN
1800.03/1800.70	c _____________________________________________________________________________
1800.03/1800.70	c 
1800.03/1800.70	c std/band forms        : 93,0
1800.03/1800.70	c 2cl/3cl ITE-codings   : 0,0
1800.03/1800.70	c BDD/srt/adr Max costs : 231211,942407,0
1800.03/1800.70	c BDDraw/bin/mul/srt/adr: 47,0,0,45,0
1800.03/1800.70	c BDD nodes             : 106912760
1800.03/1800.70	c Es1/CC detections     : 0,0
1800.03/1800.70	c SAT/UNSAT calls       : 0,0
1800.03/1800.70	c restarts              : 0
1800.03/1800.70	c conflicts             : 0              (0 /sec)
1800.03/1800.70	c decisions             : 0              (0 /sec)
1800.03/1800.70	c propagations          : 0              (0 /sec)
1800.03/1800.70	c inspects              : 0              (0 /sec)
1800.03/1800.70	c CPU time (solving tm) : 1798 s        (0 s)
1800.03/1800.70	c Time for Opt-base     : 316.1 s
1800.03/1800.70	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-4119710-1467273550/watcher-4119710-1467273550 -o /tmp/evaluation-result-4119710-1467273550/solver-4119710-1467273550 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467268142-12523 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119710-1467273550.opb 

pid=12935
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 Stack size limit: 81920 KiB
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: 81920 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.02 2.01 1/176 12938
/proc/meminfo: memFree=27260476/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=7312 CPUtime=0 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 484 0 0 0 0 0 0 0 20 0 1 0 8461469 7487488 359 33554432000 4194304 5796924 140733336386752 140736081355448 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 1828 360 123 392 0 1427 0

[startup+0.10013 s]
/proc/loadavg: 2.09 2.02 2.01 1/176 12938
/proc/meminfo: memFree=27260476/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=13324 CPUtime=0.09 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 2626 0 0 0 9 0 0 0 20 0 1 0 8461469 13643776 1873 33554432000 4194304 5796924 140733336386752 140736081355448 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 3331 1873 123 392 0 2930 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13324

[startup+0.200354 s]
/proc/loadavg: 2.09 2.02 2.01 1/176 12938
/proc/meminfo: memFree=27260476/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=19864 CPUtime=0.19 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 4820 0 0 0 19 0 0 0 20 0 1 0 8461469 20340736 3294 33554432000 4194304 5796924 140733336386752 140736081355448 4805698 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 4966 3294 123 392 0 4565 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19864

[startup+0.300341 s]
/proc/loadavg: 2.09 2.02 2.01 1/176 12938
/proc/meminfo: memFree=27260476/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=26404 CPUtime=0.29 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 6588 0 0 0 28 1 0 0 20 0 1 0 8461469 27037696 4782 33554432000 4194304 5796924 140733336386752 140736081355448 5092467 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 6601 4782 123 392 0 6200 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26404

[startup+0.700292 s]
/proc/loadavg: 2.09 2.02 2.01 1/176 12938
/proc/meminfo: memFree=27260476/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=50084 CPUtime=0.69 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 12424 0 0 0 67 2 0 0 20 0 1 0 8461469 51286016 10288 33554432000 4194304 5796924 140733336386752 140736081355448 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 12521 10290 123 392 0 12120 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50084

[startup+1.5003 s]
/proc/loadavg: 2.09 2.02 2.01 2/177 12939
/proc/meminfo: memFree=27193248/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=100072 CPUtime=1.49 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 23494 0 0 0 146 3 0 0 20 0 1 0 8461469 102473728 21623 33554432000 4194304 5796924 140733336386752 140733336386024 5087766 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 25018 21623 123 392 0 24617 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100072

[startup+3.10027 s]
/proc/loadavg: 2.09 2.02 2.01 2/171 12970
/proc/meminfo: memFree=29931820/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=205876 CPUtime=3.09 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 43624 0 0 0 302 7 0 0 20 0 1 0 8461469 210817024 44811 33554432000 4194304 5796924 140733336386752 140733336384280 4805602 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 51469 44811 127 392 0 51068 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 205876

[startup+6.30025 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 12985
/proc/meminfo: memFree=29629088/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=314876 CPUtime=6.29 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 69400 0 0 0 619 10 0 0 20 0 1 0 8461469 322433024 73653 33554432000 4194304 5796924 140733336386752 140733336385912 4809872 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 78719 73653 127 392 0 78318 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 314876

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12985
/proc/meminfo: memFree=29249816/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=442236 CPUtime=12.69 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 101466 0 0 0 1254 15 0 0 20 0 1 0 8461469 452849664 106230 33554432000 4194304 5796924 140733336386752 140733336386024 4805613 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 110559 106230 128 392 0 110158 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 442236

[startup+25.5004 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 12985
/proc/meminfo: memFree=28474412/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=880644 CPUtime=25.47 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 197624 0 0 0 2516 31 0 0 20 0 1 0 8461469 901779456 215633 33554432000 4194304 5796924 140733336386752 140733332927768 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 220161 215633 140 392 0 219760 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 880644

[startup+51.1003 s]
/proc/loadavg: 2.05 2.02 2.00 3/178 12989
/proc/meminfo: memFree=26410648/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=1816804 CPUtime=51.07 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 412974 0 0 0 5039 68 0 0 20 0 1 0 8461469 1860407296 447172 33554432000 4194304 5796924 140733336386752 140733336383736 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 454201 447172 144 392 0 453800 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1816804

[startup+102.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/178 12990
/proc/meminfo: memFree=26258872/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=1881428 CPUtime=102.26 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 418866 0 0 0 10156 70 0 0 20 0 1 0 8461469 1926582272 466042 33554432000 4194304 5796924 140733336386752 140733336383736 4805632 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 470357 466042 151 392 0 469956 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1881428

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 13013
/proc/meminfo: memFree=26034004/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=1977948 CPUtime=162.24 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 430878 0 0 0 16152 72 0 0 20 0 1 0 8461469 2025418752 483665 33554432000 4194304 5796924 140733336386752 140733336383736 4806757 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 494487 483665 151 392 0 494086 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1977948

[startup+222.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 13014
/proc/meminfo: memFree=25842268/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=2107324 CPUtime=222.24 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 442997 0 0 0 22147 77 0 0 20 0 1 0 8461469 2157899776 521700 33554432000 4194304 5796924 140733336386752 140733333960472 5087579 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 526831 521700 151 392 0 526430 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 2107324

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13015
/proc/meminfo: memFree=25746528/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=2175556 CPUtime=282.21 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 448901 0 0 0 28142 79 0 0 20 0 1 0 8461469 2227769344 530148 33554432000 4194304 5796924 140733336386752 140733336383736 4861388 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 543889 530148 151 392 0 543488 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 2175556

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 2.00 4/176 13016
/proc/meminfo: memFree=25613044/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=2220040 CPUtime=342.19 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 460061 0 0 0 34138 81 0 0 20 0 1 0 8461469 2273320960 546390 33554432000 4194304 5796924 140733336386752 140733336383736 4805662 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 555010 546390 151 392 0 554609 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 2220040

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 13018
/proc/meminfo: memFree=25194804/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=2410676 CPUtime=402.17 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 466159 0 0 0 40129 88 0 0 20 0 1 0 8461469 2468532224 599192 33554432000 4194304 5796924 140733336386752 140733336383736 4430269 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 602669 599192 151 392 0 602268 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 2410676

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13019
/proc/meminfo: memFree=25070064/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=2525888 CPUtime=462.13 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 477960 0 0 0 46124 89 0 0 20 0 1 0 8461469 2586509312 613520 33554432000 4194304 5796924 140733336386752 140733336383736 5096609 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 631472 613520 151 392 0 631071 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 2525888

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13020
/proc/meminfo: memFree=24933768/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=2570768 CPUtime=522.11 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 489243 0 0 0 52119 92 0 0 20 0 1 0 8461469 2632466432 630394 33554432000 4194304 5796924 140733336386752 140733336383736 5092657 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 642692 630394 151 392 0 642291 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 2570768

[startup+582.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 13021
/proc/meminfo: memFree=24865428/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=2593340 CPUtime=582.09 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 494920 0 0 0 58116 93 0 0 20 0 1 0 8461469 2655580160 639114 33554432000 4194304 5796924 140733336386752 140733336383736 4861328 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 648335 639114 152 392 0 647934 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 2593340

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

[startup+942.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 13031
/proc/meminfo: memFree=23510896/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=3259244 CPUtime=941.94 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 552106 0 0 0 94082 112 0 0 20 0 1 0 8461469 3337465856 806451 33554432000 4194304 5796924 140733336386752 140733336383736 5100108 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 814811 806451 152 392 0 814410 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 3259244

[startup+1002.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 13033
/proc/meminfo: memFree=23442636/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=3281816 CPUtime=1001.91 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 557770 0 0 0 100078 113 0 0 20 0 1 0 8461469 3360579584 815144 33554432000 4194304 5796924 140733336386752 140733336383736 4432790 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 820454 815144 152 392 0 820053 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 3281816

[startup+1062.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/177 13034
/proc/meminfo: memFree=23308120/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=3484352 CPUtime=1061.88 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 569560 0 0 0 106072 116 0 0 20 0 1 0 8461469 3567976448 831507 33554432000 4194304 5796924 140733336386752 140733336383736 5087571 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 871088 831507 152 392 0 870687 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 3484352

[startup+1122.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/177 13035
/proc/meminfo: memFree=23240496/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=3505868 CPUtime=1121.85 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 574974 0 0 0 112068 117 0 0 20 0 1 0 8461469 3590008832 839952 33554432000 4194304 5796924 140733336386752 140733336383736 4805636 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 876467 839952 152 392 0 876066 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 3505868

[startup+1182.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 13036
/proc/meminfo: memFree=23106500/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=3550352 CPUtime=1181.82 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 586147 0 0 0 118062 120 0 0 20 0 1 0 8461469 3635560448 856200 33554432000 4194304 5796924 140733336386752 140733336383736 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 887588 856200 152 392 0 887187 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 3550352

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 13037
/proc/meminfo: memFree=23038492/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=3572396 CPUtime=1241.79 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 591691 0 0 0 124058 121 0 0 20 0 1 0 8461469 3658133504 864263 33554432000 4194304 5796924 140733336386752 140733336383736 4805662 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 893099 864263 152 392 0 892698 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 3572396

[startup+1302.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/178 13042
/proc/meminfo: memFree=22902708/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=3617936 CPUtime=1301.76 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 603115 0 0 0 130052 124 0 0 20 0 1 0 8461469 3704766464 881271 33554432000 4194304 5796924 140733336386752 140733336383736 5092526 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 904484 881271 152 392 0 904083 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 3617936

[startup+1362.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/177 13043
/proc/meminfo: memFree=22834928/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=3639452 CPUtime=1361.73 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 608523 0 0 0 136048 125 0 0 20 0 1 0 8461469 3726798848 889202 33554432000 4194304 5796924 140733336386752 140733336383736 4805636 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 909863 889202 152 392 0 909462 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 3639452

[startup+1422.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/177 13044
/proc/meminfo: memFree=22723300/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=3662552 CPUtime=1421.71 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 614338 0 0 0 142045 126 0 0 20 0 1 0 8461469 3750453248 900102 33554432000 4194304 5796924 140733336386752 140733336383736 5087500 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 915638 900102 152 392 0 915237 0
Current children cumulated CPU time (s) 1421.71
Current children cumulated vsize (KiB) 3662552

[startup+1482.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/177 13045
/proc/meminfo: memFree=22631964/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=3707564 CPUtime=1481.68 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 625611 0 0 0 148040 128 0 0 20 0 1 0 8461469 3796545536 914421 33554432000 4194304 5796924 140733336386752 140733336383736 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 926891 914421 152 392 0 926490 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 3707564

[startup+1542.31 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 13046
/proc/meminfo: memFree=22529200/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=3729872 CPUtime=1541.67 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 631216 0 0 0 154038 129 0 0 20 0 1 0 8461469 3819388928 923091 33554432000 4194304 5796924 140733336386752 140733336383736 5093523 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 932468 923091 152 392 0 932067 0
Current children cumulated CPU time (s) 1541.67
Current children cumulated vsize (KiB) 3729872

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 13048
/proc/meminfo: memFree=22429424/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=3773960 CPUtime=1601.66 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 642223 0 0 0 160035 131 0 0 20 0 1 0 8461469 3864535040 939719 33554432000 4194304 5796924 140733336386752 140733333892056 4805602 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 943490 939719 152 392 0 943089 0
Current children cumulated CPU time (s) 1601.66
Current children cumulated vsize (KiB) 3773960

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 13049
/proc/meminfo: memFree=22351392/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=4033416 CPUtime=1661.65 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 648355 0 0 0 166030 135 0 0 20 0 1 0 8461469 4130217984 947895 33554432000 4194304 5796924 140733336386752 140733336383736 4805636 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 1008354 947895 152 392 0 1007953 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 4033416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13050
/proc/meminfo: memFree=21575952/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=4055856 CPUtime=1721.64 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 653986 0 0 0 172028 136 0 0 20 0 1 0 8461469 4153196544 958125 33554432000 4194304 5796924 140733336386752 140733336383736 5087664 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 1013964 958125 152 392 0 1013563 0
Current children cumulated CPU time (s) 1721.64
Current children cumulated vsize (KiB) 4055856

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/177 13051
/proc/meminfo: memFree=20800004/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=4775772 CPUtime=1781.63 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 666450 0 0 0 178005 158 0 0 20 0 1 0 8461469 4890390528 1141775 33554432000 4194304 5796924 140733336386752 140733336383736 4865437 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 1193943 1141775 152 392 0 1193542 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 4775772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13051
/proc/meminfo: memFree=20768668/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=4775772 CPUtime=1800.03 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 666450 0 0 0 179845 158 0 0 20 0 1 0 8461469 4890390528 1141775 33554432000 4194304 5796924 140733336386752 140733336383736 4805632 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 1193943 1141775 152 392 0 1193542 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 4775772

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

[startup+1800.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13051
/proc/meminfo: memFree=20768668/32872528 swapFree=242912/249044
[pid=12938] ppid=12935 vsize=4775772 CPUtime=1800.03 cores=1,3,5,7
/proc/12938/stat : 12938 (naps-1.02) R 12935 12938 11473 0 -1 4202496 666450 0 0 0 179845 158 0 0 20 0 1 0 8461469 4890390528 1141775 33554432000 4194304 5796924 140733336386752 140733336383736 4805632 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/12938/statm: 1193943 1141775 152 392 0 1193542 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 4775772

Child status: 0
Real time (s): 1800.76
CPU time (s): 1800.09
CPU user time (s): 1798.46
CPU system time (s): 1.63475
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 5428236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.46
system time used= 1.63475
maximum resident set size= 5212984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 666463
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= 655
involuntary context switches= 1819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.52731 second user time and 6.92195 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-30 09:59:11
IDJOB=4119710
IDBENCH=111793
IDSOLVER=2544
FILE ID=node103/4119710-1467273550
RUNJOBID= node103-1467268142-12523
PBS_JOBID= 20004489
Free space on /tmp= 71672 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw256/normalized-hw256-vm95p-dec.opb.negationfix.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119710-1467273550/watcher-4119710-1467273550 -o /tmp/evaluation-result-4119710-1467273550/solver-4119710-1467273550 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467268142-12523 --watchdog 1960 -S 80 naps-1.02 HOME/instance-4119710-1467273550.opb

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

MD5SUM BENCH= ee99ff6a778d02b738f5aa73f46dd648
RANDOM SEED=217495028

node103.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.456
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.91
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.456
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.456
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.54
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.456
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.456
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.54
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.456
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.456
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.456
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27260500 kB
Buffers:           99916 kB
Cached:          1712840 kB
SwapCached:            0 kB
Active:          3658800 kB
Inactive:         958400 kB
Active(anon):    2796820 kB
Inactive(anon):    10088 kB
Active(file):     861980 kB
Inactive(file):   948312 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             34184 kB
Writeback:             0 kB
AnonPages:       3053432 kB
Mapped:            14576 kB
Shmem:               204 kB
Slab:             609416 kB
SReclaimable:      53636 kB
SUnreclaim:       555780 kB
KernelStack:        1440 kB
PageTables:        10028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3198300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2068480 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= 71648 MiB
End job on node103 at 2016-06-30 10:29:12