Trace number 4081844

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob5.opb
MD5SUMb56e28afe1ffd19dcf9a2ab038cbc43f
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark660.511
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables80
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint80
Maximum length of a constraint80
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 62442885
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 803031860
Number of bits of the biggest sum of numbers30
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.09/1800.40	c 
1800.09/1800.40	c *** TERMINATED *** by signal 15
1800.09/1800.40	s UNKNOWN
1800.09/1800.40	c _____________________________________________________________________________
1800.09/1800.40	c 
1800.09/1800.40	c std/band forms        : 0,1
1800.09/1800.40	c 2cl/3cl ITE-codings   : 0,38428
1800.09/1800.40	c BDD/srt/adr Max costs : 40264,0,0
1800.09/1800.40	c BDDraw/bin/mul/srt/adr: 0,0,1,0,0
1800.09/1800.40	c BDD nodes             : 40266
1800.09/1800.40	c Es1/CC detections     : 0,0
1800.09/1800.40	c SAT/UNSAT calls       : 0,0
1800.09/1800.40	c restarts              : 0
1800.09/1800.40	c conflicts             : 0              (0 /sec)
1800.09/1800.40	c decisions             : 0              (0 /sec)
1800.09/1800.40	c propagations          : 0              (0 /sec)
1800.09/1800.40	c inspects              : 0              (0 /sec)
1800.09/1800.40	c CPU time (solving tm) : 1800 s        (0 s)
1800.09/1800.40	c Time for Opt-base     : 4.064 s
1800.09/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-4081844-1465241226/watcher-4081844-1465241226 -o /tmp/evaluation-result-4081844-1465241226/solver-4081844-1465241226 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465219565-1168 --watchdog 1960 naps-1.02 HOME/instance-4081844-1465241226.opb 

pid=4349
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.10 2.20 2.24 3/176 4352
/proc/meminfo: memFree=29868608/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 291 0 0 0 0 0 0 0 20 0 1 0 106055798 6574080 165 33554432000 4194304 5796924 140736441243424 140736206572200 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 1605 166 123 392 0 1204 0

[startup+0.100156 s]
/proc/loadavg: 2.10 2.20 2.24 3/176 4352
/proc/meminfo: memFree=29868608/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=6688 CPUtime=0.09 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 384 0 0 0 9 0 0 0 20 0 1 0 106055798 6848512 258 33554432000 4194304 5796924 140736441243424 140736206572200 4865570 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 1672 258 136 392 0 1271 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6688

[startup+0.200318 s]
/proc/loadavg: 2.10 2.20 2.24 3/176 4352
/proc/meminfo: memFree=29868608/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=7036 CPUtime=0.19 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 469 0 0 0 19 0 0 0 20 0 1 0 106055798 7204864 343 33554432000 4194304 5796924 140736441243424 140736206572200 5087579 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 1759 343 136 392 0 1358 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7036

[startup+0.300316 s]
/proc/loadavg: 2.10 2.20 2.24 3/176 4352
/proc/meminfo: memFree=29868608/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=7372 CPUtime=0.29 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 540 0 0 0 29 0 0 0 20 0 1 0 106055798 7548928 414 33554432000 4194304 5796924 140736441243424 140736206572200 4199805 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 1843 414 136 392 0 1442 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7372

[startup+0.700298 s]
/proc/loadavg: 2.10 2.20 2.24 3/176 4352
/proc/meminfo: memFree=29868608/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=9108 CPUtime=0.69 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 973 0 0 0 69 0 0 0 20 0 1 0 106055798 9326592 814 33554432000 4194304 5796924 140736441243424 140736206572200 5087771 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 2277 814 136 392 0 1876 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9108

[startup+1.50027 s]
/proc/loadavg: 2.10 2.20 2.24 3/177 4353
/proc/meminfo: memFree=29864616/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=11780 CPUtime=1.48 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 1735 0 0 0 148 0 0 0 20 0 1 0 106055798 12062720 1469 33554432000 4194304 5796924 140736441243424 140736441237624 4313227 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 2945 1469 136 392 0 2544 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 11780

[startup+3.10019 s]
/proc/loadavg: 2.10 2.20 2.24 4/177 4353
/proc/meminfo: memFree=29862260/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=11780 CPUtime=3.08 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 1737 0 0 0 308 0 0 0 20 0 1 0 106055798 12062720 1471 33554432000 4194304 5796924 140736441243424 140736441237624 5087488 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 2945 1471 136 392 0 2544 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11780

[startup+6.30025 s]
/proc/loadavg: 2.17 2.21 2.24 4/177 4353
/proc/meminfo: memFree=29828012/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=43184 CPUtime=6.28 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 10862 0 0 0 627 1 0 0 20 0 1 0 106055798 44220416 10168 33554432000 4194304 5796924 140736441243424 140736441240728 4591895 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 10796 10168 168 392 0 10395 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43184

[startup+12.7003 s]
/proc/loadavg: 2.23 2.23 2.25 3/177 4353
/proc/meminfo: memFree=29824788/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=45904 CPUtime=12.68 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 11091 0 0 0 1267 1 0 0 20 0 1 0 106055798 47005696 10905 33554432000 4194304 5796924 140736441243424 140736441241064 4606433 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 11476 10905 168 392 0 11075 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45904

[startup+25.5004 s]
/proc/loadavg: 2.18 2.22 2.24 3/177 4353
/proc/meminfo: memFree=29821952/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=50324 CPUtime=25.49 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 11412 0 0 0 2547 2 0 0 20 0 1 0 106055798 51531776 11731 33554432000 4194304 5796924 140736441243424 140736441241064 4592438 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 12581 11731 168 392 0 12180 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50324

[startup+51.1004 s]
/proc/loadavg: 2.26 2.23 2.25 4/176 4353
/proc/meminfo: memFree=29821648/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=50324 CPUtime=51.07 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 12190 0 0 0 5105 2 0 0 20 0 1 0 106055798 51531776 11787 33554432000 4194304 5796924 140736441243424 140736441241064 4591877 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 12581 11787 169 392 0 12180 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 50324

[startup+102.3 s]
/proc/loadavg: 2.18 2.21 2.24 3/177 4355
/proc/meminfo: memFree=29810644/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=69604 CPUtime=102.27 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 13693 0 0 0 10224 3 0 0 20 0 1 0 106055798 71274496 14291 33554432000 4194304 5796924 140736441243424 140736441240664 4592632 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 17401 14291 169 392 0 17000 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 69604

[startup+162.3 s]
/proc/loadavg: 2.16 2.20 2.23 3/177 4356
/proc/meminfo: memFree=28493364/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=88932 CPUtime=162.26 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 14540 0 0 0 16222 4 0 0 20 0 1 0 106055798 91066368 19945 33554432000 4194304 5796924 140736441243424 140736441240664 4592584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 22233 19945 169 392 0 21832 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 88932

[startup+222.307 s]
/proc/loadavg: 2.25 2.21 2.23 3/178 4360
/proc/meminfo: memFree=28233656/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=107608 CPUtime=222.25 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 15170 0 0 0 22221 4 0 0 20 0 1 0 106055798 110190592 26153 33554432000 4194304 5796924 140736441243424 140736441240488 4592000 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 26902 26153 169 392 0 26501 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 107608

[startup+282.3 s]
/proc/loadavg: 2.37 2.24 2.24 4/177 4361
/proc/meminfo: memFree=28232172/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=107608 CPUtime=282.24 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 15918 0 0 0 28219 5 0 0 20 0 1 0 106055798 110190592 26456 33554432000 4194304 5796924 140736441243424 140736441240888 4592584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 26902 26456 169 392 0 26501 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 107608

[startup+342.3 s]
/proc/loadavg: 2.25 2.23 2.23 3/177 4362
/proc/meminfo: memFree=28270520/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=73020 CPUtime=342.24 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 17157 0 0 0 34217 7 0 0 20 0 1 0 106055798 74772480 16802 33554432000 4194304 5796924 140736441243424 140736441240888 4595464 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 18255 16802 169 392 0 17854 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 73020

[startup+402.3 s]
/proc/loadavg: 2.24 2.23 2.23 3/177 4364
/proc/meminfo: memFree=28266972/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=73304 CPUtime=402.22 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 18051 0 0 0 40215 7 0 0 20 0 1 0 106055798 75063296 17756 33554432000 4194304 5796924 140736441243424 140736441240888 4592059 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 18326 17756 169 392 0 17925 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 73304

[startup+462.3 s]
/proc/loadavg: 2.24 2.23 2.23 3/177 4365
/proc/meminfo: memFree=28230412/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=122624 CPUtime=462.21 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 18567 0 0 0 46213 8 0 0 20 0 1 0 106055798 125566976 27980 33554432000 4194304 5796924 140736441243424 140736441240712 4606552 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 30656 27980 169 392 0 30255 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 122624

[startup+522.3 s]
/proc/loadavg: 2.26 2.23 2.23 3/177 4366
/proc/meminfo: memFree=28235184/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=123524 CPUtime=522.2 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 19262 0 0 0 52211 9 0 0 20 0 1 0 106055798 126488576 26689 33554432000 4194304 5796924 140736441243424 140736441240712 4592040 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 30881 26689 169 392 0 30480 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 123524

[startup+582.3 s]
/proc/loadavg: 2.21 2.22 2.22 3/177 4367
/proc/meminfo: memFree=28219736/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=154344 CPUtime=582.19 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 19572 0 0 0 58210 9 0 0 20 0 1 0 106055798 158048256 30572 33554432000 4194304 5796924 140736441243424 140736441241064 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 38586 30572 169 392 0 38185 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 154344


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


[startup+882.307 s]
/proc/loadavg: 2.35 2.25 2.22 3/177 4421
/proc/meminfo: memFree=30063220/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=127120 CPUtime=882.16 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 23307 0 0 0 88201 15 0 0 20 0 1 0 106055798 130170880 30151 33554432000 4194304 5796924 140736441243424 140736441240712 4591910 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 31780 30151 169 392 0 31379 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 127120

[startup+942.3 s]
/proc/loadavg: 2.17 2.22 2.21 3/177 4422
/proc/meminfo: memFree=30009004/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=157940 CPUtime=942.13 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 23918 0 0 0 94197 16 0 0 20 0 1 0 106055798 161730560 33891 33554432000 4194304 5796924 140736441243424 140736441241064 4606789 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 39485 33891 169 392 0 39084 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 157940

[startup+1002.3 s]
/proc/loadavg: 2.21 2.22 2.21 3/177 4424
/proc/meminfo: memFree=30016468/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=127760 CPUtime=1002.12 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 24534 0 0 0 100195 17 0 0 20 0 1 0 106055798 130826240 29376 33554432000 4194304 5796924 140736441243424 140736441240712 4592560 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 31940 29376 169 392 0 31539 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 127760

[startup+1062.3 s]
/proc/loadavg: 2.26 2.22 2.20 3/177 4425
/proc/meminfo: memFree=30004548/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=158580 CPUtime=1062.11 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 25133 0 0 0 106193 18 0 0 20 0 1 0 106055798 162385920 33539 33554432000 4194304 5796924 140736441243424 140736441241064 4591992 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 39645 33539 169 392 0 39244 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 158580

[startup+1122.3 s]
/proc/loadavg: 2.25 2.23 2.20 3/177 4426
/proc/meminfo: memFree=30010240/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=127760 CPUtime=1122.1 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 25643 0 0 0 112191 19 0 0 20 0 1 0 106055798 130826240 28352 33554432000 4194304 5796924 140736441243424 140736441240888 4592061 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 31940 28352 169 392 0 31539 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 127760

[startup+1182.3 s]
/proc/loadavg: 2.33 2.25 2.21 3/177 4427
/proc/meminfo: memFree=30002128/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=158580 CPUtime=1182.09 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 26238 0 0 0 118189 20 0 0 20 0 1 0 106055798 162385920 32515 33554432000 4194304 5796924 140736441243424 140736441241064 4592059 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 39645 32515 169 392 0 39244 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 158580

[startup+1242.3 s]
/proc/loadavg: 2.18 2.21 2.19 4/177 4428
/proc/meminfo: memFree=29970848/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=158580 CPUtime=1242.08 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 26245 0 0 0 124188 20 0 0 20 0 1 0 106055798 162385920 36099 33554432000 4194304 5796924 140736441243424 140736441241064 4592560 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 39645 36099 169 392 0 39244 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 158580

[startup+1302.3 s]
/proc/loadavg: 2.11 2.19 2.18 3/177 4430
/proc/meminfo: memFree=30005568/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=127760 CPUtime=1302.07 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 26756 0 0 0 130186 21 0 0 20 0 1 0 106055798 130826240 30400 33554432000 4194304 5796924 140736441243424 140736441240888 4591861 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 31940 30400 169 392 0 31539 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 127760

[startup+1362.3 s]
/proc/loadavg: 2.23 2.20 2.18 3/177 4431
/proc/meminfo: memFree=29976776/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=158580 CPUtime=1362.06 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 27350 0 0 0 136184 22 0 0 20 0 1 0 106055798 162385920 34051 33554432000 4194304 5796924 140736441243424 140736441241064 4592059 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 39645 34051 169 392 0 39244 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 158580

[startup+1422.3 s]
/proc/loadavg: 2.18 2.19 2.18 4/178 4435
/proc/meminfo: memFree=30013828/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=127760 CPUtime=1422.06 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 27862 0 0 0 142183 23 0 0 20 0 1 0 106055798 130826240 28352 33554432000 4194304 5796924 140736441243424 140736441240888 4606531 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 31940 28352 169 392 0 31539 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 127760

[startup+1482.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/177 4436
/proc/meminfo: memFree=29983480/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=158580 CPUtime=1482.05 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 28462 0 0 0 148181 24 0 0 20 0 1 0 106055798 162385920 32515 33554432000 4194304 5796924 140736441243424 140736441241064 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 39645 32515 169 392 0 39244 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 158580

[startup+1542.31 s]
/proc/loadavg: 2.30 2.22 2.19 3/177 4437
/proc/meminfo: memFree=29983060/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=158580 CPUtime=1542.04 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 28470 0 0 0 154180 24 0 0 20 0 1 0 106055798 162385920 36611 33554432000 4194304 5796924 140736441243424 140736441241064 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 39645 36611 169 392 0 39244 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 158580

[startup+1602.3 s]
/proc/loadavg: 2.25 2.21 2.18 4/177 4439
/proc/meminfo: memFree=29997504/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=127760 CPUtime=1602.03 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 29194 0 0 0 160177 26 0 0 20 0 1 0 106055798 130826240 29376 33554432000 4194304 5796924 140736441243424 140736441240888 4606555 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 31940 29376 169 392 0 31539 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 127760

[startup+1662.3 s]
/proc/loadavg: 2.25 2.21 2.18 3/177 4440
/proc/meminfo: memFree=29966728/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=158580 CPUtime=1662.01 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 29790 0 0 0 166175 26 0 0 20 0 1 0 106055798 162385920 33539 33554432000 4194304 5796924 140736441243424 140736441241064 4591992 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 39645 33539 169 392 0 39244 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 158580

[startup+1722.3 s]
/proc/loadavg: 2.27 2.22 2.18 4/177 4441
/proc/meminfo: memFree=29970520/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=158580 CPUtime=1722.01 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 29798 0 0 0 172174 27 0 0 20 0 1 0 106055798 162385920 37635 33554432000 4194304 5796924 140736441243424 140736441241064 4592645 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 39645 37635 169 392 0 39244 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 158580

[startup+1782.3 s]
/proc/loadavg: 2.16 2.19 2.18 3/177 4442
/proc/meminfo: memFree=29986516/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=127760 CPUtime=1782 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 30612 0 0 0 178172 28 0 0 20 0 1 0 106055798 130826240 29888 33554432000 4194304 5796924 140736441243424 140736441240888 4591923 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 31940 29888 169 392 0 31539 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 127760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.19 2.20 2.18 3/177 4443
/proc/meminfo: memFree=29976260/32872528 swapFree=16360/1798728
[pid=4352] ppid=4349 vsize=127760 CPUtime=1800.09 cores=0,2,4,6
/proc/4352/stat : 4352 (naps-1.02) R 4349 4352 1152 0 -1 4202496 30615 0 0 0 179981 28 0 0 20 0 1 0 106055798 130826240 31424 33554432000 4194304 5796924 140736441243424 140736441240888 4592059 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/4352/statm: 31940 31424 169 392 0 31539 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 127760

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 4352 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.11
CPU user time (s): 1799.82
CPU system time (s): 0.290955
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 257988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.290955
maximum resident set size= 200552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30627
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= 23
involuntary context switches= 1860

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.63584 second user time and 15.6386 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-06 21:27:06
IDJOB=4081844
IDBENCH=2555
IDSOLVER=2544
FILE ID=node123/4081844-1465241226
RUNJOBID= node123-1465219565-1168
PBS_JOBID= 19843215
Free space on /tmp= 71728 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob5.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081844-1465241226/watcher-4081844-1465241226 -o /tmp/evaluation-result-4081844-1465241226/solver-4081844-1465241226 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465219565-1168 --watchdog 1960  naps-1.02 HOME/instance-4081844-1465241226.opb

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

MD5SUM BENCH= b56e28afe1ffd19dcf9a2ab038cbc43f
RANDOM SEED=310559328

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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		: 2667.117
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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:        29868616 kB
Buffers:           18260 kB
Cached:            72184 kB
SwapCached:         1832 kB
Active:           458240 kB
Inactive:          46956 kB
Active(anon):     415072 kB
Inactive(anon):     2052 kB
Active(file):      43168 kB
Inactive(file):    44904 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098732 kB
Dirty:              3940 kB
Writeback:             0 kB
AnonPages:       2213084 kB
Mapped:             8020 kB
Shmem:                 0 kB
Slab:             566336 kB
SReclaimable:      10616 kB
SUnreclaim:       555720 kB
KernelStack:        1464 kB
PageTables:         8548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2333644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2181120 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 node123 at 2016-06-06 21:57:07