Trace number 4082525

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_6_ic.opb
MD5SUM09d230c3dd969e67e7ea084b633c9325
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 74618461
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 7915122659
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 74618461
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 7915122659
Number of bits of the biggest sum of numbers33
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.07/1800.40	c 
1800.07/1800.40	c *** TERMINATED *** by signal 15
1800.07/1800.40	s UNKNOWN
1800.07/1800.40	c _____________________________________________________________________________
1800.07/1800.40	c 
1800.07/1800.40	c std/band forms        : 14776,3
1800.07/1800.40	c 2cl/3cl ITE-codings   : 8673,8055
1800.07/1800.40	c BDD/srt/adr Max costs : 5637,0,0
1800.07/1800.40	c BDDraw/bin/mul/srt/adr: 14779,0,0,0,0
1800.07/1800.40	c BDD nodes             : 76881
1800.07/1800.40	c Es1/CC detections     : 0,0
1800.07/1800.40	c SAT/UNSAT calls       : 0,0
1800.07/1800.40	c restarts              : 0
1800.07/1800.40	c conflicts             : 0              (0 /sec)
1800.07/1800.40	c decisions             : 0              (0 /sec)
1800.07/1800.40	c propagations          : 0              (0 /sec)
1800.07/1800.40	c inspects              : 0              (0 /sec)
1800.07/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.07/1800.40	c Time for Opt-base     : 0 s
1800.07/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-4082525-1465300236/watcher-4082525-1465300236 -o /tmp/evaluation-result-4082525-1465300236/solver-4082525-1465300236 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465273956-6604 --watchdog 1960 naps-1.02 HOME/instance-4082525-1465300236.opb 

pid=9098
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.22 2.23 2.14 3/177 9101
/proc/meminfo: memFree=31046236/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=7124 CPUtime=0 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 458 0 0 0 0 0 0 0 20 0 1 0 111955390 7294976 333 33554432000 4194304 5796924 140733390670064 140733548126664 4404063 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 1781 333 128 392 0 1380 0

[startup+0.10016 s]
/proc/loadavg: 2.22 2.23 2.14 3/177 9101
/proc/meminfo: memFree=31046236/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=11344 CPUtime=0.09 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 1544 0 0 0 9 0 0 0 20 0 1 0 111955390 11616256 1411 33554432000 4194304 5796924 140733390670064 140733548126664 4404063 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 2870 1412 129 392 0 2469 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11344

[startup+0.200324 s]
/proc/loadavg: 2.22 2.23 2.14 3/177 9101
/proc/meminfo: memFree=31046236/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=19244 CPUtime=0.19 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 3465 0 0 0 19 0 0 0 20 0 1 0 111955390 19705856 3290 33554432000 4194304 5796924 140733390670064 140733548126664 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 4811 3290 129 392 0 4410 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19244

[startup+0.300326 s]
/proc/loadavg: 2.22 2.23 2.14 3/177 9101
/proc/meminfo: memFree=31046236/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=22412 CPUtime=0.29 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 4353 0 0 0 29 0 0 0 20 0 1 0 111955390 22949888 4167 33554432000 4194304 5796924 140733390670064 140733548126664 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 5603 4167 129 392 0 5202 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22412

[startup+0.70024 s]
/proc/loadavg: 2.22 2.23 2.14 3/177 9101
/proc/meminfo: memFree=31046236/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=27632 CPUtime=0.69 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 5889 0 0 0 69 0 0 0 20 0 1 0 111955390 28295168 6056 33554432000 4194304 5796924 140733390670064 140733548126664 5087500 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 6908 6056 140 392 0 6507 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27632

[startup+1.5003 s]
/proc/loadavg: 2.22 2.23 2.14 3/178 9102
/proc/meminfo: memFree=31018132/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=45752 CPUtime=1.49 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 10916 0 0 0 148 1 0 0 20 0 1 0 111955390 46850048 10553 33554432000 4194304 5796924 140733390670064 140733390322584 4564248 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 11438 10554 148 392 0 11037 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45752

[startup+3.10031 s]
/proc/loadavg: 2.22 2.23 2.14 3/178 9102
/proc/meminfo: memFree=31001264/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=52892 CPUtime=3.08 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 12042 0 0 0 307 1 0 0 20 0 1 0 111955390 54161408 12172 33554432000 4194304 5796924 140733390670064 140733390667704 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 13223 12172 164 392 0 12822 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 52892

[startup+6.3003 s]
/proc/loadavg: 2.29 2.24 2.14 3/178 9102
/proc/meminfo: memFree=31015800/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=71748 CPUtime=6.29 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 12853 0 0 0 627 2 0 0 20 0 1 0 111955390 73469952 14513 33554432000 4194304 5796924 140733390670064 140733390667704 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 17937 14513 164 392 0 17536 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71748

[startup+12.7003 s]
/proc/loadavg: 2.26 2.23 2.14 3/178 9102
/proc/meminfo: memFree=30994756/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=71748 CPUtime=12.69 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 13866 0 0 0 1266 3 0 0 20 0 1 0 111955390 73469952 17056 33554432000 4194304 5796924 140733390670064 140733390667704 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 17937 17056 165 392 0 17536 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71748

[startup+25.5004 s]
/proc/loadavg: 2.20 2.22 2.14 3/177 9102
/proc/meminfo: memFree=30928912/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=140444 CPUtime=25.48 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 15739 0 0 0 2544 4 0 0 20 0 1 0 111955390 143814656 28859 33554432000 4194304 5796924 140733390670064 140733390667352 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 35111 28859 165 392 0 34710 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 140444

[startup+51.1004 s]
/proc/loadavg: 2.19 2.22 2.14 3/177 9102
/proc/meminfo: memFree=30894900/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=183248 CPUtime=51.08 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 17763 0 0 0 5100 8 0 0 20 0 1 0 111955390 187645952 38872 33554432000 4194304 5796924 140733390670064 140733390667704 4607212 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 45812 38872 165 392 0 45411 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 183248

[startup+102.3 s]
/proc/loadavg: 2.25 2.23 2.14 3/177 9103
/proc/meminfo: memFree=30880732/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=183248 CPUtime=102.28 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 19078 0 0 0 10216 12 0 0 20 0 1 0 111955390 187645952 37848 33554432000 4194304 5796924 140733390670064 140733390667704 4569014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 45812 37848 165 392 0 45411 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 183248

[startup+162.3 s]
/proc/loadavg: 2.13 2.20 2.14 3/177 9104
/proc/meminfo: memFree=30890104/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=183248 CPUtime=162.27 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 20398 0 0 0 16211 16 0 0 20 0 1 0 111955390 187645952 38872 33554432000 4194304 5796924 140733390670064 140733390667704 4591913 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 45812 38872 165 392 0 45411 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 183248

[startup+222.307 s]
/proc/loadavg: 2.14 2.19 2.14 3/177 9106
/proc/meminfo: memFree=30896452/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=183248 CPUtime=222.26 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 21725 0 0 0 22206 20 0 0 20 0 1 0 111955390 187645952 40408 33554432000 4194304 5796924 140733390670064 140733390667704 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 45812 40408 165 392 0 45411 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 183248

[startup+282.3 s]
/proc/loadavg: 2.14 2.18 2.14 3/177 9107
/proc/meminfo: memFree=30839472/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=233336 CPUtime=282.25 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 23007 0 0 0 28201 24 0 0 20 0 1 0 111955390 238936064 46341 33554432000 4194304 5796924 140733390670064 140733390667704 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 58334 46341 165 392 0 57933 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 233336

[startup+342.3 s]
/proc/loadavg: 2.09 2.16 2.13 3/177 9108
/proc/meminfo: memFree=30871640/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=183248 CPUtime=342.23 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 23443 0 0 0 34196 27 0 0 20 0 1 0 111955390 187645952 43438 33554432000 4194304 5796924 140733390670064 140733390667528 4607194 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 45812 43438 165 392 0 45411 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 183248

[startup+402.3 s]
/proc/loadavg: 2.18 2.17 2.13 3/177 9109
/proc/meminfo: memFree=30853260/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=183248 CPUtime=402.22 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 23824 0 0 0 40192 30 0 0 20 0 1 0 111955390 187645952 39492 33554432000 4194304 5796924 140733390670064 140733390667528 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 45812 39492 165 392 0 45411 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 183248

[startup+462.3 s]
/proc/loadavg: 2.25 2.19 2.14 3/177 9110
/proc/meminfo: memFree=30824684/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=233336 CPUtime=462.22 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 24145 0 0 0 46190 32 0 0 20 0 1 0 111955390 238936064 48533 33554432000 4194304 5796924 140733390670064 140733390667704 4607277 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 58334 48533 165 392 0 57933 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 233336

[startup+522.3 s]
/proc/loadavg: 2.17 2.18 2.14 3/177 9112
/proc/meminfo: memFree=30856864/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=183248 CPUtime=522.21 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 24211 0 0 0 52187 34 0 0 20 0 1 0 111955390 187645952 42088 33554432000 4194304 5796924 140733390670064 140733390667528 4606503 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 45812 42088 165 392 0 45411 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 183248

[startup+582.3 s]
/proc/loadavg: 2.20 2.19 2.14 3/178 9116
/proc/meminfo: memFree=30838688/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=233336 CPUtime=582.19 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 24529 0 0 0 58184 35 0 0 20 0 1 0 111955390 238936064 51093 33554432000 4194304 5796924 140733390670064 140733390667704 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 58334 51093 165 392 0 57933 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 233336


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


[startup+882.307 s]
/proc/loadavg: 2.04 2.15 2.14 3/177 9145
/proc/meminfo: memFree=30812916/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=241844 CPUtime=882.16 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 27735 0 0 0 88168 48 0 0 20 0 1 0 111955390 247648256 48172 33554432000 4194304 5796924 140733390670064 140733390667176 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 60461 48172 165 392 0 60060 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 241844

[startup+942.3 s]
/proc/loadavg: 2.22 2.18 2.15 3/177 9146
/proc/meminfo: memFree=30750068/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=245856 CPUtime=942.13 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 28667 0 0 0 94164 49 0 0 20 0 1 0 111955390 251756544 56944 33554432000 4194304 5796924 140733390670064 140733390667176 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 61464 56944 165 392 0 61063 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 245856

[startup+1002.3 s]
/proc/loadavg: 2.15 2.17 2.15 3/177 9147
/proc/meminfo: memFree=30785264/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=249728 CPUtime=1002.11 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 29758 0 0 0 100160 51 0 0 20 0 1 0 111955390 255721472 55084 33554432000 4194304 5796924 140733390670064 140733390667704 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 62432 55084 165 392 0 62031 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 249728

[startup+1062.3 s]
/proc/loadavg: 2.10 2.15 2.14 3/176 9148
/proc/meminfo: memFree=30770544/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=250152 CPUtime=1062.1 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 30241 0 0 0 106156 54 0 0 20 0 1 0 111955390 256155648 51090 33554432000 4194304 5796924 140733390670064 140733390667176 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 62538 51090 165 392 0 62137 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 250152

[startup+1122.3 s]
/proc/loadavg: 2.22 2.18 2.15 3/177 9151
/proc/meminfo: memFree=30775752/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=250664 CPUtime=1122.1 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 30373 0 0 0 112155 55 0 0 20 0 1 0 111955390 256679936 57865 33554432000 4194304 5796924 140733390670064 140733390667176 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 62666 57865 165 392 0 62265 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 250664

[startup+1182.3 s]
/proc/loadavg: 2.13 2.16 2.14 3/178 9155
/proc/meminfo: memFree=30772288/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=252744 CPUtime=1182.08 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 31922 0 0 0 118149 59 0 0 20 0 1 0 111955390 258809856 50674 33554432000 4194304 5796924 140733390670064 140733390667176 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 63186 50674 165 392 0 62785 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 252744

[startup+1242.3 s]
/proc/loadavg: 2.09 2.14 2.14 3/178 9156
/proc/meminfo: memFree=30768912/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=252996 CPUtime=1242.07 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 32010 0 0 0 124147 60 0 0 20 0 1 0 111955390 259067904 59449 33554432000 4194304 5796924 140733390670064 140733390667176 4606480 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 63249 59449 165 392 0 62848 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 252996

[startup+1302.3 s]
/proc/loadavg: 2.25 2.17 2.15 4/177 9157
/proc/meminfo: memFree=30779356/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=205168 CPUtime=1302.07 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 33189 0 0 0 130143 64 0 0 20 0 1 0 111955390 210092032 49323 33554432000 4194304 5796924 140733390670064 140733390667528 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 51292 49323 165 392 0 50891 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 205168

[startup+1362.3 s]
/proc/loadavg: 2.13 2.16 2.14 3/177 9158
/proc/meminfo: memFree=30769488/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=256268 CPUtime=1362.06 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 33760 0 0 0 136140 66 0 0 20 0 1 0 111955390 262418432 58062 33554432000 4194304 5796924 140733390670064 140733390667176 4607261 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 64067 58062 165 392 0 63666 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 256268

[startup+1422.3 s]
/proc/loadavg: 2.08 2.14 2.13 3/177 9160
/proc/meminfo: memFree=30704004/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=338816 CPUtime=1422.06 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 34771 0 0 0 142138 68 0 0 20 0 1 0 111955390 346947584 65700 33554432000 4194304 5796924 140733390670064 140733390667176 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 84704 65700 165 392 0 84303 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 338816

[startup+1482.3 s]
/proc/loadavg: 2.10 2.14 2.13 3/177 9161
/proc/meminfo: memFree=30767124/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=258280 CPUtime=1482.04 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 35335 0 0 0 148132 72 0 0 20 0 1 0 111955390 264478720 58033 33554432000 4194304 5796924 140733390670064 140733390667176 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 64570 58033 165 392 0 64169 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 258280

[startup+1542.31 s]
/proc/loadavg: 2.07 2.12 2.13 3/177 9162
/proc/meminfo: memFree=30703012/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=341980 CPUtime=1542.02 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 36566 0 0 0 154128 74 0 0 20 0 1 0 111955390 350187520 65178 33554432000 4194304 5796924 140733390670064 140733390667704 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 85495 65178 165 392 0 85094 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 341980

[startup+1602.3 s]
/proc/loadavg: 2.06 2.11 2.12 3/177 9163
/proc/meminfo: memFree=30760816/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=260760 CPUtime=1602.01 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 37002 0 0 0 160123 78 0 0 20 0 1 0 111955390 267018240 59433 33554432000 4194304 5796924 140733390670064 140733390667176 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 65190 59433 165 392 0 64789 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 260760

[startup+1662.3 s]
/proc/loadavg: 2.20 2.14 2.12 3/177 9210
/proc/meminfo: memFree=30938864/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=344980 CPUtime=1662 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 38294 0 0 0 166120 80 0 0 20 0 1 0 111955390 353259520 67354 33554432000 4194304 5796924 140733390670064 140733390667176 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 86245 67354 165 392 0 85844 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 344980

[startup+1722.3 s]
/proc/loadavg: 2.20 2.15 2.13 3/177 9212
/proc/meminfo: memFree=30967100/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=264048 CPUtime=1721.99 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 38747 0 0 0 172117 82 0 0 20 0 1 0 111955390 270385152 60069 33554432000 4194304 5796924 140733390670064 140733390667176 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 66012 60069 165 392 0 65611 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 264048

[startup+1782.3 s]
/proc/loadavg: 2.07 2.12 2.12 3/178 9216
/proc/meminfo: memFree=30937100/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=347248 CPUtime=1781.98 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 39294 0 0 0 178115 83 0 0 20 0 1 0 111955390 355581952 67255 33554432000 4194304 5796924 140733390670064 140733390667704 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 86812 67255 165 392 0 86411 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 347248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.05 2.12 2.11 3/178 9216
/proc/meminfo: memFree=30925380/32872528 swapFree=11252/530428
[pid=9101] ppid=9098 vsize=347756 CPUtime=1800.07 cores=1,3,5,7
/proc/9101/stat : 9101 (naps-1.02) R 9098 9101 6587 0 -1 4202496 39410 0 0 0 179924 83 0 0 20 0 1 0 111955390 356102144 69926 33554432000 4194304 5796924 140733390670064 140733390667176 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/9101/statm: 86939 69926 165 392 0 86538 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 347756

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1799.25
CPU system time (s): 0.847871
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 475208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 0.847871
maximum resident set size= 358592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39422
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= 69
involuntary context switches= 1851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.56431 second user time and 6.89595 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-07 13:50:36
IDJOB=4082525
IDBENCH=92769
IDSOLVER=2544
FILE ID=node141/4082525-1465300236
RUNJOBID= node141-1465273956-6604
PBS_JOBID= 19843303
Free space on /tmp= 71740 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_6_ic.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082525-1465300236/watcher-4082525-1465300236 -o /tmp/evaluation-result-4082525-1465300236/solver-4082525-1465300236 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465273956-6604 --watchdog 1960  naps-1.02 HOME/instance-4082525-1465300236.opb

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

MD5SUM BENCH= 09d230c3dd969e67e7ea084b633c9325
RANDOM SEED=1569786533

node141.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.876
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.75
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.876
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.876
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.876
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.876
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.56
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.876
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.876
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.56
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.876
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:        31047136 kB
Buffers:          115776 kB
Cached:           245232 kB
SwapCached:         2212 kB
Active:           254572 kB
Inactive:         277208 kB
Active(anon):     169756 kB
Inactive(anon):     3072 kB
Active(file):      84816 kB
Inactive(file):   274136 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098344 kB
Dirty:              5052 kB
Writeback:             0 kB
AnonPages:        714212 kB
Mapped:             8992 kB
Shmem:                 0 kB
Slab:             618120 kB
SReclaimable:      61752 kB
SUnreclaim:       556368 kB
KernelStack:        1432 kB
PageTables:         5484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     840176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    632832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node141 at 2016-06-07 14:20:37