Trace number 3283068

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
synit_sat 2011-03-03UNSAT 936.696 936.668

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark52.912
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.00/0.00	c start  0 total 0
2.39/2.43	c Find Units :      45558
2.39/2.48	c Find Invs  :        226
3.09/3.12	c Find Ands  :     205682 AvgFaninNum: 2.21034
3.09/3.65	c Find Xors  :          0 AvgFaninNum: nan
3.09/3.76	c Find Ite   :          0
4.59/4.61	c UnDirect variable: 8
4.59/4.61	c UnDirect to Direct Gate: 1
4.59/4.61	c Forced Direct Gate: 1 Unuse unDirect Gate: 4
4.59/4.64	c Break Cycle : 14272
4.59/4.64	c Total Root : 39543 Undef Var: 296580
4.69/4.77	c After covering, Total Root: 45146 Leaf: 240109
4.69/4.77	c Variable( cover/uncovered/unused ): 430521 56471 0
4.69/4.77	c Unit Clauses: 45558
4.69/4.77	c Binary Clauses( cover/uncovered ): 385353 213800
4.69/4.77	c Clauses( cover/uncovered ): 190411 1620802
4.69/4.77	c Total Clauses( cover/uncovered ): 621322 1834602 25.2989%
4.69/4.77	c Covered Ands: 190411 Invs: 1 Xors: 0 Ites: 0
6.19/6.25	c Uncover Clauses avg size: 3.13598 max size: 5
6.19/6.28	c Final circuit: i/l/o/s  251054       0 1648985   2956103
6.19/6.28	c cover rate 25.2989
6.19/6.28	c rocky end  6.27 total 6.27
10.08/10.18	c covering time  3.89 total 10.16
936.02/936.02	c solve time  925.88 total 936.04
936.02/936.02	s UNSATISFIABLE 

Verifier Data

No possible verification on an UNSAT instance

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-3283068-1303759508/watcher-3283068-1303759508 -o /tmp/evaluation-result-3283068-1303759508/solver-3283068-1303759508 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3283068-1303759508.cnf 397522432 

running on 2 cores: 4,6

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: 0.32 1.85 4.52 4/186 20946
/proc/meminfo: memFree=28723068/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=30684 CPUtime=0 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 2259 0 0 0 0 0 0 0 21 0 1 0 487550641 31420416 2193 33554432000 4194304 4947581 140734865499824 18446744073709551615 208080232192 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 7671 2203 365 184 0 2546 0

[startup+0.0809529 s]
/proc/loadavg: 0.32 1.85 4.52 4/186 20946
/proc/meminfo: memFree=28723068/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=61044 CPUtime=0.07 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 10038 0 0 0 6 1 0 0 21 0 1 0 487550641 62509056 9972 33554432000 4194304 4947581 140734865499824 18446744073709551615 4814748 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 15261 9972 377 184 0 10136 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 61044

[startup+0.100947 s]
/proc/loadavg: 0.32 1.85 4.52 4/186 20946
/proc/meminfo: memFree=28723068/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=61044 CPUtime=0.09 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 10178 0 0 0 8 1 0 0 21 0 1 0 487550641 62509056 10112 33554432000 4194304 4947581 140734865499824 18446744073709551615 4817410 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 15261 10112 377 184 0 10136 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61044

[startup+0.30091 s]
/proc/loadavg: 0.32 1.85 4.52 4/186 20946
/proc/meminfo: memFree=28723068/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=96116 CPUtime=0.29 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 18583 0 0 0 27 2 0 0 22 0 1 0 487550641 98422784 18517 33554432000 4194304 4947581 140734865499824 18446744073709551615 4822071 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 24029 18517 377 184 0 18904 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96116

[startup+0.700833 s]
/proc/loadavg: 0.32 1.85 4.52 4/186 20946
/proc/meminfo: memFree=28723068/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=157940 CPUtime=0.69 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 33918 0 0 0 65 4 0 0 24 0 1 0 487550641 161730560 33852 33554432000 4194304 4947581 140734865499824 18446744073709551615 4821852 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 39485 33852 377 184 0 34360 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 157940

[startup+1.50074 s]
/proc/loadavg: 0.32 1.85 4.52 5/187 20947
/proc/meminfo: memFree=28476728/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=293748 CPUtime=1.49 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 66885 0 0 0 141 8 0 0 25 0 1 0 487550641 300797952 66819 33554432000 4194304 4947581 140734865499824 18446744073709551615 4814748 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 73437 66819 377 184 0 68312 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 293748

[startup+3.10037 s]
/proc/loadavg: 0.32 1.85 4.52 5/187 20947
/proc/meminfo: memFree=28242452/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=404976 CPUtime=3.09 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 92377 0 0 0 297 12 0 0 25 0 1 0 487550641 414695424 92311 33554432000 4194304 4947581 140734865499824 18446744073709551615 4795951 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 101244 92311 379 184 0 96119 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 404976

[startup+6.30077 s]
/proc/loadavg: 0.94 1.95 4.54 5/187 20947
/proc/meminfo: memFree=27874888/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=585712 CPUtime=6.29 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 136323 0 0 0 612 17 0 0 25 0 1 0 487550641 599769088 135305 33554432000 4194304 4947581 140734865499824 18446744073709551615 4825980 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 146428 135305 386 184 0 141303 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 585712

[startup+12.7065 s]
/proc/loadavg: 1.26 2.00 4.54 6/187 20947
/proc/meminfo: memFree=26482008/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=1751904 CPUtime=12.69 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 417905 0 0 0 1221 48 0 0 25 0 1 0 487550641 1793949696 416797 33554432000 4194304 4947581 140734865499824 18446744073709551615 4650477 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 437976 416797 438 184 0 432851 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1751904

[startup+25.5012 s]
/proc/loadavg: 2.01 2.13 4.54 5/190 20954
/proc/meminfo: memFree=25333896/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=2066076 CPUtime=25.49 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 495534 0 0 0 2489 60 0 0 25 0 1 0 487550641 2115661824 494426 33554432000 4194304 4947581 140734865499824 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 516519 494428 450 184 0 511394 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2066076

[startup+51.1003 s]
/proc/loadavg: 2.69 2.28 4.53 5/190 20981
/proc/meminfo: memFree=19759620/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3566220 CPUtime=51.09 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 890695 0 0 0 5009 100 0 0 25 0 1 0 487550641 3651809280 851543 33554432000 4194304 4947581 140734865499824 18446744073709551615 4399407 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891555 851543 472 184 0 886430 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3566220

[startup+102.301 s]
/proc/loadavg: 3.43 2.54 4.50 5/188 20986
/proc/meminfo: memFree=23066604/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3566860 CPUtime=102.29 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 893277 0 0 0 10128 101 0 0 25 0 1 0 487550641 3652464640 838720 33554432000 4194304 4947581 140734865499824 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891715 838720 472 184 0 886590 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 3566860

[startup+162.307 s]
/proc/loadavg: 3.79 2.81 4.46 5/185 20996
/proc/meminfo: memFree=24384428/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3566988 CPUtime=162.3 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 908737 0 0 0 16127 103 0 0 25 0 1 0 487550641 3652595712 854164 33554432000 4194304 4947581 140734865499824 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891747 854164 472 184 0 886622 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 3566988

[startup+222.301 s]
/proc/loadavg: 3.92 3.02 4.43 5/190 21040
/proc/meminfo: memFree=23158180/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567116 CPUtime=222.29 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 913568 0 0 0 22125 104 0 0 25 0 1 0 487550641 3652726784 858916 33554432000 4194304 4947581 140734865499824 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891779 858916 472 184 0 886654 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 3567116

[startup+282.3 s]
/proc/loadavg: 3.97 3.20 4.40 5/190 21095
/proc/meminfo: memFree=22712080/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567244 CPUtime=282.29 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 913611 0 0 0 28124 105 0 0 25 0 1 0 487550641 3652857856 824653 33554432000 4194304 4947581 140734865499824 18446744073709551615 4399667 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891811 824653 472 184 0 886686 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 3567244

[startup+342.301 s]
/proc/loadavg: 3.99 3.34 4.37 5/190 21097
/proc/meminfo: memFree=22123296/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567244 CPUtime=342.29 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 913616 0 0 0 34124 105 0 0 25 0 1 0 487550641 3652857856 824658 33554432000 4194304 4947581 140734865499824 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891811 824658 472 184 0 886686 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 3567244

[startup+402.3 s]
/proc/loadavg: 3.99 3.46 4.35 5/190 21153
/proc/meminfo: memFree=22035916/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567372 CPUtime=402.29 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 913643 0 0 0 40124 105 0 0 25 0 1 0 487550641 3652988928 824685 33554432000 4194304 4947581 140734865499824 18446744073709551615 4399352 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891843 824685 472 184 0 886718 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 3567372

[startup+462.301 s]
/proc/loadavg: 3.99 3.55 4.32 5/190 21154
/proc/meminfo: memFree=21638772/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567372 CPUtime=462.3 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 913645 0 0 0 46125 105 0 0 25 0 1 0 487550641 3652988928 824687 33554432000 4194304 4947581 140734865499824 18446744073709551615 4399362 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891843 824687 472 184 0 886718 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 3567372

[startup+522.3 s]
/proc/loadavg: 3.99 3.63 4.30 5/190 21156
/proc/meminfo: memFree=21169304/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567500 CPUtime=522.31 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 929092 0 0 0 52123 108 0 0 25 0 1 0 487550641 3653120000 840134 33554432000 4194304 4947581 140734865499824 18446744073709551615 4399276 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891875 840134 472 184 0 886750 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 3567500

[startup+582.301 s]
/proc/loadavg: 3.99 3.70 4.28 5/190 21157
/proc/meminfo: memFree=21059732/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567500 CPUtime=582.31 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 929093 0 0 0 58123 108 0 0 25 0 1 0 487550641 3653120000 840135 33554432000 4194304 4947581 140734865499824 18446744073709551615 4343411 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891875 840135 472 184 0 886750 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 3567500

[startup+642.301 s]
/proc/loadavg: 3.99 3.75 4.26 5/190 21186
/proc/meminfo: memFree=19868140/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567500 CPUtime=642.31 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 929094 0 0 0 64123 108 0 0 25 0 1 0 487550641 3653120000 840136 33554432000 4194304 4947581 140734865499824 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891875 840136 472 184 0 886750 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 3567500

[startup+702.301 s]
/proc/loadavg: 3.99 3.79 4.24 5/190 21188
/proc/meminfo: memFree=19277132/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567500 CPUtime=702.32 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 947609 0 0 0 70122 110 0 0 25 0 1 0 487550641 3653120000 858563 33554432000 4194304 4947581 140734865499824 18446744073709551615 4398584 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891875 858563 472 184 0 886750 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 3567500

[startup+762.301 s]
/proc/loadavg: 3.99 3.83 4.22 5/190 21189
/proc/meminfo: memFree=18785008/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567500 CPUtime=762.31 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 947611 0 0 0 76121 110 0 0 25 0 1 0 487550641 3653120000 858565 33554432000 4194304 4947581 140734865499824 18446744073709551615 4350723 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891875 858565 472 184 0 886750 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 3567500

[startup+822.307 s]
/proc/loadavg: 3.96 3.84 4.20 5/190 21218
/proc/meminfo: memFree=19631732/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567628 CPUtime=822.32 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 947612 0 0 0 82122 110 0 0 25 0 1 0 487550641 3653251072 858566 33554432000 4194304 4947581 140734865499824 18446744073709551615 4399380 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891907 858566 472 184 0 886782 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 3567628

[startup+882.301 s]
/proc/loadavg: 3.98 3.87 4.18 5/190 21219
/proc/meminfo: memFree=18911228/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567628 CPUtime=882.32 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 947612 0 0 0 88122 110 0 0 25 0 1 0 487550641 3653251072 858566 33554432000 4194304 4947581 140734865499824 18446744073709551615 4398568 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891907 858566 472 184 0 886782 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 3567628

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

[startup+896.501 s]
/proc/loadavg: 3.99 3.87 4.18 5/190 21220
/proc/meminfo: memFree=18821052/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567628 CPUtime=896.52 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 947643 0 0 0 89542 110 0 0 25 0 1 0 487550641 3653251072 858597 33554432000 4194304 4947581 140734865499824 18446744073709551615 4517384 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891907 858597 472 184 0 886782 0
Current children cumulated CPU time (s) 896.52
Current children cumulated vsize (KiB) 3567628

[startup+922.1 s]
/proc/loadavg: 3.99 3.88 4.17 5/190 21221
/proc/meminfo: memFree=18683140/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567628 CPUtime=922.12 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 947644 0 0 0 92102 110 0 0 25 0 1 0 487550641 3653251072 858598 33554432000 4194304 4947581 140734865499824 18446744073709551615 4398584 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891907 858598 472 184 0 886782 0
Current children cumulated CPU time (s) 922.12
Current children cumulated vsize (KiB) 3567628

[startup+928.501 s]
/proc/loadavg: 3.99 3.88 4.17 5/190 21221
/proc/meminfo: memFree=18671232/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567628 CPUtime=928.52 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 947644 0 0 0 92742 110 0 0 25 0 1 0 487550641 3653251072 858598 33554432000 4194304 4947581 140734865499824 18446744073709551615 4354856 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891907 858598 472 184 0 886782 0
Current children cumulated CPU time (s) 928.52
Current children cumulated vsize (KiB) 3567628

[startup+931.7 s]
/proc/loadavg: 3.99 3.89 4.17 5/190 21221
/proc/meminfo: memFree=18665280/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567628 CPUtime=931.72 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 947644 0 0 0 93062 110 0 0 25 0 1 0 487550641 3653251072 858598 33554432000 4194304 4947581 140734865499824 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891907 858598 472 184 0 886782 0
Current children cumulated CPU time (s) 931.72
Current children cumulated vsize (KiB) 3567628

[startup+934.901 s]
/proc/loadavg: 3.99 3.89 4.17 5/190 21221
/proc/meminfo: memFree=18662800/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567632 CPUtime=934.92 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 947646 0 0 0 93382 110 0 0 25 0 1 0 487550641 3653255168 858600 33554432000 4194304 4947581 140734865499824 18446744073709551615 4341044 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891908 858600 472 184 0 886783 0
Current children cumulated CPU time (s) 934.92
Current children cumulated vsize (KiB) 3567632

[startup+935.701 s]
/proc/loadavg: 3.99 3.89 4.17 5/190 21221
/proc/meminfo: memFree=18662056/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567632 CPUtime=935.72 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 947646 0 0 0 93462 110 0 0 25 0 1 0 487550641 3653255168 858600 33554432000 4194304 4947581 140734865499824 18446744073709551615 4399401 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891908 858600 472 184 0 886783 0
Current children cumulated CPU time (s) 935.72
Current children cumulated vsize (KiB) 3567632

[startup+936.101 s]
/proc/loadavg: 3.99 3.89 4.17 5/190 21221
/proc/meminfo: memFree=18662056/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567632 CPUtime=936.12 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 947646 0 0 0 93502 110 0 0 25 0 1 0 487550641 3653255168 858600 33554432000 4194304 4947581 140734865499824 18446744073709551615 4850969 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891908 858600 472 184 0 886783 0
Current children cumulated CPU time (s) 936.12
Current children cumulated vsize (KiB) 3567632

[startup+936.501 s]
/proc/loadavg: 3.99 3.89 4.17 5/190 21221
/proc/meminfo: memFree=18662056/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=3567632 CPUtime=936.52 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202496 947646 0 0 0 93542 110 0 0 25 0 1 0 487550641 3653255168 858227 33554432000 4194304 4947581 140734865499824 18446744073709551615 4849982 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/20946/statm: 891908 858227 472 184 0 886783 0
Current children cumulated CPU time (s) 936.52
Current children cumulated vsize (KiB) 3567632

[startup+936.601 s]
/proc/loadavg: 3.99 3.89 4.17 5/190 21221
/proc/meminfo: memFree=20521684/32950928 swapFree=67111364/67111528
[pid=20946] ppid=20944 vsize=0 CPUtime=936.62 cores=4,6
/proc/20946/stat : 20946 (synit_sat) R 20944 20946 20892 0 -1 4202500 947651 0 0 0 93543 119 0 0 25 0 1 0 487550641 0 0 33554432000 0 0 0 0 0 0 0 4096 24578 18446744073709551615 0 0 17 4 0 0 0
/proc/20946/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 936.62
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 936.668
CPU time (s): 936.696
CPU user time (s): 935.436
CPU system time (s): 1.25981
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3567632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 935.436
system time used= 1.25981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 947651
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1389

runsolver used 1.46678 second user time and 3.64744 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-25 21:25:10
IDJOB=3283068
IDBENCH=70961
IDSOLVER=1571
FILE ID=node127/3283068-1303759508
RUNJOBID= node127-1303759506-20911
PBS_JOBID= 13157130
Free space on /tmp= 71236 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3283068-1303759508/watcher-3283068-1303759508 -o /tmp/evaluation-result-3283068-1303759508/solver-3283068-1303759508 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3283068-1303759508.cnf 397522432

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=397522432

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28723232 kB
Buffers:       1227444 kB
Cached:        2184104 kB
SwapCached:          0 kB
Active:         624448 kB
Inactive:      3132584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28723232 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          112492 kB
Writeback:           0 kB
AnonPages:      345252 kB
Mapped:          15920 kB
Slab:           404616 kB
PageTables:       5880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   537840 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= 71216 MiB
End job on node127 at 2011-04-25 21:40:46