Trace number 3300413

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

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
MD5SUM808fa775df860c59a1178e77fc60f410
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3416.66
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses25452
Sum of the clauses size254370
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530
Number of clauses of size over 525422

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...828311/instance-3300413-1303828311.cnf
1.39/1.40	c Solving...
1300.03/1300.00	
1300.03/1300.00	*** INTERRUPTED! ***
1300.03/1300.00	s UNKNOWN
1300.03/1300.00	
1300.03/1300.00	c INTERRUPTED   : 1
1300.03/1300.00	c Models        : 0+    
1300.03/1300.00	c Time          : 1299.998s (Solving: 1298.60s 1st Model: 0.00s Unsat: 0.00s)
1300.03/1300.00	c CPU Time      : 1300.030s

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-3300413-1303828311/watcher-3300413-1303828311 -o /tmp/evaluation-result-3300413-1303828311/solver-3300413-1303828311 -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-3300413-1303828311.cnf 

running on 2 cores: 1,3

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: 4.00 4.03 4.74 5/189 7517
/proc/meminfo: memFree=13849776/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=11800 CPUtime=0 cores=1,3
/proc/7517/stat : 7517 (runsolver) R 7515 7517 7230 0 -1 4202560 43 0 0 0 0 0 0 0 25 0 1 0 494429102 12083200 52 33554432000 4194304 5434984 140735482203568 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/7517/statm: 2950 52 31 303 0 2644 0

[startup+0.023679 s]
/proc/loadavg: 4.00 4.03 4.74 5/189 7517
/proc/meminfo: memFree=13849776/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=14176 CPUtime=0.01 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 935 0 0 0 1 0 0 0 25 0 1 0 494429102 14516224 839 33554432000 4194304 4929204 140733687188160 18446744073709551615 228122374853 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 3544 840 336 180 0 554 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14176

[startup+0.100666 s]
/proc/loadavg: 4.00 4.03 4.74 5/189 7517
/proc/meminfo: memFree=13849776/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=15712 CPUtime=0.09 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 1335 0 0 0 9 0 0 0 25 0 1 0 494429102 16089088 1239 33554432000 4194304 4929204 140733687188160 18446744073709551615 4582106 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 3928 1239 339 180 0 938 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15712

[startup+0.300627 s]
/proc/loadavg: 4.00 4.03 4.74 5/189 7517
/proc/meminfo: memFree=13849776/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=15712 CPUtime=0.29 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 1336 0 0 0 29 0 0 0 25 0 1 0 494429102 16089088 1240 33554432000 4194304 4929204 140733687188160 18446744073709551615 4582129 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 3928 1240 339 180 0 938 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15712

[startup+0.700555 s]
/proc/loadavg: 4.00 4.03 4.74 5/189 7517
/proc/meminfo: memFree=13849776/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=15876 CPUtime=0.69 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 1363 0 0 0 69 0 0 0 25 0 1 0 494429102 16257024 1267 33554432000 4194304 4929204 140733687188160 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 3969 1267 339 180 0 979 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15876

[startup+1.50042 s]
/proc/loadavg: 4.00 4.03 4.74 5/190 7518
/proc/meminfo: memFree=13837500/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=15876 CPUtime=1.49 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 1496 0 0 0 149 0 0 0 25 0 1 0 494429102 16257024 1309 33554432000 4194304 4929204 140733687188160 18446744073709551615 4307318 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 3969 1309 368 180 0 979 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15876

[startup+3.10013 s]
/proc/loadavg: 4.00 4.03 4.74 5/190 7518
/proc/meminfo: memFree=13832912/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=16704 CPUtime=3.09 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 1674 0 0 0 309 0 0 0 25 0 1 0 494429102 17104896 1487 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633970 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 4176 1487 368 180 0 1186 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16704

[startup+6.30054 s]
/proc/loadavg: 4.00 4.03 4.73 5/190 7519
/proc/meminfo: memFree=13826160/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=17908 CPUtime=6.29 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 1963 0 0 0 629 0 0 0 25 0 1 0 494429102 18337792 1776 33554432000 4194304 4929204 140733687188160 18446744073709551615 4316048 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 4477 1776 368 180 0 1487 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17908

[startup+12.7004 s]
/proc/loadavg: 4.00 4.03 4.73 5/190 7519
/proc/meminfo: memFree=13813164/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=19076 CPUtime=12.69 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 2219 0 0 0 1269 0 0 0 25 0 1 0 494429102 19533824 2032 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 4769 2032 368 180 0 1779 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19076

[startup+25.5011 s]
/proc/loadavg: 4.00 4.03 4.72 5/190 7519
/proc/meminfo: memFree=13801660/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=20744 CPUtime=25.49 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 2593 0 0 0 2549 0 0 0 25 0 1 0 494429102 21241856 2406 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633480 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 5186 2406 368 180 0 2196 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20744

[startup+51.1004 s]
/proc/loadavg: 4.00 4.03 4.70 5/190 7520
/proc/meminfo: memFree=13783996/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=22796 CPUtime=51.09 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 3063 0 0 0 5109 0 0 0 25 0 1 0 494429102 23343104 2876 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633831 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 5699 2876 368 180 0 2709 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22796

[startup+102.306 s]
/proc/loadavg: 4.00 4.02 4.66 5/190 7521
/proc/meminfo: memFree=13767964/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=25256 CPUtime=102.29 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 3648 0 0 0 10229 0 0 0 25 0 1 0 494429102 25862144 3461 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 6314 3461 368 180 0 3324 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 25256

[startup+162.3 s]
/proc/loadavg: 4.00 4.02 4.61 5/190 7523
/proc/meminfo: memFree=13751424/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=28080 CPUtime=162.29 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 4255 0 0 0 16229 0 0 0 25 0 1 0 494429102 28753920 4068 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633970 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 7020 4068 368 180 0 4030 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 28080

[startup+222.3 s]
/proc/loadavg: 4.00 4.01 4.57 5/190 7524
/proc/meminfo: memFree=13744452/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=30020 CPUtime=222.29 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 4689 0 0 0 22229 0 0 0 25 0 1 0 494429102 30740480 4502 33554432000 4194304 4929204 140733687188160 18446744073709551615 4637460 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 7505 4502 368 180 0 4515 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 30020

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 4.53 5/190 7526
/proc/meminfo: memFree=13732492/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=31292 CPUtime=282.29 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 4972 0 0 0 28229 0 0 0 25 0 1 0 494429102 32043008 4785 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 7823 4785 368 180 0 4833 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 31292

[startup+342.301 s]
/proc/loadavg: 4.06 4.02 4.50 5/190 7528
/proc/meminfo: memFree=13721656/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=32116 CPUtime=342.29 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 5188 0 0 0 34229 0 0 0 25 0 1 0 494429102 32886784 5001 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 8029 5001 368 180 0 5039 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 32116

[startup+402.301 s]
/proc/loadavg: 4.02 4.01 4.47 5/190 7529
/proc/meminfo: memFree=13715292/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=33124 CPUtime=402.29 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 5405 0 0 0 40229 0 0 0 25 0 1 0 494429102 33918976 5218 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 8281 5218 370 180 0 5291 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 33124

[startup+462.301 s]
/proc/loadavg: 4.01 4.00 4.44 5/190 7531
/proc/meminfo: memFree=13704204/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=33884 CPUtime=462.29 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 5578 0 0 0 46229 0 0 0 25 0 1 0 494429102 34697216 5391 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 8471 5391 370 180 0 5481 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 33884

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 4.41 5/190 7532
/proc/meminfo: memFree=13699220/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=34076 CPUtime=522.3 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 5636 0 0 0 52230 0 0 0 25 0 1 0 494429102 34893824 5449 33554432000 4194304 4929204 140733687188160 18446744073709551615 4359888 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 8519 5449 370 180 0 5529 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 34076

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 4.38 5/190 7534
/proc/meminfo: memFree=13691468/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=35024 CPUtime=582.31 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 5839 0 0 0 58230 1 0 0 25 0 1 0 494429102 35864576 5652 33554432000 4194304 4929204 140733687188160 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 8756 5652 370 180 0 5766 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 35024

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 4.35 5/190 7536
/proc/meminfo: memFree=13688556/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=36160 CPUtime=642.31 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 6071 0 0 0 64230 1 0 0 25 0 1 0 494429102 37027840 5884 33554432000 4194304 4929204 140733687188160 18446744073709551615 4316081 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 9040 5884 370 180 0 6050 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 36160

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 4.33 5/190 7537
/proc/meminfo: memFree=13683032/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=37300 CPUtime=702.31 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 6311 0 0 0 70230 1 0 0 25 0 1 0 494429102 38195200 6124 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 9325 6124 370 180 0 6335 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 37300

[startup+762.307 s]
/proc/loadavg: 4.04 4.01 4.31 5/190 7539
/proc/meminfo: memFree=13677396/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=37488 CPUtime=762.32 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 6367 0 0 0 76231 1 0 0 25 0 1 0 494429102 38387712 6180 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 9372 6180 370 180 0 6382 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 37488

[startup+822.301 s]
/proc/loadavg: 4.01 4.01 4.29 5/190 7540
/proc/meminfo: memFree=13676608/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=37868 CPUtime=822.31 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 6459 0 0 0 82230 1 0 0 25 0 1 0 494429102 38776832 6272 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 9467 6272 370 180 0 6477 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 37868

[startup+882.301 s]
/proc/loadavg: 4.04 4.02 4.27 5/190 7542
/proc/meminfo: memFree=13671828/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=39196 CPUtime=882.31 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 6730 0 0 0 88230 1 0 0 25 0 1 0 494429102 40136704 6543 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 9799 6543 370 180 0 6809 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 39196

[startup+942.3 s]
/proc/loadavg: 4.05 4.03 4.26 5/190 7544
/proc/meminfo: memFree=13668180/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=39764 CPUtime=942.31 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 6887 0 0 0 94230 1 0 0 25 0 1 0 494429102 40718336 6700 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 9941 6700 370 180 0 6951 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 39764

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 4.24 5/190 7545
/proc/meminfo: memFree=13667020/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=40332 CPUtime=1002.32 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 7026 0 0 0 100231 1 0 0 25 0 1 0 494429102 41299968 6839 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 10083 6839 370 180 0 7093 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 40332

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 4.22 5/190 7547
/proc/meminfo: memFree=13664736/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=41280 CPUtime=1062.32 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 7240 0 0 0 106231 1 0 0 25 0 1 0 494429102 42270720 7053 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633756 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 10320 7053 370 180 0 7330 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 41280

[startup+1122.3 s]
/proc/loadavg: 4.07 4.03 4.21 5/190 7548
/proc/meminfo: memFree=13662108/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=41280 CPUtime=1122.32 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 7265 0 0 0 112231 1 0 0 25 0 1 0 494429102 42270720 7078 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633759 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 10320 7078 370 180 0 7330 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 41280

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 4.19 5/190 7550
/proc/meminfo: memFree=13657476/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=41660 CPUtime=1182.32 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 7357 0 0 0 118231 1 0 0 25 0 1 0 494429102 42659840 7170 33554432000 4194304 4929204 140733687188160 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 10415 7170 370 180 0 7425 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 41660

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 4.18 5/190 7552
/proc/meminfo: memFree=13647512/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=42040 CPUtime=1242.32 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 7460 0 0 0 124231 1 0 0 25 0 1 0 494429102 43048960 7273 33554432000 4194304 4929204 140733687188160 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 10510 7273 370 180 0 7520 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 42040



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.82 3.97 4.15 2/184 7556
/proc/meminfo: memFree=13835620/32951124 swapFree=67111528/67111528
[pid=7517] ppid=7515 vsize=42420 CPUtime=1300.03 cores=1,3
/proc/7517/stat : 7517 (clasp) R 7515 7517 7230 0 -1 4202496 7532 0 0 0 130002 1 0 0 25 0 1 0 494429102 43438080 7345 33554432000 4194304 4929204 140733687188160 18446744073709551615 4619462 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/7517/statm: 10605 7345 370 180 0 7615 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 42420

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): 1300.02
CPU system time (s): 0.016997
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 42420

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

runsolver used 2.07768 second user time and 5.02524 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-26 16:31:51
IDJOB=3300413
IDBENCH=83921
IDSOLVER=1685
FILE ID=node138/3300413-1303828311
RUNJOBID= node138-1303827008-7250
PBS_JOBID= 13160800
Free space on /tmp= 71860 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_15_90_1-log.shuffled-as.sat03-137.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-3300413-1303828311/watcher-3300413-1303828311 -o /tmp/evaluation-result-3300413-1303828311/solver-3300413-1303828311 -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-3300413-1303828311.cnf

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

MD5SUM BENCH= 808fa775df860c59a1178e77fc60f410
RANDOM SEED=1662656038

node138.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.854
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.70
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.854
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.854
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.82
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.854
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.854
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.80
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.854
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.854
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13849940 kB
Buffers:       2087000 kB
Cached:       16362608 kB
SwapCached:          0 kB
Active:       10659612 kB
Inactive:      7875824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13849940 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7408 kB
Writeback:           0 kB
AnonPages:       85320 kB
Mapped:          16264 kB
Slab:           503036 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   270216 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= 71864 MiB
End job on node138 at 2011-04-26 16:53:33