Trace number 3423174

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.11 4999.92

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d-0.02/
connm-ue-csp-sat-n1200-d-0.02-s405595518.used-as.sat04-950.cnf
MD5SUM287d3b23c6f72107e24ae4186653564e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1595.59
Satisfiable
(Un)Satisfiability was proved
Number of variables1124
Number of clauses13289
Sum of the clauses size40148
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313008
Number of clauses of size 4281
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...693007/instance-3423174-1306693007.cnf
0.02/0.03	c Solving...
5000.09/4999.91	
5000.09/4999.91	*** INTERRUPTED! ***
5000.09/4999.91	s UNKNOWN
5000.09/4999.91	
5000.09/4999.91	c INTERRUPTED   : 1
5000.09/4999.91	c Models        : 0+    
5000.09/4999.91	c Time          : 4999.912s (Solving: 4999.88s 1st Model: 0.00s Unsat: 0.00s)
5000.09/4999.91	c CPU Time      : 5000.100s

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

running on 4 cores: 0,2,4,6

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: 1.53 1.90 1.96 3/481 15154
/proc/meminfo: memFree=11731424/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=13696 CPUtime=0 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 802 0 0 0 0 0 0 0 25 0 1 0 780900365 14024704 725 33554432000 4194304 4929204 140734488337056 18446744073709551615 4582129 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 3424 725 337 180 0 434 0

[startup+0.028463 s]
/proc/loadavg: 1.53 1.90 1.96 3/481 15154
/proc/meminfo: memFree=11731424/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=14224 CPUtime=0.02 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 925 0 0 0 2 0 0 0 25 0 1 0 780900365 14565376 848 33554432000 4194304 4929204 140734488337056 18446744073709551615 4596265 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 3556 848 339 180 0 566 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14224

[startup+0.100514 s]
/proc/loadavg: 1.53 1.90 1.96 3/481 15154
/proc/meminfo: memFree=11731424/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=14360 CPUtime=0.09 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 1043 0 0 0 9 0 0 0 25 0 1 0 780900365 14704640 940 33554432000 4194304 4929204 140734488337056 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 3590 940 367 180 0 600 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14360

[startup+0.300476 s]
/proc/loadavg: 1.53 1.90 1.96 3/481 15154
/proc/meminfo: memFree=11731424/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=14656 CPUtime=0.29 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 1109 0 0 0 29 0 0 0 25 0 1 0 780900365 15007744 1006 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633781 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 3664 1006 367 180 0 674 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14656

[startup+0.700394 s]
/proc/loadavg: 1.53 1.90 1.96 3/481 15154
/proc/meminfo: memFree=11731424/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=15060 CPUtime=0.69 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 1191 0 0 0 69 0 0 0 25 0 1 0 780900365 15421440 1088 33554432000 4194304 4929204 140734488337056 18446744073709551615 208079893189 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 3765 1088 367 180 0 775 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15060

[startup+1.50024 s]
/proc/loadavg: 1.53 1.90 1.96 3/482 15155
/proc/meminfo: memFree=11727208/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=15324 CPUtime=1.49 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 1269 0 0 0 149 0 0 0 25 0 1 0 780900365 15691776 1166 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633785 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 3831 1166 367 180 0 841 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15324

[startup+3.10094 s]
/proc/loadavg: 1.57 1.91 1.96 3/482 15155
/proc/meminfo: memFree=11725720/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=15984 CPUtime=3.09 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 1429 0 0 0 309 0 0 0 25 0 1 0 780900365 16367616 1326 33554432000 4194304 4929204 140734488337056 18446744073709551615 4658027 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 3996 1326 367 180 0 1006 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15984

[startup+6.30034 s]
/proc/loadavg: 1.57 1.91 1.96 3/482 15155
/proc/meminfo: memFree=11724620/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=17040 CPUtime=6.29 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 1692 0 0 0 629 0 0 0 25 0 1 0 780900365 17448960 1589 33554432000 4194304 4929204 140734488337056 18446744073709551615 4632985 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 4260 1589 367 180 0 1270 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17040

[startup+12.7011 s]
/proc/loadavg: 1.63 1.91 1.96 3/482 15155
/proc/meminfo: memFree=11722500/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=17700 CPUtime=12.69 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 1875 0 0 0 1269 0 0 0 25 0 1 0 780900365 18124800 1772 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633790 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 4425 1772 367 180 0 1435 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17700

[startup+25.5007 s]
/proc/loadavg: 1.69 1.91 1.96 3/482 15155
/proc/meminfo: memFree=11720556/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=19556 CPUtime=25.49 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 2287 0 0 0 2549 0 0 0 25 0 1 0 780900365 20025344 2184 33554432000 4194304 4929204 140734488337056 18446744073709551615 4316112 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 4889 2184 367 180 0 1899 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19556

[startup+51.1008 s]
/proc/loadavg: 1.79 1.92 1.96 3/482 15156
/proc/meminfo: memFree=11717892/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=21380 CPUtime=51.08 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 2757 0 0 0 5108 0 0 0 25 0 1 0 780900365 21893120 2654 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633018 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 5345 2654 367 180 0 2355 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21380

[startup+102.318 s]
/proc/loadavg: 1.92 1.93 1.96 3/482 15158
/proc/meminfo: memFree=11714264/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=24072 CPUtime=102.3 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 3370 0 0 0 10230 0 0 0 25 0 1 0 780900365 24649728 3267 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633042 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 6018 3267 367 180 0 3028 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 24072

[startup+162.301 s]
/proc/loadavg: 1.96 1.94 1.96 3/482 15159
/proc/meminfo: memFree=11709004/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=25812 CPUtime=162.29 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 3783 0 0 0 16229 0 0 0 25 0 1 0 780900365 26431488 3680 33554432000 4194304 4929204 140734488337056 18446744073709551615 4632957 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 6453 3680 367 180 0 3463 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 25812

[startup+222.301 s]
/proc/loadavg: 2.02 1.96 1.97 3/482 15161
/proc/meminfo: memFree=11708688/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=27416 CPUtime=222.29 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 4139 0 0 0 22229 0 0 0 25 0 1 0 780900365 28073984 4036 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633636 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 6854 4036 367 180 0 3864 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 27416

[startup+282.301 s]
/proc/loadavg: 2.01 1.97 1.97 3/482 15162
/proc/meminfo: memFree=11707276/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=28768 CPUtime=282.3 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 4460 0 0 0 28229 1 0 0 25 0 1 0 780900365 29458432 4357 33554432000 4194304 4929204 140734488337056 18446744073709551615 4632937 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 7192 4357 367 180 0 4202 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 28768

[startup+342.3 s]
/proc/loadavg: 2.00 1.97 1.97 3/482 15164
/proc/meminfo: memFree=11704872/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=30048 CPUtime=342.3 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 4782 0 0 0 34229 1 0 0 25 0 1 0 780900365 30769152 4679 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 7512 4679 367 180 0 4522 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 30048

[startup+402.301 s]
/proc/loadavg: 2.09 2.00 1.98 3/482 15166
/proc/meminfo: memFree=11703584/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=31256 CPUtime=402.3 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 5055 0 0 0 40229 1 0 0 25 0 1 0 780900365 32006144 4952 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 7814 4952 367 180 0 4824 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 31256

[startup+462.3 s]
/proc/loadavg: 2.03 2.00 1.98 3/482 15167
/proc/meminfo: memFree=11701796/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=32688 CPUtime=462.31 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 5354 0 0 0 46230 1 0 0 25 0 1 0 780900365 33472512 5251 33554432000 4194304 4929204 140734488337056 18446744073709551615 4637463 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 8172 5251 367 180 0 5182 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 32688

[startup+522.301 s]
/proc/loadavg: 2.01 2.00 1.98 3/482 15169
/proc/meminfo: memFree=11700492/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=33860 CPUtime=522.31 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 5655 0 0 0 52230 1 0 0 25 0 1 0 780900365 34672640 5552 33554432000 4194304 4929204 140734488337056 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 8465 5552 367 180 0 5475 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 33860

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/482 15170
/proc/meminfo: memFree=11698212/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=35332 CPUtime=582.31 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 6008 0 0 0 58230 1 0 0 25 0 1 0 780900365 36179968 5905 33554432000 4194304 4929204 140734488337056 18446744073709551615 4638624 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 8833 5905 367 180 0 5843 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 35332

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.14 1.16 1.51 2/476 15292
/proc/meminfo: memFree=11696328/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=55144 CPUtime=4062.47 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10551 0 0 0 406244 3 0 0 25 0 1 0 780900365 56467456 10394 33554432000 4194304 4929204 140734488337056 18446744073709551615 4636661 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 13786 10394 369 180 0 10796 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 55144

[startup+4122.3 s]
/proc/loadavg: 1.05 1.13 1.47 2/476 15294
/proc/meminfo: memFree=11696408/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=55144 CPUtime=4122.45 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10551 0 0 0 412242 3 0 0 25 0 1 0 780900365 56467456 10394 33554432000 4194304 4929204 140734488337056 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 13786 10394 369 180 0 10796 0
Current children cumulated CPU time (s) 4122.45
Current children cumulated vsize (KiB) 55144

[startup+4182.3 s]
/proc/loadavg: 1.02 1.10 1.44 2/476 15295
/proc/meminfo: memFree=11695988/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=55356 CPUtime=4182.45 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10600 0 0 0 418242 3 0 0 25 0 1 0 780900365 56684544 10443 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633795 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 13839 10443 369 180 0 10849 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 55356

[startup+4242.3 s]
/proc/loadavg: 1.00 1.08 1.41 2/476 15297
/proc/meminfo: memFree=11695824/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=55672 CPUtime=4242.46 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10669 0 0 0 424243 3 0 0 25 0 1 0 780900365 57008128 10512 33554432000 4194304 4929204 140734488337056 18446744073709551615 4632937 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 13918 10512 369 180 0 10928 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 55672

[startup+4302.3 s]
/proc/loadavg: 1.00 1.06 1.38 2/476 15299
/proc/meminfo: memFree=11695784/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=55672 CPUtime=4302.46 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10669 0 0 0 430243 3 0 0 25 0 1 0 780900365 57008128 10512 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 13918 10512 369 180 0 10928 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 55672

[startup+4362.3 s]
/proc/loadavg: 1.00 1.05 1.35 2/476 15300
/proc/meminfo: memFree=11695748/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=55672 CPUtime=4362.46 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10669 0 0 0 436243 3 0 0 25 0 1 0 780900365 57008128 10512 33554432000 4194304 4929204 140734488337056 18446744073709551615 4658027 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 13918 10512 369 180 0 10928 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 55672

[startup+4422.3 s]
/proc/loadavg: 1.00 1.04 1.33 2/476 15302
/proc/meminfo: memFree=11695584/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=55924 CPUtime=4422.46 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10733 0 0 0 442243 3 0 0 25 0 1 0 780900365 57266176 10576 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 13981 10576 369 180 0 10991 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 55924

[startup+4482.3 s]
/proc/loadavg: 1.00 1.03 1.31 2/476 15303
/proc/meminfo: memFree=11695668/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=55924 CPUtime=4482.46 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10736 0 0 0 448243 3 0 0 25 0 1 0 780900365 57266176 10579 33554432000 4194304 4929204 140734488337056 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 13981 10579 369 180 0 10991 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 55924

[startup+4542.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/476 15305
/proc/meminfo: memFree=11695388/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=55924 CPUtime=4542.47 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10761 0 0 0 454244 3 0 0 25 0 1 0 780900365 57266176 10604 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 13981 10604 369 180 0 10991 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 55924

[startup+4602.3 s]
/proc/loadavg: 1.04 1.03 1.27 2/476 15307
/proc/meminfo: memFree=11694352/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=55924 CPUtime=4602.48 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10765 0 0 0 460245 3 0 0 25 0 1 0 780900365 57266176 10608 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 13981 10608 369 180 0 10991 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 55924

[startup+4662.3 s]
/proc/loadavg: 1.01 1.02 1.25 2/476 15308
/proc/meminfo: memFree=11694448/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=55924 CPUtime=4662.47 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10765 0 0 0 466244 3 0 0 25 0 1 0 780900365 57266176 10608 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633001 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 13981 10608 369 180 0 10991 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 55924

[startup+4722.32 s]
/proc/loadavg: 1.00 1.02 1.23 2/476 15310
/proc/meminfo: memFree=11694164/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=56176 CPUtime=4722.49 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10819 0 0 0 472246 3 0 0 25 0 1 0 780900365 57524224 10662 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 14044 10662 369 180 0 11054 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 56176

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.21 2/476 15311
/proc/meminfo: memFree=11695256/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=56432 CPUtime=4782.47 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10844 0 0 0 478244 3 0 0 25 0 1 0 780900365 57786368 10687 33554432000 4194304 4929204 140734488337056 18446744073709551615 4316032 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 14108 10687 369 180 0 11118 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 56432

[startup+4842.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/476 15313
/proc/meminfo: memFree=11694716/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=56432 CPUtime=4842.48 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10878 0 0 0 484245 3 0 0 25 0 1 0 780900365 57786368 10721 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 14108 10721 369 180 0 11118 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 56432

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.18 2/476 15315
/proc/meminfo: memFree=11694556/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=57124 CPUtime=4902.48 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 10997 0 0 0 490245 3 0 0 25 0 1 0 780900365 58494976 10840 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633754 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 14281 10840 369 180 0 11291 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 57124

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/476 15316
/proc/meminfo: memFree=11694288/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=57380 CPUtime=4962.48 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 11051 0 0 0 496245 3 0 0 25 0 1 0 780900365 58757120 10894 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 14345 10894 369 180 0 11355 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 57380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.16 2/476 15317
/proc/meminfo: memFree=11694000/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=57736 CPUtime=5000.09 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 11147 0 0 0 500006 3 0 0 25 0 1 0 780900365 59121664 10990 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633781 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 14434 10990 369 180 0 11444 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 57736

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: 1.00 1.00 1.16 2/476 15317
/proc/meminfo: memFree=11694000/32950928 swapFree=51884240/67111528
[pid=15154] ppid=15152 vsize=57736 CPUtime=5000.09 cores=0,2,4,6
/proc/15154/stat : 15154 (clasp) R 15152 15154 15062 0 -1 4202496 11147 0 0 0 500006 3 0 0 25 0 1 0 780900365 59121664 10990 33554432000 4194304 4929204 140734488337056 18446744073709551615 4633781 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/15154/statm: 14434 10990 369 180 0 11444 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 57736

Child status: 0
Real time (s): 4999.92
CPU time (s): 5000.11
CPU user time (s): 5000.07
CPU system time (s): 0.037994
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 57736

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

runsolver used 24.1513 second user time and 53.1359 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-29 20:16:47
IDJOB=3423174
IDBENCH=84643
IDSOLVER=1917
FILE ID=node127/3423174-1306693007
RUNJOBID= node127-1306693004-15080
PBS_JOBID= 13471866
Free space on /tmp= 73712 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT04/handmade/connamacher/connm-d-0.02/connm-ue-csp-sat-n1200-d-0.02-s405595518.used-as.sat04-950.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-3423174-1306693007/watcher-3423174-1306693007 -o /tmp/evaluation-result-3423174-1306693007/solver-3423174-1306693007 -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-3423174-1306693007.cnf

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

MD5SUM BENCH= 287d3b23c6f72107e24ae4186653564e
RANDOM SEED=1843948681

node127.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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.823
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      11731580 kB
Buffers:        279636 kB
Cached:        4384784 kB
SwapCached:      55132 kB
Active:        4092036 kB
Inactive:     16847056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11731580 kB
SwapTotal:    67111528 kB
SwapFree:     51884240 kB
Dirty:            2156 kB
Writeback:           0 kB
AnonPages:    16226040 kB
Mapped:          29260 kB
Slab:           114840 kB
PageTables:      94860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119749540 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= 73712 MiB
End job on node127 at 2011-05-29 21:40:09