Trace number 4114130

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
minisatp 2012-10-02 git-d91742b? (TO) 1800.02 1800.3

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__2048.opb
MD5SUMd1fb051a767cfe5591d677674fdef8c6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark294004
Best CPU time to get the best result obtained on this benchmark1800.32
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables614498
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint2048
Maximum length of a constraint34817
Number of terms in the objective function 614400
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 22173505536
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 22173505536
Number of bits of the biggest sum of numbers35
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 Parsing PB file...
19.79/19.83	c Converting 500 PB-constraints to clauses...
19.89/19.93	c   -- Unit propagations: (none)
19.89/19.95	c   -- Detecting intervals from adjacent constraints: ####################################################################################################
20.08/20.19	c   -- Clauses(.)/Splits(s): (none)
20.08/20.19	c ---[ 498]---> BDD-cost:45053
118.17/118.20	c ---[ 496]---> BDD-cost:16381
131.07/131.19	c ---[ 494]---> BDD-cost:104445
476.11/476.23	c ---[ 492]---> BDD-cost:92157
720.27/720.48	c ---[ 490]---> BDD-cost:88063
957.33/957.58	c ---[ 488]---> BDD-cost:36861
994.52/994.76	c ---[ 486]---> BDD-cost:104445
1305.43/1305.66	c ---[ 484]---> BDD-cost:73725
1456.10/1456.35	c ---[ 482]---> BDD-cost:67581
1581.34/1581.64	c ---[ 480]---> BDD-cost:73725
1729.91/1730.24	c ---[ 478]---> 
1800.00/1800.30	c *** TERMINATED ***
1800.00/1800.30	s UNKNOWN

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-4114130-1467024947/watcher-4114130-1467024947 -o /tmp/evaluation-result-4114130-1467024947/solver-4114130-1467024947 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1467019390-24485 --watchdog 1960 -S 80 minisatp HOME/instance-4114130-1467024947.opb 

pid=25131
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 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.32 2.26 2.20 3/176 25134
/proc/meminfo: memFree=29271924/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=7420 CPUtime=0 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 526 0 0 0 0 0 0 0 20 0 1 0 35533891 7598080 403 33554432000 4194304 5646918 140736467728336 140734940817592 4393909 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 1855 404 84 355 0 1496 0

[startup+0.100164 s]
/proc/loadavg: 2.32 2.26 2.20 3/176 25134
/proc/meminfo: memFree=29271924/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=26132 CPUtime=0.09 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 4840 0 0 0 9 0 0 0 20 0 1 0 35533891 26759168 4399 33554432000 4194304 5646918 140736467728336 140734940817592 4953072 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 6533 4399 84 355 0 6174 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26132

[startup+0.200311 s]
/proc/loadavg: 2.32 2.26 2.20 3/176 25134
/proc/meminfo: memFree=29271924/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=45556 CPUtime=0.19 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 9780 0 0 0 18 1 0 0 20 0 1 0 35533891 46649344 8944 33554432000 4194304 5646918 140736467728336 140734940817592 4953072 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 11389 8944 84 355 0 11030 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45556

[startup+0.300301 s]
/proc/loadavg: 2.32 2.26 2.20 3/176 25134
/proc/meminfo: memFree=29271924/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=66540 CPUtime=0.29 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 14186 0 0 0 27 2 0 0 20 0 1 0 35533891 68136960 13654 33554432000 4194304 5646918 140736467728336 140734940817592 4953072 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 16635 13654 84 355 0 16276 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66540

[startup+0.700285 s]
/proc/loadavg: 2.32 2.26 2.20 3/176 25134
/proc/meminfo: memFree=29271924/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=141224 CPUtime=0.69 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 29363 0 0 0 64 5 0 0 20 0 1 0 35533891 144613376 31378 33554432000 4194304 5646918 140736467728336 140734940817592 4953072 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 35306 31379 84 355 0 34947 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141224

[startup+1.50029 s]
/proc/loadavg: 2.32 2.26 2.20 3/177 25135
/proc/meminfo: memFree=29066988/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=218956 CPUtime=1.48 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 48083 0 0 0 141 7 0 0 20 0 1 0 35533891 224210944 51452 33554432000 4194304 5646918 140736467728336 140736467727672 4831331 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 54739 51452 94 355 0 54380 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 218956

[startup+3.10029 s]
/proc/loadavg: 2.29 2.26 2.19 3/177 25135
/proc/meminfo: memFree=29055048/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=242352 CPUtime=3.09 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 53310 0 0 0 300 9 0 0 20 0 1 0 35533891 248168448 56679 33554432000 4194304 5646918 140736467728336 140736467726424 4265090 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 60588 56679 94 355 0 60229 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 242352

[startup+6.30029 s]
/proc/loadavg: 2.29 2.26 2.19 3/177 25135
/proc/meminfo: memFree=28999608/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=306476 CPUtime=6.29 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 69099 0 0 0 618 11 0 0 20 0 1 0 35533891 313831424 72468 33554432000 4194304 5646918 140736467728336 140736467726536 4459792 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 76619 72468 94 355 0 76260 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 306476

[startup+12.7003 s]
/proc/loadavg: 2.27 2.25 2.19 3/177 25135
/proc/meminfo: memFree=28838452/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=466160 CPUtime=12.69 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 113427 0 0 0 1251 18 0 0 20 0 1 0 35533891 477347840 111486 33554432000 4194304 5646918 140736467728336 140736467726504 4831202 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 116540 111486 94 355 0 116181 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 466160

[startup+25.5003 s]
/proc/loadavg: 2.28 2.26 2.19 3/177 25135
/proc/meminfo: memFree=28587956/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=700916 CPUtime=25.49 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 172867 0 0 0 2523 26 0 0 20 0 1 0 35533891 717737984 170213 33554432000 4194304 5646918 140736467728336 140736467727000 4817546 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 175229 170213 111 355 0 174870 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 700916

[startup+51.1003 s]
/proc/loadavg: 2.25 2.25 2.19 3/177 25135
/proc/meminfo: memFree=28583692/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=700916 CPUtime=51.08 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 172867 0 0 0 5082 26 0 0 20 0 1 0 35533891 717737984 170213 33554432000 4194304 5646918 140736467728336 140736467727000 4824677 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 175229 170213 111 355 0 174870 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 700916

[startup+102.3 s]
/proc/loadavg: 2.17 2.23 2.19 3/177 25136
/proc/meminfo: memFree=28528308/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=700916 CPUtime=102.28 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 172867 0 0 0 10202 26 0 0 20 0 1 0 35533891 717737984 170213 33554432000 4194304 5646918 140736467728336 140736467727000 4460864 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 175229 170213 111 355 0 174870 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 700916

[startup+162.3 s]
/proc/loadavg: 2.24 2.24 2.19 4/177 25137
/proc/meminfo: memFree=28450952/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=705720 CPUtime=162.27 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 174069 0 0 0 16201 26 0 0 20 0 1 0 35533891 722657280 171415 33554432000 4194304 5646918 140736467728336 140736467727000 4817458 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 176430 171415 112 355 0 176071 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 705720

[startup+222.307 s]
/proc/loadavg: 2.13 2.20 2.18 3/177 25139
/proc/meminfo: memFree=28383404/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=705720 CPUtime=222.26 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 174069 0 0 0 22200 26 0 0 20 0 1 0 35533891 722657280 171415 33554432000 4194304 5646918 140736467728336 140736467727000 4817387 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 176430 171415 112 355 0 176071 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 705720

[startup+282.3 s]
/proc/loadavg: 2.39 2.26 2.20 3/178 25199
/proc/meminfo: memFree=27952712/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=705720 CPUtime=282.24 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 174075 0 0 0 28198 26 0 0 20 0 1 0 35533891 722657280 171419 33554432000 4194304 5646918 140736467728336 140736467727000 4817403 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 176430 171419 112 355 0 176071 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 705720

[startup+342.3 s]
/proc/loadavg: 2.25 2.24 2.19 3/178 25222
/proc/meminfo: memFree=26027548/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=705720 CPUtime=342.23 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 174077 0 0 0 34197 26 0 0 20 0 1 0 35533891 722657280 173035 33554432000 4194304 5646918 140736467728336 140736467727000 4345010 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 176430 173035 112 355 0 176071 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 705720

[startup+402.3 s]
/proc/loadavg: 2.24 2.24 2.19 3/177 25223
/proc/meminfo: memFree=24557784/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=705720 CPUtime=402.22 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 174077 0 0 0 40196 26 0 0 20 0 1 0 35533891 722657280 174037 33554432000 4194304 5646918 140736467728336 140736467727000 4563504 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 176430 174037 112 355 0 176071 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 705720

[startup+462.3 s]
/proc/loadavg: 2.24 2.24 2.19 3/177 25224
/proc/meminfo: memFree=22962428/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=705720 CPUtime=462.21 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 174078 0 0 0 46195 26 0 0 20 0 1 0 35533891 722657280 174037 33554432000 4194304 5646918 140736467728336 140736467727000 4560515 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 176430 174037 112 355 0 176071 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 705720

[startup+522.3 s]
/proc/loadavg: 2.33 2.25 2.19 3/177 25226
/proc/meminfo: memFree=22619632/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=705720 CPUtime=522.21 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 174078 0 0 0 52195 26 0 0 20 0 1 0 35533891 722657280 174037 33554432000 4194304 5646918 140736467728336 140736467727000 4823346 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 176430 174037 112 355 0 176071 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 705720

[startup+582.3 s]
/proc/loadavg: 2.26 2.24 2.18 3/177 25227
/proc/meminfo: memFree=21314936/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=705720 CPUtime=582.2 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 174078 0 0 0 58194 26 0 0 20 0 1 0 35533891 722657280 174037 33554432000 4194304 5646918 140736467728336 140736467727000 4832093 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 176430 174037 112 355 0 176071 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 705720

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


[startup+942.3 s]
/proc/loadavg: 2.24 2.21 2.18 3/177 25237
/proc/meminfo: memFree=16677440/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=711216 CPUtime=942.13 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 174873 0 0 0 94187 26 0 0 20 0 1 0 35533891 728285184 175653 33554432000 4194304 5646918 140736467728336 140736466003656 4824631 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 177804 175653 112 355 0 177445 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 711216

[startup+1002.3 s]
/proc/loadavg: 2.26 2.22 2.18 3/177 25238
/proc/meminfo: memFree=16170724/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=721760 CPUtime=1002.12 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 175465 0 0 0 100186 26 0 0 20 0 1 0 35533891 739082240 178289 33554432000 4194304 5646918 140736467728336 140736467727000 4817372 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 180440 178289 112 355 0 180081 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 721760

[startup+1062.3 s]
/proc/loadavg: 2.31 2.24 2.19 3/177 25239
/proc/meminfo: memFree=15681600/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=721760 CPUtime=1062.11 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 175465 0 0 0 106185 26 0 0 20 0 1 0 35533891 739082240 178289 33554432000 4194304 5646918 140736467728336 140736467727000 4560519 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 180440 178289 112 355 0 180081 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 721760

[startup+1122.3 s]
/proc/loadavg: 3.36 2.51 2.28 2/179 25243
/proc/meminfo: memFree=12517524/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=721760 CPUtime=1122.1 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 175465 0 0 0 112184 26 0 0 20 0 1 0 35533891 739082240 178289 33554432000 4194304 5646918 140736467728336 140736467727000 4460889 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 180440 178289 112 355 0 180081 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 721760

[startup+1182.3 s]
/proc/loadavg: 4.52 2.98 2.45 2/178 25244
/proc/meminfo: memFree=12080760/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=721760 CPUtime=1182.09 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 175465 0 0 0 118183 26 0 0 20 0 1 0 35533891 739082240 178289 33554432000 4194304 5646918 140736467728336 140736467727000 4460889 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 180440 178289 112 355 0 180081 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 721760

[startup+1261.7 s]
/proc/loadavg: 4.71 3.12 2.51 3/178 25244
/proc/meminfo: memFree=12034136/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=721760 CPUtime=1261.48 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 175496 0 0 0 126122 26 0 0 20 0 1 0 35533891 739082240 178320 33554432000 4194304 5646918 140736467728336 140736467727000 4460889 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 180440 178320 112 355 0 180081 0
Current children cumulated CPU time (s) 1261.48
Current children cumulated vsize (KiB) 721760

[startup+1305.64 s]
/proc/loadavg: 5.25 3.63 2.73 3/178 25245
/proc/meminfo: memFree=11753508/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=729960 CPUtime=1305.43 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 175904 0 0 0 130516 27 0 0 20 0 1 0 35533891 747479040 180261 33554432000 4194304 5646918 140736467728336 140736459408456 4459763 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 182490 180261 112 355 0 182131 0
Current children cumulated CPU time (s) 1305.43
Current children cumulated vsize (KiB) 729960

[startup+1366.19 s]
/proc/loadavg: 5.12 3.98 2.93 5/179 25247
/proc/meminfo: memFree=12784076/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=729960 CPUtime=1365.96 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 175904 0 0 0 136569 27 0 0 20 0 1 0 35533891 747479040 180261 33554432000 4194304 5646918 140736467728336 140736467727000 4824631 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 182490 180261 112 355 0 182131 0
Current children cumulated CPU time (s) 1365.96
Current children cumulated vsize (KiB) 729960

[startup+1439.78 s]
/proc/loadavg: 5.12 3.98 2.93 5/179 25247
/proc/meminfo: memFree=12784076/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=729960 CPUtime=1439.55 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 175904 0 0 0 143928 27 0 0 20 0 1 0 35533891 747479040 180261 33554432000 4194304 5646918 140736467728336 140736467727000 4563504 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 182490 180261 112 355 0 182131 0
Current children cumulated CPU time (s) 1439.55
Current children cumulated vsize (KiB) 729960

[startup+1487.63 s]
/proc/loadavg: 2.81 3.50 2.85 4/178 25306
/proc/meminfo: memFree=29129848/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=729960 CPUtime=1487.39 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 175904 0 0 0 148712 27 0 0 20 0 1 0 35533891 747479040 180261 33554432000 4194304 5646918 140736467728336 140736467727000 4817468 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 182490 180261 112 355 0 182131 0
Current children cumulated CPU time (s) 1487.39
Current children cumulated vsize (KiB) 729960

[startup+1542.31 s]
/proc/loadavg: 2.29 3.12 2.77 3/177 25310
/proc/meminfo: memFree=28918124/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=729960 CPUtime=1542.05 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 175904 0 0 0 154178 27 0 0 20 0 1 0 35533891 747479040 180261 33554432000 4194304 5646918 140736467728336 140736467727000 4817429 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 182490 180261 112 355 0 182131 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 729960

[startup+1602.3 s]
/proc/loadavg: 2.32 2.97 2.74 3/177 25311
/proc/meminfo: memFree=28905376/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=729960 CPUtime=1602.04 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 175904 0 0 0 160177 27 0 0 20 0 1 0 35533891 747479040 180261 33554432000 4194304 5646918 140736467728336 140736467727000 4831344 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 182490 180261 112 355 0 182131 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 729960

[startup+1662.3 s]
/proc/loadavg: 2.25 2.84 2.71 3/177 25312
/proc/meminfo: memFree=28893124/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=729960 CPUtime=1662.03 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 175918 0 0 0 166176 27 0 0 20 0 1 0 35533891 747479040 180275 33554432000 4194304 5646918 140736467728336 140736467727000 4345085 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 182490 180275 112 355 0 182131 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 729960

[startup+1722.3 s]
/proc/loadavg: 2.19 2.71 2.67 3/177 25313
/proc/meminfo: memFree=28856796/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=751052 CPUtime=1722.01 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 176716 0 0 0 172174 27 0 0 20 0 1 0 35533891 769077248 185672 33554432000 4194304 5646918 140736467728336 140736466477496 4832091 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 187763 185672 112 355 0 187404 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 751052

[startup+1782.3 s]
/proc/loadavg: 2.24 2.63 2.64 3/177 25315
/proc/meminfo: memFree=28836104/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=751052 CPUtime=1782 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 176727 0 0 0 178173 27 0 0 20 0 1 0 35533891 769077248 185683 33554432000 4194304 5646918 140736467728336 140736467727000 4823258 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 187763 185683 112 355 0 187404 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 751052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.24 2.60 2.63 3/177 25315
/proc/meminfo: memFree=28832008/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=751052 CPUtime=1800 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 176727 0 0 0 179973 27 0 0 20 0 1 0 35533891 769077248 185683 33554432000 4194304 5646918 140736467728336 140736467727000 4831305 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 187763 185683 112 355 0 187404 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 751052

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

[startup+1800.3 s]
/proc/loadavg: 2.24 2.60 2.63 3/177 25315
/proc/meminfo: memFree=28832008/32872528 swapFree=1643088/1798432
[pid=25134] ppid=25131 vsize=751052 CPUtime=1800 cores=0,2,4,6
/proc/25134/stat : 25134 (minisatp) R 25131 25134 24469 0 -1 4202496 176727 0 0 0 179973 27 0 0 20 0 1 0 35533891 769077248 185683 33554432000 4194304 5646918 140736467728336 140736467727000 4831305 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/25134/statm: 187763 185683 112 355 0 187404 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 751052

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1799.74
CPU system time (s): 0.280957
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 751052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.280957
maximum resident set size= 742732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176727
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= 20
involuntary context switches= 1976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.9694 second user time and 5.61815 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-27 12:55:48
IDJOB=4114130
IDBENCH=71917
IDSOLVER=2555
FILE ID=node123/4114130-1467024947
RUNJOBID= node123-1467019390-24485
PBS_JOBID= 19976969
Free space on /tmp= 71684 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_100_3__3_91__2048.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4114130-1467024947/watcher-4114130-1467024947 -o /tmp/evaluation-result-4114130-1467024947/solver-4114130-1467024947 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1467019390-24485 --watchdog 1960 -S 80 minisatp HOME/instance-4114130-1467024947.opb

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

MD5SUM BENCH= d1fb051a767cfe5591d677674fdef8c6
RANDOM SEED=1508030760

node123.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.608
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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.608
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.608
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.608
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.56
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.608
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.608
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.56
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.608
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.608
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:        29272492 kB
Buffers:           99336 kB
Cached:           192240 kB
SwapCached:         1660 kB
Active:           874812 kB
Inactive:         190920 kB
Active(anon):     774956 kB
Inactive(anon):     2008 kB
Active(file):      99856 kB
Inactive(file):   188912 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098776 kB
Dirty:             32296 kB
Writeback:             0 kB
AnonPages:       2574552 kB
Mapped:             8012 kB
Shmem:                 0 kB
Slab:             598444 kB
SReclaimable:      42124 kB
SUnreclaim:       556320 kB
KernelStack:        1440 kB
PageTables:         9172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2716480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-4114130-1467024947.opb

Free space on /tmp at the end= 71692 MiB
End job on node123 at 2016-06-27 13:25:48