Trace number 3300051

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-indust? (TO) 1300.06 1300.02

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1002.78
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...828581/instance-3300051-1303828581.cnf
2.20/2.27	c Solving...
1300.04/1300.00	
1300.04/1300.00	*** INTERRUPTED! ***
1300.04/1300.00	s UNKNOWN
1300.04/1300.00	
1300.04/1300.00	c INTERRUPTED   : 1
1300.04/1300.00	c Models        : 0+    
1300.04/1300.00	c Time          : 1300.004s (Solving: 1297.73s 1st Model: 0.00s Unsat: 0.00s)
1300.04/1300.00	c CPU Time      : 1300.040s

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-3300051-1303828581/watcher-3300051-1303828581 -o /tmp/evaluation-result-3300051-1303828581/solver-3300051-1303828581 -C 2400 -W 1300 -M 7680 HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 HOME/instance-3300051-1303828581.cnf 

running on 2 cores: 1,3

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: 4.00 3.99 3.77 5/189 785
/proc/meminfo: memFree=21039716/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=59460 CPUtime=0 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 463 0 0 0 0 0 0 0 22 0 1 0 494461042 60887040 403 33554432000 4194304 4929204 140734627652688 18446744073709551615 4559011 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 14865 407 317 180 0 11875 0

[startup+0.027112 s]
/proc/loadavg: 4.00 3.99 3.77 5/189 785
/proc/meminfo: memFree=21039716/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=59460 CPUtime=0.01 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 9277 0 0 0 1 0 0 0 22 0 1 0 494461042 60887040 9218 33554432000 4194304 4929204 140734627652688 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 14865 9236 319 180 0 11875 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 59460

[startup+0.101087 s]
/proc/loadavg: 4.00 3.99 3.77 5/189 785
/proc/meminfo: memFree=21039716/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=88784 CPUtime=0.09 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 22086 0 0 0 7 2 0 0 22 0 1 0 494461042 90914816 19125 33554432000 4194304 4929204 140734627652688 18446744073709551615 212435677893 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 22196 19126 329 180 0 19206 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 88784

[startup+0.301045 s]
/proc/loadavg: 4.00 3.99 3.77 5/189 785
/proc/meminfo: memFree=21039716/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=102380 CPUtime=0.29 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 25628 0 0 0 26 3 0 0 23 0 1 0 494461042 104837120 22509 33554432000 4194304 4929204 140734627652688 18446744073709551615 212435677893 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 25595 22509 329 180 0 22605 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102380

[startup+0.700973 s]
/proc/loadavg: 4.00 3.99 3.77 5/189 785
/proc/meminfo: memFree=21039716/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=128536 CPUtime=0.69 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 32369 0 0 0 64 5 0 0 25 0 1 0 494461042 131620864 28971 33554432000 4194304 4929204 140734627652688 18446744073709551615 212436016896 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 32134 28972 329 180 0 29144 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128536

[startup+1.50082 s]
/proc/loadavg: 4.16 4.03 3.78 5/190 786
/proc/meminfo: memFree=20907284/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=179668 CPUtime=1.49 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 45644 0 0 0 139 10 0 0 25 0 1 0 494461042 183980032 41619 33554432000 4194304 4929204 140734627652688 18446744073709551615 212436016896 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 44917 41620 329 180 0 41927 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 179668

[startup+3.10052 s]
/proc/loadavg: 4.16 4.03 3.78 5/190 786
/proc/meminfo: memFree=20844912/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=230636 CPUtime=3.09 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 66297 0 0 0 294 15 0 0 25 0 1 0 494461042 236171264 54362 33554432000 4194304 4929204 140734627652688 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 57659 54362 363 180 0 54669 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 230636

[startup+6.30092 s]
/proc/loadavg: 4.16 4.03 3.78 5/190 786
/proc/meminfo: memFree=20826260/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=232436 CPUtime=6.29 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 66761 0 0 0 614 15 0 0 25 0 1 0 494461042 238014464 54826 33554432000 4194304 4929204 140734627652688 18446744073709551615 4633756 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 58109 54826 363 180 0 55119 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 232436

[startup+12.7007 s]
/proc/loadavg: 4.21 4.04 3.79 5/190 786
/proc/meminfo: memFree=20824896/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=234084 CPUtime=12.69 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 67158 0 0 0 1254 15 0 0 25 0 1 0 494461042 239702016 55223 33554432000 4194304 4929204 140734627652688 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 58521 55223 363 180 0 55531 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 234084

[startup+25.5003 s]
/proc/loadavg: 4.18 4.04 3.79 5/190 787
/proc/meminfo: memFree=20821492/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=235140 CPUtime=25.49 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 67395 0 0 0 2533 16 0 0 25 0 1 0 494461042 240783360 55460 33554432000 4194304 4929204 140734627652688 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 58785 55460 363 180 0 55795 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 235140

[startup+51.1004 s]
/proc/loadavg: 4.11 4.03 3.80 5/190 787
/proc/meminfo: memFree=20815656/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=235884 CPUtime=51.1 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 67597 0 0 0 5094 16 0 0 25 0 1 0 494461042 241545216 55662 33554432000 4194304 4929204 140734627652688 18446744073709551615 4365426 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 58971 55662 363 180 0 55981 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 235884

[startup+102.307 s]
/proc/loadavg: 4.04 4.03 3.81 5/190 789
/proc/meminfo: memFree=20810488/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=237204 CPUtime=102.3 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 67965 0 0 0 10214 16 0 0 25 0 1 0 494461042 242896896 56030 33554432000 4194304 4929204 140734627652688 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 59301 56030 368 180 0 56311 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 237204

[startup+162.3 s]
/proc/loadavg: 4.05 4.03 3.82 5/190 790
/proc/meminfo: memFree=20798348/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=242752 CPUtime=162.3 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 69298 0 0 0 16213 17 0 0 25 0 1 0 494461042 248578048 57363 33554432000 4194304 4929204 140734627652688 18446744073709551615 4365413 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 60688 57363 369 180 0 57698 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 242752

[startup+222.301 s]
/proc/loadavg: 4.02 4.02 3.83 5/190 792
/proc/meminfo: memFree=20789316/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=243016 CPUtime=222.3 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 69415 0 0 0 22213 17 0 0 25 0 1 0 494461042 248848384 57480 33554432000 4194304 4929204 140734627652688 18446744073709551615 4337351 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 60754 57480 369 180 0 57764 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 243016

[startup+282.3 s]
/proc/loadavg: 4.00 4.02 3.83 5/190 794
/proc/meminfo: memFree=20775600/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=249616 CPUtime=282.29 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 71060 0 0 0 28212 17 0 0 25 0 1 0 494461042 255606784 59125 33554432000 4194304 4929204 140734627652688 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 62404 59125 369 180 0 59414 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 249616

[startup+342.301 s]
/proc/loadavg: 4.00 4.01 3.84 5/190 795
/proc/meminfo: memFree=20749588/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=253360 CPUtime=342.3 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 71966 0 0 0 34212 18 0 0 25 0 1 0 494461042 259440640 60031 33554432000 4194304 4929204 140734627652688 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 63340 60031 369 180 0 60350 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 253360

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.84 5/190 797
/proc/meminfo: memFree=20742564/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=256012 CPUtime=402.3 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 72635 0 0 0 40212 18 0 0 25 0 1 0 494461042 262156288 60700 33554432000 4194304 4929204 140734627652688 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 64003 60700 369 180 0 61013 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 256012

[startup+462.3 s]
/proc/loadavg: 4.03 4.02 3.86 5/190 798
/proc/meminfo: memFree=20737552/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=256012 CPUtime=462.3 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 72650 0 0 0 46212 18 0 0 25 0 1 0 494461042 262156288 60715 33554432000 4194304 4929204 140734627652688 18446744073709551615 4365465 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 64003 60715 369 180 0 61013 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 256012

[startup+522.301 s]
/proc/loadavg: 4.01 4.01 3.86 5/190 800
/proc/meminfo: memFree=20726704/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=260364 CPUtime=522.31 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 73759 0 0 0 52212 19 0 0 25 0 1 0 494461042 266612736 61824 33554432000 4194304 4929204 140734627652688 18446744073709551615 4333972 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 65091 61824 369 180 0 62101 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 260364

[startup+582.3 s]
/proc/loadavg: 4.00 4.01 3.87 5/190 802
/proc/meminfo: memFree=20725208/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=260908 CPUtime=582.31 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 73851 0 0 0 58212 19 0 0 25 0 1 0 494461042 267169792 61916 33554432000 4194304 4929204 140734627652688 18446744073709551615 4367112 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 65227 61916 369 180 0 62237 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 260908

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 803
/proc/meminfo: memFree=20689428/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=282728 CPUtime=642.32 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 79273 0 0 0 64211 21 0 0 25 0 1 0 494461042 289513472 67338 33554432000 4194304 4929204 140734627652688 18446744073709551615 4367040 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 70682 67338 369 180 0 67692 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 282728

[startup+702.301 s]
/proc/loadavg: 4.05 4.01 3.88 5/190 805
/proc/meminfo: memFree=20686444/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=283168 CPUtime=702.32 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 79373 0 0 0 70211 21 0 0 25 0 1 0 494461042 289964032 67438 33554432000 4194304 4929204 140734627652688 18446744073709551615 4626725 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 70792 67438 369 180 0 67802 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 283168

[startup+762.307 s]
/proc/loadavg: 4.02 4.01 3.89 5/190 806
/proc/meminfo: memFree=20668840/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=283168 CPUtime=762.33 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 79395 0 0 0 76212 21 0 0 25 0 1 0 494461042 289964032 67460 33554432000 4194304 4929204 140734627652688 18446744073709551615 4365448 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 70792 67460 369 180 0 67802 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 283168

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 808
/proc/meminfo: memFree=20656676/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=284296 CPUtime=822.32 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 79599 0 0 0 82211 21 0 0 25 0 1 0 494461042 291119104 67664 33554432000 4194304 4929204 140734627652688 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 71074 67664 369 180 0 68084 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 284296

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 810
/proc/meminfo: memFree=20643596/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=284296 CPUtime=882.32 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 79599 0 0 0 88211 21 0 0 25 0 1 0 494461042 291119104 67664 33554432000 4194304 4929204 140734627652688 18446744073709551615 4626715 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 71074 67664 369 180 0 68084 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 284296

[startup+942.301 s]
/proc/loadavg: 3.72 3.93 3.89 4/184 829
/proc/meminfo: memFree=20777632/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=284296 CPUtime=942.32 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 79625 0 0 0 94211 21 0 0 25 0 1 0 494461042 291119104 67690 33554432000 4194304 4929204 140734627652688 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 71074 67690 369 180 0 68084 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 284296

[startup+1002.3 s]
/proc/loadavg: 2.70 3.61 3.78 3/178 864
/proc/meminfo: memFree=21226468/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=286692 CPUtime=1002.32 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 80230 0 0 0 100211 21 0 0 25 0 1 0 494461042 293572608 68295 33554432000 4194304 4929204 140734627652688 18446744073709551615 4365448 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 71673 68295 369 180 0 68683 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 286692

[startup+1062.3 s]
/proc/loadavg: 2.17 3.30 3.66 2/173 884
/proc/meminfo: memFree=21305580/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=289388 CPUtime=1062.33 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 80902 0 0 0 106212 21 0 0 25 0 1 0 494461042 296333312 68967 33554432000 4194304 4929204 140734627652688 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 72347 68967 369 180 0 69357 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 289388

[startup+1122.3 s]
/proc/loadavg: 1.43 2.88 3.49 2/172 886
/proc/meminfo: memFree=21306220/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=289388 CPUtime=1122.33 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 80906 0 0 0 112212 21 0 0 25 0 1 0 494461042 296333312 68971 33554432000 4194304 4929204 140734627652688 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 72347 68971 369 180 0 69357 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 289388

[startup+1182.3 s]
/proc/loadavg: 1.16 2.53 3.33 2/172 888
/proc/meminfo: memFree=21297272/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=298184 CPUtime=1182.33 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 83126 0 0 0 118212 21 0 0 25 0 1 0 494461042 305340416 71191 33554432000 4194304 4929204 140734627652688 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 74546 71191 369 180 0 71556 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 298184

[startup+1242.3 s]
/proc/loadavg: 1.06 2.25 3.18 2/172 889
/proc/meminfo: memFree=21252732/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=343520 CPUtime=1242.33 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 94300 0 0 0 124209 24 0 0 25 0 1 0 494461042 351764480 82365 33554432000 4194304 4929204 140734627652688 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 85880 82365 369 180 0 82890 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 343520



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.02 2.04 3.05 2/172 891
/proc/meminfo: memFree=21240064/32951124 swapFree=67111524/67111528
[pid=785] ppid=783 vsize=356080 CPUtime=1300.04 cores=1,3
/proc/785/stat : 785 (clasp) R 783 785 32365 0 -1 4202496 97472 0 0 0 129979 25 0 0 25 0 1 0 494461042 364625920 85537 33554432000 4194304 4929204 140734627652688 18446744073709551615 4632569 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/785/statm: 89020 85537 369 180 0 86030 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 356080

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.02
CPU time (s): 1300.06
CPU user time (s): 1299.8
CPU system time (s): 0.268959
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 356080

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

runsolver used 1.9987 second user time and 4.88526 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-26 16:36:26
IDJOB=3300051
IDBENCH=85005
IDSOLVER=1684
FILE ID=node102/3300051-1303828581
RUNJOBID= node102-1303828208-562
PBS_JOBID= 13160794
Free space on /tmp= 71408 MiB

SOLVER NAME= clasp 2.0-R4092-indust
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3300051-1303828581/watcher-3300051-1303828581 -o /tmp/evaluation-result-3300051-1303828581/solver-3300051-1303828581 -C 2400 -W 1300 -M 7680  HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 HOME/instance-3300051-1303828581.cnf

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=858453108

node102.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.828
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.828
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.828
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.828
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.828
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.82
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.828
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.828
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.828
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:      21039996 kB
Buffers:       1620196 kB
Cached:        9242788 kB
SwapCached:          4 kB
Active:        3228672 kB
Inactive:      8123148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21039996 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          208496 kB
Writeback:           0 kB
AnonPages:      488680 kB
Mapped:          16332 kB
Slab:           494236 kB
PageTables:       6152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   681336 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= 71516 MiB
End job on node102 at 2011-04-26 16:58:09