Trace number 3300273

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.04 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p30-s25693430.cnf
MD5SUM08b4f1e095a7a4b98cb40c2c00e78d45
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.477926
Satisfiable
(Un)Satisfiability was proved
Number of variables952
Number of clauses84809
Sum of the clauses size170510
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284779
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...829798/instance-3300273-1303829798.cnf
0.19/0.28	c Solving...
1300.02/1300.00	
1300.02/1300.00	*** INTERRUPTED! ***
1300.02/1300.00	s UNKNOWN
1300.02/1300.00	
1300.02/1300.00	c INTERRUPTED   : 1
1300.02/1300.00	c Models        : 0+    
1300.02/1300.00	c Time          : 1300.005s (Solving: 1299.73s 1st Model: 0.00s Unsat: 0.00s)
1300.02/1300.00	c CPU Time      : 1300.020s

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-3300273-1303829798/watcher-3300273-1303829798 -o /tmp/evaluation-result-3300273-1303829798/solver-3300273-1303829798 -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-3300273-1303829798.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: 0.92 1.42 2.55 7/182 16216
/proc/meminfo: memFree=16241456/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=13344 CPUtime=0 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 707 0 0 0 0 0 0 0 18 0 1 0 494578552 13664256 605 33554432000 4194304 4929204 140734568627712 18446744073709551615 268272349893 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 3336 606 327 180 0 346 0

[startup+0.0212319 s]
/proc/loadavg: 0.92 1.42 2.55 7/182 16216
/proc/meminfo: memFree=16241456/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=16100 CPUtime=0.01 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 1675 0 0 0 1 0 0 0 18 0 1 0 494578552 16486400 1309 33554432000 4194304 4929204 140734568627712 18446744073709551615 268272349893 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 4025 1310 336 180 0 1035 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16100

[startup+0.100217 s]
/proc/loadavg: 0.92 1.42 2.55 7/182 16216
/proc/meminfo: memFree=16241456/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=17628 CPUtime=0.09 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 2055 0 0 0 9 0 0 0 18 0 1 0 494578552 18051072 1689 33554432000 4194304 4929204 140734568627712 18446744073709551615 4582106 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 4407 1689 337 180 0 1417 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17628

[startup+0.300181 s]
/proc/loadavg: 0.92 1.42 2.55 7/182 16216
/proc/meminfo: memFree=16241456/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=17564 CPUtime=0.29 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 2264 0 0 0 29 0 0 0 18 0 1 0 494578552 17985536 1732 33554432000 4194304 4929204 140734568627712 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 4391 1732 360 180 0 1401 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17564

[startup+0.700111 s]
/proc/loadavg: 0.92 1.42 2.55 7/182 16216
/proc/meminfo: memFree=16241456/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=19076 CPUtime=0.69 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 2634 0 0 0 69 0 0 0 18 0 1 0 494578552 19533824 2102 33554432000 4194304 4929204 140734568627712 18446744073709551615 4633773 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 4769 2102 367 180 0 1779 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19076

[startup+1.50097 s]
/proc/loadavg: 0.92 1.42 2.55 7/190 16227
/proc/meminfo: memFree=16148412/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=21980 CPUtime=1.49 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 3351 0 0 0 149 0 0 0 20 0 1 0 494578552 22507520 2819 33554432000 4194304 4929204 140734568627712 18446744073709551615 4633962 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 5495 2819 367 180 0 2505 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21980

[startup+3.10068 s]
/proc/loadavg: 1.17 1.46 2.56 7/190 16227
/proc/meminfo: memFree=16142832/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=25228 CPUtime=3.09 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 4187 0 0 0 309 0 0 0 25 0 1 0 494578552 25833472 3655 33554432000 4194304 4929204 140734568627712 18446744073709551615 4327675 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 6307 3655 367 180 0 3317 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25228

[startup+6.30012 s]
/proc/loadavg: 1.17 1.46 2.56 6/190 16227
/proc/meminfo: memFree=16139600/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=27484 CPUtime=6.28 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 4752 0 0 0 628 0 0 0 25 0 1 0 494578552 28143616 4220 33554432000 4194304 4929204 140734568627712 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 6871 4220 367 180 0 3881 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27484

[startup+12.701 s]
/proc/loadavg: 1.60 1.54 2.57 5/190 16227
/proc/meminfo: memFree=16129960/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=30712 CPUtime=12.69 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 5514 0 0 0 1268 1 0 0 25 0 1 0 494578552 31449088 4982 33554432000 4194304 4929204 140734568627712 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 7678 4982 367 180 0 4688 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30712

[startup+25.5008 s]
/proc/loadavg: 1.97 1.63 2.59 7/190 16227
/proc/meminfo: memFree=16117904/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=36172 CPUtime=25.49 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 6888 0 0 0 2548 1 0 0 25 0 1 0 494578552 37040128 6356 33554432000 4194304 4929204 140734568627712 18446744073709551615 4316056 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 9043 6356 367 180 0 6053 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36172

[startup+51.1001 s]
/proc/loadavg: 2.66 1.81 2.62 6/190 16228
/proc/meminfo: memFree=16088656/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=44464 CPUtime=51.09 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 8940 0 0 0 5107 2 0 0 25 0 1 0 494578552 45531136 8408 33554432000 4194304 4929204 140734568627712 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 11116 8408 367 180 0 8126 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 44464

[startup+102.307 s]
/proc/loadavg: 3.46 2.18 2.70 7/190 16229
/proc/meminfo: memFree=16055032/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=50716 CPUtime=102.29 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 10466 0 0 0 10227 2 0 0 25 0 1 0 494578552 51933184 9934 33554432000 4194304 4929204 140734568627712 18446744073709551615 4633288 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 12679 9934 367 180 0 9689 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 50716

[startup+162.3 s]
/proc/loadavg: 3.78 2.48 2.77 7/190 16231
/proc/meminfo: memFree=16023640/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=58212 CPUtime=162.29 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 12302 0 0 0 16226 3 0 0 25 0 1 0 494578552 59609088 11770 33554432000 4194304 4929204 140734568627712 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 14553 11770 369 180 0 11563 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 58212

[startup+222.301 s]
/proc/loadavg: 3.92 2.78 2.85 7/190 16232
/proc/meminfo: memFree=15988536/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=60984 CPUtime=222.29 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 13016 0 0 0 22226 3 0 0 25 0 1 0 494578552 62447616 12484 33554432000 4194304 4929204 140734568627712 18446744073709551615 4633734 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 15246 12484 369 180 0 12256 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 60984

[startup+282.301 s]
/proc/loadavg: 3.97 2.98 2.92 7/190 16243
/proc/meminfo: memFree=15978092/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=63444 CPUtime=282.29 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 13632 0 0 0 28226 3 0 0 25 0 1 0 494578552 64966656 13100 33554432000 4194304 4929204 140734568627712 18446744073709551615 4316160 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 15861 13100 369 180 0 12871 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 63444

[startup+342.3 s]
/proc/loadavg: 3.99 3.18 2.99 6/190 16244
/proc/meminfo: memFree=15967008/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=63444 CPUtime=342.29 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 13646 0 0 0 34226 3 0 0 25 0 1 0 494578552 64966656 13114 33554432000 4194304 4929204 140734568627712 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 15861 13114 369 180 0 12871 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 63444

[startup+402.301 s]
/proc/loadavg: 3.99 3.31 3.04 7/190 16246
/proc/meminfo: memFree=15946512/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=66868 CPUtime=402.3 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 14413 0 0 0 40226 4 0 0 25 0 1 0 494578552 68472832 13881 33554432000 4194304 4929204 140734568627712 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 16717 13881 369 180 0 13727 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 66868

[startup+462.301 s]
/proc/loadavg: 3.99 3.44 3.10 7/190 16251
/proc/meminfo: memFree=15934064/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=73320 CPUtime=462.3 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 16002 0 0 0 46226 4 0 0 25 0 1 0 494578552 75079680 15470 33554432000 4194304 4929204 140734568627712 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 18330 15470 369 180 0 15340 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 73320

[startup+522.3 s]
/proc/loadavg: 4.11 3.58 3.17 6/190 16252
/proc/meminfo: memFree=15926408/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=76840 CPUtime=522.3 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 16820 0 0 0 52226 4 0 0 25 0 1 0 494578552 78684160 16288 33554432000 4194304 4929204 140734568627712 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 19210 16288 369 180 0 16220 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 76840

[startup+582.3 s]
/proc/loadavg: 4.04 3.66 3.22 7/190 16254
/proc/meminfo: memFree=15917444/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=78220 CPUtime=582.3 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 17150 0 0 0 58226 4 0 0 25 0 1 0 494578552 80097280 16618 33554432000 4194304 4929204 140734568627712 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 19555 16618 369 180 0 16565 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 78220

[startup+642.301 s]
/proc/loadavg: 4.01 3.72 3.27 7/190 16255
/proc/meminfo: memFree=15903764/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=85612 CPUtime=642.31 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 18981 0 0 0 64226 5 0 0 25 0 1 0 494578552 87666688 18449 33554432000 4194304 4929204 140734568627712 18446744073709551615 4327571 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 21403 18449 369 180 0 18413 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 85612

[startup+702.301 s]
/proc/loadavg: 4.00 3.76 3.31 6/190 16257
/proc/meminfo: memFree=15897156/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=86932 CPUtime=702.3 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 19325 0 0 0 70225 5 0 0 25 0 1 0 494578552 89018368 18793 33554432000 4194304 4929204 140734568627712 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 21733 18793 369 180 0 18743 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 86932

[startup+762.307 s]
/proc/loadavg: 4.00 3.81 3.35 6/190 16259
/proc/meminfo: memFree=15882124/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=88940 CPUtime=762.31 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 19849 0 0 0 76226 5 0 0 25 0 1 0 494578552 91074560 19317 33554432000 4194304 4929204 140734568627712 18446744073709551615 4357404 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 22235 19317 369 180 0 19245 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 88940

[startup+822.301 s]
/proc/loadavg: 4.00 3.84 3.38 7/190 16260
/proc/meminfo: memFree=15874920/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=90908 CPUtime=822.3 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 20321 0 0 0 82225 5 0 0 25 0 1 0 494578552 93089792 19789 33554432000 4194304 4929204 140734568627712 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 22727 19789 369 180 0 19737 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 90908

[startup+882.301 s]
/proc/loadavg: 4.00 3.86 3.42 7/190 16262
/proc/meminfo: memFree=15869424/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=93948 CPUtime=882.31 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 21079 0 0 0 88225 6 0 0 25 0 1 0 494578552 96202752 20547 33554432000 4194304 4929204 140734568627712 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 23487 20547 369 180 0 20497 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 93948

[startup+942.3 s]
/proc/loadavg: 4.00 3.89 3.45 7/190 16263
/proc/meminfo: memFree=15864560/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=96456 CPUtime=942.31 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 21686 0 0 0 94225 6 0 0 25 0 1 0 494578552 98770944 21154 33554432000 4194304 4929204 140734568627712 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 24114 21154 369 180 0 21124 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 96456

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 3.49 7/190 16265
/proc/meminfo: memFree=15855344/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=98628 CPUtime=1002.31 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 22242 0 0 0 100225 6 0 0 25 0 1 0 494578552 100995072 21710 33554432000 4194304 4929204 140734568627712 18446744073709551615 4629085 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 24657 21710 369 180 0 21667 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 98628

[startup+1062.3 s]
/proc/loadavg: 4.16 3.97 3.53 7/190 16267
/proc/meminfo: memFree=15852960/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=98628 CPUtime=1062.31 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 22255 0 0 0 106225 6 0 0 25 0 1 0 494578552 100995072 21723 33554432000 4194304 4929204 140734568627712 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 24657 21723 369 180 0 21667 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 98628

[startup+1122.3 s]
/proc/loadavg: 4.05 3.97 3.56 6/190 16268
/proc/meminfo: memFree=15851448/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=98628 CPUtime=1122.31 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 22260 0 0 0 112225 6 0 0 25 0 1 0 494578552 100995072 21728 33554432000 4194304 4929204 140734568627712 18446744073709551615 4316145 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 24657 21728 369 180 0 21667 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 98628

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 3.58 7/190 16270
/proc/meminfo: memFree=15849188/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=98628 CPUtime=1182.32 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 22261 0 0 0 118226 6 0 0 25 0 1 0 494578552 100995072 21729 33554432000 4194304 4929204 140734568627712 18446744073709551615 4633745 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 24657 21729 369 180 0 21667 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 98628

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.60 6/190 16271
/proc/meminfo: memFree=15843568/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=98628 CPUtime=1242.32 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 22268 0 0 0 124226 6 0 0 25 0 1 0 494578552 100995072 21736 33554432000 4194304 4929204 140734568627712 18446744073709551615 4633764 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 24657 21736 369 180 0 21667 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 98628



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.63 7/190 16273
/proc/meminfo: memFree=15834740/32950928 swapFree=67111528/67111528
[pid=16214] ppid=16210 vsize=98628 CPUtime=1300.02 cores=4,6
/proc/16214/stat : 16214 (clasp) R 16210 16214 15262 0 -1 4202496 22285 0 0 0 129996 6 0 0 25 0 1 0 494578552 100995072 21753 33554432000 4194304 4929204 140734568627712 18446744073709551615 4316213 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/16214/statm: 24657 21753 369 180 0 21667 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 98628

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.04
CPU user time (s): 1299.97
CPU system time (s): 0.073988
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 98628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.97
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22297
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= 12
involuntary context switches= 14857

runsolver used 2.03069 second user time and 5.01824 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-26 16:56:38
IDJOB=3300273
IDBENCH=88227
IDSOLVER=1685
FILE ID=node122/3300273-1303829798
RUNJOBID= node122-1303829797-16185
PBS_JOBID= 13160773
Free space on /tmp= 71680 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p30-s25693430.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-3300273-1303829798/watcher-3300273-1303829798 -o /tmp/evaluation-result-3300273-1303829798/solver-3300273-1303829798 -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-3300273-1303829798.cnf

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

MD5SUM BENCH= 08b4f1e095a7a4b98cb40c2c00e78d45
RANDOM SEED=1185793106

node122.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.820
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.64
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.820
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.820
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.75
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.820
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.820
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.820
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.820
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.75
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16242164 kB
Buffers:       1727468 kB
Cached:       14348328 kB
SwapCached:          0 kB
Active:        4860956 kB
Inactive:     11283940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16242164 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16696 kB
Writeback:           0 kB
AnonPages:       68820 kB
Mapped:          14684 kB
Slab:           500380 kB
PageTables:       5884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   197480 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= 71676 MiB
End job on node122 at 2011-04-26 17:18:20