Trace number 4107847

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_8-unsat.opb
MD5SUMa4c61139e0eb75a13e9da4d40232e606
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 variables29040
Total number of constraints96434
Number of constraints which are clauses95958
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints476
Minimum length of a constraint1
Maximum length of a constraint120
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 740
Number of bits of the biggest sum of numbers10
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.04/1800.40	c 
1800.04/1800.40	c *** TERMINATED *** by signal 15
1800.04/1800.40	s UNKNOWN
1800.04/1800.40	c _____________________________________________________________________________
1800.04/1800.40	c 
1800.04/1800.40	c std/band forms        : 444,0
1800.04/1800.40	c 2cl/3cl ITE-codings   : 345363,0
1800.04/1800.40	c BDD/srt/adr Max costs : 1979,0,0
1800.04/1800.40	c BDDraw/bin/mul/srt/adr: 268,0,176,0,0
1800.04/1800.40	c BDD nodes             : 435482
1800.04/1800.40	c Es1/CC detections     : 0,0
1800.04/1800.40	c SAT/UNSAT calls       : 0,0
1800.04/1800.40	c restarts              : 0
1800.04/1800.40	c conflicts             : 0              (0 /sec)
1800.04/1800.40	c decisions             : 0              (0 /sec)
1800.04/1800.40	c propagations          : 0              (0 /sec)
1800.04/1800.40	c inspects              : 0              (0 /sec)
1800.04/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.04/1800.40	c Time for Opt-base     : 0.05399 s
1800.04/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-4107847-1466282001/watcher-4107847-1466282001 -o /tmp/evaluation-result-4107847-1466282001/solver-4107847-1466282001 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466276032-17851 --watchdog 1960 naps-1.02 HOME/instance-4107847-1466282001.opb 

pid=20284
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.12 2.03 2.05 3/176 20287
/proc/meminfo: memFree=31337276/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=6416 CPUtime=0 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 298 0 0 0 0 0 0 0 20 0 1 0 30246783 6569984 172 33554432000 4194304 5796924 140734196039920 140734196039080 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 1604 172 128 392 0 1203 0

[startup+0.100166 s]
/proc/loadavg: 2.12 2.03 2.05 3/176 20287
/proc/meminfo: memFree=31337276/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=9888 CPUtime=0.09 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 1177 0 0 0 9 0 0 0 20 0 1 0 30246783 10125312 1036 33554432000 4194304 5796924 140734196039920 140734196039080 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 2472 1036 128 392 0 2071 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9888

[startup+0.20032 s]
/proc/loadavg: 2.12 2.03 2.05 3/176 20287
/proc/meminfo: memFree=31337276/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=12080 CPUtime=0.19 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 1799 0 0 0 19 0 0 0 20 0 1 0 30246783 12369920 1597 33554432000 4194304 5796924 140734196039920 140734196039080 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 3020 1597 128 392 0 2619 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12080

[startup+0.300337 s]
/proc/loadavg: 2.12 2.03 2.05 3/176 20287
/proc/meminfo: memFree=31337276/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=12716 CPUtime=0.29 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 1973 0 0 0 29 0 0 0 20 0 1 0 30246783 13021184 1755 33554432000 4194304 5796924 140734196039920 140734196039080 5183584 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 3179 1755 128 392 0 2778 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12716

[startup+0.700238 s]
/proc/loadavg: 2.12 2.03 2.05 3/176 20287
/proc/meminfo: memFree=31337276/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=17152 CPUtime=0.69 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 3306 0 0 0 69 0 0 0 20 0 1 0 30246783 17563648 2956 33554432000 4194304 5796924 140734196039920 140734196039080 4861395 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 4288 2956 128 392 0 3887 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17152

[startup+1.50019 s]
/proc/loadavg: 2.12 2.03 2.05 3/177 20288
/proc/meminfo: memFree=31315048/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=27296 CPUtime=1.49 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 5789 0 0 0 149 0 0 0 20 0 1 0 30246783 27951104 5207 33554432000 4194304 5796924 140734196039920 140734196039192 5087620 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 6824 5207 144 392 0 6423 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27296

[startup+3.10023 s]
/proc/loadavg: 2.12 2.03 2.05 3/177 20288
/proc/meminfo: memFree=31304880/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=37540 CPUtime=3.08 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 8729 0 0 0 308 0 0 0 20 0 1 0 30246783 38440960 7669 33554432000 4194304 5796924 140734196039920 140734196036136 4861426 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 9385 7669 144 392 0 8984 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37540

[startup+6.30032 s]
/proc/loadavg: 2.11 2.03 2.05 3/177 20288
/proc/meminfo: memFree=30735740/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=313232 CPUtime=6.28 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 49982 0 0 0 621 7 0 0 20 0 1 0 30246783 320749568 68760 33554432000 4194304 5796924 140734196039920 140734196037128 5095032 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 78308 68760 152 392 0 77907 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 313232

[startup+12.7003 s]
/proc/loadavg: 2.10 2.03 2.05 3/177 20288
/proc/meminfo: memFree=30548740/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=327136 CPUtime=12.68 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 59800 0 0 0 1256 12 0 0 20 0 1 0 30246783 334987264 76394 33554432000 4194304 5796924 140734196039920 140734196037032 4569014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 81784 76394 169 392 0 81383 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 327136

[startup+25.5004 s]
/proc/loadavg: 2.15 2.04 2.06 3/177 20288
/proc/meminfo: memFree=30539752/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=328476 CPUtime=25.48 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 60147 0 0 0 2535 13 0 0 20 0 1 0 30246783 336359424 77252 33554432000 4194304 5796924 140734196039920 140734196037032 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 82119 77252 169 392 0 81718 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 328476

[startup+51.1004 s]
/proc/loadavg: 2.17 2.05 2.06 3/177 20288
/proc/meminfo: memFree=30529468/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=329572 CPUtime=51.08 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 60421 0 0 0 5094 14 0 0 20 0 1 0 30246783 337481728 78548 33554432000 4194304 5796924 140734196039920 140734196037032 4606491 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 82393 78548 170 392 0 81992 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 329572

[startup+102.3 s]
/proc/loadavg: 2.07 2.04 2.06 3/177 20289
/proc/meminfo: memFree=30525036/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=331424 CPUtime=102.27 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 61390 0 0 0 10213 14 0 0 20 0 1 0 30246783 339378176 79010 33554432000 4194304 5796924 140734196039920 140734196036904 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 82856 79010 170 392 0 82455 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 331424

[startup+162.3 s]
/proc/loadavg: 2.15 2.07 2.06 3/177 20290
/proc/meminfo: memFree=30517836/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=332884 CPUtime=162.26 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 62277 0 0 0 16211 15 0 0 20 0 1 0 30246783 340873216 79900 33554432000 4194304 5796924 140734196039920 140734196037032 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 83221 79900 170 392 0 82820 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 332884

[startup+222.307 s]
/proc/loadavg: 2.10 2.07 2.06 3/177 20291
/proc/meminfo: memFree=30501584/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=334444 CPUtime=222.26 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 63155 0 0 0 22210 16 0 0 20 0 1 0 30246783 342470656 80271 33554432000 4194304 5796924 140734196039920 140734196037032 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 83611 80271 170 392 0 83210 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 334444

[startup+282.3 s]
/proc/loadavg: 2.12 2.07 2.06 3/177 20293
/proc/meminfo: memFree=30509420/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=335768 CPUtime=282.25 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 63995 0 0 0 28207 18 0 0 20 0 1 0 30246783 343826432 80091 33554432000 4194304 5796924 140734196039920 140734196037384 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 83942 80091 170 392 0 83541 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 335768

[startup+342.3 s]
/proc/loadavg: 2.04 2.05 2.05 3/177 20294
/proc/meminfo: memFree=30496848/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=356212 CPUtime=342.23 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 64350 0 0 0 34205 18 0 0 20 0 1 0 30246783 364761088 82489 33554432000 4194304 5796924 140734196039920 140734196037192 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 89053 82489 170 392 0 88652 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 356212

[startup+402.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/178 20298
/proc/meminfo: memFree=30493532/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=356476 CPUtime=402.21 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 64994 0 0 0 40201 20 0 0 20 0 1 0 30246783 365031424 82126 33554432000 4194304 5796924 140734196039920 140734196037032 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 89119 82126 170 392 0 88718 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 356476

[startup+462.3 s]
/proc/loadavg: 2.04 2.05 2.05 3/177 20299
/proc/meminfo: memFree=30496340/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=338600 CPUtime=462.18 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 65771 0 0 0 46197 21 0 0 20 0 1 0 30246783 346726400 81988 33554432000 4194304 5796924 140734196039920 140734196037384 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 84650 81988 170 392 0 84249 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 338600

[startup+522.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/177 20300
/proc/meminfo: memFree=30473428/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=358248 CPUtime=522.16 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 66017 0 0 0 52194 22 0 0 20 0 1 0 30246783 366845952 84798 33554432000 4194304 5796924 140734196039920 140734196037032 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 89562 84798 170 392 0 89161 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 358248

[startup+582.3 s]
/proc/loadavg: 2.07 2.05 2.05 3/177 20302
/proc/meminfo: memFree=30480164/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=359316 CPUtime=582.14 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 66775 0 0 0 58192 22 0 0 20 0 1 0 30246783 367939584 83899 33554432000 4194304 5796924 140734196039920 140734196037032 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 89829 83899 170 392 0 89428 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 359316


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


[startup+882.307 s]
/proc/loadavg: 2.01 2.03 2.03 4/177 20308
/proc/meminfo: memFree=30452764/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=363196 CPUtime=882.1 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 68737 0 0 0 88185 25 0 0 20 0 1 0 30246783 371912704 87897 33554432000 4194304 5796924 140734196039920 140734196037032 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 90799 87897 170 392 0 90398 0
Current children cumulated CPU time (s) 882.1
Current children cumulated vsize (KiB) 363196

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/177 20309
/proc/meminfo: memFree=30471840/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=363868 CPUtime=942.08 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 69622 0 0 0 94181 27 0 0 20 0 1 0 30246783 372600832 85535 33554432000 4194304 5796924 140734196039920 140734196037560 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 90967 85535 170 392 0 90566 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 363868

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/178 20313
/proc/meminfo: memFree=30446996/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=364132 CPUtime=1002.08 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 69691 0 0 0 100180 28 0 0 20 0 1 0 30246783 372871168 87648 33554432000 4194304 5796924 140734196039920 140734196037032 4606818 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 91033 87648 170 392 0 90632 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 364132

[startup+1062.3 s]
/proc/loadavg: 2.03 2.03 2.02 3/177 20314
/proc/meminfo: memFree=30449668/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=396060 CPUtime=1062.07 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 70373 0 0 0 106178 29 0 0 20 0 1 0 30246783 405565440 90363 33554432000 4194304 5796924 140734196039920 140734196037032 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 99015 90363 170 392 0 98614 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 396060

[startup+1122.3 s]
/proc/loadavg: 2.04 2.03 2.01 3/177 20315
/proc/meminfo: memFree=30445212/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=365372 CPUtime=1122.05 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 70928 0 0 0 112175 30 0 0 20 0 1 0 30246783 374140928 87446 33554432000 4194304 5796924 140734196039920 140734196037032 4606718 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 91343 87446 170 392 0 90942 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 365372

[startup+1182.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/177 20317
/proc/meminfo: memFree=30451852/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=365924 CPUtime=1182.04 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 71081 0 0 0 118174 30 0 0 20 0 1 0 30246783 374706176 89643 33554432000 4194304 5796924 140734196039920 140734196037032 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 91481 89643 170 392 0 91080 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 365924

[startup+1242.3 s]
/proc/loadavg: 2.02 2.03 2.01 3/177 20318
/proc/meminfo: memFree=30447892/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=368336 CPUtime=1242.04 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 72454 0 0 0 124172 32 0 0 20 0 1 0 30246783 377176064 86509 33554432000 4194304 5796924 140734196039920 140734196037560 4606828 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 92084 86509 170 392 0 91683 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 368336

[startup+1302.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 20319
/proc/meminfo: memFree=30453664/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=368336 CPUtime=1302.03 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 72464 0 0 0 130171 32 0 0 20 0 1 0 30246783 377176064 88589 33554432000 4194304 5796924 140734196039920 140734196037560 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 92084 88589 170 392 0 91683 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 368336

[startup+1362.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/177 20320
/proc/meminfo: memFree=30429616/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=399156 CPUtime=1362.01 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 72891 0 0 0 136169 32 0 0 20 0 1 0 30246783 408735744 91038 33554432000 4194304 5796924 140734196039920 140734196037560 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 99789 91038 170 392 0 99388 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 399156

[startup+1422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 20321
/proc/meminfo: memFree=30434156/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=368928 CPUtime=1422.01 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 73092 0 0 0 142167 34 0 0 20 0 1 0 30246783 377782272 86791 33554432000 4194304 5796924 140734196039920 140734196037384 4583348 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 92232 86791 170 392 0 91831 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 368928

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 20323
/proc/meminfo: memFree=30440316/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=369064 CPUtime=1481.99 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 73144 0 0 0 148165 34 0 0 20 0 1 0 30246783 377921536 89398 33554432000 4194304 5796924 140734196039920 140734196037032 4606507 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 92266 89398 170 392 0 91865 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 369064

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 20324
/proc/meminfo: memFree=30418468/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=400476 CPUtime=1541.99 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 73601 0 0 0 154164 35 0 0 20 0 1 0 30246783 410087424 91893 33554432000 4194304 5796924 140734196039920 140734196037032 4606503 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 100119 91893 170 392 0 99718 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 400476

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 20328
/proc/meminfo: memFree=30451112/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=370224 CPUtime=1601.98 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 73787 0 0 0 160162 36 0 0 20 0 1 0 30246783 379109376 87119 33554432000 4194304 5796924 140734196039920 140734196037384 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 92556 87119 170 392 0 92155 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 370224

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 20352
/proc/meminfo: memFree=30427732/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=370360 CPUtime=1661.96 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 73832 0 0 0 166160 36 0 0 20 0 1 0 30246783 379248640 89719 33554432000 4194304 5796924 140734196039920 140734196037032 4606531 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 92590 89719 170 392 0 92189 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 370360

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 20353
/proc/meminfo: memFree=30407684/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=401448 CPUtime=1721.95 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 74245 0 0 0 172158 37 0 0 20 0 1 0 30246783 411082752 92166 33554432000 4194304 5796924 140734196039920 140734196037560 4569014 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 100362 92166 170 392 0 99961 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 401448

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 20354
/proc/meminfo: memFree=30443496/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=371744 CPUtime=1781.95 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 74556 0 0 0 178156 39 0 0 20 0 1 0 30246783 380665856 87005 33554432000 4194304 5796924 140734196039920 140734196037384 4606433 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 92936 87005 170 392 0 92535 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 371744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.01 2.00 2/171 20476
/proc/meminfo: memFree=31051900/32872528 swapFree=303544/319896
[pid=20287] ppid=20284 vsize=371744 CPUtime=1800.04 cores=1,3,5,7
/proc/20287/stat : 20287 (naps-1.02) R 20284 20287 17834 0 -1 4202496 74568 0 0 0 179965 39 0 0 20 0 1 0 30246783 380665856 88039 33554432000 4194304 5796924 140734196039920 140734196037384 4606555 0 0 4096 17954 0 0 0 17 3 0 0 0 0 0
/proc/20287/statm: 92936 88039 170 392 0 92535 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 371744

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 20287 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.06
CPU user time (s): 1799.66
CPU system time (s): 0.400939
CPU usage (%): 99.9807
Max. virtual memory (cumulated for all children) (KiB): 451884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.400939
maximum resident set size= 410780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74580
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= 113
involuntary context switches= 2004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5753 second user time and 6.91395 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-18 22:33:22
IDJOB=4107847
IDBENCH=73572
IDSOLVER=2544
FILE ID=node128/4107847-1466282001
RUNJOBID= node128-1466276032-17851
PBS_JOBID= 19918254
Free space on /tmp= 71696 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_8-unsat.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107847-1466282001/watcher-4107847-1466282001 -o /tmp/evaluation-result-4107847-1466282001/solver-4107847-1466282001 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466276032-17851 --watchdog 1960  naps-1.02 HOME/instance-4107847-1466282001.opb

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

MD5SUM BENCH= a4c61139e0eb75a13e9da4d40232e606
RANDOM SEED=142365246

node128.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.768
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	: 5333.53
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.768
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.768
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.56
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.768
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.768
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.57
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.768
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.56
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.768
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.56
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.768
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31337920 kB
Buffers:          163824 kB
Cached:           219592 kB
SwapCached:         2708 kB
Active:           179220 kB
Inactive:         277864 kB
Active(anon):      73180 kB
Inactive(anon):     2684 kB
Active(file):     106040 kB
Inactive(file):   275180 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67099180 kB
Dirty:             18332 kB
Writeback:             0 kB
AnonPages:        392444 kB
Mapped:             9328 kB
Shmem:                 0 kB
Slab:             626112 kB
SReclaimable:      68520 kB
SUnreclaim:       557592 kB
KernelStack:        1424 kB
PageTables:         4708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     513092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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= 71704 MiB
End job on node128 at 2016-06-18 23:03:22