Trace number 4082526

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_7_ic.opb
MD5SUMa68c99426915823baa7396c373ffb50a
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 15865908633
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 15865908633
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.06/1800.40	c 
1800.06/1800.40	c *** TERMINATED *** by signal 15
1800.06/1800.40	s UNKNOWN
1800.06/1800.40	c _____________________________________________________________________________
1800.06/1800.40	c 
1800.06/1800.40	c std/band forms        : 14776,3
1800.06/1800.40	c 2cl/3cl ITE-codings   : 8673,8055
1800.06/1800.40	c BDD/srt/adr Max costs : 5637,0,0
1800.06/1800.40	c BDDraw/bin/mul/srt/adr: 14779,0,0,0,0
1800.06/1800.40	c BDD nodes             : 76881
1800.06/1800.40	c Es1/CC detections     : 0,0
1800.06/1800.40	c SAT/UNSAT calls       : 0,0
1800.06/1800.40	c restarts              : 0
1800.06/1800.40	c conflicts             : 0              (0 /sec)
1800.06/1800.40	c decisions             : 0              (0 /sec)
1800.06/1800.40	c propagations          : 0              (0 /sec)
1800.06/1800.40	c inspects              : 0              (0 /sec)
1800.06/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.06/1800.40	c Time for Opt-base     : 0 s
1800.06/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-4082526-1465305554/watcher-4082526-1465305554 -o /tmp/evaluation-result-4082526-1465305554/solver-4082526-1465305554 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465274956-21529 --watchdog 1960 naps-1.02 HOME/instance-4082526-1465305554.opb 

pid=25896
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.11 2.09 2.05 3/176 25899
/proc/meminfo: memFree=31152512/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=6824 CPUtime=0 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 112490759 6987776 238 33554432000 4194304 5796924 140737326672176 140736144481624 5151211 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 1706 238 114 392 0 1305 0

[startup+0.100127 s]
/proc/loadavg: 2.11 2.09 2.05 3/176 25899
/proc/meminfo: memFree=31152512/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=10584 CPUtime=0.09 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 1335 0 0 0 9 0 0 0 20 0 1 0 112490759 10838016 1202 33554432000 4194304 5796924 140737326672176 140736144481624 5092431 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 2646 1202 129 392 0 2245 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10584

[startup+0.200264 s]
/proc/loadavg: 2.11 2.09 2.05 3/176 25899
/proc/meminfo: memFree=31152512/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=17872 CPUtime=0.19 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 3164 0 0 0 19 0 0 0 20 0 1 0 112490759 18300928 2989 33554432000 4194304 5796924 140737326672176 140737326671400 4805619 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 4468 2991 129 392 0 4067 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 17872

[startup+0.30026 s]
/proc/loadavg: 2.11 2.09 2.05 3/176 25899
/proc/meminfo: memFree=31152512/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=22412 CPUtime=0.29 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 4327 0 0 0 29 0 0 0 20 0 1 0 112490759 22949888 4145 33554432000 4194304 5796924 140737326672176 140737326671400 5092671 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 5603 4145 129 392 0 5202 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22412

[startup+0.700198 s]
/proc/loadavg: 2.11 2.09 2.05 3/176 25899
/proc/meminfo: memFree=31152512/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=27272 CPUtime=0.68 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 5792 0 0 0 68 0 0 0 20 0 1 0 112490759 27926528 5447 33554432000 4194304 5796924 140737326672176 140737326671448 5087532 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 6818 5447 140 392 0 6417 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27272

[startup+1.5002 s]
/proc/loadavg: 2.11 2.09 2.05 3/177 25900
/proc/meminfo: memFree=31124152/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=43796 CPUtime=1.49 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 10245 0 0 0 148 1 0 0 20 0 1 0 112490759 44847104 10029 33554432000 4194304 5796924 140737326672176 140737326665960 4632254 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 10949 10029 146 392 0 10548 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43796

[startup+3.10021 s]
/proc/loadavg: 2.11 2.09 2.05 3/177 25900
/proc/meminfo: memFree=31107480/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=53100 CPUtime=3.08 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 12365 0 0 0 307 1 0 0 20 0 1 0 112490759 54374400 11972 33554432000 4194304 5796924 140737326672176 140737326669816 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 13275 11972 164 392 0 12874 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 53100

[startup+6.30022 s]
/proc/loadavg: 2.10 2.09 2.05 3/177 25900
/proc/meminfo: memFree=31092060/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=71956 CPUtime=6.29 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 13177 0 0 0 627 2 0 0 20 0 1 0 112490759 73682944 14314 33554432000 4194304 5796924 140737326672176 140737326669816 4592091 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 17989 14314 164 392 0 17588 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71956

[startup+12.7003 s]
/proc/loadavg: 2.09 2.09 2.05 3/177 25900
/proc/meminfo: memFree=31079044/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=71956 CPUtime=12.68 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 14851 0 0 0 1265 3 0 0 20 0 1 0 112490759 73682944 16764 33554432000 4194304 5796924 140737326672176 140737326669816 4606534 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 17989 16764 165 392 0 17588 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 71956

[startup+25.5003 s]
/proc/loadavg: 2.15 2.10 2.05 3/177 25900
/proc/meminfo: memFree=31022092/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=140424 CPUtime=25.48 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 16327 0 0 0 2543 5 0 0 20 0 1 0 112490759 143794176 28438 33554432000 4194304 5796924 140737326672176 140737326669464 4606507 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 35106 28438 165 392 0 34705 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 140424

[startup+51.1003 s]
/proc/loadavg: 2.10 2.09 2.05 3/178 25903
/proc/meminfo: memFree=30966564/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=152416 CPUtime=51.07 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 18984 0 0 0 5098 9 0 0 20 0 1 0 112490759 156073984 37014 33554432000 4194304 5796924 140737326672176 140737326669464 4606771 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 38104 37014 165 392 0 37703 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 152416

[startup+102.3 s]
/proc/loadavg: 2.08 2.09 2.05 3/178 25904
/proc/meminfo: memFree=30994748/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=152416 CPUtime=102.28 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 20791 0 0 0 10214 14 0 0 20 0 1 0 112490759 156073984 35990 33554432000 4194304 5796924 140737326672176 140737326669640 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 38104 35990 165 392 0 37703 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 152416

[startup+162.3 s]
/proc/loadavg: 2.03 2.07 2.04 3/177 25905
/proc/meminfo: memFree=30969680/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=152416 CPUtime=162.26 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 22603 0 0 0 16209 17 0 0 20 0 1 0 112490759 156073984 35990 33554432000 4194304 5796924 140737326672176 140737326669640 4606789 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 38104 35990 165 392 0 37703 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 152416

[startup+222.307 s]
/proc/loadavg: 2.01 2.05 2.04 3/177 25906
/proc/meminfo: memFree=30992044/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=152416 CPUtime=222.25 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 24663 0 0 0 22204 21 0 0 20 0 1 0 112490759 156073984 37177 33554432000 4194304 5796924 140737326672176 140737326669640 4607232 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 38104 37177 165 392 0 37703 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 152416

[startup+282.3 s]
/proc/loadavg: 2.14 2.07 2.04 3/177 25908
/proc/meminfo: memFree=30934084/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=183236 CPUtime=282.22 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 26494 0 0 0 28197 25 0 0 20 0 1 0 112490759 187633664 43895 33554432000 4194304 5796924 140737326672176 140737326669816 4607258 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 45809 43895 165 392 0 45408 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 183236

[startup+342.3 s]
/proc/loadavg: 2.12 2.07 2.04 3/177 25909
/proc/meminfo: memFree=30979672/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=183236 CPUtime=342.21 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 27818 0 0 0 34191 30 0 0 20 0 1 0 112490759 187633664 40781 33554432000 4194304 5796924 140737326672176 140737326669640 4568992 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 45809 40781 165 392 0 45408 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 183236

[startup+402.3 s]
/proc/loadavg: 2.04 2.06 2.04 3/177 25910
/proc/meminfo: memFree=30912144/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=233324 CPUtime=402.21 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 28138 0 0 0 40189 32 0 0 20 0 1 0 112490759 238923776 49786 33554432000 4194304 5796924 140737326672176 140737326669816 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 58331 49786 165 392 0 57930 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 233324

[startup+462.3 s]
/proc/loadavg: 2.07 2.06 2.04 3/177 25911
/proc/meminfo: memFree=30952032/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=233324 CPUtime=462.19 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 28803 0 0 0 46185 34 0 0 20 0 1 0 112490759 238923776 46714 33554432000 4194304 5796924 140737326672176 140737326669816 4606531 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 58331 46714 165 392 0 57930 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 233324

[startup+522.3 s]
/proc/loadavg: 2.02 2.05 2.03 3/177 25912
/proc/meminfo: memFree=30896032/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=233324 CPUtime=522.19 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 28816 0 0 0 52184 35 0 0 20 0 1 0 112490759 238923776 53370 33554432000 4194304 5796924 140737326672176 140737326669816 4606461 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 58331 53370 165 392 0 57930 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 233324

[startup+582.3 s]
/proc/loadavg: 2.01 2.04 2.02 3/177 25914
/proc/meminfo: memFree=30947780/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=233324 CPUtime=582.18 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 29482 0 0 0 58181 37 0 0 20 0 1 0 112490759 238923776 47738 33554432000 4194304 5796924 140737326672176 140737326669816 4606789 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 58331 47738 165 392 0 57930 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 233324


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


[startup+882.307 s]
/proc/loadavg: 2.01 2.02 2.01 3/177 26014
/proc/meminfo: memFree=30063744/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=241384 CPUtime=882.13 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 33138 0 0 0 88166 47 0 0 20 0 1 0 112490759 247177216 57530 33554432000 4194304 5796924 140737326672176 140737326669288 4606514 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 60346 57530 165 392 0 59945 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 241384

[startup+942.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/177 26060
/proc/meminfo: memFree=30803880/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=243756 CPUtime=942.11 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 34265 0 0 0 94161 50 0 0 20 0 1 0 112490759 249606144 52683 33554432000 4194304 5796924 140737326672176 140737326669288 4607212 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 60939 52683 165 392 0 60538 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 243756

[startup+1002.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 26107
/proc/meminfo: memFree=30663400/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=199936 CPUtime=1002.11 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 35824 0 0 0 100158 53 0 0 20 0 1 0 112490759 204734464 48454 33554432000 4194304 5796924 140737326672176 140737326669640 4607232 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 49984 48454 165 392 0 49583 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 199936

[startup+1062.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 26154
/proc/meminfo: memFree=30921728/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=250024 CPUtime=1062.1 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 36150 0 0 0 106156 54 0 0 20 0 1 0 112490759 256024576 58995 33554432000 4194304 5796924 140737326672176 140737326669816 4607192 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 62506 58995 165 392 0 62105 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 250024

[startup+1122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 26155
/proc/meminfo: memFree=29904436/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=250452 CPUtime=1122.08 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 36952 0 0 0 112151 57 0 0 20 0 1 0 112490759 256462848 54042 33554432000 4194304 5796924 140737326672176 140737326669288 4606624 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 62613 54042 165 392 0 62212 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 250452

[startup+1182.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 26157
/proc/meminfo: memFree=29581080/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=251680 CPUtime=1182.06 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 37289 0 0 0 118149 57 0 0 20 0 1 0 112490759 257720320 61003 33554432000 4194304 5796924 140737326672176 140737326669288 4607241 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 62920 61003 165 392 0 62519 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 251680

[startup+1242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 26158
/proc/meminfo: memFree=29197184/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=252948 CPUtime=1242.05 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 38894 0 0 0 124143 62 0 0 20 0 1 0 112490759 259018752 54082 33554432000 4194304 5796924 140737326672176 140737326669288 4607229 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 63237 54082 165 392 0 62836 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 252948

[startup+1302.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/178 26162
/proc/meminfo: memFree=29111088/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=253512 CPUtime=1302.04 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 39049 0 0 0 130141 63 0 0 20 0 1 0 112490759 259596288 61391 33554432000 4194304 5796924 140737326672176 140737326669288 4606802 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 63378 61391 165 392 0 62977 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 253512

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 26163
/proc/meminfo: memFree=28982040/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=255508 CPUtime=1362.03 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 40763 0 0 0 136136 67 0 0 20 0 1 0 112490759 261640192 52518 33554432000 4194304 5796924 140737326672176 140737326669816 4606495 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 63877 52518 165 392 0 63476 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 255508

[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 26164
/proc/meminfo: memFree=28945468/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=256520 CPUtime=1422.03 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 41031 0 0 0 142135 68 0 0 20 0 1 0 112490759 262676480 60451 33554432000 4194304 5796924 140737326672176 140737326669288 4593771 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 64130 60451 165 392 0 63729 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 256520

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 26165
/proc/meminfo: memFree=28984056/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=257680 CPUtime=1482.01 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 42666 0 0 0 148129 72 0 0 20 0 1 0 112490759 263864320 52014 33554432000 4194304 5796924 140737326672176 140737326669816 4606514 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 64420 52014 165 392 0 64019 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 257680

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 26167
/proc/meminfo: memFree=28932144/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=258532 CPUtime=1542.01 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 42857 0 0 0 154129 72 0 0 20 0 1 0 112490759 264736768 59870 33554432000 4194304 5796924 140737326672176 140737326669288 4606768 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 64633 59870 165 392 0 64232 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 258532

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 26168
/proc/meminfo: memFree=28965248/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=260844 CPUtime=1602 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 44715 0 0 0 160124 76 0 0 20 0 1 0 112490759 267104256 52681 33554432000 4194304 5796924 140737326672176 140737326669816 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 65211 52681 165 392 0 64810 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 260844

[startup+1662.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/177 26169
/proc/meminfo: memFree=28920892/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=261012 CPUtime=1661.98 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 44766 0 0 0 166122 76 0 0 20 0 1 0 112490759 267276288 59886 33554432000 4194304 5796924 140737326672176 140737326669288 4607255 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 65253 59886 165 392 0 64852 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 261012

[startup+1722.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 26170
/proc/meminfo: memFree=28903148/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=345148 CPUtime=1721.98 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 46071 0 0 0 172120 78 0 0 20 0 1 0 112490759 353431552 67312 33554432000 4194304 5796924 140737326672176 140737326669288 4606779 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 86287 67312 165 392 0 85886 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 345148

[startup+1782.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/177 26171
/proc/meminfo: memFree=28916316/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=264076 CPUtime=1781.97 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 46232 0 0 0 178116 81 0 0 20 0 1 0 112490759 270413824 60002 33554432000 4194304 5796924 140737326672176 140737326669288 4606779 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 66019 60002 165 392 0 65618 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 264076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.08 2.05 2.01 3/177 26172
/proc/meminfo: memFree=28899816/32872528 swapFree=10608/190480
[pid=25899] ppid=25896 vsize=264076 CPUtime=1800.06 cores=0,2,4,6
/proc/25899/stat : 25899 (naps-1.02) R 25896 25899 21513 0 -1 4202496 46268 0 0 0 179925 81 0 0 20 0 1 0 112490759 270413824 62082 33554432000 4194304 5796924 140737326672176 140737326669288 4606779 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/25899/statm: 66019 62082 165 392 0 65618 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 264076

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 25899 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.07
CPU user time (s): 1799.26
CPU system time (s): 0.816875
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 475376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.816875
maximum resident set size= 357448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46280
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= 83
involuntary context switches= 2650

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.68229 second user time and 6.88595 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 15:19:14
IDJOB=4082526
IDBENCH=92791
IDSOLVER=2544
FILE ID=node102/4082526-1465305554
RUNJOBID= node102-1465274956-21529
PBS_JOBID= 19843304
Free space on /tmp= 71732 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_7_ic.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082526-1465305554/watcher-4082526-1465305554 -o /tmp/evaluation-result-4082526-1465305554/solver-4082526-1465305554 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465274956-21529 --watchdog 1960  naps-1.02 HOME/instance-4082526-1465305554.opb

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

MD5SUM BENCH= a68c99426915823baa7396c373ffb50a
RANDOM SEED=1001902954

node102.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.470
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.94
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.470
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.470
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.470
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.470
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.470
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.470
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.470
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:        31153164 kB
Buffers:          157668 kB
Cached:           402824 kB
SwapCached:         2712 kB
Active:           316128 kB
Inactive:         451200 kB
Active(anon):     206536 kB
Inactive(anon):     2284 kB
Active(file):     109592 kB
Inactive(file):   448916 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:              5068 kB
Writeback:             0 kB
AnonPages:        423924 kB
Mapped:             8716 kB
Shmem:                 0 kB
Slab:             625712 kB
SReclaimable:      69780 kB
SUnreclaim:       555932 kB
KernelStack:        1472 kB
PageTables:         4348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     561728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 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= 71620 MiB
End job on node102 at 2016-06-07 15:49:15