Trace number 4082113

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.02? (TO) 1800.07 1800.51

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-175.opb
MD5SUM3472d2cba7eedc0e4f1652523daa893e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
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.05/1800.50	c 
1800.05/1800.50	c *** TERMINATED *** by signal 15
1800.05/1800.50	s UNKNOWN
1800.05/1800.50	c _____________________________________________________________________________
1800.05/1800.50	c 
1800.05/1800.50	c std/band forms        : 580736,1
1800.05/1800.50	c 2cl/3cl ITE-codings   : 640099,17
1800.05/1800.50	c BDD/srt/adr Max costs : 27,0,0
1800.05/1800.50	c BDDraw/bin/mul/srt/adr: 580737,0,0,0,0
1800.05/1800.50	c BDD nodes             : 3563725
1800.05/1800.50	c Es1/CC detections     : 0,0
1800.05/1800.50	c SAT/UNSAT calls       : 0,0
1800.05/1800.50	c restarts              : 0
1800.05/1800.50	c conflicts             : 0              (0 /sec)
1800.05/1800.50	c decisions             : 0              (0 /sec)
1800.05/1800.50	c propagations          : 0              (0 /sec)
1800.05/1800.50	c inspects              : 0              (0 /sec)
1800.05/1800.50	c CPU time (solving tm) : 1798 s        (0 s)
1800.05/1800.50	c Time for Opt-base     : 0 s
1800.05/1800.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-4082113-1465259927/watcher-4082113-1465259927 -o /tmp/evaluation-result-4082113-1465259927/solver-4082113-1465259927 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465240311-14492 --watchdog 1960 naps-1.02 HOME/instance-4082113-1465259927.opb 

pid=19489
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.16 2.05 2.01 3/176 19492
/proc/meminfo: memFree=31035616/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=6420 CPUtime=0 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 301 0 0 0 0 0 0 0 20 0 1 0 107928642 6574080 173 33554432000 4194304 5796924 140737004322160 140737283534216 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 1605 173 127 392 0 1204 0

[startup+0.100114 s]
/proc/loadavg: 2.16 2.05 2.01 3/176 19492
/proc/meminfo: memFree=31035616/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=7612 CPUtime=0.09 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 641 0 0 0 9 0 0 0 20 0 1 0 107928642 7794688 501 33554432000 4194304 5796924 140737004322160 140737283534216 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 1903 501 127 392 0 1502 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7612

[startup+0.200307 s]
/proc/loadavg: 2.16 2.05 2.01 3/176 19492
/proc/meminfo: memFree=31035616/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=8656 CPUtime=0.19 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 954 0 0 0 19 0 0 0 20 0 1 0 107928642 8863744 798 33554432000 4194304 5796924 140737004322160 140737283534216 4623838 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 2164 798 127 392 0 1763 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8656

[startup+0.30027 s]
/proc/loadavg: 2.16 2.05 2.01 3/176 19492
/proc/meminfo: memFree=31035616/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=9652 CPUtime=0.29 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 1285 0 0 0 29 0 0 0 20 0 1 0 107928642 9883648 1116 33554432000 4194304 5796924 140737004322160 140737004321432 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 2413 1116 127 392 0 2012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9652

[startup+0.700242 s]
/proc/loadavg: 2.16 2.05 2.01 3/176 19492
/proc/meminfo: memFree=31035616/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=14156 CPUtime=0.69 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 2435 0 0 0 69 0 0 0 20 0 1 0 107928642 14495744 2736 33554432000 4194304 5796924 140737004322160 140737004321432 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 3539 2736 127 392 0 3138 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14156

[startup+1.50024 s]
/proc/loadavg: 2.16 2.05 2.01 3/177 19493
/proc/meminfo: memFree=31020820/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=23196 CPUtime=1.48 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 4850 0 0 0 147 1 0 0 20 0 1 0 107928642 23752704 4967 33554432000 4194304 5796924 140737004322160 140737004321320 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 5799 4967 127 392 0 5398 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23196

[startup+3.10019 s]
/proc/loadavg: 2.16 2.05 2.01 3/177 19493
/proc/meminfo: memFree=31009836/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=44536 CPUtime=3.09 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 10352 0 0 0 307 2 0 0 20 0 1 0 107928642 45604864 10515 33554432000 4194304 5796924 140737004322160 140737004321384 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 11134 10515 127 392 0 10733 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44536

[startup+6.30018 s]
/proc/loadavg: 2.23 2.07 2.02 3/177 19493
/proc/meminfo: memFree=30973980/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=86736 CPUtime=6.28 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 20432 0 0 0 624 4 0 0 20 0 1 0 107928642 88817664 20787 33554432000 4194304 5796924 140737004322160 140737004321384 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 21684 20787 127 392 0 21283 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86736

[startup+12.7002 s]
/proc/loadavg: 2.21 2.07 2.02 3/177 19493
/proc/meminfo: memFree=30890564/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=180848 CPUtime=12.69 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 38328 0 0 0 1260 9 0 0 20 0 1 0 107928642 185188352 40834 33554432000 4194304 5796924 140737004322160 140737004321384 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 45212 40834 127 392 0 44811 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 180848

[startup+25.5002 s]
/proc/loadavg: 2.16 2.06 2.01 3/177 19493
/proc/meminfo: memFree=30686340/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=338312 CPUtime=25.48 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 71411 0 0 0 2531 17 0 0 20 0 1 0 107928642 346431488 81161 33554432000 4194304 5796924 140737004322160 140737004321384 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 84578 81161 127 392 0 84177 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 338312

[startup+51.1003 s]
/proc/loadavg: 2.11 2.06 2.01 3/177 19493
/proc/meminfo: memFree=30399672/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=718432 CPUtime=51.08 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 134981 0 0 0 5071 37 0 0 20 0 1 0 107928642 735674368 162860 33554432000 4194304 5796924 140737004322160 140737004321384 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 179608 162860 127 392 0 179207 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 718432

[startup+102.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/178 19497
/proc/meminfo: memFree=29770224/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1361104 CPUtime=102.28 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 257380 0 0 0 10161 67 0 0 20 0 1 0 107928642 1393770496 307736 33554432000 4194304 5796924 140737004322160 140737004313736 4261421 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 340276 307736 139 392 0 339875 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1361104

[startup+162.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/177 19498
/proc/meminfo: memFree=29301204/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1789212 CPUtime=162.26 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 275920 0 0 0 16142 84 0 0 20 0 1 0 107928642 1832153088 425211 33554432000 4194304 5796924 140737004322160 140737004320008 4607222 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 447303 425211 164 392 0 446902 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1789212

[startup+222.307 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 19500
/proc/meminfo: memFree=29268044/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=222.24 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 276428 0 0 0 22138 86 0 0 20 0 1 0 107928642 1967587328 434366 33554432000 4194304 5796924 140737004322160 140737004319800 4606483 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 434366 165 392 0 479967 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1921472

[startup+282.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 19501
/proc/meminfo: memFree=29314604/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=282.2 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 277054 0 0 0 28128 92 0 0 20 0 1 0 107928642 1967587328 431301 33554432000 4194304 5796924 140737004322160 140737004319800 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 431301 165 392 0 479967 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 1921472

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 19502
/proc/meminfo: memFree=29220044/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=342.18 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 277113 0 0 0 34125 93 0 0 20 0 1 0 107928642 1967587328 441546 33554432000 4194304 5796924 140737004322160 140737004319800 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 441546 165 392 0 479967 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 1921472

[startup+402.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/177 19503
/proc/meminfo: memFree=29251400/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=402.15 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 277729 0 0 0 40115 100 0 0 20 0 1 0 107928642 1967587328 436946 33554432000 4194304 5796924 140737004322160 140737004319800 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 436946 165 392 0 479967 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 1921472

[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 19504
/proc/meminfo: memFree=29304416/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=462.13 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 278340 0 0 0 46106 107 0 0 20 0 1 0 107928642 1967587328 433887 33554432000 4194304 5796924 140737004322160 140737004319800 4569794 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 433887 165 392 0 479967 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 1921472

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 19506
/proc/meminfo: memFree=29226164/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=522.1 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 278974 0 0 0 52097 113 0 0 20 0 1 0 107928642 1967587328 440625 33554432000 4194304 5796924 140737004322160 140737004319800 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 440625 165 392 0 479967 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 1921472

[startup+582.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/177 19507
/proc/meminfo: memFree=29261996/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=582.08 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 279598 0 0 0 58088 120 0 0 20 0 1 0 107928642 1967587328 435087 33554432000 4194304 5796924 140737004322160 140737004319800 4569014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 435087 165 392 0 479967 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 1921472


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


[startup+942.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 19517
/proc/meminfo: memFree=29220768/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=941.99 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 281486 0 0 0 94057 142 0 0 20 0 1 0 107928642 1967587328 443747 33554432000 4194304 5796924 140737004322160 140737004319800 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 443747 165 392 0 479967 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 1921472

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 19518
/proc/meminfo: memFree=29265080/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1789212 CPUtime=1001.98 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 281611 0 0 0 100052 146 0 0 20 0 1 0 107928642 1832153088 427937 33554432000 4194304 5796924 140737004322160 140737004319624 4569014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 447303 427937 165 392 0 446902 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 1789212

[startup+1062.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/177 19519
/proc/meminfo: memFree=29244984/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=1061.97 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 282101 0 0 0 106048 149 0 0 20 0 1 0 107928642 1967587328 438815 33554432000 4194304 5796924 140737004322160 140737004319800 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 438815 165 392 0 479967 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 1921472

[startup+1122.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/176 19520
/proc/meminfo: memFree=29195188/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=1121.95 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 282116 0 0 0 112046 149 0 0 20 0 1 0 107928642 1967587328 446495 33554432000 4194304 5796924 140737004322160 140737004319800 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 446495 165 392 0 479967 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 1921472

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 19522
/proc/meminfo: memFree=29292340/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=1181.95 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 282707 0 0 0 118039 156 0 0 20 0 1 0 107928642 1967587328 436767 33554432000 4194304 5796924 140737004322160 140737004319800 4606779 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 436767 165 392 0 479967 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 1921472

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 19523
/proc/meminfo: memFree=29179448/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=1241.94 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 282737 0 0 0 124037 157 0 0 20 0 1 0 107928642 1967587328 452127 33554432000 4194304 5796924 140737004322160 140737004319800 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 452127 165 392 0 479967 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 1921472

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 19527
/proc/meminfo: memFree=29119956/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=1301.92 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 282758 0 0 0 130035 157 0 0 20 0 1 0 107928642 1967587328 462879 33554432000 4194304 5796924 140737004322160 140737004319800 4606789 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 462879 165 392 0 479967 0
Current children cumulated CPU time (s) 1301.92
Current children cumulated vsize (KiB) 1921472

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19551
/proc/meminfo: memFree=29213648/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=1361.92 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 283803 0 0 0 136026 166 0 0 20 0 1 0 107928642 1967587328 447007 33554432000 4194304 5796924 140737004322160 140737004319800 4594144 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 447007 165 392 0 479967 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 1921472

[startup+1422.3 s]
/proc/loadavg: 2.11 2.03 2.01 4/178 19552
/proc/meminfo: memFree=29118312/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=2136396 CPUtime=1421.91 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 284278 0 0 0 142022 169 0 0 20 0 1 0 107928642 2187669504 465363 33554432000 4194304 5796924 140737004322160 140737004319800 4606771 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 534099 465363 165 392 0 533698 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 2136396

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 19645
/proc/meminfo: memFree=29182696/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=1481.9 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 284900 0 0 0 148013 177 0 0 20 0 1 0 107928642 1967587328 453151 33554432000 4194304 5796924 140737004322160 140737004319800 4607232 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 453151 165 392 0 479967 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 1921472

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 19646
/proc/meminfo: memFree=29241664/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=1541.9 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 285952 0 0 0 154003 187 0 0 20 0 1 0 107928642 1967587328 435231 33554432000 4194304 5796924 140737004322160 140737004319800 4607720 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 435231 165 392 0 479967 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1921472

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 19647
/proc/meminfo: memFree=29108528/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=2136396 CPUtime=1601.88 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 286454 0 0 0 159997 191 0 0 20 0 1 0 107928642 2187669504 467411 33554432000 4194304 5796924 140737004322160 140737004319800 4606483 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 534099 467411 165 392 0 533698 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 2136396

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 19648
/proc/meminfo: memFree=29188836/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=1661.87 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 287135 0 0 0 165989 198 0 0 20 0 1 0 107928642 1967587328 448543 33554432000 4194304 5796924 140737004322160 140737004319624 4592073 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 448543 165 392 0 479967 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1921472

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 19649
/proc/meminfo: memFree=29075552/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=2136396 CPUtime=1721.86 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 287617 0 0 0 171984 202 0 0 20 0 1 0 107928642 2187669504 471507 33554432000 4194304 5796924 140737004322160 140737004319800 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 534099 471507 165 392 0 533698 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 2136396

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 19651
/proc/meminfo: memFree=29164184/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=1781.85 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 288297 0 0 0 177976 209 0 0 20 0 1 0 107928642 1967587328 448543 33554432000 4194304 5796924 140737004322160 140737004319624 4607258 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 448543 165 392 0 479967 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 1921472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 19651
/proc/meminfo: memFree=29155108/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=1800.05 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 288314 0 0 0 179795 210 0 0 20 0 1 0 107928642 1967587328 457247 33554432000 4194304 5796924 140737004322160 140737004319624 4595132 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 457247 165 392 0 479967 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1921472

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

[startup+1800.5 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 19651
/proc/meminfo: memFree=29155108/32872528 swapFree=10608/190480
[pid=19492] ppid=19489 vsize=1921472 CPUtime=1800.05 cores=1,3,5,7
/proc/19492/stat : 19492 (naps-1.02) R 19489 19492 14475 0 -1 4202496 288314 0 0 0 179795 210 0 0 20 0 1 0 107928642 1967587328 457247 33554432000 4194304 5796924 140737004322160 140737004319624 4595132 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/19492/statm: 480368 457247 165 392 0 479967 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1921472

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.07
CPU user time (s): 1797.96
CPU system time (s): 2.10668
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 2480272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.96
system time used= 2.10668
maximum resident set size= 2152080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288326
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= 313
involuntary context switches= 1843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.53631 second user time and 6.92395 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 02:38:53
IDJOB=4082113
IDBENCH=89632
IDSOLVER=2544
FILE ID=node102/4082113-1465259927
RUNJOBID= node102-1465240311-14492
PBS_JOBID= 19843244
Free space on /tmp= 71472 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-175.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4082113-1465259927/watcher-4082113-1465259927 -o /tmp/evaluation-result-4082113-1465259927/solver-4082113-1465259927 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465240311-14492 --watchdog 1960  naps-1.02 HOME/instance-4082113-1465259927.opb

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

MD5SUM BENCH= 3472d2cba7eedc0e4f1652523daa893e
RANDOM SEED=651454884

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:        31036920 kB
Buffers:           54184 kB
Cached:           450236 kB
SwapCached:         2748 kB
Active:           741772 kB
Inactive:         174948 kB
Active(anon):     412560 kB
Inactive(anon):     2200 kB
Active(file):     329212 kB
Inactive(file):   172748 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098624 kB
Dirty:            268964 kB
Writeback:             0 kB
AnonPages:        605836 kB
Mapped:             8924 kB
Shmem:                 0 kB
Slab:             595776 kB
SReclaimable:      35384 kB
SUnreclaim:       560392 kB
KernelStack:        1440 kB
PageTables:         5376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     746580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    448512 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= 71416 MiB
End job on node102 at 2016-06-07 03:08:54