Trace number 4082524

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

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_5_ic.opb
MD5SUMd92c3493b3e048f1d4b1212b9868f41b
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 125000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11266082609
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 125000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11266082609
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-4082524-1465299175/watcher-4082524-1465299175 -o /tmp/evaluation-result-4082524-1465299175/solver-4082524-1465299175 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465274956-21530 --watchdog 1960 naps-1.02 HOME/instance-4082524-1465299175.opb 

pid=25328
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.04 2.04 2.00 3/176 25331
/proc/meminfo: memFree=31282188/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=7124 CPUtime=0 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 456 0 0 0 0 0 0 0 20 0 1 0 111852798 7294976 330 33554432000 4194304 5796924 140736357528240 140735113886776 4238192 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 1781 330 128 392 0 1380 0

[startup+0.100206 s]
/proc/loadavg: 2.04 2.04 2.00 3/176 25331
/proc/meminfo: memFree=31282188/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=11344 CPUtime=0.09 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 1530 0 0 0 9 0 0 0 20 0 1 0 111852798 11616256 1396 33554432000 4194304 5796924 140736357528240 140735113886776 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 2836 1397 129 392 0 2435 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11344

[startup+0.200312 s]
/proc/loadavg: 2.04 2.04 2.00 3/176 25331
/proc/meminfo: memFree=31282188/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=19244 CPUtime=0.19 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 3462 0 0 0 19 0 0 0 20 0 1 0 111852798 19705856 3286 33554432000 4194304 5796924 140736357528240 140735113886776 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 4811 3286 129 392 0 4410 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19244

[startup+0.300307 s]
/proc/loadavg: 2.04 2.04 2.00 3/176 25331
/proc/meminfo: memFree=31282188/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=22412 CPUtime=0.29 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 4353 0 0 0 28 1 0 0 20 0 1 0 111852798 22949888 4167 33554432000 4194304 5796924 140736357528240 140735113886776 4564240 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 5603 4167 129 392 0 5202 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22412

[startup+0.700296 s]
/proc/loadavg: 2.04 2.04 2.00 3/176 25331
/proc/meminfo: memFree=31282188/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=27640 CPUtime=0.69 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 5892 0 0 0 68 1 0 0 20 0 1 0 111852798 28303360 5547 33554432000 4194304 5796924 140736357528240 140735113886776 4806863 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 6910 5547 140 392 0 6509 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27640

[startup+1.50031 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 25332
/proc/meminfo: memFree=31256008/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=45964 CPUtime=1.49 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 10982 0 0 0 148 1 0 0 20 0 1 0 111852798 47067136 10613 33554432000 4194304 5796924 140736357528240 140736357137544 4564240 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 11491 10613 148 392 0 11090 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45964

[startup+3.1003 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 25332
/proc/meminfo: memFree=31238884/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=53104 CPUtime=3.09 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 12125 0 0 0 307 2 0 0 20 0 1 0 111852798 54378496 12249 33554432000 4194304 5796924 140736357528240 140736357525880 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 13276 12249 164 392 0 12875 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53104

[startup+6.30031 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 25332
/proc/meminfo: memFree=31226580/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=71960 CPUtime=6.29 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 13436 0 0 0 627 2 0 0 20 0 1 0 111852798 73687040 14576 33554432000 4194304 5796924 140736357528240 140736357525880 4611179 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 17990 14576 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.03 2.04 2.00 3/177 25332
/proc/meminfo: memFree=31213768/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=71960 CPUtime=12.69 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 14517 0 0 0 1267 2 0 0 20 0 1 0 111852798 73687040 17148 33554432000 4194304 5796924 140736357528240 140736357525880 4606483 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 17990 17148 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.03 2.04 2.00 3/177 25332
/proc/meminfo: memFree=31166664/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=140428 CPUtime=25.49 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 15843 0 0 0 2545 4 0 0 20 0 1 0 111852798 143798272 28875 33554432000 4194304 5796924 140736357528240 140736357525528 4591861 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 35107 28875 165 392 0 34706 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 140428

[startup+51.1003 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 25332
/proc/meminfo: memFree=31125528/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=183268 CPUtime=51.08 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 16936 0 0 0 5100 8 0 0 20 0 1 0 111852798 187666432 38937 33554432000 4194304 5796924 140736357528240 140736357525880 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 45817 38937 165 392 0 45416 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 183268

[startup+102.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 25333
/proc/meminfo: memFree=31127300/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=183268 CPUtime=102.27 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 17198 0 0 0 10216 11 0 0 20 0 1 0 111852798 187666432 38547 33554432000 4194304 5796924 140736357528240 140736357525880 4606847 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 45817 38547 165 392 0 45416 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 183268

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 25334
/proc/meminfo: memFree=31123180/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=183268 CPUtime=162.26 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 17466 0 0 0 16212 14 0 0 20 0 1 0 111852798 187666432 40151 33554432000 4194304 5796924 140736357528240 140736357525880 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 45817 40151 165 392 0 45416 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 183268

[startup+222.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 25335
/proc/meminfo: memFree=31112976/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=183268 CPUtime=222.26 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 18196 0 0 0 22208 18 0 0 20 0 1 0 111852798 187666432 42199 33554432000 4194304 5796924 140736357528240 140736357525880 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 45817 42199 165 392 0 45416 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 183268

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 25337
/proc/meminfo: memFree=31125352/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=183268 CPUtime=282.24 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 20068 0 0 0 28200 24 0 0 20 0 1 0 111852798 187666432 39597 33554432000 4194304 5796924 140736357528240 140736357525704 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 45817 39597 165 392 0 45416 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 183268

[startup+342.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/177 25338
/proc/meminfo: memFree=31102932/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=183268 CPUtime=342.23 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 20490 0 0 0 34196 27 0 0 20 0 1 0 111852798 187666432 44717 33554432000 4194304 5796924 140736357528240 140736357525704 4606704 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 45817 44717 165 392 0 45416 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 183268

[startup+402.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/177 25339
/proc/meminfo: memFree=31119044/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=183268 CPUtime=402.22 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 20894 0 0 0 40193 29 0 0 20 0 1 0 111852798 187666432 41133 33554432000 4194304 5796924 140736357528240 140736357525704 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 45817 41133 165 392 0 45416 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 183268

[startup+462.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/178 25343
/proc/meminfo: memFree=31083588/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=233356 CPUtime=462.22 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 21213 0 0 0 46191 31 0 0 20 0 1 0 111852798 238956544 49626 33554432000 4194304 5796924 140736357528240 140736357525880 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 58339 49626 165 392 0 57938 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 233356

[startup+522.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/177 25344
/proc/meminfo: memFree=31107092/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=183268 CPUtime=522.21 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 21316 0 0 0 52188 33 0 0 20 0 1 0 111852798 187666432 43693 33554432000 4194304 5796924 140736357528240 140736357525704 4606712 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 45817 43693 165 392 0 45416 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 183268

[startup+582.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 25346
/proc/meminfo: memFree=31072760/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=233356 CPUtime=582.19 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 21641 0 0 0 58185 34 0 0 20 0 1 0 111852798 238956544 52698 33554432000 4194304 5796924 140736357528240 140736357525880 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 58339 52698 165 392 0 57938 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 233356


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


[startup+882.307 s]
/proc/loadavg: 2.05 2.04 2.00 3/177 25352
/proc/meminfo: memFree=31082288/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=242592 CPUtime=882.15 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 25132 0 0 0 88168 47 0 0 20 0 1 0 111852798 248414208 49744 33554432000 4194304 5796924 140736357528240 140736357525352 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 60648 49744 165 392 0 60247 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 242592

[startup+942.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 25353
/proc/meminfo: memFree=31047596/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=249988 CPUtime=942.13 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 26540 0 0 0 94166 47 0 0 20 0 1 0 111852798 255987712 58817 33554432000 4194304 5796924 140736357528240 140736357525352 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 62497 58817 165 392 0 62096 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 249988

[startup+1002.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 25354
/proc/meminfo: memFree=31051860/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=249988 CPUtime=1002.12 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 26959 0 0 0 100162 50 0 0 20 0 1 0 111852798 255987712 57286 33554432000 4194304 5796924 140736357528240 140736357525880 4593716 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 62497 57286 165 392 0 62096 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 249988

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 25358
/proc/meminfo: memFree=31069696/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=250416 CPUtime=1062.11 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 27478 0 0 0 106158 53 0 0 20 0 1 0 111852798 256425984 52782 33554432000 4194304 5796924 140736357528240 140736357525352 4606559 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 62604 52782 165 392 0 62203 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 250416

[startup+1122.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/177 25359
/proc/meminfo: memFree=31040500/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=251036 CPUtime=1122.1 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 27654 0 0 0 112156 54 0 0 20 0 1 0 111852798 257060864 59977 33554432000 4194304 5796924 140736357528240 140736357525352 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 62759 59977 165 392 0 62358 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 251036

[startup+1182.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 25361
/proc/meminfo: memFree=31070124/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=252700 CPUtime=1182.07 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 29145 0 0 0 118149 58 0 0 20 0 1 0 111852798 258764800 52677 33554432000 4194304 5796924 140736357528240 140736357525880 4606495 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 63175 52677 165 392 0 62774 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 252700

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 25362
/proc/meminfo: memFree=31039524/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=253224 CPUtime=1242.07 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 29286 0 0 0 124148 59 0 0 20 0 1 0 111852798 259301376 60483 33554432000 4194304 5796924 140736357528240 140736357525352 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 63306 60483 165 392 0 62905 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 253224

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25363
/proc/meminfo: memFree=31074656/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=255372 CPUtime=1302.05 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 30794 0 0 0 130143 62 0 0 20 0 1 0 111852798 261500928 51664 33554432000 4194304 5796924 140736357528240 140736357525880 4593898 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 63843 51664 165 392 0 63442 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 255372

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25410
/proc/meminfo: memFree=30842500/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=256384 CPUtime=1362.04 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 31074 0 0 0 136141 63 0 0 20 0 1 0 111852798 262537216 60120 33554432000 4194304 5796924 140736357528240 140736357525352 4606802 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 64096 60120 165 392 0 63695 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 256384

[startup+1422.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 25411
/proc/meminfo: memFree=30818452/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=257544 CPUtime=1422.04 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 32452 0 0 0 142136 68 0 0 20 0 1 0 111852798 263725056 52576 33554432000 4194304 5796924 140736357528240 140736357525880 4606708 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 64386 52576 165 392 0 63985 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 257544

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/177 25413
/proc/meminfo: memFree=30786888/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=258608 CPUtime=1482.02 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 32661 0 0 0 148134 68 0 0 20 0 1 0 111852798 264814592 60450 33554432000 4194304 5796924 140736357528240 140736357525352 4606514 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 64652 60450 165 392 0 64251 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 258608

[startup+1542.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 25414
/proc/meminfo: memFree=30811756/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=260708 CPUtime=1542.01 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 34247 0 0 0 154130 71 0 0 20 0 1 0 111852798 266964992 53760 33554432000 4194304 5796924 140736357528240 140736357525880 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 65177 53760 165 392 0 64776 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 260708

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 25415
/proc/meminfo: memFree=30781508/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=261044 CPUtime=1602.01 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 34319 0 0 0 160129 72 0 0 20 0 1 0 111852798 267309056 60986 33554432000 4194304 5796924 140736357528240 140736357525352 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 65261 60986 165 392 0 64860 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 261044

[startup+1662.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/178 25419
/proc/meminfo: memFree=30751904/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=345012 CPUtime=1662 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 35594 0 0 0 166126 74 0 0 20 0 1 0 111852798 353292288 68379 33554432000 4194304 5796924 140736357528240 140736357525352 4607222 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 86253 68379 165 392 0 85852 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 345012

[startup+1722.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/178 25443
/proc/meminfo: memFree=30778916/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=263940 CPUtime=1721.99 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 36061 0 0 0 172123 76 0 0 20 0 1 0 111852798 270274560 61581 33554432000 4194304 5796924 140736357528240 140736357525352 4595866 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 65985 61581 165 392 0 65584 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 263940

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 25445
/proc/meminfo: memFree=30747844/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=347688 CPUtime=1781.98 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 36699 0 0 0 178121 77 0 0 20 0 1 0 111852798 356032512 69368 33554432000 4194304 5796924 140736357528240 140736357525352 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 86922 69368 165 392 0 86521 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 347688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 25445
/proc/meminfo: memFree=30803932/32872528 swapFree=10608/190480
[pid=25331] ppid=25328 vsize=266616 CPUtime=1800.07 cores=1,3,5,7
/proc/25331/stat : 25331 (naps-1.02) R 25328 25331 21513 0 -1 4202496 37136 0 0 0 179928 79 0 0 20 0 1 0 111852798 273014784 55765 33554432000 4194304 5796924 140736357528240 140736357525704 4606495 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/25331/statm: 66654 55765 165 392 0 66253 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 266616

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 25331 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.08
CPU user time (s): 1799.28
CPU system time (s): 0.798878
CPU usage (%): 99.9822
Max. virtual memory (cumulated for all children) (KiB): 478232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 0.798878
maximum resident set size= 370284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37148
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= 71
involuntary context switches= 1856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.70728 second user time and 7.00693 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 13:32:55
IDJOB=4082524
IDBENCH=92764
IDSOLVER=2544
FILE ID=node102/4082524-1465299175
RUNJOBID= node102-1465274956-21530
PBS_JOBID= 19843304
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= d92c3493b3e048f1d4b1212b9868f41b
RANDOM SEED=1536567158

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:        31282724 kB
Buffers:          154668 kB
Cached:           394560 kB
SwapCached:         2712 kB
Active:           201428 kB
Inactive:         441960 kB
Active(anon):      94116 kB
Inactive(anon):     2284 kB
Active(file):     107312 kB
Inactive(file):   439676 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:              5056 kB
Writeback:             0 kB
AnonPages:        299208 kB
Mapped:             8868 kB
Shmem:                 0 kB
Slab:             625604 kB
SReclaimable:      69696 kB
SUnreclaim:       555908 kB
KernelStack:        1472 kB
PageTables:         4256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     399756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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= 71720 MiB
End job on node102 at 2016-06-07 14:02:55