Trace number 3300284

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-R4092-crafted? (TO) 1300.07 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
MD5SUMbfa662ff57088c54e0febd091ce11e5c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.39763
Satisfiable
(Un)Satisfiability was proved
Number of variables1985
Number of clauses409171
Sum of the clauses size820237
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2409126
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...829727/instance-3300284-1303829727.cnf
3.39/3.42	c Solving...
1300.05/1300.00	
1300.05/1300.00	*** INTERRUPTED! ***
1300.05/1300.00	s UNKNOWN
1300.05/1300.00	
1300.05/1300.00	c INTERRUPTED   : 1
1300.05/1300.00	c Models        : 0+    
1300.05/1300.00	c Time          : 1300.005s (Solving: 1296.58s 1st Model: 0.00s Unsat: 0.00s)
1300.05/1300.00	c CPU Time      : 1300.050s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3300284-1303829727/watcher-3300284-1303829727 -o /tmp/evaluation-result-3300284-1303829727/solver-3300284-1303829727 -C 2400 -W 1300 -M 7680 HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3300284-1303829727.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.33 3.29 3.78 4/189 24190
/proc/meminfo: memFree=14247108/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=13892 CPUtime=0 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 910 0 0 0 0 0 0 0 25 0 1 0 475388359 14225408 745 33554432000 4194304 4929204 140735397250560 18446744073709551615 270338044613 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 3473 745 327 180 0 483 0

[startup+0.0707059 s]
/proc/loadavg: 3.33 3.29 3.78 4/189 24190
/proc/meminfo: memFree=14247108/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=26588 CPUtime=0.06 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 5488 0 0 0 6 0 0 0 25 0 1 0 475388359 27226112 3655 33554432000 4194304 4929204 140735397250560 18446744073709551615 270338044613 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 6647 3656 327 180 0 3657 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26588

[startup+0.100669 s]
/proc/loadavg: 3.33 3.29 3.78 4/189 24190
/proc/meminfo: memFree=14247108/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=31868 CPUtime=0.09 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 6970 0 0 0 9 0 0 0 25 0 1 0 475388359 32632832 5118 33554432000 4194304 4929204 140735397250560 18446744073709551615 270338044613 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 7967 5121 336 180 0 4977 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31868

[startup+0.300671 s]
/proc/loadavg: 3.33 3.29 3.78 4/189 24190
/proc/meminfo: memFree=14247108/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=37304 CPUtime=0.29 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 8326 0 0 0 29 0 0 0 25 0 1 0 475388359 38199296 6474 33554432000 4194304 4929204 140735397250560 18446744073709551615 4582129 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 9326 6474 337 180 0 6336 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37304

[startup+0.70059 s]
/proc/loadavg: 3.33 3.29 3.78 4/189 24190
/proc/meminfo: memFree=14247108/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=37304 CPUtime=0.69 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 8326 0 0 0 69 0 0 0 25 0 1 0 475388359 38199296 6474 33554432000 4194304 4929204 140735397250560 18446744073709551615 4582166 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 9326 6474 337 180 0 6336 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37304

[startup+1.50042 s]
/proc/loadavg: 3.33 3.29 3.78 5/190 24191
/proc/meminfo: memFree=14222064/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=37304 CPUtime=1.49 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 8326 0 0 0 149 0 0 0 25 0 1 0 475388359 38199296 6474 33554432000 4194304 4929204 140735397250560 18446744073709551615 4582106 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 9326 6474 337 180 0 6336 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37304

[startup+3.10111 s]
/proc/loadavg: 3.33 3.29 3.78 5/190 24191
/proc/meminfo: memFree=14221196/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=40208 CPUtime=3.09 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 9055 0 0 0 308 1 0 0 25 0 1 0 475388359 41172992 7203 33554432000 4194304 4929204 140735397250560 18446744073709551615 4574978 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 10052 7203 339 180 0 7062 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40208

[startup+6.30047 s]
/proc/loadavg: 3.38 3.30 3.78 5/190 24191
/proc/meminfo: memFree=14219384/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=36824 CPUtime=6.29 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 9162 0 0 0 628 1 0 0 25 0 1 0 475388359 37707776 6510 33554432000 4194304 4929204 140735397250560 18446744073709551615 4625370 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 9206 6510 367 180 0 6216 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36824

[startup+12.7012 s]
/proc/loadavg: 3.43 3.31 3.78 5/190 24191
/proc/meminfo: memFree=14217168/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=36824 CPUtime=12.69 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 9217 0 0 0 1268 1 0 0 25 0 1 0 475388359 37707776 6565 33554432000 4194304 4929204 140735397250560 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 9206 6565 367 180 0 6216 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36824

[startup+25.5006 s]
/proc/loadavg: 3.56 3.34 3.78 5/190 24191
/proc/meminfo: memFree=14211076/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=42564 CPUtime=25.49 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 10620 0 0 0 2548 1 0 0 25 0 1 0 475388359 43585536 7968 33554432000 4194304 4929204 140735397250560 18446744073709551615 4633747 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 10641 7968 367 180 0 7651 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42564

[startup+51.1006 s]
/proc/loadavg: 3.78 3.41 3.79 5/190 24192
/proc/meminfo: memFree=14196144/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=49024 CPUtime=51.09 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 12227 0 0 0 5108 1 0 0 25 0 1 0 475388359 50200576 9575 33554432000 4194304 4929204 140735397250560 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 12256 9575 367 180 0 9266 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 49024

[startup+102.306 s]
/proc/loadavg: 3.75 3.47 3.79 4/184 24210
/proc/meminfo: memFree=14180196/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=57860 CPUtime=102.3 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 14408 0 0 0 10229 1 0 0 25 0 1 0 475388359 59248640 11756 33554432000 4194304 4929204 140735397250560 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 14465 11756 367 180 0 11475 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 57860

[startup+162.3 s]
/proc/loadavg: 3.27 3.38 3.74 4/184 24212
/proc/meminfo: memFree=14167676/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=63184 CPUtime=162.3 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 15701 0 0 0 16228 2 0 0 25 0 1 0 475388359 64700416 13049 33554432000 4194304 4929204 140735397250560 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 15796 13049 367 180 0 12806 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 63184

[startup+222.301 s]
/proc/loadavg: 3.23 3.34 3.70 4/184 24214
/proc/meminfo: memFree=14139652/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=68940 CPUtime=222.3 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 17142 0 0 0 22228 2 0 0 25 0 1 0 475388359 70594560 14490 33554432000 4194304 4929204 140735397250560 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 17235 14490 369 180 0 14245 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 68940

[startup+282.301 s]
/proc/loadavg: 3.08 3.27 3.65 4/184 24215
/proc/meminfo: memFree=14131220/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=70788 CPUtime=282.3 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 17624 0 0 0 28228 2 0 0 25 0 1 0 475388359 72486912 14972 33554432000 4194304 4929204 140735397250560 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 17697 14972 369 180 0 14707 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 70788

[startup+342.301 s]
/proc/loadavg: 3.10 3.24 3.61 4/184 24226
/proc/meminfo: memFree=14119708/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=75344 CPUtime=342.31 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 18728 0 0 0 34228 3 0 0 25 0 1 0 475388359 77152256 16076 33554432000 4194304 4929204 140735397250560 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 18836 16076 369 180 0 15846 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 75344

[startup+402.301 s]
/proc/loadavg: 3.03 3.19 3.57 4/184 24227
/proc/meminfo: memFree=14112020/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=76624 CPUtime=402.31 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 19055 0 0 0 40228 3 0 0 25 0 1 0 475388359 78462976 16403 33554432000 4194304 4929204 140735397250560 18446744073709551615 4657929 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 19156 16403 369 180 0 16166 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 76624

[startup+462.301 s]
/proc/loadavg: 3.01 3.15 3.53 4/184 24229
/proc/meminfo: memFree=14104828/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=77324 CPUtime=462.32 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 19237 0 0 0 46229 3 0 0 25 0 1 0 475388359 79179776 16585 33554432000 4194304 4929204 140735397250560 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 19331 16585 369 180 0 16341 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 77324

[startup+522.301 s]
/proc/loadavg: 3.00 3.12 3.50 4/184 24231
/proc/meminfo: memFree=14083252/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=84204 CPUtime=522.31 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 20925 0 0 0 52228 3 0 0 25 0 1 0 475388359 86224896 18273 33554432000 4194304 4929204 140735397250560 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 21051 18273 369 180 0 18061 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 84204

[startup+582.301 s]
/proc/loadavg: 3.00 3.10 3.46 4/184 24232
/proc/meminfo: memFree=14080272/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=86440 CPUtime=582.32 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 21487 0 0 0 58229 3 0 0 25 0 1 0 475388359 88514560 18835 33554432000 4194304 4929204 140735397250560 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 21610 18835 369 180 0 18620 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 86440

[startup+642.3 s]
/proc/loadavg: 3.00 3.08 3.43 4/184 24234
/proc/meminfo: memFree=14071836/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=88292 CPUtime=642.32 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 21943 0 0 0 64229 3 0 0 25 0 1 0 475388359 90411008 19291 33554432000 4194304 4929204 140735397250560 18446744073709551615 4316213 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 22073 19291 369 180 0 19083 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 88292

[startup+702.3 s]
/proc/loadavg: 3.00 3.06 3.40 4/184 24235
/proc/meminfo: memFree=14071340/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=88424 CPUtime=702.32 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 21971 0 0 0 70229 3 0 0 25 0 1 0 475388359 90546176 19319 33554432000 4194304 4929204 140735397250560 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 22106 19319 369 180 0 19116 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 88424

[startup+762.306 s]
/proc/loadavg: 3.06 3.07 3.38 4/184 24237
/proc/meminfo: memFree=14062288/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=94764 CPUtime=762.33 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 23519 0 0 0 76229 4 0 0 25 0 1 0 475388359 97038336 20867 33554432000 4194304 4929204 140735397250560 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 23691 20867 369 180 0 20701 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 94764

[startup+822.3 s]
/proc/loadavg: 3.02 3.06 3.36 4/184 24239
/proc/meminfo: memFree=14052864/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=95688 CPUtime=822.33 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 23741 0 0 0 82229 4 0 0 25 0 1 0 475388359 97984512 21089 33554432000 4194304 4929204 140735397250560 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 23922 21089 369 180 0 20932 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 95688

[startup+882.301 s]
/proc/loadavg: 3.04 3.06 3.34 4/184 24240
/proc/meminfo: memFree=14052616/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=95688 CPUtime=882.33 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 23743 0 0 0 88229 4 0 0 25 0 1 0 475388359 97984512 21091 33554432000 4194304 4929204 140735397250560 18446744073709551615 4657994 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 23922 21091 369 180 0 20932 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 95688

[startup+942.301 s]
/proc/loadavg: 3.01 3.05 3.31 4/184 24242
/proc/meminfo: memFree=14046168/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=97272 CPUtime=942.34 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 24157 0 0 0 94230 4 0 0 25 0 1 0 475388359 99606528 21505 33554432000 4194304 4929204 140735397250560 18446744073709551615 4327703 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 24318 21505 369 180 0 21328 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 97272

[startup+1002.3 s]
/proc/loadavg: 3.00 3.04 3.29 4/184 24243
/proc/meminfo: memFree=14044432/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=97272 CPUtime=1002.34 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 24162 0 0 0 100230 4 0 0 25 0 1 0 475388359 99606528 21510 33554432000 4194304 4929204 140735397250560 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 24318 21510 369 180 0 21328 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 97272

[startup+1062.3 s]
/proc/loadavg: 3.00 3.03 3.27 4/184 24245
/proc/meminfo: memFree=14044432/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=97272 CPUtime=1062.34 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 24162 0 0 0 106230 4 0 0 25 0 1 0 475388359 99606528 21510 33554432000 4194304 4929204 140735397250560 18446744073709551615 4337328 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 24318 21510 369 180 0 21328 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 97272

[startup+1122.3 s]
/proc/loadavg: 3.00 3.02 3.25 4/184 24247
/proc/meminfo: memFree=14031536/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=97272 CPUtime=1122.34 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 24165 0 0 0 112230 4 0 0 25 0 1 0 475388359 99606528 21513 33554432000 4194304 4929204 140735397250560 18446744073709551615 4316204 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 24318 21513 369 180 0 21328 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 97272

[startup+1182.3 s]
/proc/loadavg: 3.00 3.01 3.23 4/184 24248
/proc/meminfo: memFree=14022360/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=97272 CPUtime=1182.34 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 24176 0 0 0 118230 4 0 0 25 0 1 0 475388359 99606528 21524 33554432000 4194304 4929204 140735397250560 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 24318 21524 369 180 0 21328 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 97272

[startup+1242.3 s]
/proc/loadavg: 3.11 3.04 3.23 4/184 24250
/proc/meminfo: memFree=14012560/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=99968 CPUtime=1242.35 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 24822 0 0 0 124231 4 0 0 25 0 1 0 475388359 102367232 22170 33554432000 4194304 4929204 140735397250560 18446744073709551615 4632670 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 24992 22170 369 180 0 22002 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 99968



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.19 2.81 3.14 2/172 24287
/proc/meminfo: memFree=14295220/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=99968 CPUtime=1300.05 cores=4,6
/proc/24190/stat : 24190 (clasp) R 24188 24190 23639 0 -1 4202496 24822 0 0 0 130001 4 0 0 25 0 1 0 475388359 102367232 22170 33554432000 4194304 4929204 140735397250560 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24190/statm: 24992 22170 369 180 0 22002 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 99968

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): 1300.01
CPU time (s): 1300.07
CPU user time (s): 1300.02
CPU system time (s): 0.051992
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 99968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.02
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24834
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= 1882

runsolver used 2.26266 second user time and 4.80727 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-26 16:55:27
IDJOB=3300284
IDBENCH=88209
IDSOLVER=1685
FILE ID=node143/3300284-1303829727
RUNJOBID= node143-1303829678-24093
PBS_JOBID= 13160801
Free space on /tmp= 72932 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
COMMAND LINE= HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3300284-1303829727/watcher-3300284-1303829727 -o /tmp/evaluation-result-3300284-1303829727/solver-3300284-1303829727 -C 2400 -W 1300 -M 7680  HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3300284-1303829727.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= bfa662ff57088c54e0febd091ce11e5c
RANDOM SEED=866414613

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:      14247140 kB
Buffers:       2288000 kB
Cached:       15678720 kB
SwapCached:          0 kB
Active:        6907336 kB
Inactive:     11234876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14247140 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           26032 kB
Writeback:           0 kB
AnonPages:      175156 kB
Mapped:          16460 kB
Slab:           495848 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   359416 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= 72956 MiB
End job on node143 at 2011-04-26 17:17:09