Trace number 3376988

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
QuteRSat 2011-05-12 (fixed)UNSAT 766.475 766.456

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark325.87
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

Solver Data

0.00/0.01	c Set FPU double precision.
2.59/2.62	c Parse Cnf success: #var: 89315 #clause: 5584003
2.59/2.62	c Find Units :          1
3.09/3.12	c Find Invs  :          0
4.89/4.91	c Find Ands  :      79161 AvgFaninNum: 69.1574
4.89/4.91	c Find Xors  :          0 AvgFaninNum: nan
4.89/4.92	c Find Ite   :       7766
4.89/4.97	c UnDirect variable: 0
4.89/4.97	c UnDirect to Direct Gate: 0
4.89/4.97	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
4.99/5.03	c Break Cycle : 5
4.99/5.03	c Total Root : 1 Undef Var: 2403
7.19/7.21	c After covering, Total Root: 1 Leaf: 2403
7.19/7.21	c Variable( cover/uncovered/unused ): 89315 0 0
7.19/7.21	c Unit Clauses: 1
7.19/7.21	c Binary Clauses( cover/uncovered ): 5473449 338
7.19/7.21	c Clauses( cover/uncovered ): 110210 5
7.19/7.21	c Total Clauses( cover/uncovered ): 5583660 343 99.9939%
7.19/7.21	c Covered Ands: 79146 Invs: 0 Xors: 0 Ites: 7766
7.19/7.23	c Uncover Clauses avg size: 2.97085 max size: 117
7.19/7.24	c Final circuit: i/l/o/s    2403       0     344    580446
7.19/7.24	c CnfToAig: Time: 7.23 s
8.91/8.94	c TmMap: Set choices finish.
9.09/9.18	c TmMap: Set big and: 108337
9.09/9.18	c TmMap: Origin: 582850 ClauseNum: 1741338 --> New: 153112 ClauseNum: 850384
9.09/9.18	c TmMap: Time: 0.42
11.69/11.74	c Simulation --> TransNum: 678761/850384 Try to Add: #clause: 264336 #xorclause: 0
11.89/11.98	c #var: 152765 #clauses: 172201 Solving... 
25.19/25.22	c Abstract SAT
25.59/25.62	c Simulation --> TransNum: 769036/850384 Try to Add: #clause: 300 #xorclause: 0
25.59/25.62	c #var: 152765 #clauses: 270386 Solving... 
25.79/25.87	c Abstract SAT
26.19/26.27	c Simulation --> TransNum: 769433/850384 Try to Add: #clause: 397 #xorclause: 0
26.19/26.28	c #var: 152765 #clauses: 273946 Solving... 
26.50/26.59	c Abstract SAT
26.50/26.59	c Simulation --> TransNum: 850384/850384 Try to Add: #clause: 80883 #xorclause: 0
26.68/26.72	c #var: 152767 #clauses: 435539 Solving... 
766.31/766.37	s UNSATISFIABLE
766.31/766.38	c CPU time: 766.39 s

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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3376988-1305476094/watcher-3376988-1305476094 -o /tmp/evaluation-result-3376988-1305476094/solver-3376988-1305476094 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376988-1305476094.cnf 1940196828 

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: 3.70 3.98 3.98 5/445 5930
/proc/meminfo: memFree=25811748/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=35484 CPUtime=0 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 2490 0 0 0 0 0 0 0 23 0 1 0 659208320 36335616 2426 33554432000 4194304 6014671 140734684751792 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 8871 2426 377 445 0 2416 0

[startup+0.112918 s]
/proc/loadavg: 3.70 3.98 3.98 5/445 5930
/proc/meminfo: memFree=25811748/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=59036 CPUtime=0.1 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 8251 0 0 0 10 0 0 0 23 0 1 0 659208320 60452864 8187 33554432000 4194304 6014671 140734684751792 18446744073709551615 4802995 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 14759 8188 377 445 0 8304 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 59036

[startup+0.200904 s]
/proc/loadavg: 3.70 3.98 3.98 5/445 5930
/proc/meminfo: memFree=25811748/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=83612 CPUtime=0.19 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 13781 0 0 0 18 1 0 0 23 0 1 0 659208320 85618688 13717 33554432000 4194304 6014671 140734684751792 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 20903 13717 377 445 0 14448 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 83612

[startup+0.300884 s]
/proc/loadavg: 3.70 3.98 3.98 5/445 5930
/proc/meminfo: memFree=25811748/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=83740 CPUtime=0.29 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 14369 0 0 0 28 1 0 0 24 0 1 0 659208320 85749760 14305 33554432000 4194304 6014671 140734684751792 18446744073709551615 4802739 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 20935 14305 377 445 0 14480 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83740

[startup+0.700872 s]
/proc/loadavg: 3.70 3.98 3.98 5/445 5930
/proc/meminfo: memFree=25811748/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=133148 CPUtime=0.69 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 26603 0 0 0 67 2 0 0 25 0 1 0 659208320 136343552 26539 33554432000 4194304 6014671 140734684751792 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 33287 26539 377 445 0 26832 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 133148

[startup+1.50073 s]
/proc/loadavg: 3.89 4.02 3.99 5/446 5931
/proc/meminfo: memFree=25611852/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=232348 CPUtime=1.49 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 50952 0 0 0 144 5 0 0 25 0 1 0 659208320 237924352 50888 33554432000 4194304 6014671 140734684751792 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 58087 50888 377 445 0 51632 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 232348

[startup+3.10045 s]
/proc/loadavg: 3.89 4.02 3.99 5/446 5931
/proc/meminfo: memFree=25423504/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=429468 CPUtime=3.09 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 95762 0 0 0 297 12 0 0 25 0 1 0 659208320 439775232 95698 33554432000 4194304 6014671 140734684751792 18446744073709551615 4280768 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 107367 95698 381 445 0 100912 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 429468

[startup+6.30082 s]
/proc/loadavg: 3.89 4.02 3.99 5/446 5931
/proc/meminfo: memFree=25410316/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=429852 CPUtime=6.29 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 95893 0 0 0 617 12 0 0 25 0 1 0 659208320 440168448 95829 33554432000 4194304 6014671 140734684751792 18446744073709551615 4262847 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 107463 95829 398 445 0 101008 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 429852

[startup+12.7007 s]
/proc/loadavg: 3.91 4.02 3.99 5/446 5931
/proc/meminfo: memFree=25355444/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=430620 CPUtime=12.69 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 101961 0 0 0 1256 13 0 0 25 0 1 0 659208320 440954880 101792 33554432000 4194304 6014671 140734684751792 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 107655 101792 701 445 0 101200 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 430620

[startup+25.5004 s]
/proc/loadavg: 3.92 4.01 3.99 5/446 5931
/proc/meminfo: memFree=25006024/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=835776 CPUtime=25.49 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 178023 0 0 0 2529 20 0 0 25 0 1 0 659208320 855834624 177819 33554432000 4194304 6014671 140734684751792 18446744073709551615 4244055 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 208944 177819 726 445 0 202489 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 835776

[startup+51.1009 s]
/proc/loadavg: 3.95 4.01 3.99 4/442 5952
/proc/meminfo: memFree=24926980/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=877772 CPUtime=51.09 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 196493 0 0 0 5087 22 0 0 25 0 1 0 659208320 898838528 196232 33554432000 4194304 6014671 140734684751792 18446744073709551615 4666513 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 219443 196232 730 445 0 212988 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 877772

[startup+102.301 s]
/proc/loadavg: 4.25 4.10 4.02 5/446 5959
/proc/meminfo: memFree=23037792/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=1418424 CPUtime=102.3 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 307945 0 0 0 10194 36 0 0 25 0 1 0 659208320 1452466176 307654 33554432000 4194304 6014671 140734684751792 18446744073709551615 4444768 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 354606 307654 730 445 0 348151 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1418424

[startup+162.301 s]
/proc/loadavg: 4.18 4.11 4.02 5/446 6015
/proc/meminfo: memFree=23720928/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=1849972 CPUtime=162.3 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 390197 0 0 0 16183 47 0 0 25 0 1 0 659208320 1894371328 389863 33554432000 4194304 6014671 140734684751792 18446744073709551615 4376414 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 462493 389863 752 445 0 456038 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1849972

[startup+222.316 s]
/proc/loadavg: 4.10 4.10 4.02 5/446 6016
/proc/meminfo: memFree=23385376/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=2111944 CPUtime=222.31 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 430049 0 0 0 22179 52 0 0 25 0 1 0 659208320 2162630656 429618 33554432000 4194304 6014671 140734684751792 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 527986 429618 731 445 0 521531 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 2111944

[startup+282.301 s]
/proc/loadavg: 4.04 4.08 4.02 5/446 6018
/proc/meminfo: memFree=23110932/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=2130968 CPUtime=282.29 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 448217 0 0 0 28174 55 0 0 25 0 1 0 659208320 2182111232 447650 33554432000 4194304 6014671 140734684751792 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 532742 447650 731 445 0 526287 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2130968

[startup+342.301 s]
/proc/loadavg: 4.16 4.09 4.02 5/446 6020
/proc/meminfo: memFree=22961084/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=2253496 CPUtime=342.29 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 469724 0 0 0 34171 58 0 0 25 0 1 0 659208320 2307579904 469157 33554432000 4194304 6014671 140734684751792 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 563374 469157 731 445 0 556919 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 2253496

[startup+402.3 s]
/proc/loadavg: 4.12 4.09 4.02 5/446 6021
/proc/meminfo: memFree=22916764/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=2291300 CPUtime=402.3 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 474099 0 0 0 40170 60 0 0 25 0 1 0 659208320 2346291200 473532 33554432000 4194304 6014671 140734684751792 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 572825 473532 731 445 0 566370 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2291300

[startup+462.301 s]
/proc/loadavg: 4.04 4.07 4.01 5/446 6023
/proc/meminfo: memFree=22616140/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=2335940 CPUtime=462.3 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 491117 0 0 0 46168 62 0 0 25 0 1 0 659208320 2392002560 490388 33554432000 4194304 6014671 140734684751792 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 583985 490388 731 445 0 577530 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2335940

[startup+522.301 s]
/proc/loadavg: 4.13 4.09 4.02 5/446 6024
/proc/meminfo: memFree=22576540/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=2355376 CPUtime=522.31 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 495641 0 0 0 52167 64 0 0 25 0 1 0 659208320 2411905024 494912 33554432000 4194304 6014671 140734684751792 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 588844 494912 731 445 0 582389 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2355376

[startup+582.3 s]
/proc/loadavg: 4.10 4.08 4.02 5/446 6026
/proc/meminfo: memFree=22315708/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=2395416 CPUtime=582.31 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 506244 0 0 0 58165 66 0 0 25 0 1 0 659208320 2452905984 505515 33554432000 4194304 6014671 140734684751792 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 598854 505515 731 445 0 592399 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2395416

[startup+642.301 s]
/proc/loadavg: 4.09 4.08 4.02 5/446 6028
/proc/meminfo: memFree=22261480/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=2481108 CPUtime=642.3 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 514692 0 0 0 64162 68 0 0 25 0 1 0 659208320 2540654592 513963 33554432000 4194304 6014671 140734684751792 18446744073709551615 4378527 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 620277 513963 731 445 0 613822 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 2481108

[startup+702.301 s]
/proc/loadavg: 4.22 4.11 4.03 5/446 6029
/proc/meminfo: memFree=22217056/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=2498408 CPUtime=702.31 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 521291 0 0 0 70161 70 0 0 25 0 1 0 659208320 2558369792 520359 33554432000 4194304 6014671 140734684751792 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 624602 520359 731 445 0 618147 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2498408

[startup+762.301 s]
/proc/loadavg: 4.14 4.11 4.03 5/446 6031
/proc/meminfo: memFree=22150404/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=2567896 CPUtime=762.32 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 530745 0 0 0 76161 71 0 0 25 0 1 0 659208320 2629525504 529813 33554432000 4194304 6014671 140734684751792 18446744073709551615 4378607 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 641974 529813 731 445 0 635519 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2567896

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

[startup+764.801 s]
/proc/loadavg: 4.14 4.11 4.03 5/446 6031
/proc/meminfo: memFree=22147792/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=2567896 CPUtime=764.81 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 530989 0 0 0 76410 71 0 0 25 0 1 0 659208320 2629525504 530057 33554432000 4194304 6014671 140734684751792 18446744073709551615 4424336 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 641974 530057 731 445 0 635519 0
Current children cumulated CPU time (s) 764.81
Current children cumulated vsize (KiB) 2567896

[startup+765.601 s]
/proc/loadavg: 4.12 4.10 4.03 5/446 6031
/proc/meminfo: memFree=22146676/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=2567896 CPUtime=765.62 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 531069 0 0 0 76491 71 0 0 25 0 1 0 659208320 2629525504 530137 33554432000 4194304 6014671 140734684751792 18446744073709551615 4378698 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 641974 530137 731 445 0 635519 0
Current children cumulated CPU time (s) 765.62
Current children cumulated vsize (KiB) 2567896

[startup+766.001 s]
/proc/loadavg: 4.12 4.10 4.03 5/446 6031
/proc/meminfo: memFree=22146676/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=2567896 CPUtime=766.01 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202496 531116 0 0 0 76530 71 0 0 25 0 1 0 659208320 2629525504 530184 33554432000 4194304 6014671 140734684751792 18446744073709551615 4423657 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5930/statm: 641974 530184 731 445 0 635519 0
Current children cumulated CPU time (s) 766.01
Current children cumulated vsize (KiB) 2567896

[startup+766.4 s]
/proc/loadavg: 4.12 4.10 4.03 5/446 6031
/proc/meminfo: memFree=22146676/32950928 swapFree=60199052/67111528
[pid=5930] ppid=5928 vsize=0 CPUtime=766.41 cores=4,6
/proc/5930/stat : 5930 (qutersat_releas) R 5928 5930 4780 0 -1 4202500 531134 0 0 0 76568 73 0 0 25 0 1 0 659208320 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/5930/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 766.41
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 766.456
CPU time (s): 766.475
CPU user time (s): 765.688
CPU system time (s): 0.78688
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2567896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 765.688
system time used= 0.78688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 531134
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= 8
involuntary context switches= 619

runsolver used 3.2845 second user time and 7.83981 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 18:14:55
IDJOB=3376988
IDBENCH=88167
IDSOLVER=1856
FILE ID=node122/3376988-1305476094
RUNJOBID= node122-1305476088-5811
PBS_JOBID= 13325321
Free space on /tmp= 73288 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376988-1305476094/watcher-3376988-1305476094 -o /tmp/evaluation-result-3376988-1305476094/solver-3376988-1305476094 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376988-1305476094.cnf 1940196828

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=1940196828

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25812028 kB
Buffers:        322808 kB
Cached:        4157164 kB
SwapCached:      50128 kB
Active:        2643316 kB
Inactive:      4242260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25812028 kB
SwapTotal:    67111528 kB
SwapFree:     60199052 kB
Dirty:          130796 kB
Writeback:           0 kB
AnonPages:     2366216 kB
Mapped:          30060 kB
Slab:           138464 kB
PageTables:      48876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 117816820 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= 73284 MiB
End job on node122 at 2011-05-15 18:27:42