Trace number 3300484

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

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-020-019.shuffled-as.sat05-1232.cnf
MD5SUMabb32bff5eb954e790612a6209864b5d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.08668
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses7050
Sum of the clauses size14440
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27030
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...829518/instance-3300484-1303829518.cnf
0.00/0.02	c Solving...
1300.04/1300.00	
1300.04/1300.00	*** INTERRUPTED! ***
1300.04/1300.00	s UNKNOWN
1300.04/1300.00	
1300.04/1300.00	c INTERRUPTED   : 1
1300.04/1300.00	c Models        : 0+    
1300.04/1300.00	c Time          : 1300.005s (Solving: 1299.99s 1st Model: 0.00s Unsat: 0.00s)
1300.04/1300.00	c CPU Time      : 1300.040s

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

running on 2 cores: 0,2

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.54 3.91 4.14 4/189 17107
/proc/meminfo: memFree=16611460/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=12896 CPUtime=0 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 579 0 0 0 0 0 0 0 25 0 1 0 573182529 13205504 514 33554432000 4194304 4929204 140736307023904 18446744073709551615 4582148 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 3224 514 337 180 0 234 0

[startup+0.0284181 s]
/proc/loadavg: 3.54 3.91 4.14 4/189 17107
/proc/meminfo: memFree=16611460/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=12896 CPUtime=0.02 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 642 0 0 0 2 0 0 0 25 0 1 0 573182529 13205504 577 33554432000 4194304 4929204 140736307023904 18446744073709551615 4359904 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 3224 577 367 180 0 234 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12896

[startup+0.100408 s]
/proc/loadavg: 3.54 3.91 4.14 4/189 17107
/proc/meminfo: memFree=16611460/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=13688 CPUtime=0.09 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 816 0 0 0 9 0 0 0 25 0 1 0 573182529 14016512 751 33554432000 4194304 4929204 140736307023904 18446744073709551615 4320520 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 3422 751 367 180 0 432 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13688

[startup+0.300368 s]
/proc/loadavg: 3.54 3.91 4.14 4/189 17107
/proc/meminfo: memFree=16611460/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=14216 CPUtime=0.29 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 963 0 0 0 29 0 0 0 25 0 1 0 573182529 14557184 898 33554432000 4194304 4929204 140736307023904 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 3554 898 367 180 0 564 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14216

[startup+0.7003 s]
/proc/loadavg: 3.54 3.91 4.14 4/189 17107
/proc/meminfo: memFree=16611460/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=14876 CPUtime=0.69 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 1128 0 0 0 69 0 0 0 25 0 1 0 573182529 15233024 1063 33554432000 4194304 4929204 140736307023904 18446744073709551615 4337370 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 3719 1063 367 180 0 729 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14876

[startup+1.50114 s]
/proc/loadavg: 3.54 3.91 4.14 5/190 17108
/proc/meminfo: memFree=16595752/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=15672 CPUtime=1.49 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 1318 0 0 0 149 0 0 0 25 0 1 0 573182529 16048128 1253 33554432000 4194304 4929204 140736307023904 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 3918 1253 367 180 0 928 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15672

[startup+3.10085 s]
/proc/loadavg: 3.54 3.91 4.14 5/190 17108
/proc/meminfo: memFree=16587940/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=16468 CPUtime=3.09 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 1518 0 0 0 309 0 0 0 25 0 1 0 573182529 16863232 1453 33554432000 4194304 4929204 140736307023904 18446744073709551615 4328400 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 4117 1453 367 180 0 1127 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16468

[startup+6.30024 s]
/proc/loadavg: 3.58 3.91 4.14 5/190 17108
/proc/meminfo: memFree=16576920/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=17404 CPUtime=6.29 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 1762 0 0 0 629 0 0 0 25 0 1 0 573182529 17821696 1697 33554432000 4194304 4929204 140736307023904 18446744073709551615 4638476 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 4351 1697 367 180 0 1361 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17404

[startup+12.701 s]
/proc/loadavg: 3.61 3.91 4.14 5/190 17108
/proc/meminfo: memFree=16561656/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=18888 CPUtime=12.69 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 2116 0 0 0 1269 0 0 0 25 0 1 0 573182529 19341312 2051 33554432000 4194304 4929204 140736307023904 18446744073709551615 4619405 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 4722 2051 367 180 0 1732 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18888

[startup+25.5006 s]
/proc/loadavg: 3.70 3.92 4.14 5/190 17108
/proc/meminfo: memFree=16545260/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=20180 CPUtime=25.49 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 2438 0 0 0 2549 0 0 0 25 0 1 0 573182529 20664320 2373 33554432000 4194304 4929204 140736307023904 18446744073709551615 4636658 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 5045 2373 368 180 0 2055 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20180

[startup+51.1008 s]
/proc/loadavg: 3.80 3.92 4.14 5/190 17109
/proc/meminfo: memFree=16520896/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=22760 CPUtime=51.08 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 3086 0 0 0 5108 0 0 0 25 0 1 0 573182529 23306240 3021 33554432000 4194304 4929204 140736307023904 18446744073709551615 4629115 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 5690 3021 368 180 0 2700 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22760

[startup+102.307 s]
/proc/loadavg: 3.91 3.93 4.13 5/190 17110
/proc/meminfo: memFree=16500432/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=24932 CPUtime=102.29 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 3613 0 0 0 10229 0 0 0 25 0 1 0 573182529 25530368 3548 33554432000 4194304 4929204 140736307023904 18446744073709551615 4636592 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 6233 3548 368 180 0 3243 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 24932

[startup+162.301 s]
/proc/loadavg: 3.97 3.94 4.11 5/190 17112
/proc/meminfo: memFree=16483268/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=26896 CPUtime=162.29 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 4082 0 0 0 16229 0 0 0 25 0 1 0 573182529 27541504 4009 33554432000 4194304 4929204 140736307023904 18446744073709551615 4316260 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 6724 4009 368 180 0 3734 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 26896

[startup+222.301 s]
/proc/loadavg: 3.98 3.95 4.10 5/190 17113
/proc/meminfo: memFree=16452704/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=28896 CPUtime=222.29 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 4599 0 0 0 22228 1 0 0 25 0 1 0 573182529 29589504 4526 33554432000 4194304 4929204 140736307023904 18446744073709551615 4316213 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 7224 4526 368 180 0 4234 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 28896

[startup+282.3 s]
/proc/loadavg: 4.04 3.97 4.10 5/190 17115
/proc/meminfo: memFree=16446460/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=30040 CPUtime=282.29 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 4902 0 0 0 28228 1 0 0 25 0 1 0 573182529 30760960 4819 33554432000 4194304 4929204 140736307023904 18446744073709551615 4316135 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 7510 4819 368 180 0 4520 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 30040

[startup+342.301 s]
/proc/loadavg: 4.01 3.97 4.09 5/190 17117
/proc/meminfo: memFree=16433264/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=31648 CPUtime=342.3 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 5306 0 0 0 34228 2 0 0 25 0 1 0 573182529 32407552 5218 33554432000 4194304 4929204 140736307023904 18446744073709551615 4633734 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 7912 5218 368 180 0 4922 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 31648

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 4.08 5/190 17118
/proc/meminfo: memFree=16424788/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=32020 CPUtime=402.3 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 5436 0 0 0 40228 2 0 0 25 0 1 0 573182529 32788480 5306 33554432000 4194304 4929204 140736307023904 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 8005 5306 368 180 0 5015 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 32020

[startup+462.3 s]
/proc/loadavg: 4.04 3.99 4.08 5/190 17120
/proc/meminfo: memFree=16422012/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=33304 CPUtime=462.3 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 5737 0 0 0 46228 2 0 0 25 0 1 0 573182529 34103296 5589 33554432000 4194304 4929204 140736307023904 18446744073709551615 4627864 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 8326 5589 368 180 0 5336 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 33304

[startup+522.301 s]
/proc/loadavg: 4.01 3.99 4.08 5/190 17121
/proc/meminfo: memFree=16418252/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=34908 CPUtime=522.3 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 6196 0 0 0 52228 2 0 0 25 0 1 0 573182529 35745792 5989 33554432000 4194304 4929204 140736307023904 18446744073709551615 4316032 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 8727 5989 368 180 0 5737 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 34908

[startup+582.301 s]
/proc/loadavg: 4.00 3.99 4.07 5/190 17132
/proc/meminfo: memFree=16410008/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=35488 CPUtime=582.3 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 6512 0 0 0 58228 2 0 0 25 0 1 0 573182529 36339712 6162 33554432000 4194304 4929204 140736307023904 18446744073709551615 4316204 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 8872 6162 368 180 0 5882 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 35488

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 4.06 5/190 17134
/proc/meminfo: memFree=16404128/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=35876 CPUtime=642.31 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 6579 0 0 0 64229 2 0 0 25 0 1 0 573182529 36737024 6229 33554432000 4194304 4929204 140736307023904 18446744073709551615 4629100 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 8969 6229 368 180 0 5979 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 35876

[startup+702.3 s]
/proc/loadavg: 4.00 3.99 4.06 5/190 17135
/proc/meminfo: memFree=16399244/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=36240 CPUtime=702.31 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 6752 0 0 0 70229 2 0 0 25 0 1 0 573182529 37109760 6343 33554432000 4194304 4929204 140736307023904 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 9060 6343 368 180 0 6070 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 36240

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 4.05 5/190 17137
/proc/meminfo: memFree=16382572/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=38024 CPUtime=762.32 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 7165 0 0 0 76230 2 0 0 25 0 1 0 573182529 38936576 6756 33554432000 4194304 4929204 140736307023904 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 9506 6756 368 180 0 6516 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 38024

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 4.05 5/190 17138
/proc/meminfo: memFree=16379808/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=38156 CPUtime=822.31 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 7212 0 0 0 82228 3 0 0 25 0 1 0 573182529 39071744 6803 33554432000 4194304 4929204 140736307023904 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 9539 6803 368 180 0 6549 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 38156

[startup+882.3 s]
/proc/loadavg: 4.12 4.02 4.05 5/190 17140
/proc/meminfo: memFree=16376912/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=38936 CPUtime=882.32 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 7404 0 0 0 88229 3 0 0 25 0 1 0 573182529 39870464 6995 33554432000 4194304 4929204 140736307023904 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 9734 6995 368 180 0 6744 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 38936

[startup+942.301 s]
/proc/loadavg: 4.04 4.01 4.04 5/190 17142
/proc/meminfo: memFree=16366948/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=39220 CPUtime=942.32 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 7526 0 0 0 94229 3 0 0 25 0 1 0 573182529 40161280 7073 33554432000 4194304 4929204 140736307023904 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 9805 7073 368 180 0 6815 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 39220

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 4.04 5/190 17143
/proc/meminfo: memFree=16364432/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=39792 CPUtime=1002.32 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 7675 0 0 0 100229 3 0 0 25 0 1 0 573182529 40747008 7187 33554432000 4194304 4929204 140736307023904 18446744073709551615 4657933 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 9948 7187 368 180 0 6958 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 39792

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.03 5/190 17145
/proc/meminfo: memFree=16362032/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=40160 CPUtime=1062.32 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 7792 0 0 0 106229 3 0 0 25 0 1 0 573182529 41123840 7302 33554432000 4194304 4929204 140736307023904 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 10040 7302 368 180 0 7050 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 40160

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 4.03 5/190 17146
/proc/meminfo: memFree=16359872/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=40668 CPUtime=1122.33 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 7883 0 0 0 112230 3 0 0 25 0 1 0 573182529 41644032 7393 33554432000 4194304 4929204 140736307023904 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 10167 7393 368 180 0 7177 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 40668

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 4.02 5/190 17148
/proc/meminfo: memFree=16344704/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=42080 CPUtime=1182.33 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 8315 0 0 0 118230 3 0 0 25 0 1 0 573182529 43089920 7722 33554432000 4194304 4929204 140736307023904 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 10520 7722 368 180 0 7530 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 42080

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 4.02 5/190 17150
/proc/meminfo: memFree=16342176/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=43212 CPUtime=1242.33 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 8572 0 0 0 124230 3 0 0 25 0 1 0 573182529 44249088 7979 33554432000 4194304 4929204 140736307023904 18446744073709551615 4327532 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 10803 7979 368 180 0 7813 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 43212



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.02 4.02 2/184 17154
/proc/meminfo: memFree=16595020/32950928 swapFree=67111528/67111528
[pid=17107] ppid=17105 vsize=43212 CPUtime=1300.04 cores=0,2
/proc/17107/stat : 17107 (clasp) R 17105 17107 16692 0 -1 4202496 8578 0 0 0 130001 3 0 0 25 0 1 0 573182529 44249088 7985 33554432000 4194304 4929204 140736307023904 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/17107/statm: 10803 7985 368 180 0 7813 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 43212

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.05
CPU user time (s): 1300.01
CPU system time (s): 0.033994
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 43212

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

runsolver used 2.31265 second user time and 4.78927 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-26 16:51:59
IDJOB=3300484
IDBENCH=85542
IDSOLVER=1685
FILE ID=node114/3300484-1303829518
RUNJOBID= node114-1303829518-17037
PBS_JOBID= 13160798
Free space on /tmp= 71820 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-020-019.shuffled-as.sat05-1232.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-3300484-1303829518/watcher-3300484-1303829518 -o /tmp/evaluation-result-3300484-1303829518/solver-3300484-1303829518 -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-3300484-1303829518.cnf

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

MD5SUM BENCH= abb32bff5eb954e790612a6209864b5d
RANDOM SEED=670378848

node114.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.848
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.848
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.848
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.848
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.73
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.848
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.848
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.848
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.848
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:     32950928 kB
MemFree:      16611492 kB
Buffers:       2319332 kB
Cached:       13345964 kB
SwapCached:          0 kB
Active:        7047616 kB
Inactive:      8704276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16611492 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3704 kB
Writeback:           0 kB
AnonPages:       85588 kB
Mapped:          16044 kB
Slab:           524148 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   270356 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= 71820 MiB
End job on node114 at 2011-04-26 17:13:41