Trace number 4082520

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_1_ic.opb
MD5SUM567c356ea9e6d819b9fda6e569f673c9
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 92345408
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9107465937
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 92345408
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9107465937
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.02	c NaPS 1.02b.
1800.00/1800.40	c 
1800.00/1800.40	c *** TERMINATED *** by signal 15
1800.00/1800.40	s UNKNOWN
1800.00/1800.40	c _____________________________________________________________________________
1800.00/1800.40	c 
1800.00/1800.40	c std/band forms        : 14776,3
1800.00/1800.40	c 2cl/3cl ITE-codings   : 8673,8055
1800.00/1800.40	c BDD/srt/adr Max costs : 5637,0,0
1800.00/1800.40	c BDDraw/bin/mul/srt/adr: 14779,0,0,0,0
1800.00/1800.40	c BDD nodes             : 76881
1800.00/1800.40	c Es1/CC detections     : 0,0
1800.00/1800.40	c SAT/UNSAT calls       : 0,0
1800.00/1800.40	c restarts              : 0
1800.00/1800.40	c conflicts             : 0              (0 /sec)
1800.00/1800.40	c decisions             : 0              (0 /sec)
1800.00/1800.40	c propagations          : 0              (0 /sec)
1800.00/1800.40	c inspects              : 0              (0 /sec)
1800.00/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.00/1800.40	c Time for Opt-base     : 0 s
1800.00/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-4082520-1465304583/watcher-4082520-1465304583 -o /tmp/evaluation-result-4082520-1465304583/solver-4082520-1465304583 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465274956-21530 --watchdog 1960 naps-1.02 HOME/instance-4082520-1465304583.opb 

pid=25828
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.17 2.13 2.04 3/176 25831
/proc/meminfo: memFree=31126020/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/25831/stat : 25831 (runsolver) D 25828 25831 21513 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 112393599 24911872 151 33554432000 4194304 4338465 140737126929936 140737126927576 249650039991 0 0 4096 24578 18446744071579943789 0 0 17 1 0 0 0 0 0
/proc/25831/statm: 6082 151 105 36 0 2655 0

[startup+0.100159 s]
/proc/loadavg: 2.17 2.13 2.04 3/176 25831
/proc/meminfo: memFree=31126020/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=9352 CPUtime=0.07 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 1032 0 0 0 7 0 0 0 20 0 1 0 112393599 9576448 898 33554432000 4194304 5796924 140735848804864 140737126927128 5151211 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 2338 898 129 392 0 1937 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9352

[startup+0.200602 s]
/proc/loadavg: 2.17 2.13 2.04 3/176 25831
/proc/meminfo: memFree=31126020/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=17100 CPUtime=0.16 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 2884 0 0 0 16 0 0 0 20 0 1 0 112393599 17510400 2752 33554432000 4194304 5796924 140735848804864 140737126927128 4350334 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 4275 2778 129 392 0 3874 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 17100

[startup+0.300331 s]
/proc/loadavg: 2.17 2.13 2.04 3/176 25831
/proc/meminfo: memFree=31126020/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=22240 CPUtime=0.26 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 4288 0 0 0 26 0 0 0 20 0 1 0 112393599 22773760 4107 33554432000 4194304 5796924 140735848804864 140737126927128 5095032 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 5560 4107 129 392 0 5159 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 22240

[startup+0.700234 s]
/proc/loadavg: 2.17 2.13 2.04 3/176 25831
/proc/meminfo: memFree=31126020/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=27272 CPUtime=0.66 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 5695 0 0 0 66 0 0 0 20 0 1 0 112393599 27926528 5873 33554432000 4194304 5796924 140735848804864 140737126927128 5087512 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 6818 5873 140 392 0 6417 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 27272

[startup+1.50026 s]
/proc/loadavg: 2.17 2.13 2.04 3/177 25832
/proc/meminfo: memFree=31095868/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=45964 CPUtime=1.46 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 10254 0 0 0 145 1 0 0 20 0 1 0 112393599 47067136 10535 33554432000 4194304 5796924 140735848804864 140735848803176 4650410 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 11491 10535 148 392 0 11090 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 45964

[startup+3.10025 s]
/proc/loadavg: 2.17 2.13 2.04 3/177 25832
/proc/meminfo: memFree=31076916/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=53104 CPUtime=3.06 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 11475 0 0 0 305 1 0 0 20 0 1 0 112393599 54378496 12133 33554432000 4194304 5796924 140735848804864 140735848802504 4608495 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 13276 12133 164 392 0 12875 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 53104

[startup+6.30028 s]
/proc/loadavg: 2.16 2.13 2.04 3/177 25832
/proc/meminfo: memFree=31063352/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=71960 CPUtime=6.27 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 12384 0 0 0 625 2 0 0 20 0 1 0 112393599 73687040 14569 33554432000 4194304 5796924 140735848804864 140735848802504 4607192 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 17990 14569 164 392 0 17589 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 71960

[startup+12.7003 s]
/proc/loadavg: 2.14 2.13 2.04 3/177 25832
/proc/meminfo: memFree=31109236/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=71960 CPUtime=12.66 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 13840 0 0 0 1264 2 0 0 20 0 1 0 112393599 73687040 17131 33554432000 4194304 5796924 140735848804864 140735848802504 4606480 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 17990 17131 165 392 0 17589 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 71960

[startup+25.5004 s]
/proc/loadavg: 2.11 2.12 2.04 3/177 25832
/proc/meminfo: memFree=31051992/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=140428 CPUtime=25.46 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 15607 0 0 0 2542 4 0 0 20 0 1 0 112393599 143798272 29398 33554432000 4194304 5796924 140735848804864 140735848802152 4606789 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 35107 29398 165 392 0 34706 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 140428

[startup+51.1004 s]
/proc/loadavg: 2.07 2.11 2.04 3/177 25832
/proc/meminfo: memFree=30993756/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=183268 CPUtime=51.06 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 18889 0 0 0 5098 8 0 0 20 0 1 0 112393599 187666432 38786 33554432000 4194304 5796924 140735848804864 140735848802504 4606768 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 45817 38786 165 392 0 45416 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 183268

[startup+102.3 s]
/proc/loadavg: 2.09 2.11 2.04 3/177 25833
/proc/meminfo: memFree=31015580/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=183268 CPUtime=102.26 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 21025 0 0 0 10214 12 0 0 20 0 1 0 112393599 187666432 37726 33554432000 4194304 5796924 140735848804864 140735848802504 4606500 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 45817 37726 165 392 0 45416 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 183268

[startup+162.3 s]
/proc/loadavg: 2.07 2.10 2.04 3/177 25834
/proc/meminfo: memFree=30966616/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=183268 CPUtime=162.22 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 23247 0 0 0 16206 16 0 0 20 0 1 0 112393599 187666432 38943 33554432000 4194304 5796924 140735848804864 140735848802504 4591861 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 45817 38943 165 392 0 45416 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 183268

[startup+222.307 s]
/proc/loadavg: 2.18 2.13 2.05 3/177 25835
/proc/meminfo: memFree=30977112/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=183268 CPUtime=222.23 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 25494 0 0 0 22202 21 0 0 20 0 1 0 112393599 187666432 41503 33554432000 4194304 5796924 140735848804864 140735848802504 4606531 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 45817 41503 165 392 0 45416 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 183268

[startup+282.3 s]
/proc/loadavg: 2.10 2.11 2.05 3/177 25836
/proc/meminfo: memFree=30961864/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=183268 CPUtime=282.2 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 27718 0 0 0 28195 25 0 0 20 0 1 0 112393599 187666432 38389 33554432000 4194304 5796924 140735848804864 140735848802328 4606789 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 45817 38389 165 392 0 45416 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 183268

[startup+342.3 s]
/proc/loadavg: 2.08 2.11 2.05 3/177 25838
/proc/meminfo: memFree=30966636/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=183268 CPUtime=342.2 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 28579 0 0 0 34192 28 0 0 20 0 1 0 112393599 187666432 44021 33554432000 4194304 5796924 140735848804864 140735848802328 4606555 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 45817 44021 165 392 0 45416 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 183268

[startup+402.3 s]
/proc/loadavg: 2.07 2.10 2.05 3/177 25839
/proc/meminfo: memFree=30949500/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=183268 CPUtime=402.18 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 29416 0 0 0 40188 30 0 0 20 0 1 0 112393599 187666432 40437 33554432000 4194304 5796924 140735848804864 140735848802328 4606555 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 45817 40437 165 392 0 45416 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 183268

[startup+462.3 s]
/proc/loadavg: 2.02 2.08 2.04 3/178 25843
/proc/meminfo: memFree=30944840/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=233356 CPUtime=462.17 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 29734 0 0 0 46186 31 0 0 20 0 1 0 112393599 238956544 48930 33554432000 4194304 5796924 140735848804864 140735848802504 4606555 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 58339 48930 165 392 0 57938 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 233356

[startup+522.3 s]
/proc/loadavg: 2.05 2.08 2.04 3/177 25844
/proc/meminfo: memFree=30934396/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=183268 CPUtime=522.15 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 30290 0 0 0 52182 33 0 0 20 0 1 0 112393599 187666432 42997 33554432000 4194304 5796924 140735848804864 140735848802328 4606779 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 45817 42997 165 392 0 45416 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 183268

[startup+582.3 s]
/proc/loadavg: 2.05 2.08 2.04 3/177 25845
/proc/meminfo: memFree=30932896/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=233356 CPUtime=582.15 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 30608 0 0 0 58180 35 0 0 20 0 1 0 112393599 238956544 52002 33554432000 4194304 5796924 140735848804864 140735848802504 4606782 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 58339 52002 165 392 0 57938 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 233356


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


[startup+882.307 s]
/proc/loadavg: 2.10 2.09 2.05 3/177 25851
/proc/meminfo: memFree=30904140/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=241896 CPUtime=882.11 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 35738 0 0 0 88164 47 0 0 20 0 1 0 112393599 247701504 48997 33554432000 4194304 5796924 140735848804864 140735848801976 4606555 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 60474 48997 165 392 0 60073 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 241896

[startup+942.3 s]
/proc/loadavg: 2.09 2.09 2.05 3/177 25853
/proc/meminfo: memFree=30903600/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=247560 CPUtime=942.08 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 36848 0 0 0 94161 47 0 0 20 0 1 0 112393599 253501440 57772 33554432000 4194304 5796924 140735848804864 140735848801976 4592059 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 61890 57772 165 392 0 61489 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 247560

[startup+1002.3 s]
/proc/loadavg: 2.13 2.10 2.05 3/177 25900
/proc/meminfo: memFree=31032908/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=249988 CPUtime=1002.08 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 38108 0 0 0 100157 51 0 0 20 0 1 0 112393599 255987712 56135 33554432000 4194304 5796924 140735848804864 140735848802504 4606799 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 62497 56135 165 392 0 62096 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 249988

[startup+1062.3 s]
/proc/loadavg: 2.09 2.09 2.05 3/178 25904
/proc/meminfo: memFree=30990716/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=250416 CPUtime=1062.06 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 39078 0 0 0 106152 54 0 0 20 0 1 0 112393599 256425984 52502 33554432000 4194304 5796924 140735848804864 140735848801976 4606789 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 62604 52502 165 392 0 62203 0
Current children cumulated CPU time (s) 1062.06
Current children cumulated vsize (KiB) 250416

[startup+1122.3 s]
/proc/loadavg: 2.03 2.07 2.05 3/177 25905
/proc/meminfo: memFree=30952040/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=250868 CPUtime=1122.03 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 39231 0 0 0 112149 54 0 0 20 0 1 0 112393599 256888832 59272 33554432000 4194304 5796924 140735848804864 140735848801976 4606555 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 62717 59272 165 392 0 62316 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 250868

[startup+1182.3 s]
/proc/loadavg: 2.01 2.06 2.04 3/177 25906
/proc/meminfo: memFree=30975880/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=252700 CPUtime=1182.03 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 40641 0 0 0 118144 59 0 0 20 0 1 0 112393599 258764800 51986 33554432000 4194304 5796924 140735848804864 140735848802504 4607212 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 63175 51986 165 392 0 62774 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 252700

[startup+1242.3 s]
/proc/loadavg: 2.07 2.06 2.04 3/177 25908
/proc/meminfo: memFree=30948536/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=253076 CPUtime=1242.02 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 40762 0 0 0 124143 59 0 0 20 0 1 0 112393599 259149824 59772 33554432000 4194304 5796924 140735848804864 140735848801976 4607258 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 63269 59772 165 392 0 62868 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 253076

[startup+1302.3 s]
/proc/loadavg: 2.06 2.06 2.04 3/177 25909
/proc/meminfo: memFree=30965164/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=205284 CPUtime=1302 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 41885 0 0 0 130138 62 0 0 20 0 1 0 112393599 210210816 50155 33554432000 4194304 5796924 140735848804864 140735848802328 4608294 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 51321 50155 165 392 0 50920 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 205284

[startup+1362.3 s]
/proc/loadavg: 2.05 2.06 2.04 3/177 25910
/proc/meminfo: memFree=30922260/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=256384 CPUtime=1362 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 42472 0 0 0 136136 64 0 0 20 0 1 0 112393599 262537216 59421 33554432000 4194304 5796924 140735848804864 140735848801976 4606507 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 64096 59421 165 392 0 63695 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 256384

[startup+1422.3 s]
/proc/loadavg: 2.08 2.06 2.04 3/177 25911
/proc/meminfo: memFree=30970028/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=207456 CPUtime=1421.99 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 43475 0 0 0 142132 67 0 0 20 0 1 0 112393599 212434944 50705 33554432000 4194304 5796924 140735848804864 140735848802328 4606480 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 51864 50705 165 392 0 51463 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 207456

[startup+1482.3 s]
/proc/loadavg: 2.03 2.05 2.03 3/177 25912
/proc/meminfo: memFree=30908196/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=258396 CPUtime=1481.95 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 43984 0 0 0 148127 68 0 0 20 0 1 0 112393599 264597504 59228 33554432000 4194304 5796924 140735848804864 140735848801976 4606555 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 64599 59228 165 392 0 64198 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 258396

[startup+1542.31 s]
/proc/loadavg: 2.01 2.04 2.03 3/177 25914
/proc/meminfo: memFree=30957648/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=260708 CPUtime=1541.95 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 45522 0 0 0 154123 72 0 0 20 0 1 0 112393599 266964992 52577 33554432000 4194304 5796924 140735848804864 140735848802504 4607258 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 65177 52577 165 392 0 64776 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 260708

[startup+1602.3 s]
/proc/loadavg: 2.07 2.04 2.03 3/177 25915
/proc/meminfo: memFree=30941952/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=260876 CPUtime=1601.93 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 45573 0 0 0 160121 72 0 0 20 0 1 0 112393599 267137024 59782 33554432000 4194304 5796924 140735848804864 140735848801976 4606708 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 65219 59782 165 392 0 64818 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 260876

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.02 3/178 25919
/proc/meminfo: memFree=30874432/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=345012 CPUtime=1661.93 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 46333 0 0 0 166119 74 0 0 20 0 1 0 112393599 353292288 67689 33554432000 4194304 5796924 140735848804864 140735848801976 4606771 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 86253 67689 165 392 0 85852 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 345012

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 2.02 3/177 25920
/proc/meminfo: memFree=30911132/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=263940 CPUtime=1721.91 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 46662 0 0 0 172115 76 0 0 20 0 1 0 112393599 270274560 60886 33554432000 4194304 5796924 140735848804864 140735848801976 4606799 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 65985 60886 165 392 0 65584 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 263940

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.01 3/177 25921
/proc/meminfo: memFree=30897952/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=347184 CPUtime=1781.9 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 47208 0 0 0 178113 77 0 0 20 0 1 0 112393599 355516416 68074 33554432000 4194304 5796924 140735848804864 140735848802504 4607258 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 86796 68074 165 392 0 86395 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 347184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.02 2.03 2.01 3/177 25921
/proc/meminfo: memFree=30876608/32872528 swapFree=10608/190480
[pid=25831] ppid=25828 vsize=347688 CPUtime=1800 cores=1,3,5,7
/proc/25831/stat : 25831 (naps-1.02) R 25828 25831 21513 0 -1 4202496 47324 0 0 0 179922 78 0 0 20 0 1 0 112393599 356032512 70745 33554432000 4194304 5796924 140735848804864 140735848801976 4606799 0 0 4096 17954 0 0 0 17 3 0 0 2 0 0
/proc/25831/statm: 86922 70745 165 392 0 86521 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 347688

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 25831 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.02
CPU user time (s): 1799.23
CPU system time (s): 0.791879
CPU usage (%): 99.9785
Max. virtual memory (cumulated for all children) (KiB): 475240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.791879
maximum resident set size= 357540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47336
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= 122
involuntary context switches= 1860

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.28635 second user time and 7.17291 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 15:03:03
IDJOB=4082520
IDBENCH=92787
IDSOLVER=2544
FILE ID=node102/4082520-1465304583
RUNJOBID= node102-1465274956-21530
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_1_ic.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082520-1465304583/watcher-4082520-1465304583 -o /tmp/evaluation-result-4082520-1465304583/solver-4082520-1465304583 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465274956-21530 --watchdog 1960  naps-1.02 HOME/instance-4082520-1465304583.opb

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

MD5SUM BENCH= 567c356ea9e6d819b9fda6e569f673c9
RANDOM SEED=893521735

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:        31126672 kB
Buffers:          157188 kB
Cached:           402216 kB
SwapCached:         2712 kB
Active:           339388 kB
Inactive:         450328 kB
Active(anon):     229988 kB
Inactive(anon):     2284 kB
Active(file):     109400 kB
Inactive(file):   448044 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:              5108 kB
Writeback:             0 kB
AnonPages:        427072 kB
Mapped:             8836 kB
Shmem:                 0 kB
Slab:             626056 kB
SReclaimable:      69828 kB
SUnreclaim:       556228 kB
KernelStack:        1440 kB
PageTables:         4892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     552900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    311296 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 node102 at 2016-06-07 15:33:03