Trace number 4096759

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 NameAnswerCPU timeWall clock time
NaPS 1.02UNSAT 476.424 476.505

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_6_28.opb
MD5SUM1cf60cce574dd380b7c657cd13fb5e5f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark26.504
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1332
Total number of constraints6341
Number of constraints which are clauses6336
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint36
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 64
Number of bits of the biggest sum of numbers7
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.
476.41/476.50	s UNSATISFIABLE
476.41/476.50	c _____________________________________________________________________________
476.41/476.50	c 
476.41/476.50	c std/band forms        : 1,1
476.41/476.50	c 2cl/3cl ITE-codings   : 260,207
476.41/476.50	c BDD/srt/adr Max costs : 293,0,0
476.41/476.50	c BDDraw/bin/mul/srt/adr: 2,0,0,0,0
476.41/476.50	c BDD nodes             : 536
476.41/476.50	c Es1/CC detections     : 0,0
476.41/476.50	c SAT/UNSAT calls       : 0,1
476.41/476.50	c restarts              : 12054
476.41/476.50	c conflicts             : 2051456        (4306 /sec)
476.41/476.50	c decisions             : 2380060        (4996 /sec)
476.41/476.50	c propagations          : 409845241      (860323 /sec)
476.41/476.50	c inspects              : 0              (0 /sec)
476.41/476.50	c CPU time (solving tm) : 476.4 s        (476.3 s)
476.41/476.50	c Time for Opt-base     : 0 s
476.41/476.50	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-4096759-1466113627/watcher-4096759-1466113627 -o /tmp/evaluation-result-4096759-1466113627/solver-4096759-1466113627 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466112183-25653 --watchdog 1960 naps-1.02 HOME/instance-4096759-1466113627.opb 

pid=26586
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.00 2.01 1.83 3/174 26589
/proc/meminfo: memFree=31394160/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 313 0 0 0 0 0 0 0 20 0 1 0 13412834 6574080 187 33554432000 4194304 5796924 140736264988416 140733690507224 4623838 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 1605 187 127 392 0 1204 0

[startup+0.10016 s]
/proc/loadavg: 2.00 2.01 1.83 3/174 26589
/proc/meminfo: memFree=31394160/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=7496 CPUtime=0.09 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 667 0 0 0 9 0 0 0 20 0 1 0 13412834 7675904 521 33554432000 4194304 5796924 140736264988416 140733690507224 4597044 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 1874 521 155 392 0 1473 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7496

[startup+0.200286 s]
/proc/loadavg: 2.00 2.01 1.83 3/174 26589
/proc/meminfo: memFree=31394160/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=7760 CPUtime=0.19 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 808 0 0 0 19 0 0 0 20 0 1 0 13412834 7946240 661 33554432000 4194304 5796924 140736264988416 140733690507224 4606799 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 1940 661 155 392 0 1539 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7760

[startup+0.300262 s]
/proc/loadavg: 2.00 2.01 1.83 3/174 26589
/proc/meminfo: memFree=31394160/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=4308 CPUtime=0.29 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 1032 0 0 0 29 0 0 0 20 0 1 0 13412834 4411392 705 33554432000 4194304 5796924 140736264988416 140733690507224 4569014 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 1077 705 164 392 0 676 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4308

[startup+0.700233 s]
/proc/loadavg: 2.00 2.01 1.83 3/174 26589
/proc/meminfo: memFree=31394160/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=5072 CPUtime=0.69 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 1501 0 0 0 69 0 0 0 20 0 1 0 13412834 5193728 840 33554432000 4194304 5796924 140736264988416 140736264985880 4606799 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 1268 840 164 392 0 867 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5072

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 1.83 3/175 26590
/proc/meminfo: memFree=31389912/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=9448 CPUtime=1.49 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 2103 0 0 0 149 0 0 0 20 0 1 0 13412834 9674752 1943 33554432000 4194304 5796924 140736264988416 140736264985656 4607168 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 2362 1943 164 392 0 1961 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9448

[startup+3.10023 s]
/proc/loadavg: 2.00 2.01 1.83 3/175 26590
/proc/meminfo: memFree=31386884/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=9448 CPUtime=3.09 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 2213 0 0 0 309 0 0 0 20 0 1 0 13412834 9674752 2048 33554432000 4194304 5796924 140736264988416 140736264985656 4593577 0 0 4096 17954 0 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 2362 2048 164 392 0 1961 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9448

[startup+6.30024 s]
/proc/loadavg: 2.00 2.01 1.83 3/175 26590
/proc/meminfo: memFree=31383912/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=12692 CPUtime=6.28 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 2824 0 0 0 628 0 0 0 20 0 1 0 13412834 12996608 2654 33554432000 4194304 5796924 140736264988416 140736264985656 4606624 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 3173 2654 164 392 0 2772 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12692

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 1.83 3/175 26590
/proc/meminfo: memFree=31380696/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=19764 CPUtime=12.68 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 3720 0 0 0 1267 1 0 0 20 0 1 0 13412834 20238336 4562 33554432000 4194304 5796924 140736264988416 140736264985656 4606483 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 4941 4562 164 392 0 4540 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19764

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 1.83 3/175 26590
/proc/meminfo: memFree=31374208/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=27076 CPUtime=25.48 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 5095 0 0 0 2547 1 0 0 20 0 1 0 13412834 27725824 5455 33554432000 4194304 5796924 140736264988416 140736264985656 4606483 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 6769 5455 164 392 0 6368 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27076

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 1.83 3/175 26590
/proc/meminfo: memFree=31366888/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=31496 CPUtime=51.08 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 5845 0 0 0 5106 2 0 0 20 0 1 0 13412834 32251904 7189 33554432000 4194304 5796924 140736264988416 140736264985480 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 7874 7189 164 392 0 7473 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31496

[startup+102.3 s]
/proc/loadavg: 2.11 2.03 1.85 4/175 26591
/proc/meminfo: memFree=31363776/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=34216 CPUtime=102.28 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 6107 0 0 0 10226 2 0 0 20 0 1 0 13412834 35037184 7949 33554432000 4194304 5796924 140736264988416 140736264985480 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 8554 7949 164 392 0 8153 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 34216

[startup+162.3 s]
/proc/loadavg: 2.09 2.04 1.86 3/175 26592
/proc/meminfo: memFree=31354944/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=46672 CPUtime=162.26 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 8069 0 0 0 16224 2 0 0 20 0 1 0 13412834 47792128 10194 33554432000 4194304 5796924 140736264988416 140736264985656 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 11668 10194 164 392 0 11267 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 46672

[startup+222.307 s]
/proc/loadavg: 2.03 2.03 1.87 3/176 26596
/proc/meminfo: memFree=31339048/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=53460 CPUtime=222.26 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 8873 0 0 0 22223 3 0 0 20 0 1 0 13412834 54743040 12521 33554432000 4194304 5796924 140736264988416 140736264985480 4593105 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 13365 12521 164 392 0 12964 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 53460

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 1.87 3/175 26598
/proc/meminfo: memFree=31333032/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=53460 CPUtime=282.24 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 8874 0 0 0 28221 3 0 0 20 0 1 0 13412834 54743040 13033 33554432000 4194304 5796924 140736264988416 140736264985480 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 13365 13033 164 392 0 12964 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 53460

[startup+342.3 s]
/proc/loadavg: 2.11 2.05 1.89 3/175 26599
/proc/meminfo: memFree=31333160/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=53460 CPUtime=342.23 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 8874 0 0 0 34220 3 0 0 20 0 1 0 13412834 54743040 13033 33554432000 4194304 5796924 140736264988416 140736264985480 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 13365 13033 164 392 0 12964 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 53460

[startup+402.3 s]
/proc/loadavg: 2.04 2.03 1.90 3/176 26612
/proc/meminfo: memFree=31325632/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=57880 CPUtime=402.22 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 9497 0 0 0 40219 3 0 0 20 0 1 0 13412834 59269120 14138 33554432000 4194304 5796924 140736264988416 140736264985480 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 14470 14138 164 392 0 14069 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 57880

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 1.90 3/175 26613
/proc/meminfo: memFree=31325632/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=57880 CPUtime=462.21 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 9497 0 0 0 46218 3 0 0 20 0 1 0 13412834 59269120 14138 33554432000 4194304 5796924 140736264988416 140736264985480 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 14470 14138 164 392 0 14069 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 57880

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 26589 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+467.2 s]
/proc/loadavg: 2.01 2.03 1.90 3/175 26613
/proc/meminfo: memFree=31325756/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=57880 CPUtime=467.11 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 9497 0 0 0 46708 3 0 0 20 0 1 0 13412834 59269120 14138 33554432000 4194304 5796924 140736264988416 140736264985480 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 14470 14138 164 392 0 14069 0
Current children cumulated CPU time (s) 467.11
Current children cumulated vsize (KiB) 57880

[startup+470.4 s]
/proc/loadavg: 2.01 2.02 1.90 4/175 26613
/proc/meminfo: memFree=31325384/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=57880 CPUtime=470.31 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 9497 0 0 0 47028 3 0 0 20 0 1 0 13412834 59269120 14138 33554432000 4194304 5796924 140736264988416 140736264985480 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 14470 14138 164 392 0 14069 0
Current children cumulated CPU time (s) 470.31
Current children cumulated vsize (KiB) 57880

[startup+473.6 s]
/proc/loadavg: 2.01 2.02 1.90 3/175 26613
/proc/meminfo: memFree=31325384/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=57880 CPUtime=473.51 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 9497 0 0 0 47348 3 0 0 20 0 1 0 13412834 59269120 14138 33554432000 4194304 5796924 140736264988416 140736264985480 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 14470 14138 164 392 0 14069 0
Current children cumulated CPU time (s) 473.51
Current children cumulated vsize (KiB) 57880

[startup+475.2 s]
/proc/loadavg: 2.01 2.02 1.90 3/175 26613
/proc/meminfo: memFree=31325384/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=57880 CPUtime=475.11 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 9497 0 0 0 47508 3 0 0 20 0 1 0 13412834 59269120 14138 33554432000 4194304 5796924 140736264988416 140736264985480 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 14470 14138 164 392 0 14069 0
Current children cumulated CPU time (s) 475.11
Current children cumulated vsize (KiB) 57880

[startup+476 s]
/proc/loadavg: 2.01 2.02 1.90 3/175 26613
/proc/meminfo: memFree=31325384/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=57880 CPUtime=475.91 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 9497 0 0 0 47588 3 0 0 20 0 1 0 13412834 59269120 14138 33554432000 4194304 5796924 140736264988416 140736264985480 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 14470 14138 164 392 0 14069 0
Current children cumulated CPU time (s) 475.91
Current children cumulated vsize (KiB) 57880

[startup+476.407 s]
/proc/loadavg: 2.01 2.02 1.90 3/175 26613
/proc/meminfo: memFree=31325260/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=57880 CPUtime=476.31 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 9497 0 0 0 47628 3 0 0 20 0 1 0 13412834 59269120 14138 33554432000 4194304 5796924 140736264988416 140736264985480 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 14470 14138 164 392 0 14069 0
Current children cumulated CPU time (s) 476.31
Current children cumulated vsize (KiB) 57880

[startup+476.5 s]
/proc/loadavg: 2.01 2.02 1.90 3/175 26613
/proc/meminfo: memFree=31325260/32872528 swapFree=446836/479540
[pid=26589] ppid=26586 vsize=57880 CPUtime=476.41 cores=1,3,5,7
/proc/26589/stat : 26589 (naps-1.02) R 26586 26589 25636 0 -1 4202496 9497 0 0 0 47638 3 0 0 20 0 1 0 13412834 59269120 14138 33554432000 4194304 5796924 140736264988416 140736264985480 4591776 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 14470 14138 164 392 0 14069 0
Current children cumulated CPU time (s) 476.41
Current children cumulated vsize (KiB) 57880

Child status: 20
Real time (s): 476.505
CPU time (s): 476.424
CPU user time (s): 476.386
CPU system time (s): 0.037994
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 57880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 476.386
system time used= 0.037994
maximum resident set size= 56612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9512
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= 8
involuntary context switches= 536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.21366 second user time and 3.79942 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-16 23:47:07
IDJOB=4096759
IDBENCH=107660
IDSOLVER=2544
FILE ID=node104/4096759-1466113627
RUNJOBID= node104-1466112183-25653
PBS_JOBID= 19904131
Free space on /tmp= 71700 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-8_6_28.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096759-1466113627/watcher-4096759-1466113627 -o /tmp/evaluation-result-4096759-1466113627/solver-4096759-1466113627 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466112183-25653 --watchdog 1960  naps-1.02 HOME/instance-4096759-1466113627.opb

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

MD5SUM BENCH= 1cf60cce574dd380b7c657cd13fb5e5f
RANDOM SEED=1897589462

node104.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		: 2667.035
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	: 5334.07
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		: 2667.035
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		: 2667.035
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		: 2667.035
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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.55
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		: 2667.035
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.54
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		: 2667.035
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		: 2667.035
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:        31394432 kB
Buffers:           71500 kB
Cached:           145220 kB
SwapCached:          516 kB
Active:           180064 kB
Inactive:         116936 kB
Active(anon):      81588 kB
Inactive(anon):     1168 kB
Active(file):      98476 kB
Inactive(file):   115768 kB
Unevictable:      479540 kB
Mlocked:          446836 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:              4556 kB
Writeback:             0 kB
AnonPages:        559128 kB
Mapped:             7840 kB
Shmem:                 0 kB
Slab:             571456 kB
SReclaimable:      15064 kB
SUnreclaim:       556392 kB
KernelStack:        1456 kB
PageTables:         5300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     663596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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= 71696 MiB
End job on node104 at 2016-06-16 23:55:04