Trace number 3467953

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
clasp 2.0-R4191? (TO) 1800.09 1800.12

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_10_5_40.opb
MD5SUM813576a353dee8860ef5bb1ebdae9d95
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2504
Sum of products size (including duplicates)5008
Number of different products1252
Sum of products size2504

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...117771/instance-3467953-1307117771.opb
0.00/0.00	c Solving...
1800.07/1800.11	
1800.07/1800.11	*** INTERRUPTED! ***
1800.07/1800.11	s UNKNOWN
1800.07/1800.11	
1800.07/1800.11	c INTERRUPTED   : 1
1800.07/1800.11	c Models        : 0+    
1800.07/1800.11	c Time          : 1800.113s (Solving: 1800.11s 1st Model: 0.00s Unsat: 0.00s)
1800.07/1800.11	c CPU Time      : 1800.080s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3467953-1307117771/watcher-3467953-1307117771 -o /tmp/evaluation-result-3467953-1307117771/solver-3467953-1307117771 -C 1800 -W 1900 -M 15500 HOME/clasp HOME/instance-3467953-1307117771.opb --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=1500,10000 --dsched=10000,1.1,20000 --restart-on-model --opt-heu=2 

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: 1.00 1.33 1.69 2/434 4910
/proc/meminfo: memFree=24745568/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=13052 CPUtime=0 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 693 0 0 0 0 0 0 0 23 0 1 0 804192759 13365248 610 33554432000 4194304 4933572 140734931290464 18446744073709551615 4630681 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 3263 610 359 181 0 272 0

[startup+0.0768511 s]
/proc/loadavg: 1.00 1.33 1.69 2/434 4910
/proc/meminfo: memFree=24745568/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=13580 CPUtime=0.07 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 822 0 0 0 7 0 0 0 23 0 1 0 804192759 13905920 739 33554432000 4194304 4933572 140734931290464 18446744073709551615 4648657 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 3395 739 375 181 0 404 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13580

[startup+0.100837 s]
/proc/loadavg: 1.00 1.33 1.69 2/434 4910
/proc/meminfo: memFree=24745568/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=13580 CPUtime=0.09 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 822 0 0 0 9 0 0 0 23 0 1 0 804192759 13905920 739 33554432000 4194304 4933572 140734931290464 18446744073709551615 4337280 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 3395 739 375 181 0 404 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13580

[startup+0.300797 s]
/proc/loadavg: 1.00 1.33 1.69 2/434 4910
/proc/meminfo: memFree=24745568/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=14240 CPUtime=0.29 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 1001 0 0 0 29 0 0 0 25 0 1 0 804192759 14581760 918 33554432000 4194304 4933572 140734931290464 18446744073709551615 4363389 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 3560 918 375 181 0 569 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14240

[startup+0.700718 s]
/proc/loadavg: 1.00 1.33 1.69 2/434 4910
/proc/meminfo: memFree=24745568/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=14636 CPUtime=0.69 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 1093 0 0 0 69 0 0 0 25 0 1 0 804192759 14987264 1010 33554432000 4194304 4933572 140734931290464 18446744073709551615 4340904 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 3659 1010 375 181 0 668 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14636

[startup+1.50058 s]
/proc/loadavg: 1.08 1.35 1.69 3/438 4944
/proc/meminfo: memFree=24741820/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=14904 CPUtime=1.49 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 1147 0 0 0 149 0 0 0 25 0 1 0 804192759 15261696 1064 33554432000 4194304 4933572 140734931290464 18446744073709551615 4664518 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 3726 1064 376 181 0 735 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14904

[startup+3.10027 s]
/proc/loadavg: 1.08 1.35 1.69 3/438 4944
/proc/meminfo: memFree=24739084/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=15960 CPUtime=3.09 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 1432 0 0 0 309 0 0 0 25 0 1 0 804192759 16343040 1349 33554432000 4194304 4933572 140734931290464 18446744073709551615 4635314 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 3990 1349 376 181 0 999 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15960

[startup+6.30063 s]
/proc/loadavg: 1.08 1.35 1.69 3/438 4944
/proc/meminfo: memFree=24736360/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=17028 CPUtime=6.29 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 1696 0 0 0 629 0 0 0 25 0 1 0 804192759 17436672 1613 33554432000 4194304 4933572 140734931290464 18446744073709551615 4368973 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 4257 1613 376 181 0 1266 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17028

[startup+12.7004 s]
/proc/loadavg: 1.22 1.37 1.70 3/438 4998
/proc/meminfo: memFree=24737004/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=17808 CPUtime=12.69 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 1876 0 0 0 1269 0 0 0 25 0 1 0 804192759 18235392 1793 33554432000 4194304 4933572 140734931290464 18446744073709551615 4331763 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 4452 1793 376 181 0 1461 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17808

[startup+25.5008 s]
/proc/loadavg: 1.34 1.39 1.70 3/438 4999
/proc/meminfo: memFree=24733676/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=18344 CPUtime=25.49 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 2007 0 0 0 2549 0 0 0 25 0 1 0 804192759 18784256 1924 33554432000 4194304 4933572 140734931290464 18446744073709551615 4664026 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 4586 1924 376 181 0 1595 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18344

[startup+51.1007 s]
/proc/loadavg: 1.60 1.44 1.71 3/438 4999
/proc/meminfo: memFree=24730832/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=19676 CPUtime=51.09 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 2354 0 0 0 5109 0 0 0 25 0 1 0 804192759 20148224 2271 33554432000 4194304 4933572 140734931290464 18446744073709551615 4331700 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 4919 2271 376 181 0 1928 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 19676

[startup+102.316 s]
/proc/loadavg: 1.82 1.53 1.72 3/438 5001
/proc/meminfo: memFree=24726596/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=21120 CPUtime=102.3 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 2686 0 0 0 10230 0 0 0 25 0 1 0 804192759 21626880 2603 33554432000 4194304 4933572 140734931290464 18446744073709551615 4328714 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5280 2603 376 181 0 2289 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 21120

[startup+162.301 s]
/proc/loadavg: 2.01 1.64 1.75 3/438 5002
/proc/meminfo: memFree=24726932/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=21272 CPUtime=162.29 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 2742 0 0 0 16229 0 0 0 25 0 1 0 804192759 21782528 2654 33554432000 4194304 4933572 140734931290464 18446744073709551615 4340904 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5318 2654 376 181 0 2327 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 21272

[startup+222.301 s]
/proc/loadavg: 2.04 1.72 1.76 3/438 5004
/proc/meminfo: memFree=24725536/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=21564 CPUtime=222.3 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 2813 0 0 0 22229 1 0 0 25 0 1 0 804192759 22081536 2725 33554432000 4194304 4933572 140734931290464 18446744073709551615 4648693 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5391 2725 376 181 0 2400 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 21564

[startup+282.301 s]
/proc/loadavg: 2.06 1.78 1.78 3/438 5005
/proc/meminfo: memFree=24725120/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=22008 CPUtime=282.3 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 2922 0 0 0 28229 1 0 0 25 0 1 0 804192759 22536192 2834 33554432000 4194304 4933572 140734931290464 18446744073709551615 4631799 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5502 2834 376 181 0 2511 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 22008

[startup+342.301 s]
/proc/loadavg: 2.02 1.82 1.79 3/438 5007
/proc/meminfo: memFree=24724968/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=22164 CPUtime=342.3 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 2950 0 0 0 34229 1 0 0 25 0 1 0 804192759 22695936 2862 33554432000 4194304 4933572 140734931290464 18446744073709551615 4649391 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5541 2862 376 181 0 2550 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 22164

[startup+402.301 s]
/proc/loadavg: 2.01 1.85 1.80 3/438 5009
/proc/meminfo: memFree=24724312/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=22464 CPUtime=402.3 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3016 0 0 0 40229 1 0 0 25 0 1 0 804192759 23003136 2928 33554432000 4194304 4933572 140734931290464 18446744073709551615 4340880 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5616 2928 376 181 0 2625 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 22464

[startup+462.301 s]
/proc/loadavg: 2.00 1.87 1.82 3/438 5010
/proc/meminfo: memFree=24724164/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=22764 CPUtime=462.3 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3084 0 0 0 46229 1 0 0 25 0 1 0 804192759 23310336 2996 33554432000 4194304 4933572 140734931290464 18446744073709551615 4649402 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5691 2996 376 181 0 2700 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 22764

[startup+522.301 s]
/proc/loadavg: 2.00 1.89 1.82 3/438 5012
/proc/meminfo: memFree=24724008/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=22924 CPUtime=522.3 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3100 0 0 0 52229 1 0 0 25 0 1 0 804192759 23474176 3012 33554432000 4194304 4933572 140734931290464 18446744073709551615 4631959 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5731 3012 376 181 0 2740 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 22924

[startup+582.3 s]
/proc/loadavg: 2.00 1.91 1.83 3/438 5016
/proc/meminfo: memFree=24723364/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=23224 CPUtime=582.3 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3166 0 0 0 58229 1 0 0 25 0 1 0 804192759 23781376 3078 33554432000 4194304 4933572 140734931290464 18446744073709551615 4368941 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5806 3078 376 181 0 2815 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 23224

[startup+642.3 s]

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

[startup+882.301 s]
/proc/loadavg: 2.01 1.99 1.88 3/438 5024
/proc/meminfo: memFree=24723088/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=23524 CPUtime=882.31 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3234 0 0 0 88230 1 0 0 25 0 1 0 804192759 24088576 3146 33554432000 4194304 4933572 140734931290464 18446744073709551615 4649207 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5881 3146 376 181 0 2890 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 23524

[startup+942.301 s]
/proc/loadavg: 2.00 1.99 1.89 3/438 5026
/proc/meminfo: memFree=24723316/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=23524 CPUtime=942.31 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3234 0 0 0 94230 1 0 0 25 0 1 0 804192759 24088576 3146 33554432000 4194304 4933572 140734931290464 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5881 3146 376 181 0 2890 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 23524

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 1.89 3/438 5028
/proc/meminfo: memFree=24723540/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=23664 CPUtime=1002.31 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3257 0 0 0 100230 1 0 0 25 0 1 0 804192759 24231936 3169 33554432000 4194304 4933572 140734931290464 18446744073709551615 4631794 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5916 3169 376 181 0 2925 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 23664

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/438 5029
/proc/meminfo: memFree=24723388/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=23800 CPUtime=1062.32 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3301 0 0 0 106231 1 0 0 25 0 1 0 804192759 24371200 3213 33554432000 4194304 4933572 140734931290464 18446744073709551615 4368931 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5950 3213 376 181 0 2959 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 23800

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.90 3/438 5031
/proc/meminfo: memFree=24723232/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=23800 CPUtime=1122.32 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3309 0 0 0 112231 1 0 0 25 0 1 0 804192759 24371200 3221 33554432000 4194304 4933572 140734931290464 18446744073709551615 270338081312 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5950 3221 376 181 0 2959 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 23800

[startup+1182.3 s]
/proc/loadavg: 2.14 2.04 1.92 3/438 5032
/proc/meminfo: memFree=24723080/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=23936 CPUtime=1182.32 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3334 0 0 0 118231 1 0 0 25 0 1 0 804192759 24510464 3246 33554432000 4194304 4933572 140734931290464 18446744073709551615 4363283 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 5984 3246 376 181 0 2993 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 23936

[startup+1242.3 s]
/proc/loadavg: 2.05 2.03 1.92 3/438 5034
/proc/meminfo: memFree=24723160/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=24088 CPUtime=1242.32 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3350 0 0 0 124231 1 0 0 25 0 1 0 804192759 24666112 3262 33554432000 4194304 4933572 140734931290464 18446744073709551615 4664059 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 6022 3262 376 181 0 3031 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 24088

[startup+1302.3 s]
/proc/loadavg: 2.06 2.03 1.93 3/438 5036
/proc/meminfo: memFree=24722260/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=24088 CPUtime=1302.33 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3366 0 0 0 130232 1 0 0 25 0 1 0 804192759 24666112 3278 33554432000 4194304 4933572 140734931290464 18446744073709551615 4368931 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 6022 3278 376 181 0 3031 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 24088

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 1.93 3/438 5037
/proc/meminfo: memFree=24723216/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=24088 CPUtime=1362.32 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3375 0 0 0 136231 1 0 0 25 0 1 0 804192759 24666112 3287 33554432000 4194304 4933572 140734931290464 18446744073709551615 4718544 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 6022 3287 376 181 0 3031 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 24088

[startup+1422.32 s]
/proc/loadavg: 2.01 2.02 1.93 3/438 5039
/proc/meminfo: memFree=24723440/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=24088 CPUtime=1422.34 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3375 0 0 0 142233 1 0 0 25 0 1 0 804192759 24666112 3287 33554432000 4194304 4933572 140734931290464 18446744073709551615 4368896 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 6022 3287 376 181 0 3031 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 24088

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/438 5040
/proc/meminfo: memFree=24723164/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=24236 CPUtime=1482.33 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3384 0 0 0 148232 1 0 0 25 0 1 0 804192759 24817664 3296 33554432000 4194304 4933572 140734931290464 18446744073709551615 4340829 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 6059 3296 376 181 0 3068 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 24236

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/438 5042
/proc/meminfo: memFree=24723132/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=24236 CPUtime=1542.33 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3409 0 0 0 154232 1 0 0 25 0 1 0 804192759 24817664 3321 33554432000 4194304 4933572 140734931290464 18446744073709551615 4664515 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/4910/statm: 6059 3321 376 181 0 3068 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 24236

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/438 5044
/proc/meminfo: memFree=24723460/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=24388 CPUtime=1602.26 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3426 0 0 0 160225 1 0 0 25 0 1 0 804192759 24973312 3338 33554432000 4194304 4933572 140734931290464 18446744073709551615 4648387 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/4910/statm: 6097 3338 376 181 0 3106 0
Current children cumulated CPU time (s) 1602.26
Current children cumulated vsize (KiB) 24388

[startup+1662.3 s]
/proc/loadavg: 2.10 2.03 1.94 3/438 5045
/proc/meminfo: memFree=24723920/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=24388 CPUtime=1662.26 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3434 0 0 0 166225 1 0 0 25 0 1 0 804192759 24973312 3346 33554432000 4194304 4933572 140734931290464 18446744073709551615 4330068 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/4910/statm: 6097 3346 376 181 0 3106 0
Current children cumulated CPU time (s) 1662.26
Current children cumulated vsize (KiB) 24388

[startup+1722.3 s]
/proc/loadavg: 2.08 2.04 1.94 3/438 5047
/proc/meminfo: memFree=24723516/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=24388 CPUtime=1722.26 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3442 0 0 0 172225 1 0 0 25 0 1 0 804192759 24973312 3354 33554432000 4194304 4933572 140734931290464 18446744073709551615 4719090 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/4910/statm: 6097 3354 376 181 0 3106 0
Current children cumulated CPU time (s) 1722.26
Current children cumulated vsize (KiB) 24388

[startup+1782.3 s]
/proc/loadavg: 2.09 2.04 1.95 3/438 5048
/proc/meminfo: memFree=24721376/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=24536 CPUtime=1782.26 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3459 0 0 0 178225 1 0 0 25 0 1 0 804192759 25124864 3371 33554432000 4194304 4933572 140734931290464 18446744073709551615 4331743 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/4910/statm: 6134 3371 376 181 0 3143 0
Current children cumulated CPU time (s) 1782.26
Current children cumulated vsize (KiB) 24536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.07 2.04 1.95 3/438 5049
/proc/meminfo: memFree=24721368/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=24536 CPUtime=1800.07 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3459 0 0 0 180006 1 0 0 25 0 1 0 804192759 25124864 3371 33554432000 4194304 4933572 140734931290464 18446744073709551615 4631912 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/4910/statm: 6134 3371 376 181 0 3143 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 24536

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1800.1 s]
/proc/loadavg: 2.07 2.04 1.95 3/438 5049
/proc/meminfo: memFree=24721368/32951124 swapFree=50923800/67111528
[pid=4910] ppid=4908 vsize=24536 CPUtime=1800.07 cores=0,2,4,6
/proc/4910/stat : 4910 (clasp) R 4908 4910 2319 0 -1 4202496 3459 0 0 0 180006 1 0 0 25 0 1 0 804192759 25124864 3371 33554432000 4194304 4933572 140734931290464 18446744073709551615 4631912 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/4910/statm: 6134 3371 376 181 0 3143 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 24536

Child status: 0
Real time (s): 1800.12
CPU time (s): 1800.09
CPU user time (s): 1800.07
CPU system time (s): 0.016997
CPU usage (%): 99.9985
Max. virtual memory (cumulated for all children) (KiB): 24536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.07
system time used= 0.016997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3471
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= 10
involuntary context switches= 5759

runsolver used 8.15376 second user time and 16.4035 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-03 18:16:11
IDJOB=3467953
IDBENCH=48362
IDSOLVER=1958
FILE ID=node143/3467953-1307117771
RUNJOBID= node143-1307117771-4896
PBS_JOBID= 13497975
Free space on /tmp= 73896 MiB

SOLVER NAME= clasp 2.0-R4191
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_10_5_40.opb
COMMAND LINE= HOME/clasp BENCHNAME --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=1500,10000 --dsched=10000,1.1,20000 --restart-on-model --opt-heu=2 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3467953-1307117771/watcher-3467953-1307117771 -o /tmp/evaluation-result-3467953-1307117771/solver-3467953-1307117771 -C 1800 -W 1900 -M 15500  HOME/clasp HOME/instance-3467953-1307117771.opb --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=1500,10000 --dsched=10000,1.1,20000 --restart-on-model --opt-heu=2 

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

MD5SUM BENCH= 813576a353dee8860ef5bb1ebdae9d95
RANDOM SEED=484480214

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24745988 kB
Buffers:        276392 kB
Cached:         437552 kB
SwapCached:       9140 kB
Active:        7468840 kB
Inactive:       456752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24745988 kB
SwapTotal:    67111528 kB
SwapFree:     50923800 kB
Dirty:             792 kB
Writeback:           0 kB
AnonPages:     7209280 kB
Mapped:          21284 kB
Slab:           131564 kB
PageTables:      79656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115659596 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73892 MiB
End job on node143 at 2011-06-03 18:46:14