Trace number 3423190

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) 5000.06 4999.83

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-040-039.shuffled-as.sat05-1194.cnf
MD5SUM8c84d9b9f2d75de33656119bc03a9afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.1361
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses30460
Sum of the clauses size62400
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 230420
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...693743/instance-3423190-1306693743.cnf
0.03/0.08	c Solving...
5000.02/4999.81	
5000.02/4999.81	*** INTERRUPTED! ***
5000.02/4999.81	s UNKNOWN
5000.02/4999.81	
5000.02/4999.81	c INTERRUPTED   : 1
5000.02/4999.81	c Models        : 0+    
5000.02/4999.81	c Time          : 4999.815s (Solving: 4999.73s 1st Model: 0.00s Unsat: 0.00s)
5000.02/4999.81	c CPU Time      : 5000.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: 961)

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-3423190-1306693743/watcher-3423190-1306693743 -o /tmp/evaluation-result-3423190-1306693743/solver-3423190-1306693743 -C 5000 -W 5100 -M 15500 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-3423190-1306693743.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.89 2/437 2014
/proc/meminfo: memFree=15826912/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=13076 CPUtime=0 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 597 0 0 0 0 0 0 0 25 0 1 0 761789895 13389824 526 33554432000 4194304 4929204 140733375088032 18446744073709551615 270338080523 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 3269 539 327 180 0 279 0

[startup+0.032675 s]
/proc/loadavg: 2.00 2.00 1.89 2/437 2014
/proc/meminfo: memFree=15826912/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=14824 CPUtime=0.03 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 1140 0 0 0 3 0 0 0 25 0 1 0 761789895 15179776 964 33554432000 4194304 4929204 140733375088032 18446744073709551615 4582129 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 3706 964 337 180 0 716 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14824

[startup+0.10066 s]
/proc/loadavg: 2.00 2.00 1.89 2/437 2014
/proc/meminfo: memFree=15826912/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=15028 CPUtime=0.09 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 1329 0 0 0 9 0 0 0 25 0 1 0 761789895 15388672 1093 33554432000 4194304 4929204 140733375088032 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 3757 1093 360 180 0 767 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15028

[startup+0.300621 s]
/proc/loadavg: 2.00 2.00 1.89 2/437 2014
/proc/meminfo: memFree=15826912/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=17536 CPUtime=0.29 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 1969 0 0 0 29 0 0 0 25 0 1 0 761789895 17956864 1733 33554432000 4194304 4929204 140733375088032 18446744073709551615 4629100 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 4384 1733 367 180 0 1394 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17536

[startup+0.700541 s]
/proc/loadavg: 2.00 2.00 1.89 2/437 2014
/proc/meminfo: memFree=15826912/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=24692 CPUtime=0.69 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 3727 0 0 0 69 0 0 0 25 0 1 0 761789895 25284608 3491 33554432000 4194304 4929204 140733375088032 18446744073709551615 270338044613 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 6173 3491 367 180 0 3183 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24692

[startup+1.50039 s]
/proc/loadavg: 2.00 2.00 1.89 3/438 2015
/proc/meminfo: memFree=15812068/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=28124 CPUtime=1.49 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 4616 0 0 0 149 0 0 0 25 0 1 0 761789895 28798976 4380 33554432000 4194304 4929204 140733375088032 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 7031 4380 367 180 0 4041 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28124

[startup+3.10107 s]
/proc/loadavg: 2.00 2.00 1.89 3/438 2015
/proc/meminfo: memFree=15806496/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=36088 CPUtime=3.09 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 6572 0 0 0 309 0 0 0 25 0 1 0 761789895 36954112 6336 33554432000 4194304 4929204 140733375088032 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 9022 6336 367 180 0 6032 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36088

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 1.90 3/438 2016
/proc/meminfo: memFree=15799516/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=40548 CPUtime=6.29 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 7685 0 0 0 629 0 0 0 25 0 1 0 761789895 41521152 7449 33554432000 4194304 4929204 140733375088032 18446744073709551615 4316222 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 10137 7449 367 180 0 7147 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40548

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.90 3/438 2016
/proc/meminfo: memFree=15792092/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=47412 CPUtime=12.69 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 9411 0 0 0 1269 0 0 0 25 0 1 0 761789895 48549888 9175 33554432000 4194304 4929204 140733375088032 18446744073709551615 4658514 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 11853 9175 367 180 0 8863 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47412

[startup+25.5006 s]
/proc/loadavg: 2.00 2.00 1.90 3/438 2016
/proc/meminfo: memFree=15780692/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=55784 CPUtime=25.49 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 11501 0 0 0 2548 1 0 0 25 0 1 0 761789895 57122816 11265 33554432000 4194304 4929204 140733375088032 18446744073709551615 4628067 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 13946 11265 367 180 0 10956 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55784

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 1.90 3/438 2017
/proc/meminfo: memFree=15763680/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=72112 CPUtime=51.09 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 15577 0 0 0 5108 1 0 0 25 0 1 0 761789895 73842688 15341 33554432000 4194304 4929204 140733375088032 18446744073709551615 4357473 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 18028 15341 367 180 0 15038 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72112

[startup+102.316 s]
/proc/loadavg: 2.00 2.00 1.90 3/438 2018
/proc/meminfo: memFree=15755856/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=79200 CPUtime=102.31 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 17305 0 0 0 10230 1 0 0 25 0 1 0 761789895 81100800 17069 33554432000 4194304 4929204 140733375088032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 19800 17069 367 180 0 16810 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 79200

[startup+162.3 s]
/proc/loadavg: 2.06 2.01 1.91 3/438 2020
/proc/meminfo: memFree=15750256/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=85944 CPUtime=162.3 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 19004 0 0 0 16228 2 0 0 25 0 1 0 761789895 88006656 18768 33554432000 4194304 4929204 140733375088032 18446744073709551615 4316663 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 21486 18768 367 180 0 18496 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 85944

[startup+222.301 s]
/proc/loadavg: 2.02 2.01 1.91 3/438 2021
/proc/meminfo: memFree=15726796/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=109812 CPUtime=222.3 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 24929 0 0 0 22228 2 0 0 25 0 1 0 761789895 112447488 24693 33554432000 4194304 4929204 140733375088032 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 27453 24693 369 180 0 24463 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 109812

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/438 2023
/proc/meminfo: memFree=15727516/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=109048 CPUtime=282.3 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 24944 0 0 0 28228 2 0 0 25 0 1 0 761789895 111665152 24539 33554432000 4194304 4929204 140733375088032 18446744073709551615 4657960 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 27262 24539 370 180 0 24272 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 109048

[startup+342.301 s]
/proc/loadavg: 2.07 2.02 1.92 3/438 2025
/proc/meminfo: memFree=15717948/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=119368 CPUtime=342.3 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 27470 0 0 0 34227 3 0 0 25 0 1 0 761789895 122232832 27065 33554432000 4194304 4929204 140733375088032 18446744073709551615 4616352 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 29842 27065 370 180 0 26852 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 119368

[startup+402.301 s]
/proc/loadavg: 2.02 2.01 1.92 3/438 2026
/proc/meminfo: memFree=15717424/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=119368 CPUtime=402.31 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 27486 0 0 0 40228 3 0 0 25 0 1 0 761789895 122232832 27081 33554432000 4194304 4929204 140733375088032 18446744073709551615 4316160 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 29842 27081 370 180 0 26852 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 119368

[startup+462.301 s]
/proc/loadavg: 2.01 2.00 1.92 3/438 2028
/proc/meminfo: memFree=15717524/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=119368 CPUtime=462.31 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 27498 0 0 0 46228 3 0 0 25 0 1 0 761789895 122232832 27093 33554432000 4194304 4929204 140733375088032 18446744073709551615 4327703 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 29842 27093 370 180 0 26852 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 119368

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/438 2029
/proc/meminfo: memFree=15714640/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=119616 CPUtime=522.31 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 27702 0 0 0 52228 3 0 0 25 0 1 0 761789895 122486784 27188 33554432000 4194304 4929204 140733375088032 18446744073709551615 4337358 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 29904 27188 370 180 0 26914 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 119616

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/438 2031
/proc/meminfo: memFree=15712012/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=122788 CPUtime=582.31 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 28467 0 0 0 58228 3 0 0 25 0 1 0 761789895 125734912 27953 33554432000 4194304 4929204 140733375088032 18446744073709551615 4633400 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 30697 27953 370 180 0 27707 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 122788

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.01 1.00 1.17 2/432 2151
/proc/meminfo: memFree=15699916/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=221648 CPUtime=4002.47 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 54392 0 0 0 400240 7 0 0 25 0 1 0 761789895 226967552 52604 33554432000 4194304 4929204 140733375088032 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 55412 52604 370 180 0 52422 0
Current children cumulated CPU time (s) 4002.47
Current children cumulated vsize (KiB) 221648

[startup+4062.32 s]
/proc/loadavg: 1.00 1.00 1.16 2/432 2153
/proc/meminfo: memFree=15699520/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=221648 CPUtime=4062.49 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 54392 0 0 0 406242 7 0 0 25 0 1 0 761789895 226967552 52604 33554432000 4194304 4929204 140733375088032 18446744073709551615 4316131 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 55412 52604 370 180 0 52422 0
Current children cumulated CPU time (s) 4062.49
Current children cumulated vsize (KiB) 221648

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/432 2154
/proc/meminfo: memFree=15699496/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=221648 CPUtime=4122.48 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 54392 0 0 0 412241 7 0 0 25 0 1 0 761789895 226967552 52604 33554432000 4194304 4929204 140733375088032 18446744073709551615 4327646 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 55412 52604 370 180 0 52422 0
Current children cumulated CPU time (s) 4122.48
Current children cumulated vsize (KiB) 221648

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/432 2156
/proc/meminfo: memFree=15700080/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=221648 CPUtime=4182.48 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 54392 0 0 0 418241 7 0 0 25 0 1 0 761789895 226967552 52604 33554432000 4194304 4929204 140733375088032 18446744073709551615 4633935 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 55412 52604 370 180 0 52422 0
Current children cumulated CPU time (s) 4182.48
Current children cumulated vsize (KiB) 221648

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/432 2158
/proc/meminfo: memFree=15699808/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=221648 CPUtime=4242.48 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 54392 0 0 0 424241 7 0 0 25 0 1 0 761789895 226967552 52604 33554432000 4194304 4929204 140733375088032 18446744073709551615 4327680 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 55412 52604 370 180 0 52422 0
Current children cumulated CPU time (s) 4242.48
Current children cumulated vsize (KiB) 221648

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/432 2159
/proc/meminfo: memFree=15699524/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=221648 CPUtime=4302.48 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 54392 0 0 0 430241 7 0 0 25 0 1 0 761789895 226967552 52604 33554432000 4194304 4929204 140733375088032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 55412 52604 370 180 0 52422 0
Current children cumulated CPU time (s) 4302.48
Current children cumulated vsize (KiB) 221648

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/432 2161
/proc/meminfo: memFree=15689080/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=232288 CPUtime=4362.49 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 57027 0 0 0 436241 8 0 0 25 0 1 0 761789895 237862912 55239 33554432000 4194304 4929204 140733375088032 18446744073709551615 4638397 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 58072 55239 370 180 0 55082 0
Current children cumulated CPU time (s) 4362.49
Current children cumulated vsize (KiB) 232288

[startup+4422.3 s]
/proc/loadavg: 1.04 1.01 1.09 2/432 2162
/proc/meminfo: memFree=15689052/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=232288 CPUtime=4422.5 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 57028 0 0 0 442242 8 0 0 25 0 1 0 761789895 237862912 55240 33554432000 4194304 4929204 140733375088032 18446744073709551615 4629109 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 58072 55240 370 180 0 55082 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 232288

[startup+4482.3 s]
/proc/loadavg: 1.01 1.01 1.09 2/432 2164
/proc/meminfo: memFree=15676876/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=244476 CPUtime=4482.5 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 60069 0 0 0 448242 8 0 0 25 0 1 0 761789895 250343424 58281 33554432000 4194304 4929204 140733375088032 18446744073709551615 4357471 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 61119 58281 370 180 0 58129 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 244476

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/432 2166
/proc/meminfo: memFree=15676976/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=244476 CPUtime=4542.5 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 60072 0 0 0 454242 8 0 0 25 0 1 0 761789895 250343424 58284 33554432000 4194304 4929204 140733375088032 18446744073709551615 4328292 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 61119 58284 370 180 0 58129 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 244476

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/432 2167
/proc/meminfo: memFree=15677072/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=243684 CPUtime=4602.51 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 60073 0 0 0 460243 8 0 0 25 0 1 0 761789895 249532416 58093 33554432000 4194304 4929204 140733375088032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 60921 58093 370 180 0 57931 0
Current children cumulated CPU time (s) 4602.51
Current children cumulated vsize (KiB) 243684

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/432 2169
/proc/meminfo: memFree=15676192/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=243684 CPUtime=4662.51 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 60073 0 0 0 466243 8 0 0 25 0 1 0 761789895 249532416 58093 33554432000 4194304 4929204 140733375088032 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 60921 58093 370 180 0 57931 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 243684

[startup+4722.32 s]
/proc/loadavg: 1.00 1.00 1.06 2/432 2171
/proc/meminfo: memFree=15677044/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=243684 CPUtime=4722.52 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 60074 0 0 0 472244 8 0 0 25 0 1 0 761789895 249532416 58094 33554432000 4194304 4929204 140733375088032 18446744073709551615 4327703 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 60921 58094 370 180 0 57931 0
Current children cumulated CPU time (s) 4722.52
Current children cumulated vsize (KiB) 243684

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/432 2174
/proc/meminfo: memFree=15677016/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=243684 CPUtime=4782.51 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 60074 0 0 0 478243 8 0 0 25 0 1 0 761789895 249532416 58094 33554432000 4194304 4929204 140733375088032 18446744073709551615 4337328 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 60921 58094 370 180 0 57931 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 243684

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/432 2177
/proc/meminfo: memFree=15676880/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=243684 CPUtime=4842.51 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 60075 0 0 0 484243 8 0 0 25 0 1 0 761789895 249532416 58095 33554432000 4194304 4929204 140733375088032 18446744073709551615 4627782 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 60921 58095 370 180 0 57931 0
Current children cumulated CPU time (s) 4842.51
Current children cumulated vsize (KiB) 243684

[startup+4902.3 s]
/proc/loadavg: 1.06 1.01 1.05 2/432 2178
/proc/meminfo: memFree=15676984/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=243684 CPUtime=4902.52 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 60075 0 0 0 490244 8 0 0 25 0 1 0 761789895 249532416 58095 33554432000 4194304 4929204 140733375088032 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 60921 58095 370 180 0 57931 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 243684

[startup+4962.3 s]
/proc/loadavg: 1.05 1.02 1.05 2/432 2181
/proc/meminfo: memFree=15676228/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=245136 CPUtime=4962.52 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 60431 0 0 0 496244 8 0 0 25 0 1 0 761789895 251019264 58451 33554432000 4194304 4929204 140733375088032 18446744073709551615 4327662 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 61284 58451 370 180 0 58294 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 245136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 1.03 1.02 1.05 2/432 2182
/proc/meminfo: memFree=15676332/32951124 swapFree=54329440/67111528
[pid=2014] ppid=2012 vsize=245136 CPUtime=5000.02 cores=1,3,5,7
/proc/2014/stat : 2014 (clasp) R 2012 2014 1847 0 -1 4202496 60431 0 0 0 499994 8 0 0 25 0 1 0 761789895 251019264 58451 33554432000 4194304 4929204 140733375088032 18446744073709551615 4338113 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/2014/statm: 61284 58451 370 180 0 58294 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 245136

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): 4999.83
CPU time (s): 5000.06
CPU user time (s): 4999.96
CPU system time (s): 0.097985
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 245136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.96
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60443
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= 8
involuntary context switches= 58455

runsolver used 18.5352 second user time and 49.6764 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-29 20:29:03
IDJOB=3423190
IDBENCH=85456
IDSOLVER=1917
FILE ID=node143/3423190-1306693743
RUNJOBID= node143-1306691438-1866
PBS_JOBID= 13471862
Free space on /tmp= 73560 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-040-039.shuffled-as.sat05-1194.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-3423190-1306693743/watcher-3423190-1306693743 -o /tmp/evaluation-result-3423190-1306693743/solver-3423190-1306693743 -C 5000 -W 5100 -M 15500  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-3423190-1306693743.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8c84d9b9f2d75de33656119bc03a9afb
RANDOM SEED=1750491164

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15827192 kB
Buffers:        327980 kB
Cached:        5780992 kB
SwapCached:      29864 kB
Active:        8061400 kB
Inactive:      8765456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15827192 kB
SwapTotal:    67111528 kB
SwapFree:     54329440 kB
Dirty:            1192 kB
Writeback:           0 kB
AnonPages:    10687716 kB
Mapped:          31272 kB
Slab:           149460 kB
PageTables:      79876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115761864 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= 73560 MiB
End job on node143 at 2011-05-29 21:52:25