Trace number 4097382

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_31.opb
MD5SUM40b6cc1d7ffe1df6b267abb7f869f3da
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 benchmark211.893
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1406
Total number of constraints6702
Number of constraints which are clauses6697
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 constraint37
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 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 68
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.
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        : 1,1
1800.07/1800.40	c 2cl/3cl ITE-codings   : 280,173
1800.07/1800.40	c BDD/srt/adr Max costs : 314,0,0
1800.07/1800.40	c BDDraw/bin/mul/srt/adr: 2,0,0,0,0
1800.07/1800.40	c BDD nodes             : 524
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) : 1800 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-4097382-1466115761/watcher-4097382-1466115761 -o /tmp/evaluation-result-4097382-1466115761/solver-4097382-1466115761 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466112747-31870 --watchdog 1960 naps-1.02 HOME/instance-4097382-1466115761.opb 

pid=1339
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.21 2.23 2.18 3/176 1342
/proc/meminfo: memFree=30355632/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 298 0 0 0 0 0 0 0 20 0 1 0 13622548 6574080 172 33554432000 4194304 5796924 140736120710960 140736760905016 5092558 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1342/statm: 1605 172 127 392 0 1204 0

[startup+0.100111 s]
/proc/loadavg: 2.21 2.23 2.18 3/176 1342
/proc/meminfo: memFree=30355632/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=7308 CPUtime=0.09 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 560 0 0 0 9 0 0 0 20 0 1 0 13622548 7483392 420 33554432000 4194304 5796924 140736120710960 140736760905016 5096544 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1342/statm: 1827 420 127 392 0 1426 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7308

[startup+0.200226 s]
/proc/loadavg: 2.21 2.23 2.18 3/176 1342
/proc/meminfo: memFree=30355632/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=7792 CPUtime=0.19 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 810 0 0 0 19 0 0 0 20 0 1 0 13622548 7979008 663 33554432000 4194304 5796924 140736120710960 140736760905016 4594159 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1342/statm: 1948 663 155 392 0 1547 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7792

[startup+0.300229 s]
/proc/loadavg: 2.21 2.23 2.18 3/176 1342
/proc/meminfo: memFree=30355632/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=7924 CPUtime=0.29 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 927 0 0 0 29 0 0 0 20 0 1 0 13622548 8114176 779 33554432000 4194304 5796924 140736120710960 140736120708072 4606735 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1342/statm: 1981 779 163 392 0 1580 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7924

[startup+0.700197 s]
/proc/loadavg: 2.21 2.23 2.18 3/176 1342
/proc/meminfo: memFree=30355632/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=5644 CPUtime=0.69 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 1339 0 0 0 69 0 0 0 20 0 1 0 13622548 5779456 972 33554432000 4194304 5796924 140736120710960 140736120708072 4606718 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1342/statm: 1411 972 164 392 0 1010 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5644

[startup+1.50018 s]
/proc/loadavg: 2.21 2.23 2.18 3/177 1343
/proc/meminfo: memFree=30351540/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=9432 CPUtime=1.49 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 2140 0 0 0 149 0 0 0 20 0 1 0 13622548 9658368 1396 33554432000 4194304 5796924 140736120710960 140736120708200 4606744 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1342/statm: 2358 1396 164 392 0 1957 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9432

[startup+3.10023 s]
/proc/loadavg: 2.20 2.23 2.18 3/177 1343
/proc/meminfo: memFree=30348316/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=9432 CPUtime=3.09 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 2774 0 0 0 309 0 0 0 20 0 1 0 13622548 9658368 1994 33554432000 4194304 5796924 140736120710960 140736120708200 4607232 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1342/statm: 2358 1994 164 392 0 1957 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9432

[startup+6.30018 s]
/proc/loadavg: 2.20 2.23 2.18 3/177 1343
/proc/meminfo: memFree=30345620/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=12412 CPUtime=6.29 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 3392 0 0 0 629 0 0 0 20 0 1 0 13622548 12709888 2598 33554432000 4194304 5796924 140736120710960 140736120708200 4606555 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1342/statm: 3103 2598 164 392 0 2702 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12412

[startup+12.7002 s]
/proc/loadavg: 2.16 2.22 2.18 3/177 1343
/proc/meminfo: memFree=30341640/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=15092 CPUtime=12.69 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 3755 0 0 0 1269 0 0 0 20 0 1 0 13622548 15454208 3444 33554432000 4194304 5796924 140736120710960 140736120708024 4583348 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1342/statm: 3773 3444 164 392 0 3372 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15092

[startup+25.5002 s]
/proc/loadavg: 2.29 2.25 2.19 3/177 1343
/proc/meminfo: memFree=30338340/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=17812 CPUtime=25.48 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 4586 0 0 0 2548 0 0 0 20 0 1 0 13622548 18239488 4135 33554432000 4194304 5796924 140736120710960 140736120708424 4606461 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1342/statm: 4453 4135 164 392 0 4052 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17812

[startup+51.1003 s]
/proc/loadavg: 2.25 2.24 2.19 4/177 1343
/proc/meminfo: memFree=30324072/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=33784 CPUtime=51.07 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 5557 0 0 0 5107 0 0 0 20 0 1 0 13622548 34594816 7973 33554432000 4194304 5796924 140736120710960 140736120708200 4606514 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1342/statm: 8446 7973 164 392 0 8045 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33784

[startup+102.3 s]
/proc/loadavg: 2.17 2.23 2.18 3/177 1346
/proc/meminfo: memFree=30316708/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=40964 CPUtime=102.26 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 6204 0 0 0 10225 1 0 0 20 0 1 0 13622548 41947136 9595 33554432000 4194304 5796924 140736120710960 140736120708024 4606606 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/1342/statm: 10241 9595 164 392 0 9840 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 40964

[startup+162.3 s]
/proc/loadavg: 2.30 2.25 2.19 3/177 1347
/proc/meminfo: memFree=30306384/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=52820 CPUtime=162.22 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 7070 0 0 0 16221 1 0 0 20 0 1 0 13622548 54087680 12072 33554432000 4194304 5796924 140736120710960 140736120708200 4606507 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 13205 12072 164 392 0 12804 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 52820

[startup+222.307 s]
/proc/loadavg: 2.33 2.26 2.19 3/177 1349
/proc/meminfo: memFree=30304816/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=52820 CPUtime=222.22 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 7070 0 0 0 22221 1 0 0 20 0 1 0 13622548 54087680 12072 33554432000 4194304 5796924 140736120710960 140736120708200 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 13205 12072 164 392 0 12804 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 52820

[startup+282.3 s]
/proc/loadavg: 2.30 2.27 2.20 3/177 1350
/proc/meminfo: memFree=30300364/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=52820 CPUtime=282.21 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 7071 0 0 0 28219 2 0 0 20 0 1 0 13622548 54087680 12584 33554432000 4194304 5796924 140736120710960 140736120708200 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 13205 12584 164 392 0 12804 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 52820

[startup+342.3 s]
/proc/loadavg: 2.30 2.29 2.20 3/177 1351
/proc/meminfo: memFree=30300140/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=52820 CPUtime=342.2 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 7071 0 0 0 34218 2 0 0 20 0 1 0 13622548 54087680 12584 33554432000 4194304 5796924 140736120710960 140736120708200 4606777 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 13205 12584 164 392 0 12804 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 52820

[startup+402.3 s]
/proc/loadavg: 2.34 2.30 2.21 4/177 1352
/proc/meminfo: memFree=30273752/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=61168 CPUtime=402.19 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8260 0 0 0 40217 2 0 0 20 0 1 0 13622548 62636032 14965 33554432000 4194304 5796924 140736120710960 140736120708024 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 15292 14965 164 392 0 14891 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 61168

[startup+462.3 s]
/proc/loadavg: 2.21 2.27 2.20 3/178 1356
/proc/meminfo: memFree=30258268/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=80024 CPUtime=462.18 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8421 0 0 0 46215 3 0 0 20 0 1 0 13622548 81944576 18684 33554432000 4194304 5796924 140736120710960 140736120708200 4607232 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 20006 18684 164 392 0 19605 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 80024

[startup+522.3 s]
/proc/loadavg: 2.23 2.26 2.20 3/177 1359
/proc/meminfo: memFree=30254364/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=80024 CPUtime=522.17 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8880 0 0 0 52214 3 0 0 20 0 1 0 13622548 81944576 19635 33554432000 4194304 5796924 140736120710960 140736120708200 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 20006 19635 164 392 0 19605 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 80024

[startup+582.3 s]
/proc/loadavg: 2.37 2.30 2.21 3/177 1361
/proc/meminfo: memFree=30253480/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=80024 CPUtime=582.16 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8880 0 0 0 58213 3 0 0 20 0 1 0 13622548 81944576 19635 33554432000 4194304 5796924 140736120710960 140736120708200 4606708 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 20006 19635 164 392 0 19605 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 80024


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


[startup+882.307 s]
/proc/loadavg: 2.33 2.27 2.21 4/177 2198
/proc/meminfo: memFree=30287424/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=80024 CPUtime=882.12 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8880 0 0 0 88209 3 0 0 20 0 1 0 13622548 81944576 19635 33554432000 4194304 5796924 140736120710960 140736120708200 4596889 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 20006 19635 164 392 0 19605 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 80024

[startup+942.3 s]
/proc/loadavg: 2.32 2.27 2.21 4/177 2199
/proc/meminfo: memFree=30287804/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=80024 CPUtime=942.11 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8880 0 0 0 94208 3 0 0 20 0 1 0 13622548 81944576 19635 33554432000 4194304 5796924 140736120710960 140736120708200 4607215 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 20006 19635 164 392 0 19605 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 80024

[startup+1002.3 s]
/proc/loadavg: 2.23 2.26 2.20 3/177 2200
/proc/meminfo: memFree=30242864/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=80024 CPUtime=1002.1 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8880 0 0 0 100207 3 0 0 20 0 1 0 13622548 81944576 19635 33554432000 4194304 5796924 140736120710960 140736120708200 4606480 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 20006 19635 164 392 0 19605 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 80024

[startup+1062.3 s]
/proc/loadavg: 2.43 2.30 2.22 4/178 2204
/proc/meminfo: memFree=30248456/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=80024 CPUtime=1062.09 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8880 0 0 0 106206 3 0 0 20 0 1 0 13622548 81944576 19635 33554432000 4194304 5796924 140736120710960 140736120708200 4607229 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 20006 19635 164 392 0 19605 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 80024

[startup+1122.3 s]
/proc/loadavg: 2.32 2.29 2.22 4/177 2206
/proc/meminfo: memFree=30273764/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=96424 CPUtime=1122.08 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8958 0 0 0 112205 3 0 0 20 0 1 0 13622548 98738176 22268 33554432000 4194304 5796924 140736120710960 140736120708200 4606534 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 24106 22268 164 392 0 23705 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 96424

[startup+1182.3 s]
/proc/loadavg: 2.33 2.30 2.22 4/177 2207
/proc/meminfo: memFree=30218848/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=96424 CPUtime=1182.07 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8961 0 0 0 118204 3 0 0 20 0 1 0 13622548 98738176 23336 33554432000 4194304 5796924 140736120710960 140736120708200 4606799 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 24106 23336 164 392 0 23705 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 96424

[startup+1242.3 s]
/proc/loadavg: 2.24 2.27 2.22 3/177 2208
/proc/meminfo: memFree=30217116/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=96424 CPUtime=1242.06 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8961 0 0 0 124203 3 0 0 20 0 1 0 13622548 98738176 23336 33554432000 4194304 5796924 140736120710960 140736120708200 4593573 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 24106 23336 164 392 0 23705 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 96424

[startup+1302.3 s]
/proc/loadavg: 2.28 2.27 2.21 3/177 2209
/proc/meminfo: memFree=30208140/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=96424 CPUtime=1302.05 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8961 0 0 0 130202 3 0 0 20 0 1 0 13622548 98738176 23336 33554432000 4194304 5796924 140736120710960 140736120708200 4606531 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 24106 23336 164 392 0 23705 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 96424

[startup+1362.3 s]
/proc/loadavg: 2.25 2.26 2.21 3/177 2210
/proc/meminfo: memFree=30197916/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=96424 CPUtime=1362.04 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8962 0 0 0 136201 3 0 0 20 0 1 0 13622548 98738176 23337 33554432000 4194304 5796924 140736120710960 140736120708200 4606771 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 24106 23337 164 392 0 23705 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 96424

[startup+1422.3 s]
/proc/loadavg: 2.37 2.28 2.22 3/177 2212
/proc/meminfo: memFree=30210968/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=96424 CPUtime=1422.04 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8962 0 0 0 142201 3 0 0 20 0 1 0 13622548 98738176 23337 33554432000 4194304 5796924 140736120710960 140736120708200 4607261 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 24106 23337 164 392 0 23705 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 96424

[startup+1482.3 s]
/proc/loadavg: 2.32 2.28 2.22 3/177 2213
/proc/meminfo: memFree=30213904/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=96424 CPUtime=1482.03 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 8962 0 0 0 148200 3 0 0 20 0 1 0 13622548 98738176 23337 33554432000 4194304 5796924 140736120710960 140736120708200 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 24106 23337 164 392 0 23705 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 96424

[startup+1542.31 s]
/proc/loadavg: 2.26 2.27 2.22 3/177 2214
/proc/meminfo: memFree=30203848/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=96424 CPUtime=1542.02 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 9084 0 0 0 154199 3 0 0 20 0 1 0 13622548 98738176 23456 33554432000 4194304 5796924 140736120710960 140736120708200 4606567 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 24106 23456 164 392 0 23705 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 96424

[startup+1602.3 s]
/proc/loadavg: 2.22 2.25 2.21 3/177 2215
/proc/meminfo: memFree=30194552/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=96424 CPUtime=1602.01 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 9740 0 0 0 160197 4 0 0 20 0 1 0 13622548 98738176 23673 33554432000 4194304 5796924 140736120710960 140736120708424 4606708 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 24106 23673 164 392 0 23705 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 96424

[startup+1662.3 s]
/proc/loadavg: 2.26 2.26 2.21 3/178 2219
/proc/meminfo: memFree=30215092/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=96424 CPUtime=1662 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 9740 0 0 0 166196 4 0 0 20 0 1 0 13622548 98738176 23673 33554432000 4194304 5796924 140736120710960 140736120708424 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 24106 23673 164 392 0 23705 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 96424

[startup+1722.3 s]
/proc/loadavg: 2.39 2.29 2.22 4/177 2221
/proc/meminfo: memFree=30170488/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=145744 CPUtime=1721.98 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 10171 0 0 0 172194 4 0 0 20 0 1 0 13622548 149241856 31769 33554432000 4194304 5796924 140736120710960 140736120708248 4606567 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 36436 31769 164 392 0 36035 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 145744

[startup+1782.3 s]
/proc/loadavg: 2.29 2.28 2.22 4/177 2222
/proc/meminfo: memFree=30196348/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=96424 CPUtime=1781.98 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 10172 0 0 0 178194 4 0 0 20 0 1 0 13622548 98738176 23673 33554432000 4194304 5796924 140736120710960 140736120708424 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 24106 23673 164 392 0 23705 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 96424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.28 2.28 2.22 4/177 2222
/proc/meminfo: memFree=30184476/32872528 swapFree=1370072/1517240
[pid=1342] ppid=1339 vsize=96424 CPUtime=1800.07 cores=0,2,4,6
/proc/1342/stat : 1342 (naps-1.02) R 1339 1342 29649 0 -1 4202496 10172 0 0 0 180003 4 0 0 20 0 1 0 13622548 98738176 23673 33554432000 4194304 5796924 140736120710960 140736120708424 4606555 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/1342/statm: 24106 23673 164 392 0 23705 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 96424

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 1342 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.09
CPU user time (s): 1800.04
CPU system time (s): 0.050992
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 145744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.04
system time used= 0.050992
maximum resident set size= 129124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10184
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= 13
involuntary context switches= 2028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.81466 second user time and 8.37973 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-17 00:22:41
IDJOB=4097382
IDBENCH=107749
IDSOLVER=2544
FILE ID=node129/4097382-1466115761
RUNJOBID= node129-1466112747-31870
PBS_JOBID= 19904039
Free space on /tmp= 71732 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_31.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097382-1466115761/watcher-4097382-1466115761 -o /tmp/evaluation-result-4097382-1466115761/solver-4097382-1466115761 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466112747-31870 --watchdog 1960  naps-1.02 HOME/instance-4097382-1466115761.opb

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

MD5SUM BENCH= 40b6cc1d7ffe1df6b267abb7f869f3da
RANDOM SEED=965121713

node129.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.143
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.28
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.143
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.143
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.143
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		: 2666.143
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		: 2666.143
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		: 2666.143
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.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30355788 kB
Buffers:           60148 kB
Cached:           145740 kB
SwapCached:          748 kB
Active:           181156 kB
Inactive:         106956 kB
Active(anon):      83440 kB
Inactive(anon):     1144 kB
Active(file):      97716 kB
Inactive(file):   105812 kB
Unevictable:     1517240 kB
Mlocked:         1370072 kB
SwapTotal:      67108856 kB
SwapFree:       67100384 kB
Dirty:              4596 kB
Writeback:             0 kB
AnonPages:       1608900 kB
Mapped:             7628 kB
Shmem:                 0 kB
Slab:             570368 kB
SReclaimable:      14384 kB
SUnreclaim:       555984 kB
KernelStack:        1472 kB
PageTables:         7416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1726052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node129 at 2016-06-17 00:52:41