Trace number 3467904

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.07 1800.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
MD5SUMc1794605d16cd8196553c490f5507fd9
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 variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...116479/instance-3467904-1307116479.opb
0.00/0.01	c Solving...
1800.05/1800.01	
1800.05/1800.01	*** INTERRUPTED! ***
1800.05/1800.01	s UNKNOWN
1800.05/1800.01	
1800.05/1800.01	c INTERRUPTED   : 1
1800.05/1800.01	c Models        : 0+    
1800.05/1800.01	c Time          : 1800.009s (Solving: 1799.99s 1st Model: 0.00s Unsat: 0.00s)
1800.05/1800.01	c CPU Time      : 1800.060s

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-3467904-1307116479/watcher-3467904-1307116479 -o /tmp/evaluation-result-3467904-1307116479/solver-3467904-1307116479 -C 1800 -W 1900 -M 15500 HOME/clasp HOME/instance-3467904-1307116479.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: 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: 1.31 1.80 1.92 2/273 6012
/proc/meminfo: memFree=28408280/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=14292 CPUtime=0 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 977 0 0 0 0 0 0 0 25 0 1 0 823248623 14635008 867 33554432000 4194304 4933572 140736767076000 18446744073709551615 222921437893 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 3573 868 329 181 0 582 0

[startup+0.082851 s]
/proc/loadavg: 1.31 1.80 1.92 2/273 6012
/proc/meminfo: memFree=28408280/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=15708 CPUtime=0.07 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 1591 0 0 0 7 0 0 0 25 0 1 0 823248623 16084992 1279 33554432000 4194304 4933572 140736767076000 18446744073709551615 4368945 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 3927 1279 368 181 0 936 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15708

[startup+0.100846 s]
/proc/loadavg: 1.31 1.80 1.92 2/273 6012
/proc/meminfo: memFree=28408280/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=15708 CPUtime=0.09 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 1597 0 0 0 9 0 0 0 25 0 1 0 823248623 16084992 1285 33554432000 4194304 4933572 140736767076000 18446744073709551615 4648384 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 3927 1285 374 181 0 936 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15708

[startup+0.300822 s]
/proc/loadavg: 1.31 1.80 1.92 2/273 6012
/proc/meminfo: memFree=28408280/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=16500 CPUtime=0.29 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 1773 0 0 0 29 0 0 0 25 0 1 0 823248623 16896000 1461 33554432000 4194304 4933572 140736767076000 18446744073709551615 4717069 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 4125 1461 376 181 0 1134 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16500

[startup+0.700748 s]
/proc/loadavg: 1.31 1.80 1.92 2/273 6012
/proc/meminfo: memFree=28408280/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=18248 CPUtime=0.69 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 2211 0 0 0 69 0 0 0 25 0 1 0 823248623 18685952 1899 33554432000 4194304 4933572 140736767076000 18446744073709551615 4631915 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 4562 1899 376 181 0 1571 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18248

[startup+1.5006 s]
/proc/loadavg: 1.36 1.80 1.92 3/274 6013
/proc/meminfo: memFree=28387076/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=20856 CPUtime=1.49 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 2866 0 0 0 149 0 0 0 25 0 1 0 823248623 21356544 2554 33554432000 4194304 4933572 140736767076000 18446744073709551615 4331712 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 5214 2554 376 181 0 2223 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20856

[startup+3.10031 s]
/proc/loadavg: 1.36 1.80 1.92 3/274 6013
/proc/meminfo: memFree=28373888/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=24504 CPUtime=3.09 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 3800 0 0 0 309 0 0 0 25 0 1 0 823248623 25092096 3488 33554432000 4194304 4933572 140736767076000 18446744073709551615 4649402 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 6126 3488 376 181 0 3135 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24504

[startup+6.30072 s]
/proc/loadavg: 1.41 1.80 1.92 3/274 6013
/proc/meminfo: memFree=28358028/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=26904 CPUtime=6.29 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 4375 0 0 0 629 0 0 0 25 0 1 0 823248623 27549696 4063 33554432000 4194304 4933572 140736767076000 18446744073709551615 4719056 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 6726 4063 376 181 0 3735 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26904

[startup+12.7005 s]
/proc/loadavg: 1.46 1.80 1.92 3/274 6014
/proc/meminfo: memFree=28356372/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=27696 CPUtime=12.69 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 4585 0 0 0 1269 0 0 0 25 0 1 0 823248623 28360704 4273 33554432000 4194304 4933572 140736767076000 18446744073709551615 4716992 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 6924 4273 376 181 0 3933 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27696

[startup+25.5002 s]
/proc/loadavg: 1.58 1.81 1.92 3/274 6014
/proc/meminfo: memFree=28322892/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=31580 CPUtime=25.49 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 5520 0 0 0 2549 0 0 0 25 0 1 0 823248623 32337920 5208 33554432000 4194304 4933572 140736767076000 18446744073709551615 4622112 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 7895 5208 376 181 0 4904 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31580

[startup+51.1005 s]
/proc/loadavg: 1.72 1.83 1.92 3/274 6015
/proc/meminfo: memFree=28309472/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=37284 CPUtime=51.1 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 6937 0 0 0 5109 1 0 0 25 0 1 0 823248623 38178816 6625 33554432000 4194304 4933572 140736767076000 18446744073709551615 4717035 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 9321 6625 376 181 0 6330 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 37284

[startup+102.31 s]
/proc/loadavg: 1.88 1.85 1.92 3/274 6016
/proc/meminfo: memFree=28278336/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=44464 CPUtime=102.31 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 8589 0 0 0 10230 1 0 0 25 0 1 0 823248623 45531136 8277 33554432000 4194304 4933572 140736767076000 18446744073709551615 4648411 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 11116 8277 376 181 0 8125 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 44464

[startup+162.3 s]
/proc/loadavg: 1.95 1.88 1.92 3/274 6018
/proc/meminfo: memFree=28271496/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=48012 CPUtime=162.3 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 9665 0 0 0 16229 1 0 0 25 0 1 0 823248623 49164288 9181 33554432000 4194304 4933572 140736767076000 18446744073709551615 4719509 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 12003 9181 376 181 0 9012 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 48012

[startup+222.3 s]
/proc/loadavg: 1.98 1.90 1.92 3/274 6019
/proc/meminfo: memFree=28264772/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=51012 CPUtime=222.3 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 10408 0 0 0 22229 1 0 0 25 0 1 0 823248623 52236288 9924 33554432000 4194304 4933572 140736767076000 18446744073709551615 4330085 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 12753 9924 376 181 0 9762 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 51012

[startup+282.3 s]
/proc/loadavg: 2.04 1.93 1.93 3/274 6021
/proc/meminfo: memFree=28250868/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=52812 CPUtime=282.3 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 10813 0 0 0 28229 1 0 0 25 0 1 0 823248623 54079488 10329 33554432000 4194304 4933572 140736767076000 18446744073709551615 4663961 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 13203 10329 376 181 0 10212 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 52812

[startup+342.3 s]
/proc/loadavg: 2.01 1.94 1.93 3/274 6022
/proc/meminfo: memFree=28241556/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=54188 CPUtime=342.3 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 11112 0 0 0 34229 1 0 0 25 0 1 0 823248623 55488512 10628 33554432000 4194304 4933572 140736767076000 18446744073709551615 4333286 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 13547 10628 376 181 0 10556 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 54188

[startup+402.3 s]
/proc/loadavg: 2.11 1.98 1.94 3/274 6033
/proc/meminfo: memFree=28226288/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=55828 CPUtime=402.3 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 11525 0 0 0 40229 1 0 0 25 0 1 0 823248623 57167872 11041 33554432000 4194304 4933572 140736767076000 18446744073709551615 4330095 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 13957 11041 376 181 0 10966 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 55828

[startup+462.3 s]
/proc/loadavg: 2.04 1.98 1.94 3/274 6035
/proc/meminfo: memFree=28221056/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=56224 CPUtime=462.3 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 11628 0 0 0 46229 1 0 0 25 0 1 0 823248623 57573376 11144 33554432000 4194304 4933572 140736767076000 18446744073709551615 4330068 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 14056 11144 376 181 0 11065 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 56224

[startup+522.3 s]
/proc/loadavg: 2.01 1.98 1.94 3/274 6036
/proc/meminfo: memFree=28207776/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=59396 CPUtime=522.3 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 12394 0 0 0 52229 1 0 0 25 0 1 0 823248623 60821504 11910 33554432000 4194304 4933572 140736767076000 18446744073709551615 4631815 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 14849 11910 376 181 0 11858 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 59396

[startup+582.3 s]
/proc/loadavg: 2.00 1.98 1.94 3/274 6041
/proc/meminfo: memFree=28206012/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=60496 CPUtime=582.31 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 12667 0 0 0 58230 1 0 0 25 0 1 0 823248623 61947904 12183 33554432000 4194304 4933572 140736767076000 18446744073709551615 4361186 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 15124 12183 376 181 0 12133 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 60496

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.07 1.99 1.95 3/274 6047
/proc/meminfo: memFree=28161228/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=74244 CPUtime=822.32 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 16185 0 0 0 82230 2 0 0 25 0 1 0 823248623 76025856 15586 33554432000 4194304 4933572 140736767076000 18446744073709551615 4360863 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 18561 15586 376 181 0 15570 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 74244

[startup+882.3 s]
/proc/loadavg: 2.02 1.99 1.95 3/274 6049
/proc/meminfo: memFree=28158724/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=73948 CPUtime=882.32 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 16338 0 0 0 88230 2 0 0 25 0 1 0 823248623 75722752 15524 33554432000 4194304 4933572 140736767076000 18446744073709551615 4342086 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 18487 15524 376 181 0 15496 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 73948

[startup+942.3 s]
/proc/loadavg: 2.08 2.01 1.95 3/274 6050
/proc/meminfo: memFree=28156224/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=75260 CPUtime=942.32 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 17025 0 0 0 94230 2 0 0 25 0 1 0 823248623 77066240 15831 33554432000 4194304 4933572 140736767076000 18446744073709551615 4717253 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 18815 15831 376 181 0 15824 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 75260

[startup+1002.3 s]
/proc/loadavg: 2.03 2.00 1.95 3/274 6052
/proc/meminfo: memFree=28153232/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=76052 CPUtime=1002.32 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 17520 0 0 0 100230 2 0 0 25 0 1 0 823248623 77877248 16049 33554432000 4194304 4933572 140736767076000 18446744073709551615 4632120 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 19013 16049 376 181 0 16022 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 76052

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/274 6054
/proc/meminfo: memFree=28135852/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=79568 CPUtime=1062.32 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 18637 0 0 0 106230 2 0 0 25 0 1 0 823248623 81477632 16923 33554432000 4194304 4933572 140736767076000 18446744073709551615 4648668 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 19892 16923 378 181 0 16901 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 79568

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/274 6055
/proc/meminfo: memFree=28129132/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=79568 CPUtime=1122.33 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 18637 0 0 0 112231 2 0 0 25 0 1 0 823248623 81477632 16923 33554432000 4194304 4933572 140736767076000 18446744073709551615 4341872 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 19892 16923 378 181 0 16901 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 79568

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/274 6057
/proc/meminfo: memFree=28127992/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=79700 CPUtime=1182.33 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 18654 0 0 0 118231 2 0 0 25 0 1 0 823248623 81612800 16940 33554432000 4194304 4933572 140736767076000 18446744073709551615 4649391 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 19925 16940 378 181 0 16934 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 79700

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/274 6058
/proc/meminfo: memFree=28127600/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=79700 CPUtime=1242.33 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 18655 0 0 0 124231 2 0 0 25 0 1 0 823248623 81612800 16941 33554432000 4194304 4933572 140736767076000 18446744073709551615 4632085 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 19925 16941 378 181 0 16934 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 79700

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/274 6060
/proc/meminfo: memFree=28127208/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=79700 CPUtime=1302.34 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 18656 0 0 0 130232 2 0 0 25 0 1 0 823248623 81612800 16942 33554432000 4194304 4933572 140736767076000 18446744073709551615 4718579 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 19925 16942 378 181 0 16934 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 79700

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/274 6062
/proc/meminfo: memFree=28126320/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=79700 CPUtime=1362.33 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 18656 0 0 0 136231 2 0 0 25 0 1 0 823248623 81612800 16942 33554432000 4194304 4933572 140736767076000 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 19925 16942 378 181 0 16934 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 79700

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/274 6063
/proc/meminfo: memFree=28109192/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=79832 CPUtime=1422.35 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 18712 0 0 0 142233 2 0 0 25 0 1 0 823248623 81747968 16998 33554432000 4194304 4933572 140736767076000 18446744073709551615 4319339 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 19958 16998 378 181 0 16967 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 79832

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/274 6065
/proc/meminfo: memFree=28102352/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=79832 CPUtime=1482.34 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 18712 0 0 0 148232 2 0 0 25 0 1 0 823248623 81747968 16998 33554432000 4194304 4933572 140736767076000 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 19958 16998 378 181 0 16967 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 79832

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 1.96 3/274 6066
/proc/meminfo: memFree=28096372/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=84384 CPUtime=1542.34 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 20059 0 0 0 154232 2 0 0 25 0 1 0 823248623 86409216 18135 33554432000 4194304 4933572 140736767076000 18446744073709551615 4332744 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 21096 18135 378 181 0 18105 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 84384

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/274 6068
/proc/meminfo: memFree=28094868/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=84384 CPUtime=1602.34 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 20060 0 0 0 160232 2 0 0 25 0 1 0 823248623 86409216 18136 33554432000 4194304 4933572 140736767076000 18446744073709551615 4632799 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 21096 18136 378 181 0 18105 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 84384

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/274 6070
/proc/meminfo: memFree=28090132/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=84384 CPUtime=1662.34 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 20072 0 0 0 166232 2 0 0 25 0 1 0 823248623 86409216 18148 33554432000 4194304 4933572 140736767076000 18446744073709551615 4637181 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 21096 18148 378 181 0 18105 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 84384

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/274 6071
/proc/meminfo: memFree=28089748/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=84384 CPUtime=1722.34 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 20079 0 0 0 172232 2 0 0 25 0 1 0 823248623 86409216 18155 33554432000 4194304 4933572 140736767076000 18446744073709551615 4360863 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 21096 18155 378 181 0 18105 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 84384

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/274 6073
/proc/meminfo: memFree=28086876/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=84384 CPUtime=1782.35 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 20081 0 0 0 178233 2 0 0 25 0 1 0 823248623 86409216 18157 33554432000 4194304 4933572 140736767076000 18446744073709551615 4319360 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 21096 18157 378 181 0 18105 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 84384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.92 1.98 1.95 2/272 6074
/proc/meminfo: memFree=28343692/32951124 swapFree=55664332/67111528
[pid=6012] ppid=6010 vsize=84384 CPUtime=1800.05 cores=1,3,5,7
/proc/6012/stat : 6012 (clasp) R 6010 6012 4051 0 -1 4202496 20081 0 0 0 180003 2 0 0 25 0 1 0 823248623 86409216 18157 33554432000 4194304 4933572 140736767076000 18446744073709551615 4649364 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/6012/statm: 21096 18157 378 181 0 18105 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 84384

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

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

Child status: 0
Real time (s): 1800.01
CPU time (s): 1800.07
CPU user time (s): 1800.04
CPU system time (s): 0.028995
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 85280

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

runsolver used 4.20936 second user time and 10.5324 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-03 17:54:39
IDJOB=3467904
IDBENCH=48313
IDSOLVER=1958
FILE ID=node109/3467904-1307116479
RUNJOBID= node109-1307116478-5966
PBS_JOBID= 13497981
Free space on /tmp= 73912 MiB

SOLVER NAME= clasp 2.0-R4191
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_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-3467904-1307116479/watcher-3467904-1307116479 -o /tmp/evaluation-result-3467904-1307116479/solver-3467904-1307116479 -C 1800 -W 1900 -M 15500  HOME/clasp HOME/instance-3467904-1307116479.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= c1794605d16cd8196553c490f5507fd9
RANDOM SEED=407731457

node109.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.809
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.61
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.809
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	: 5332.75
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.809
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.809
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.75
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.809
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.82
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.809
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.75
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28408560 kB
Buffers:        309060 kB
Cached:        2240404 kB
SwapCached:      10392 kB
Active:         848308 kB
Inactive:      3439484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28408560 kB
SwapTotal:    67111528 kB
SwapFree:     55664332 kB
Dirty:            2392 kB
Writeback:           0 kB
AnonPages:     1734332 kB
Mapped:          16828 kB
Slab:           155772 kB
PageTables:      37500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 30895516 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= 73912 MiB
End job on node109 at 2011-06-03 18:24:41