Trace number 3300426

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) 1299.98 1300.01

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn004.shuffled-as.sat05-3844.cnf
MD5SUM7d96ba103689bec761c9e7df7b158323
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3199.02
Satisfiable
(Un)Satisfiability was proved
Number of variables2731
Number of clauses17983
Sum of the clauses size126997
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32370
Number of clauses of size 4477
Number of clauses of size 5642
Number of clauses of size over 514010

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...829587/instance-3300426-1303829587.cnf
0.00/0.06	c Solving...
1299.97/1300.00	
1299.97/1300.00	*** INTERRUPTED! ***
1299.97/1300.00	s UNKNOWN
1299.97/1300.00	
1299.97/1300.00	c INTERRUPTED   : 1
1299.97/1300.00	c Models        : 0+    
1299.97/1300.00	c Time          : 1300.004s (Solving: 1299.94s 1st Model: 0.00s Unsat: 0.00s)
1299.97/1300.00	c CPU Time      : 1299.970s

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-3300426-1303829587/watcher-3300426-1303829587 -o /tmp/evaluation-result-3300426-1303829587/solver-3300426-1303829587 -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-3300426-1303829587.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: 1.39 2.51 3.26 5/189 30847
/proc/meminfo: memFree=15910832/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=13512 CPUtime=0 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 732 0 0 0 0 0 0 0 25 0 1 0 494559105 13836288 652 33554432000 4194304 4929204 140733475683600 18446744073709551615 244446945024 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 3378 652 330 180 0 388 0

[startup+0.0802979 s]
/proc/loadavg: 1.39 2.51 3.26 5/189 30847
/proc/meminfo: memFree=15910832/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=15428 CPUtime=0.07 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 1323 0 0 0 7 0 0 0 25 0 1 0 494559105 15798272 1183 33554432000 4194304 4929204 140733475683600 18446744073709551615 4333968 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 3857 1183 367 180 0 867 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15428

[startup+0.100327 s]
/proc/loadavg: 1.39 2.51 3.26 5/189 30847
/proc/meminfo: memFree=15910832/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=15428 CPUtime=0.09 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 1324 0 0 0 9 0 0 0 25 0 1 0 494559105 15798272 1184 33554432000 4194304 4929204 140733475683600 18446744073709551615 4327389 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 3857 1184 368 180 0 867 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15428

[startup+0.300285 s]
/proc/loadavg: 1.39 2.51 3.26 5/189 30847
/proc/meminfo: memFree=15910832/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=15428 CPUtime=0.29 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 1324 0 0 0 29 0 0 0 25 0 1 0 494559105 15798272 1184 33554432000 4194304 4929204 140733475683600 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 3857 1184 368 180 0 867 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15428

[startup+0.700209 s]
/proc/loadavg: 1.39 2.51 3.26 5/189 30847
/proc/meminfo: memFree=15910832/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=15692 CPUtime=0.69 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 1409 0 0 0 69 0 0 0 25 0 1 0 494559105 16068608 1269 33554432000 4194304 4929204 140733475683600 18446744073709551615 4357471 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 3923 1269 368 180 0 933 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15692

[startup+1.50106 s]
/proc/loadavg: 1.39 2.51 3.26 5/190 30848
/proc/meminfo: memFree=15903888/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=16088 CPUtime=1.49 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 1510 0 0 0 149 0 0 0 25 0 1 0 494559105 16474112 1370 33554432000 4194304 4929204 140733475683600 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 4022 1370 368 180 0 1032 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16088

[startup+3.10076 s]
/proc/loadavg: 1.39 2.51 3.26 5/190 30848
/proc/meminfo: memFree=15902152/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=16768 CPUtime=3.09 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 1650 0 0 0 309 0 0 0 25 0 1 0 494559105 17170432 1510 33554432000 4194304 4929204 140733475683600 18446744073709551615 4633962 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 4192 1510 368 180 0 1202 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16768

[startup+6.30017 s]
/proc/loadavg: 1.60 2.53 3.26 5/190 30848
/proc/meminfo: memFree=15899424/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=17304 CPUtime=6.29 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 1811 0 0 0 629 0 0 0 25 0 1 0 494559105 17719296 1671 33554432000 4194304 4929204 140733475683600 18446744073709551615 4632659 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 4326 1671 368 180 0 1336 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17304

[startup+12.701 s]
/proc/loadavg: 1.79 2.55 3.26 5/190 30848
/proc/meminfo: memFree=15894820/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=18380 CPUtime=12.69 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 2061 0 0 0 1269 0 0 0 25 0 1 0 494559105 18821120 1921 33554432000 4194304 4929204 140733475683600 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 4595 1921 368 180 0 1605 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18380

[startup+25.5006 s]
/proc/loadavg: 2.28 2.62 3.28 5/190 30849
/proc/meminfo: memFree=15890624/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=19304 CPUtime=25.49 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 2303 0 0 0 2549 0 0 0 25 0 1 0 494559105 19767296 2163 33554432000 4194304 4929204 140733475683600 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 4826 2163 368 180 0 1836 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19304

[startup+51.1008 s]
/proc/loadavg: 2.87 2.73 3.29 5/190 30850
/proc/meminfo: memFree=15885352/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=20616 CPUtime=51.09 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 2630 0 0 0 5109 0 0 0 25 0 1 0 494559105 21110784 2490 33554432000 4194304 4929204 140733475683600 18446744073709551615 4633754 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 5154 2490 368 180 0 2164 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20616

[startup+102.306 s]
/proc/loadavg: 3.61 2.96 3.34 5/190 30851
/proc/meminfo: memFree=15877016/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=22548 CPUtime=102.3 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 3092 0 0 0 10230 0 0 0 25 0 1 0 494559105 23089152 2952 33554432000 4194304 4929204 140733475683600 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 5637 2952 368 180 0 2647 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 22548

[startup+162.301 s]
/proc/loadavg: 3.85 3.14 3.38 5/190 30852
/proc/meminfo: memFree=15871640/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=24100 CPUtime=162.29 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 3454 0 0 0 16228 1 0 0 25 0 1 0 494559105 24678400 3314 33554432000 4194304 4929204 140733475683600 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 6025 3314 368 180 0 3035 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 24100

[startup+222.301 s]
/proc/loadavg: 3.94 3.30 3.41 5/190 30854
/proc/meminfo: memFree=15867760/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=25308 CPUtime=222.29 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 3719 0 0 0 22228 1 0 0 25 0 1 0 494559105 25915392 3579 33554432000 4194304 4929204 140733475683600 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 6327 3579 368 180 0 3337 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 25308

[startup+282.301 s]
/proc/loadavg: 3.98 3.42 3.45 6/190 30856
/proc/meminfo: memFree=15864748/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=26108 CPUtime=282.28 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 3911 0 0 0 28227 1 0 0 25 0 1 0 494559105 26734592 3771 33554432000 4194304 4929204 140733475683600 18446744073709551615 4307347 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 6527 3771 368 180 0 3537 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 26108

[startup+342.301 s]
/proc/loadavg: 3.99 3.52 3.48 5/190 30857
/proc/meminfo: memFree=15862348/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=26584 CPUtime=342.28 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 4039 0 0 0 34227 1 0 0 25 0 1 0 494559105 27222016 3899 33554432000 4194304 4929204 140733475683600 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 6646 3899 368 180 0 3656 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 26584

[startup+402.301 s]
/proc/loadavg: 3.99 3.61 3.51 5/190 30859
/proc/meminfo: memFree=15859836/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=27448 CPUtime=402.28 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 4231 0 0 0 40227 1 0 0 25 0 1 0 494559105 28106752 4091 33554432000 4194304 4929204 140733475683600 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 6862 4091 368 180 0 3872 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 27448

[startup+462.3 s]
/proc/loadavg: 3.91 3.66 3.53 4/184 30877
/proc/meminfo: memFree=15874612/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=27852 CPUtime=462.28 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 4334 0 0 0 46227 1 0 0 25 0 1 0 494559105 28520448 4194 33554432000 4194304 4929204 140733475683600 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 6963 4194 368 180 0 3973 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 27852

[startup+522.3 s]
/proc/loadavg: 3.33 3.54 3.50 4/184 30888
/proc/meminfo: memFree=15873544/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=28332 CPUtime=522.28 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 4455 0 0 0 52227 1 0 0 25 0 1 0 494559105 29011968 4315 33554432000 4194304 4929204 140733475683600 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 7083 4315 368 180 0 4093 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 28332

[startup+582.301 s]
/proc/loadavg: 3.12 3.44 3.46 4/184 30890
/proc/meminfo: memFree=15872160/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=28656 CPUtime=582.28 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 4515 0 0 0 58227 1 0 0 25 0 1 0 494559105 29343744 4375 33554432000 4194304 4929204 140733475683600 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 7164 4375 368 180 0 4174 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 28656

[startup+642.301 s]
/proc/loadavg: 3.04 3.36 3.43 4/184 30893
/proc/meminfo: memFree=15870768/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=29004 CPUtime=642.28 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 4614 0 0 0 64227 1 0 0 25 0 1 0 494559105 29700096 4474 33554432000 4194304 4929204 140733475683600 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 7251 4474 368 180 0 4261 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 29004

[startup+702.301 s]
/proc/loadavg: 3.01 3.29 3.40 4/184 30896
/proc/meminfo: memFree=15869000/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=29668 CPUtime=702.28 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 4774 0 0 0 70227 1 0 0 25 0 1 0 494559105 30380032 4634 33554432000 4194304 4929204 140733475683600 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 7417 4634 368 180 0 4427 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 29668

[startup+762.307 s]
/proc/loadavg: 3.00 3.23 3.37 4/184 30897
/proc/meminfo: memFree=15867868/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=29968 CPUtime=762.29 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 4832 0 0 0 76227 2 0 0 25 0 1 0 494559105 30687232 4692 33554432000 4194304 4929204 140733475683600 18446744073709551615 4316204 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 7492 4692 368 180 0 4502 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 29968

[startup+822.3 s]
/proc/loadavg: 3.00 3.19 3.35 4/184 30899
/proc/meminfo: memFree=15867708/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=30408 CPUtime=822.28 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 4935 0 0 0 82226 2 0 0 25 0 1 0 494559105 31137792 4795 33554432000 4194304 4929204 140733475683600 18446744073709551615 4638495 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 7602 4795 368 180 0 4612 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 30408

[startup+882.3 s]
/proc/loadavg: 3.00 3.15 3.32 4/184 30901
/proc/meminfo: memFree=15866320/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=30876 CPUtime=882.28 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 5052 0 0 0 88226 2 0 0 25 0 1 0 494559105 31617024 4912 33554432000 4194304 4929204 140733475683600 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 7719 4912 368 180 0 4729 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 30876

[startup+942.301 s]
/proc/loadavg: 3.00 3.12 3.30 4/184 30902
/proc/meminfo: memFree=15865412/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=31184 CPUtime=942.28 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 5109 0 0 0 94226 2 0 0 25 0 1 0 494559105 31932416 4969 33554432000 4194304 4929204 140733475683600 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 7796 4969 370 180 0 4806 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 31184

[startup+1002.3 s]
/proc/loadavg: 3.00 3.10 3.28 4/184 30904
/proc/meminfo: memFree=15864528/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=31856 CPUtime=1002.28 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 5252 0 0 0 100226 2 0 0 25 0 1 0 494559105 32620544 5112 33554432000 4194304 4929204 140733475683600 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 7964 5112 370 180 0 4974 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 31856

[startup+1062.3 s]
/proc/loadavg: 3.00 3.08 3.26 4/184 30905
/proc/meminfo: memFree=15863744/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=32024 CPUtime=1062.28 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 5314 0 0 0 106226 2 0 0 25 0 1 0 494559105 32792576 5174 33554432000 4194304 4929204 140733475683600 18446744073709551615 4632683 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 8006 5174 370 180 0 5016 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 32024

[startup+1122.3 s]
/proc/loadavg: 3.00 3.06 3.24 4/184 30907
/proc/meminfo: memFree=15863592/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=32332 CPUtime=1122.27 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 5381 0 0 0 112225 2 0 0 25 0 1 0 494559105 33107968 5241 33554432000 4194304 4929204 140733475683600 18446744073709551615 4632937 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 8083 5241 370 180 0 5093 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 32332

[startup+1182.3 s]
/proc/loadavg: 3.08 3.08 3.23 4/184 30909
/proc/meminfo: memFree=15863180/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=32472 CPUtime=1182.27 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 5423 0 0 0 118225 2 0 0 25 0 1 0 494559105 33251328 5283 33554432000 4194304 4929204 140733475683600 18446744073709551615 4638476 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 8118 5283 370 180 0 5128 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 32472

[startup+1242.3 s]
/proc/loadavg: 2.42 2.90 3.16 2/173 30944
/proc/meminfo: memFree=15908100/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=32904 CPUtime=1242.26 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 5529 0 0 0 124224 2 0 0 25 0 1 0 494559105 33693696 5389 33554432000 4194304 4929204 140733475683600 18446744073709551615 4316131 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 8226 5389 370 180 0 5236 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 32904



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.52 2.55 3.02 2/172 30946
/proc/meminfo: memFree=15908708/32951124 swapFree=67111528/67111528
[pid=30847] ppid=30845 vsize=33044 CPUtime=1299.97 cores=0,2
/proc/30847/stat : 30847 (clasp) R 30845 30847 29873 0 -1 4202496 5568 0 0 0 129995 2 0 0 25 0 1 0 494559105 33837056 5428 33554432000 4194304 4929204 140733475683600 18446744073709551615 4638684 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/30847/statm: 8261 5428 370 180 0 5271 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 33044

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): 1299.98
CPU user time (s): 1299.95
CPU system time (s): 0.028995
CPU usage (%): 99.9981
Max. virtual memory (cumulated for all children) (KiB): 33044

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

runsolver used 2.21966 second user time and 4.79027 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-26 16:53:07
IDJOB=3300426
IDBENCH=85805
IDSOLVER=1685
FILE ID=node105/3300426-1303829587
RUNJOBID= node105-1303829586-30778
PBS_JOBID= 13160791
Free space on /tmp= 72172 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn004.shuffled-as.sat05-3844.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-3300426-1303829587/watcher-3300426-1303829587 -o /tmp/evaluation-result-3300426-1303829587/solver-3300426-1303829587 -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-3300426-1303829587.cnf

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

MD5SUM BENCH= 7d96ba103689bec761c9e7df7b158323
RANDOM SEED=1931237047

node105.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.825
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.65
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.825
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:     32951124 kB
MemFree:      15911112 kB
Buffers:       2293608 kB
Cached:       14099756 kB
SwapCached:          0 kB
Active:        8565296 kB
Inactive:      7905000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15911112 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6056 kB
Writeback:          84 kB
AnonPages:       76092 kB
Mapped:          16264 kB
Slab:           507684 kB
PageTables:       5280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   259916 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= 72172 MiB
End job on node105 at 2011-04-26 17:14:49