Trace number 4082521

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_2_ic.opb
MD5SUMc16bd2424e0fff3ff3df69ee00e2dc99
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 112678587
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11239356641
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 112678587
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11239356641
Number of bits of the biggest sum of numbers34
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-4082521-1465302602/watcher-4082521-1465302602 -o /tmp/evaluation-result-4082521-1465302602/solver-4082521-1465302602 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465273956-6603 --watchdog 1960 naps-1.02 HOME/instance-4082521-1465302602.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.08 2.08 3/177 9321
/proc/meminfo: memFree=30133988/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=7124 CPUtime=0 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 440 0 0 0 0 0 0 0 20 0 1 0 112191980 7294976 314 33554432000 4194304 5796924 140733582377072 140734800423288 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 1781 316 117 392 0 1380 0

[startup+0.100139 s]
/proc/loadavg: 2.08 2.08 2.08 3/177 9321
/proc/meminfo: memFree=30133988/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=11340 CPUtime=0.09 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 1515 0 0 0 9 0 0 0 20 0 1 0 112191980 11612160 1382 33554432000 4194304 5796924 140733582377072 140734800423288 4404063 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 2835 1383 129 392 0 2434 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11340

[startup+0.200314 s]
/proc/loadavg: 2.08 2.08 2.08 3/177 9321
/proc/meminfo: memFree=30133988/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=19244 CPUtime=0.19 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 3452 0 0 0 19 0 0 0 20 0 1 0 112191980 19705856 3277 33554432000 4194304 5796924 140733582377072 140734800423288 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 4811 3277 129 392 0 4410 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19244

[startup+0.300325 s]
/proc/loadavg: 2.08 2.08 2.08 3/177 9321
/proc/meminfo: memFree=30133988/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=22412 CPUtime=0.29 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 4351 0 0 0 29 0 0 0 20 0 1 0 112191980 22949888 4165 33554432000 4194304 5796924 140733582377072 140734800423288 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 5603 4165 129 392 0 5202 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22412

[startup+0.700285 s]
/proc/loadavg: 2.08 2.08 2.08 3/177 9321
/proc/meminfo: memFree=30133988/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=27640 CPUtime=0.69 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 5892 0 0 0 69 0 0 0 20 0 1 0 112191980 28303360 5547 33554432000 4194304 5796924 140733582377072 140734800423288 5100093 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 6910 5547 140 392 0 6509 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27640

[startup+1.5003 s]
/proc/loadavg: 2.08 2.08 2.08 3/178 9322
/proc/meminfo: memFree=30029952/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=45964 CPUtime=1.49 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 10970 0 0 0 148 1 0 0 20 0 1 0 112191980 47067136 10609 33554432000 4194304 5796924 140733582377072 140733582371640 4564234 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 11491 10609 148 392 0 11090 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45964

[startup+3.10026 s]
/proc/loadavg: 2.08 2.08 2.08 3/178 9322
/proc/meminfo: memFree=29984272/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=53104 CPUtime=3.08 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 12303 0 0 0 307 1 0 0 20 0 1 0 112191980 54378496 11905 33554432000 4194304 5796924 140733582377072 140733582374712 4607194 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 13276 11905 164 392 0 12875 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 53104

[startup+6.3003 s]
/proc/loadavg: 2.07 2.08 2.08 3/178 9322
/proc/meminfo: memFree=30003400/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=71960 CPUtime=6.29 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 13244 0 0 0 627 2 0 0 20 0 1 0 112191980 73687040 14885 33554432000 4194304 5796924 140733582377072 140733582374712 4607168 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 17990 14885 164 392 0 17589 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71960

[startup+12.7003 s]
/proc/loadavg: 2.06 2.08 2.08 3/178 9322
/proc/meminfo: memFree=29755896/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=71960 CPUtime=12.69 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 15239 0 0 0 1266 3 0 0 20 0 1 0 112191980 73687040 17171 33554432000 4194304 5796924 140733582377072 140733582374712 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 17990 17172 165 392 0 17589 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71960

[startup+25.5004 s]
/proc/loadavg: 2.05 2.07 2.08 3/178 9322
/proc/meminfo: memFree=29277504/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=140428 CPUtime=25.48 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 16479 0 0 0 2544 4 0 0 20 0 1 0 112191980 143798272 29147 33554432000 4194304 5796924 140733582377072 140733582374360 4606565 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 35107 29147 165 392 0 34706 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 140428

[startup+51.1004 s]
/proc/loadavg: 2.09 2.08 2.08 3/178 9368
/proc/meminfo: memFree=31053988/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=183240 CPUtime=51.08 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 19326 0 0 0 5099 9 0 0 20 0 1 0 112191980 187637760 39097 33554432000 4194304 5796924 140733582377072 140733582374712 4606799 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 45810 39097 165 392 0 45409 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 183240

[startup+102.3 s]
/proc/loadavg: 2.04 2.07 2.08 3/177 9369
/proc/meminfo: memFree=31052044/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=183240 CPUtime=102.27 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 21000 0 0 0 10214 13 0 0 20 0 1 0 112191980 187637760 38708 33554432000 4194304 5796924 140733582377072 140733582374712 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 45810 38708 165 392 0 45409 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 183240

[startup+162.3 s]
/proc/loadavg: 2.07 2.07 2.08 4/177 9370
/proc/meminfo: memFree=31045068/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=183240 CPUtime=162.25 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 22668 0 0 0 16209 16 0 0 20 0 1 0 112191980 187637760 40244 33554432000 4194304 5796924 140733582377072 140733582374712 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 45810 40244 165 392 0 45409 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 183240

[startup+222.307 s]
/proc/loadavg: 2.02 2.05 2.07 3/177 9371
/proc/meminfo: memFree=31034240/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=183240 CPUtime=222.25 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 24636 0 0 0 22204 21 0 0 20 0 1 0 112191980 187637760 42804 33554432000 4194304 5796924 140733582377072 140733582374712 4606744 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 45810 42804 165 392 0 45409 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 183240

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.07 3/177 9373
/proc/meminfo: memFree=31046564/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=183240 CPUtime=282.23 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 27283 0 0 0 28199 24 0 0 20 0 1 0 112191980 187637760 40202 33554432000 4194304 5796924 140733582377072 140733582374536 4606779 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 45810 40202 165 392 0 45409 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 183240

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/177 9374
/proc/meminfo: memFree=31026016/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=183240 CPUtime=342.23 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 28493 0 0 0 34196 27 0 0 20 0 1 0 112191980 187637760 44896 33554432000 4194304 5796924 140733582377072 140733582374536 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 45810 44896 165 392 0 45409 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 183240

[startup+402.3 s]
/proc/loadavg: 2.03 2.03 2.06 3/177 9375
/proc/meminfo: memFree=31040264/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=183240 CPUtime=402.22 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 29511 0 0 0 40192 30 0 0 20 0 1 0 112191980 187637760 41226 33554432000 4194304 5796924 140733582377072 140733582374536 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 45810 41226 165 392 0 45409 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 183240

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.06 3/177 9376
/proc/meminfo: memFree=31004648/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=233328 CPUtime=462.21 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 30347 0 0 0 46190 31 0 0 20 0 1 0 112191980 238927872 50231 33554432000 4194304 5796924 140733582377072 140733582374712 4606744 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 58332 50231 165 392 0 57931 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 233328

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/177 9377
/proc/meminfo: memFree=30140060/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=183240 CPUtime=522.2 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 30635 0 0 0 52187 33 0 0 20 0 1 0 112191980 187637760 44298 33554432000 4194304 5796924 140733582377072 140733582374536 4607241 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 45810 44298 165 392 0 45409 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 183240

[startup+582.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/177 9425
/proc/meminfo: memFree=30832832/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=183240 CPUtime=582.18 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 31738 0 0 0 58183 35 0 0 20 0 1 0 112191980 187637760 40202 33554432000 4194304 5796924 140733582377072 140733582374536 4607215 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 45810 40202 165 392 0 45409 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 183240


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


[startup+882.307 s]
/proc/loadavg: 2.00 2.00 2.02 3/176 9433
/proc/meminfo: memFree=30671784/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=242632 CPUtime=882.15 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 37790 0 0 0 88170 45 0 0 20 0 1 0 112191980 248455168 51051 33554432000 4194304 5796924 140733582377072 140733582374184 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 60658 51051 165 392 0 60257 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 242632

[startup+942.3 s]
/proc/loadavg: 2.03 2.01 2.02 3/177 9435
/proc/meminfo: memFree=30687020/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=199940 CPUtime=942.14 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 39646 0 0 0 94166 48 0 0 20 0 1 0 112191980 204738560 47706 33554432000 4194304 5796924 140733582377072 140733582374536 4606480 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 49985 47706 165 392 0 49584 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 199940

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 2.01 3/177 9436
/proc/meminfo: memFree=30641280/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=250028 CPUtime=1002.12 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 40490 0 0 0 100163 49 0 0 20 0 1 0 112191980 256028672 58759 33554432000 4194304 5796924 140733582377072 140733582374712 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 62507 58759 165 392 0 62106 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 250028

[startup+1062.3 s]
/proc/loadavg: 2.14 2.06 2.03 3/177 9437
/proc/meminfo: memFree=30663244/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=250456 CPUtime=1062.12 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 41722 0 0 0 106159 53 0 0 20 0 1 0 112191980 256466944 53753 33554432000 4194304 5796924 140733582377072 140733582374184 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 62614 53753 165 392 0 62213 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 250456

[startup+1122.3 s]
/proc/loadavg: 2.05 2.05 2.02 3/177 9438
/proc/meminfo: memFree=30633584/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=251684 CPUtime=1122.1 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 42033 0 0 0 112157 53 0 0 20 0 1 0 112191980 257724416 60707 33554432000 4194304 5796924 140733582377072 140733582374184 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 62921 60707 165 392 0 62520 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 251684

[startup+1182.3 s]
/proc/loadavg: 2.07 2.05 2.02 3/177 9439
/proc/meminfo: memFree=30657200/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=252952 CPUtime=1182.09 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 44131 0 0 0 118152 57 0 0 20 0 1 0 112191980 259022848 55073 33554432000 4194304 5796924 140733582377072 140733582374184 4607258 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 63238 55073 165 392 0 62837 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 252952

[startup+1242.3 s]
/proc/loadavg: 2.14 2.07 2.03 3/178 9444
/proc/meminfo: memFree=30625036/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=253756 CPUtime=1242.06 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 44453 0 0 0 124149 57 0 0 20 0 1 0 112191980 259846144 62522 33554432000 4194304 5796924 140733582377072 140733582374184 4569014 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 63439 62522 165 392 0 63038 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 253756

[startup+1302.3 s]
/proc/loadavg: 2.14 2.08 2.03 3/177 9445
/proc/meminfo: memFree=30655080/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=255512 CPUtime=1302.05 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 46509 0 0 0 130143 62 0 0 20 0 1 0 112191980 261644288 55591 33554432000 4194304 5796924 140733582377072 140733582374712 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 63878 55591 165 392 0 63477 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 255512

[startup+1362.3 s]
/proc/loadavg: 2.05 2.07 2.03 3/177 9446
/proc/meminfo: memFree=30625068/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=257304 CPUtime=1362.04 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 46911 0 0 0 136142 62 0 0 20 0 1 0 112191980 263479296 62636 33554432000 4194304 5796924 140733582377072 140733582374184 4606523 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 64326 62636 165 392 0 63925 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 257304

[startup+1422.3 s]
/proc/loadavg: 2.02 2.05 2.02 3/177 9447
/proc/meminfo: memFree=30655528/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=257684 CPUtime=1422.04 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 48811 0 0 0 142137 67 0 0 20 0 1 0 112191980 263868416 55043 33554432000 4194304 5796924 140733582377072 140733582374712 4607194 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 64421 55043 165 392 0 64020 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 257684

[startup+1482.3 s]
/proc/loadavg: 2.06 2.06 2.02 3/177 9448
/proc/meminfo: memFree=30626420/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=260212 CPUtime=1482.02 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 49351 0 0 0 148135 67 0 0 20 0 1 0 112191980 266457088 62226 33554432000 4194304 5796924 140733582377072 140733582374184 4606771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 65053 62226 165 392 0 64652 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 260212

[startup+1542.31 s]
/proc/loadavg: 2.02 2.04 2.01 3/177 9450
/proc/meminfo: memFree=30654924/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=260848 CPUtime=1542.02 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 51300 0 0 0 154131 71 0 0 20 0 1 0 112191980 267108352 55195 33554432000 4194304 5796924 140733582377072 140733582374712 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 65212 55195 165 392 0 64811 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 260848

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.01 3/177 9451
/proc/meminfo: memFree=30620772/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=262464 CPUtime=1602 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 51582 0 0 0 160128 72 0 0 20 0 1 0 112191980 268763136 63653 33554432000 4194304 5796924 140733582377072 140733582374184 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 65616 63653 165 392 0 65215 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 262464

[startup+1662.3 s]
/proc/loadavg: 2.15 2.07 2.02 3/177 9452
/proc/meminfo: memFree=30649764/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=263764 CPUtime=1662 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 53222 0 0 0 166124 76 0 0 20 0 1 0 112191980 270094336 56303 33554432000 4194304 5796924 140733582377072 140733582374536 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 65941 56303 165 392 0 65540 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 263764

[startup+1722.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/177 9453
/proc/meminfo: memFree=30620088/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=265048 CPUtime=1721.98 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 53509 0 0 0 172122 76 0 0 20 0 1 0 112191980 271409152 63744 33554432000 4194304 5796924 140733582377072 140733582374184 4606768 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 66262 63744 165 392 0 65861 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 265048

[startup+1782.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/177 9454
/proc/meminfo: memFree=30650748/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=266756 CPUtime=1781.98 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 55104 0 0 0 178118 80 0 0 20 0 1 0 112191980 273158144 55900 33554432000 4194304 5796924 140733582377072 140733582374536 4606534 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 66689 55900 165 392 0 66288 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 266756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.11 2.07 2.02 3/177 9457
/proc/meminfo: memFree=30638324/32872528 swapFree=11252/530428
[pid=9321] ppid=9318 vsize=267072 CPUtime=1800.07 cores=0,2,4,6
/proc/9321/stat : 9321 (naps-1.02) R 9318 9321 6587 0 -1 4202496 55157 0 0 0 179927 80 0 0 20 0 1 0 112191980 273481728 59019 33554432000 4194304 5796924 140733582377072 140733582374184 4595432 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/9321/statm: 66768 59019 165 392 0 66367 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 267072

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

Child status: 0
Real time (s): 1800.4
CPU time (s): 1800.09
CPU user time (s): 1799.28
CPU system time (s): 0.811876
CPU usage (%): 99.9825
Max. virtual memory (cumulated for all children) (KiB): 478372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 0.811876
maximum resident set size= 369448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55169
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= 59
involuntary context switches= 2032

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

The end

Launcher Data

Begin job on node141 at 2016-06-07 14:30:02
IDJOB=4082521
IDBENCH=92778
IDSOLVER=2544
FILE ID=node141/4082521-1465302602
RUNJOBID= node141-1465273956-6603
PBS_JOBID= 19843303
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= c16bd2424e0fff3ff3df69ee00e2dc99
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:        30134360 kB
Buffers:          117040 kB
Cached:           245028 kB
SwapCached:         2212 kB
Active:          1177884 kB
Inactive:         279128 kB
Active(anon):    1093860 kB
Inactive(anon):     3072 kB
Active(file):      84024 kB
Inactive(file):   276056 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098344 kB
Dirty:              5084 kB
Writeback:             0 kB
AnonPages:       1626268 kB
Mapped:             9120 kB
Shmem:                 0 kB
Slab:             618256 kB
SReclaimable:      61764 kB
SUnreclaim:       556492 kB
KernelStack:        1456 kB
PageTables:         7196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1795632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1034240 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= 71728 MiB
End job on node141 at 2016-06-07 15:00:03