Trace number 3300442

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
clasp 2.0-R4092-crafted? (TO) 1300.02 1300.01

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2-rand3bip-sat/
mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.cnf
MD5SUM51d9aefd9da7f94abc32dd024090dc46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005998
Satisfiable
(Un)Satisfiability was proved
Number of variables270
Number of clauses1080
Sum of the clauses size3240
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31080
Number of clauses of size 40
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 ...829153/instance-3300442-1303829153.cnf
0.00/0.00	c Solving...
1300.01/1300.00	
1300.01/1300.00	*** INTERRUPTED! ***
1300.01/1300.00	s UNKNOWN
1300.01/1300.00	
1300.01/1300.00	c INTERRUPTED   : 1
1300.01/1300.00	c Models        : 0+    
1300.01/1300.00	c Time          : 1300.002s (Solving: 1300.00s 1st Model: 0.00s Unsat: 0.00s)
1300.01/1300.00	c CPU Time      : 1300.010s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3300442-1303829153/watcher-3300442-1303829153 -o /tmp/evaluation-result-3300442-1303829153/solver-3300442-1303829153 -C 2400 -W 1300 -M 7680 HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3300442-1303829153.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.70 3.94 3.89 3/179 29905
/proc/meminfo: memFree=15405776/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=12444 CPUtime=0 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 511 0 0 0 0 0 0 0 21 0 1 0 494514042 12742656 449 33554432000 4194304 4929204 140733442792272 18446744073709551615 4328352 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 3111 449 358 180 0 121 0

[startup+0.064674 s]
/proc/loadavg: 3.70 3.94 3.89 3/179 29905
/proc/meminfo: memFree=15405776/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=12576 CPUtime=0.06 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 562 0 0 0 6 0 0 0 21 0 1 0 494514042 12877824 500 33554432000 4194304 4929204 140733442792272 18446744073709551615 4632980 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 3144 500 367 180 0 154 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12576

[startup+0.100687 s]
/proc/loadavg: 3.70 3.94 3.89 3/179 29905
/proc/meminfo: memFree=15405776/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=12708 CPUtime=0.09 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 580 0 0 0 9 0 0 0 21 0 1 0 494514042 13012992 518 33554432000 4194304 4929204 140733442792272 18446744073709551615 4646348 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 3177 518 367 180 0 187 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12708

[startup+0.300603 s]
/proc/loadavg: 3.70 3.94 3.89 3/179 29905
/proc/meminfo: memFree=15405776/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=12840 CPUtime=0.29 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 616 0 0 0 29 0 0 0 22 0 1 0 494514042 13148160 554 33554432000 4194304 4929204 140733442792272 18446744073709551615 4658009 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 3210 554 367 180 0 220 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12840

[startup+0.700595 s]
/proc/loadavg: 3.70 3.94 3.89 3/179 29905
/proc/meminfo: memFree=15405776/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=13108 CPUtime=0.69 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 673 0 0 0 69 0 0 0 24 0 1 0 494514042 13422592 611 33554432000 4194304 4929204 140733442792272 18446744073709551615 4638753 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 3277 611 367 180 0 287 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13108

[startup+1.50051 s]
/proc/loadavg: 3.70 3.94 3.89 5/190 29926
/proc/meminfo: memFree=15397868/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=13372 CPUtime=1.49 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 743 0 0 0 149 0 0 0 25 0 1 0 494514042 13692928 681 33554432000 4194304 4929204 140733442792272 18446744073709551615 4633734 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 3343 681 367 180 0 353 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13372

[startup+3.10019 s]
/proc/loadavg: 3.72 3.94 3.89 5/190 29926
/proc/meminfo: memFree=15395020/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=13784 CPUtime=3.09 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 833 0 0 0 309 0 0 0 25 0 1 0 494514042 14114816 771 33554432000 4194304 4929204 140733442792272 18446744073709551615 4633011 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 3446 771 367 180 0 456 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13784

[startup+6.30059 s]
/proc/loadavg: 3.72 3.94 3.89 5/190 29926
/proc/meminfo: memFree=15391512/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=14200 CPUtime=6.29 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 943 0 0 0 629 0 0 0 25 0 1 0 494514042 14540800 881 33554432000 4194304 4929204 140733442792272 18446744073709551615 4633688 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 3550 881 367 180 0 560 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14200

[startup+12.7005 s]
/proc/loadavg: 3.75 3.94 3.89 5/190 29926
/proc/meminfo: memFree=15386700/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=14616 CPUtime=12.69 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 1071 0 0 0 1269 0 0 0 25 0 1 0 494514042 14966784 1009 33554432000 4194304 4929204 140733442792272 18446744073709551615 4633456 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 3654 1009 367 180 0 664 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14616

[startup+25.5004 s]
/proc/loadavg: 3.80 3.95 3.89 5/190 29927
/proc/meminfo: memFree=15382876/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=15460 CPUtime=25.49 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 1257 0 0 0 2549 0 0 0 25 0 1 0 494514042 15831040 1195 33554432000 4194304 4929204 140733442792272 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 3865 1195 367 180 0 875 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15460

[startup+51.1011 s]
/proc/loadavg: 3.87 3.95 3.89 5/190 29927
/proc/meminfo: memFree=15377460/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=16144 CPUtime=51.09 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 1434 0 0 0 5109 0 0 0 25 0 1 0 494514042 16531456 1372 33554432000 4194304 4929204 140733442792272 18446744073709551615 4638825 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 4036 1372 367 180 0 1046 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 16144

[startup+102.306 s]
/proc/loadavg: 3.99 3.97 3.90 5/190 29929
/proc/meminfo: memFree=15368012/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=16844 CPUtime=102.29 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 1600 0 0 0 10229 0 0 0 25 0 1 0 494514042 17248256 1538 33554432000 4194304 4929204 140733442792272 18446744073709551615 4633011 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 4211 1538 367 180 0 1221 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 16844

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 29930
/proc/meminfo: memFree=15360916/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=17396 CPUtime=162.29 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 1732 0 0 0 16228 1 0 0 25 0 1 0 494514042 17813504 1670 33554432000 4194304 4929204 140733442792272 18446744073709551615 4316243 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 4349 1670 368 180 0 1359 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 17396

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 29959
/proc/meminfo: memFree=15362004/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=17664 CPUtime=222.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 1802 0 0 0 22229 1 0 0 25 0 1 0 494514042 18087936 1740 33554432000 4194304 4929204 140733442792272 18446744073709551615 4632840 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 4416 1740 368 180 0 1426 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 17664

[startup+282.3 s]
/proc/loadavg: 4.03 3.99 3.91 5/190 29960
/proc/meminfo: memFree=15358136/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=17928 CPUtime=282.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 1879 0 0 0 28229 1 0 0 25 0 1 0 494514042 18358272 1817 33554432000 4194304 4929204 140733442792272 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 4482 1817 368 180 0 1492 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 17928

[startup+342.3 s]
/proc/loadavg: 4.01 3.99 3.91 5/190 29962
/proc/meminfo: memFree=15356240/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=18196 CPUtime=342.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 1944 0 0 0 34229 1 0 0 25 0 1 0 494514042 18632704 1882 33554432000 4194304 4929204 140733442792272 18446744073709551615 4316207 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 4549 1882 368 180 0 1559 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 18196

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 29964
/proc/meminfo: memFree=15354368/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=18328 CPUtime=402.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 1968 0 0 0 40229 1 0 0 25 0 1 0 494514042 18767872 1906 33554432000 4194304 4929204 140733442792272 18446744073709551615 4632985 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 4582 1906 368 180 0 1592 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 18328

[startup+462.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 29965
/proc/meminfo: memFree=15351124/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=18464 CPUtime=462.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 1993 0 0 0 46229 1 0 0 25 0 1 0 494514042 18907136 1931 33554432000 4194304 4929204 140733442792272 18446744073709551615 4638304 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 4616 1931 368 180 0 1626 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 18464

[startup+522.301 s]
/proc/loadavg: 4.08 4.00 3.92 5/190 29967
/proc/meminfo: memFree=15349856/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=18464 CPUtime=522.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 2018 0 0 0 52229 1 0 0 25 0 1 0 494514042 18907136 1956 33554432000 4194304 4929204 140733442792272 18446744073709551615 4327409 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 4616 1956 368 180 0 1626 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 18464

[startup+582.301 s]
/proc/loadavg: 4.03 4.00 3.92 5/190 29968
/proc/meminfo: memFree=15348568/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=18892 CPUtime=582.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 2116 0 0 0 58229 1 0 0 25 0 1 0 494514042 19345408 2054 33554432000 4194304 4929204 140733442792272 18446744073709551615 4636690 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 4723 2054 368 180 0 1733 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 18892

[startup+642.301 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 29970
/proc/meminfo: memFree=15346916/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=19028 CPUtime=642.31 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 2155 0 0 0 64230 1 0 0 25 0 1 0 494514042 19484672 2093 33554432000 4194304 4929204 140733442792272 18446744073709551615 4327508 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 4757 2093 368 180 0 1767 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 19028

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 29972
/proc/meminfo: memFree=15345632/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=19428 CPUtime=702.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 2230 0 0 0 70229 1 0 0 25 0 1 0 494514042 19894272 2168 33554432000 4194304 4929204 140733442792272 18446744073709551615 4632946 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 4857 2168 368 180 0 1867 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 19428

[startup+762.306 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 29973
/proc/meminfo: memFree=15344592/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=19984 CPUtime=762.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 2367 0 0 0 76229 1 0 0 25 0 1 0 494514042 20463616 2305 33554432000 4194304 4929204 140733442792272 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 4996 2305 368 180 0 2006 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 19984

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 29975
/proc/meminfo: memFree=15343568/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=20252 CPUtime=822.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 2433 0 0 0 82229 1 0 0 25 0 1 0 494514042 20738048 2371 33554432000 4194304 4929204 140733442792272 18446744073709551615 4632946 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 5063 2371 368 180 0 2073 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 20252

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 29976
/proc/meminfo: memFree=15342780/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=20384 CPUtime=882.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 2490 0 0 0 88229 1 0 0 25 0 1 0 494514042 20873216 2428 33554432000 4194304 4929204 140733442792272 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 5096 2428 368 180 0 2106 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 20384

[startup+942.3 s]
/proc/loadavg: 4.07 4.02 3.93 5/190 29987
/proc/meminfo: memFree=15339632/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=20528 CPUtime=942.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 2523 0 0 0 94229 1 0 0 25 0 1 0 494514042 21020672 2461 33554432000 4194304 4929204 140733442792272 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 5132 2461 368 180 0 2142 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 20528

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 29989
/proc/meminfo: memFree=15338972/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=20792 CPUtime=1002.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 2569 0 0 0 100229 1 0 0 25 0 1 0 494514042 21291008 2507 33554432000 4194304 4929204 140733442792272 18446744073709551615 4628042 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 5198 2507 368 180 0 2208 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 20792

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 29990
/proc/meminfo: memFree=15337852/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=20928 CPUtime=1062.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 2634 0 0 0 106229 1 0 0 25 0 1 0 494514042 21430272 2572 33554432000 4194304 4929204 140733442792272 18446744073709551615 4632862 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 5232 2572 368 180 0 2242 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 20928

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 29995
/proc/meminfo: memFree=15335960/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=21192 CPUtime=1122.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 2676 0 0 0 112229 1 0 0 25 0 1 0 494514042 21700608 2614 33554432000 4194304 4929204 140733442792272 18446744073709551615 4632969 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 5298 2614 368 180 0 2308 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 21192

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 29996
/proc/meminfo: memFree=15335192/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=21192 CPUtime=1182.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 2699 0 0 0 118229 1 0 0 25 0 1 0 494514042 21700608 2637 33554432000 4194304 4929204 140733442792272 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 5298 2637 368 180 0 2308 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 21192

[startup+1242.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 29998
/proc/meminfo: memFree=15334040/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=21328 CPUtime=1242.3 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 2711 0 0 0 124229 1 0 0 25 0 1 0 494514042 21839872 2649 33554432000 4194304 4929204 140733442792272 18446744073709551615 4632973 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 5332 2649 368 180 0 2342 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 21328



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.93 4/189 30001
/proc/meminfo: memFree=15373700/32950928 swapFree=67111528/67111528
[pid=29905] ppid=29903 vsize=21460 CPUtime=1300.01 cores=0,2
/proc/29905/stat : 29905 (clasp) R 29903 29905 28979 0 -1 4202496 2739 0 0 0 129999 2 0 0 25 0 1 0 494514042 21975040 2677 33554432000 4194304 4929204 140733442792272 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/29905/statm: 5365 2677 368 180 0 2375 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 21460

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

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

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1300
CPU system time (s): 0.027995
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 21460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300
system time used= 0.027995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2750
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 5003

runsolver used 1.86472 second user time and 4.06338 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-26 16:45:53
IDJOB=3300442
IDBENCH=85304
IDSOLVER=1685
FILE ID=node126/3300442-1303829153
RUNJOBID= node126-1303829153-29883
PBS_JOBID= 13160769
Free space on /tmp= 71644 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT05/crafted/jarvisalo05/mod2-rand3bip-sat/mod2-rand3bip-sat-270-1.shuffled-as.sat05-2248.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-3300442-1303829153/watcher-3300442-1303829153 -o /tmp/evaluation-result-3300442-1303829153/solver-3300442-1303829153 -C 2400 -W 1300 -M 7680  HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3300442-1303829153.cnf

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

MD5SUM BENCH= 51d9aefd9da7f94abc32dd024090dc46
RANDOM SEED=1628594293

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15405932 kB
Buffers:       1835072 kB
Cached:       15057792 kB
SwapCached:          0 kB
Active:        6422672 kB
Inactive:     10538620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15405932 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2128 kB
Writeback:           0 kB
AnonPages:       67884 kB
Mapped:          15184 kB
Slab:           519064 kB
PageTables:       4624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   215644 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= 71644 MiB
End job on node126 at 2011-04-26 17:07:35