Trace number 3423188

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.1 4999.93

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
easier/php-045-035.shuffled-as.sat05-1181.cnf
MD5SUM057b78ff24cc0773c9c67e770a7b9de2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.4792
Satisfiable
(Un)Satisfiability was proved
Number of variables1575
Number of clauses34695
Sum of the clauses size70875
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 234650
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...693708/instance-3423188-1306693708.cnf
0.09/0.10	c Solving...
5000.08/4999.91	
5000.08/4999.91	*** INTERRUPTED! ***
5000.08/4999.91	s UNKNOWN
5000.08/4999.91	
5000.08/4999.91	c INTERRUPTED   : 1
5000.08/4999.91	c Models        : 0+    
5000.08/4999.91	c Time          : 4999.914s (Solving: 4999.81s 1st Model: 0.00s Unsat: 0.00s)
5000.08/4999.91	c CPU Time      : 5000.080s

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-3423188-1306693708/watcher-3423188-1306693708 -o /tmp/evaluation-result-3423188-1306693708/solver-3423188-1306693708 -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-3423188-1306693708.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.10 2.07 2.02 2/443 19130
/proc/meminfo: memFree=15594968/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=14068 CPUtime=0 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 972 0 0 0 0 0 0 0 22 0 1 0 859601532 14405632 805 33554432000 4194304 4929204 140735185046736 18446744073709551615 4599392 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 3517 811 334 180 0 527 0

[startup+0.068549 s]
/proc/loadavg: 2.10 2.07 2.02 2/443 19130
/proc/meminfo: memFree=15594968/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=15368 CPUtime=0.06 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 1296 0 0 0 6 0 0 0 22 0 1 0 859601532 15736832 1122 33554432000 4194304 4929204 140735185046736 18446744073709551615 231895151301 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 3842 1122 339 180 0 852 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15368

[startup+0.100546 s]
/proc/loadavg: 2.10 2.07 2.02 2/443 19130
/proc/meminfo: memFree=15594968/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=15632 CPUtime=0.09 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 1380 0 0 0 9 0 0 0 22 0 1 0 859601532 16007168 1206 33554432000 4194304 4929204 140735185046736 18446744073709551615 231895151301 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 3908 1207 340 180 0 918 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15632

[startup+0.300534 s]
/proc/loadavg: 2.10 2.07 2.02 2/443 19130
/proc/meminfo: memFree=15594968/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=16760 CPUtime=0.29 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 1782 0 0 0 29 0 0 0 23 0 1 0 859601532 17162240 1540 33554432000 4194304 4929204 140735185046736 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 4190 1540 367 180 0 1200 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16760

[startup+0.700428 s]
/proc/loadavg: 2.10 2.07 2.02 2/443 19130
/proc/meminfo: memFree=15594968/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=23316 CPUtime=0.69 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 3389 0 0 0 69 0 0 0 25 0 1 0 859601532 23875584 3147 33554432000 4194304 4929204 140735185046736 18446744073709551615 4327675 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 5829 3147 367 180 0 2839 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23316

[startup+1.50028 s]
/proc/loadavg: 2.10 2.07 2.02 3/444 19131
/proc/meminfo: memFree=15580144/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=26484 CPUtime=1.49 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 4202 0 0 0 149 0 0 0 25 0 1 0 859601532 27119616 3960 33554432000 4194304 4929204 140735185046736 18446744073709551615 4338064 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 6621 3960 367 180 0 3631 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26484

[startup+3.10098 s]
/proc/loadavg: 2.10 2.07 2.02 3/444 19131
/proc/meminfo: memFree=15575680/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=34088 CPUtime=3.09 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 6078 0 0 0 309 0 0 0 25 0 1 0 859601532 34906112 5836 33554432000 4194304 4929204 140735185046736 18446744073709551615 4327680 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 8522 5836 367 180 0 5532 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34088

[startup+6.30037 s]
/proc/loadavg: 2.09 2.06 2.02 3/444 19131
/proc/meminfo: memFree=15567240/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=39772 CPUtime=6.29 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 7499 0 0 0 628 1 0 0 25 0 1 0 859601532 40726528 7257 33554432000 4194304 4929204 140735185046736 18446744073709551615 4327723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 9943 7257 367 180 0 6953 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39772

[startup+12.7002 s]
/proc/loadavg: 2.08 2.06 2.02 3/444 19132
/proc/meminfo: memFree=15559656/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=45184 CPUtime=12.69 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 8861 0 0 0 1268 1 0 0 25 0 1 0 859601532 46268416 8619 33554432000 4194304 4929204 140735185046736 18446744073709551615 4337416 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 11296 8619 367 180 0 8306 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45184

[startup+25.5008 s]
/proc/loadavg: 2.06 2.06 2.02 3/444 19132
/proc/meminfo: memFree=15546672/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=58180 CPUtime=25.5 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 12114 0 0 0 2548 2 0 0 25 0 1 0 859601532 59576320 11872 33554432000 4194304 4929204 140735185046736 18446744073709551615 4316118 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 14545 11872 367 180 0 11555 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 58180

[startup+51.1009 s]
/proc/loadavg: 2.04 2.05 2.02 3/444 19133
/proc/meminfo: memFree=15539652/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=65836 CPUtime=51.1 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 14000 0 0 0 5108 2 0 0 25 0 1 0 859601532 67416064 13758 33554432000 4194304 4929204 140735185046736 18446744073709551615 4338377 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 16459 13758 367 180 0 13469 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 65836

[startup+102.316 s]
/proc/loadavg: 2.02 2.04 2.01 3/444 19134
/proc/meminfo: memFree=15521128/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=82648 CPUtime=102.31 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 18201 0 0 0 10229 2 0 0 25 0 1 0 859601532 84631552 17959 33554432000 4194304 4929204 140735185046736 18446744073709551615 4337392 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 20662 17959 367 180 0 17672 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 82648

[startup+162.301 s]
/proc/loadavg: 2.07 2.05 2.01 3/444 19136
/proc/meminfo: memFree=15518016/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=85636 CPUtime=162.3 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 18934 0 0 0 16227 3 0 0 25 0 1 0 859601532 87691264 18692 33554432000 4194304 4929204 140735185046736 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 21409 18692 367 180 0 18419 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 85636

[startup+222.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/444 19137
/proc/meminfo: memFree=15513000/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=91720 CPUtime=222.3 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 20426 0 0 0 22227 3 0 0 25 0 1 0 859601532 93921280 20184 33554432000 4194304 4929204 140735185046736 18446744073709551615 4633759 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 22930 20184 369 180 0 19940 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 91720

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/444 19139
/proc/meminfo: memFree=15510264/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=94492 CPUtime=282.3 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 21151 0 0 0 28227 3 0 0 25 0 1 0 859601532 96759808 20909 33554432000 4194304 4929204 140735185046736 18446744073709551615 4339030 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 23623 20909 369 180 0 20633 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 94492

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 19140
/proc/meminfo: memFree=15504280/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=100592 CPUtime=342.3 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 22653 0 0 0 34227 3 0 0 25 0 1 0 859601532 103006208 22411 33554432000 4194304 4929204 140735185046736 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 25148 22411 369 180 0 22158 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100592

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/444 19142
/proc/meminfo: memFree=15501036/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=103760 CPUtime=402.31 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 23434 0 0 0 40227 4 0 0 25 0 1 0 859601532 106250240 23192 33554432000 4194304 4929204 140735185046736 18446744073709551615 4327750 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 25940 23192 369 180 0 22950 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 103760

[startup+462.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/444 19144
/proc/meminfo: memFree=15492324/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=112028 CPUtime=462.31 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 25490 0 0 0 46227 4 0 0 25 0 1 0 859601532 114716672 25248 33554432000 4194304 4929204 140735185046736 18446744073709551615 4337416 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 28007 25248 369 180 0 25017 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 112028

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/444 19172
/proc/meminfo: memFree=15505764/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=112028 CPUtime=522.31 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 25492 0 0 0 52227 4 0 0 25 0 1 0 859601532 114716672 25250 33554432000 4194304 4929204 140735185046736 18446744073709551615 4337328 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 28007 25250 369 180 0 25017 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 112028

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/444 19174
/proc/meminfo: memFree=15480508/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=112028 CPUtime=582.31 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 25494 0 0 0 58227 4 0 0 25 0 1 0 859601532 114716672 25252 33554432000 4194304 4929204 140735185046736 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 28007 25252 369 180 0 25017 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 112028

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.03 2.05 2.01 3/444 19279
/proc/meminfo: memFree=15266860/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=216640 CPUtime=4062.45 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 52790 0 0 0 406237 8 0 0 25 0 1 0 859601532 221839360 51283 33554432000 4194304 4929204 140735185046736 18446744073709551615 4633944 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 54160 51283 370 180 0 51170 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 216640

[startup+4122.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/444 19280
/proc/meminfo: memFree=15268052/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=216640 CPUtime=4122.43 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 52790 0 0 0 412235 8 0 0 25 0 1 0 859601532 221839360 51283 33554432000 4194304 4929204 140735185046736 18446744073709551615 4327662 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 54160 51283 370 180 0 51170 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 216640

[startup+4182.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/444 19282
/proc/meminfo: memFree=15264292/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=220988 CPUtime=4182.44 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 53839 0 0 0 418235 9 0 0 25 0 1 0 859601532 226291712 52332 33554432000 4194304 4929204 140735185046736 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 55247 52332 370 180 0 52257 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 220988

[startup+4242.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/444 19286
/proc/meminfo: memFree=15264096/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=220988 CPUtime=4242.44 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 53839 0 0 0 424235 9 0 0 25 0 1 0 859601532 226291712 52332 33554432000 4194304 4929204 140735185046736 18446744073709551615 4633785 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 55247 52332 370 180 0 52257 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 220988

[startup+4302.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/444 19288
/proc/meminfo: memFree=15264104/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=220988 CPUtime=4302.44 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 53839 0 0 0 430235 9 0 0 25 0 1 0 859601532 226291712 52332 33554432000 4194304 4929204 140735185046736 18446744073709551615 4327741 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 55247 52332 370 180 0 52257 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 220988

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/444 19290
/proc/meminfo: memFree=15261324/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=220988 CPUtime=4362.45 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 53857 0 0 0 436236 9 0 0 25 0 1 0 859601532 226291712 52350 33554432000 4194304 4929204 140735185046736 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 55247 52350 370 180 0 52257 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 220988

[startup+4422.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/444 19291
/proc/meminfo: memFree=15255072/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=227304 CPUtime=4422.45 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 55403 0 0 0 442236 9 0 0 25 0 1 0 859601532 232759296 53896 33554432000 4194304 4929204 140735185046736 18446744073709551615 4338211 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 56826 53896 370 180 0 53836 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 227304

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/444 19293
/proc/meminfo: memFree=15254896/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=227568 CPUtime=4482.45 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 55461 0 0 0 448236 9 0 0 25 0 1 0 859601532 233029632 53954 33554432000 4194304 4929204 140735185046736 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 56892 53954 370 180 0 53902 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 227568

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/444 19294
/proc/meminfo: memFree=15254468/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=227568 CPUtime=4542.45 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 55470 0 0 0 454236 9 0 0 25 0 1 0 859601532 233029632 53963 33554432000 4194304 4929204 140735185046736 18446744073709551615 4337370 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 56892 53963 370 180 0 53902 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 227568

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/444 19296
/proc/meminfo: memFree=15252696/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=227568 CPUtime=4602.46 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 55470 0 0 0 460237 9 0 0 25 0 1 0 859601532 233029632 53963 33554432000 4194304 4929204 140735185046736 18446744073709551615 4327675 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 56892 53963 370 180 0 53902 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 227568

[startup+4662.3 s]
/proc/loadavg: 2.21 2.06 2.01 3/444 19298
/proc/meminfo: memFree=15250656/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=231296 CPUtime=4662.45 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 56388 0 0 0 466236 9 0 0 25 0 1 0 859601532 236847104 54881 33554432000 4194304 4929204 140735185046736 18446744073709551615 4327672 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 57824 54881 370 180 0 54834 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 231296

[startup+4722.32 s]
/proc/loadavg: 2.14 2.06 2.01 3/444 19299
/proc/meminfo: memFree=15250984/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=231296 CPUtime=4722.47 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 56388 0 0 0 472238 9 0 0 25 0 1 0 859601532 236847104 54881 33554432000 4194304 4929204 140735185046736 18446744073709551615 4633754 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 57824 54881 370 180 0 54834 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 231296

[startup+4782.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/444 19301
/proc/meminfo: memFree=15235808/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=246504 CPUtime=4782.46 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 60118 0 0 0 478236 10 0 0 25 0 1 0 859601532 252420096 58611 33554432000 4194304 4929204 140735185046736 18446744073709551615 4633737 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 61626 58611 370 180 0 58636 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 246504

[startup+4842.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/444 19302
/proc/meminfo: memFree=15235772/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=246504 CPUtime=4842.46 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 60121 0 0 0 484236 10 0 0 25 0 1 0 859601532 252420096 58614 33554432000 4194304 4929204 140735185046736 18446744073709551615 4638395 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 61626 58614 370 180 0 58636 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 246504

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/444 19304
/proc/meminfo: memFree=15228176/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=246504 CPUtime=4902.47 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 60124 0 0 0 490237 10 0 0 25 0 1 0 859601532 252420096 58617 33554432000 4194304 4929204 140735185046736 18446744073709551615 4619456 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 61626 58617 370 180 0 58636 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 246504

[startup+4962.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/444 19306
/proc/meminfo: memFree=15227496/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=246504 CPUtime=4962.47 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 60124 0 0 0 496237 10 0 0 25 0 1 0 859601532 252420096 58617 33554432000 4194304 4929204 140735185046736 18446744073709551615 4327741 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 61626 58617 370 180 0 58636 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 246504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.06 2.04 2.00 3/444 19307
/proc/meminfo: memFree=15227332/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=246504 CPUtime=5000.08 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 60128 0 0 0 499998 10 0 0 25 0 1 0 859601532 252420096 58621 33554432000 4194304 4929204 140735185046736 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 61626 58621 370 180 0 58636 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 246504

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+4999.9 s]
/proc/loadavg: 2.06 2.04 2.00 3/444 19307
/proc/meminfo: memFree=15227332/32950928 swapFree=60044444/67111528
[pid=19130] ppid=19128 vsize=246504 CPUtime=5000.08 cores=1,3,5,7
/proc/19130/stat : 19130 (clasp) R 19128 19130 18909 0 -1 4202496 60128 0 0 0 499998 10 0 0 25 0 1 0 859601532 252420096 58621 33554432000 4194304 4929204 140735185046736 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/19130/statm: 61626 58621 370 180 0 58636 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 246504

Child status: 0
Real time (s): 4999.93
CPU time (s): 5000.1
CPU user time (s): 4999.99
CPU system time (s): 0.111982
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 246504

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

runsolver used 20.1879 second user time and 49.4395 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-29 20:28:29
IDJOB=3423188
IDBENCH=85438
IDSOLVER=1917
FILE ID=node114/3423188-1306693708
RUNJOBID= node114-1306691210-18928
PBS_JOBID= 13471860
Free space on /tmp= 73216 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/easier/php-045-035.shuffled-as.sat05-1181.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-3423188-1306693708/watcher-3423188-1306693708 -o /tmp/evaluation-result-3423188-1306693708/solver-3423188-1306693708 -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-3423188-1306693708.cnf

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

MD5SUM BENCH= 057b78ff24cc0773c9c67e770a7b9de2
RANDOM SEED=1393577965

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:      15595124 kB
Buffers:        280940 kB
Cached:        6854816 kB
SwapCached:      48932 kB
Active:        5163004 kB
Inactive:     11919876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15595124 kB
SwapTotal:    67111528 kB
SwapFree:     60044444 kB
Dirty:            1204 kB
Writeback:           0 kB
AnonPages:     9905172 kB
Mapped:          28924 kB
Slab:           141636 kB
PageTables:      62464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108254272 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= 73200 MiB
End job on node114 at 2011-05-29 21:51:50