Trace number 3293717

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-03-01UNSAT 670.788 670.771

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.00	c Set FPU double precision.
2.59/2.69	c Parse Cnf success: #var: 89315 #clause: 5584003
2.59/2.69	c Find Units :          1
3.20/3.21	c Find Invs  :          0
4.40/4.45	c Find Ands  :      79161 AvgFaninNum: 69.1574
4.40/4.45	c Find Xors  :          0 AvgFaninNum: nan
4.40/4.46	c Find Ite   :       7766
4.49/4.51	c UnDirect variable: 0
4.49/4.51	c UnDirect to Direct Gate: 0
4.49/4.51	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
4.49/4.57	c Break Cycle : 5
4.49/4.57	c Total Root : 1 Undef Var: 2403
6.69/6.78	c After covering, Total Root: 1 Leaf: 2403
6.69/6.78	c Variable( cover/uncovered/unused ): 89315 0 0
6.69/6.78	c Unit Clauses: 1
6.69/6.78	c Binary Clauses( cover/uncovered ): 5473449 338
6.69/6.78	c Clauses( cover/uncovered ): 110210 5
6.69/6.78	c Total Clauses( cover/uncovered ): 5583660 343 99.9939%
6.69/6.78	c Covered Ands: 79146 Invs: 0 Xors: 0 Ites: 7766
6.79/6.80	c Uncover Clauses avg size: 2.97085 max size: 117
6.79/6.80	c Final circuit: i/l/o/s    2403       0     344    580446
6.79/6.80	c CnfToAig: Time: 6.8 s
8.49/8.53	c TmMap: Set choices finish.
8.70/8.77	c TmMap: Set big and: 108337
8.70/8.77	c TmMap: Origin: 582850 ClauseNum: 1741338 --> New: 153112 ClauseNum: 850384
8.70/8.77	c TmMap: Time: 0.43
11.49/11.57	c Simulation --> TransNum: 678169/850384 Try to Add: #clause: 263148 #xorclause: 0
11.79/11.80	c #var: 152766 #clauses: 171207 Solving... 
23.59/23.65	c Abstract SAT
24.10/24.11	c Simulation --> TransNum: 769040/850384 Try to Add: #clause: 1310 #xorclause: 0
24.10/24.11	c #var: 152766 #clauses: 170720 Solving... 
24.49/24.50	c Abstract SAT
24.89/24.96	c Simulation --> TransNum: 769459/850384 Try to Add: #clause: 374 #xorclause: 0
24.89/24.96	c #var: 152766 #clauses: 171094 Solving... 
25.30/25.36	c Abstract SAT
25.30/25.37	c Simulation --> TransNum: 850384/850384 Try to Add: #clause: 80886 #xorclause: 0
25.39/25.41	c #var: 152767 #clauses: 251577 Solving... 
670.61/670.68	s UNSATISFIABLE
670.61/670.69	c CPU time: 670.7 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: 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-3293717-1303790126/watcher-3293717-1303790126 -o /tmp/evaluation-result-3293717-1303790126/solver-3293717-1303790126 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3293717-1303790126.cnf 1616176432 

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.56 2.50 2.68 4/189 15751
/proc/meminfo: memFree=13131728/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=34460 CPUtime=0 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 2294 0 0 0 0 0 0 0 23 0 1 0 490612506 35287040 2228 33554432000 4194304 6016207 140735619649280 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 8615 2229 379 445 0 2159 0

[startup+0.079322 s]
/proc/loadavg: 3.56 2.50 2.68 4/189 15751
/proc/meminfo: memFree=13131728/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=46748 CPUtime=0.07 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 5554 0 0 0 7 0 0 0 23 0 1 0 490612506 47869952 5488 33554432000 4194304 6016207 140735619649280 18446744073709551615 4804520 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 11687 5489 379 445 0 5231 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 46748

[startup+0.100319 s]
/proc/loadavg: 3.56 2.50 2.68 4/189 15751
/proc/meminfo: memFree=13131728/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=59036 CPUtime=0.09 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 8130 0 0 0 9 0 0 0 23 0 1 0 490612506 60452864 8064 33554432000 4194304 6016207 140735619649280 18446744073709551615 4309994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 14759 8064 379 445 0 8303 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59036

[startup+0.300283 s]
/proc/loadavg: 3.56 2.50 2.68 4/189 15751
/proc/meminfo: memFree=13131728/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=83740 CPUtime=0.29 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 14257 0 0 0 28 1 0 0 25 0 1 0 490612506 85749760 14191 33554432000 4194304 6016207 140735619649280 18446744073709551615 4805648 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 20935 14192 379 445 0 14479 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83740

[startup+0.700261 s]
/proc/loadavg: 3.56 2.50 2.68 4/189 15751
/proc/meminfo: memFree=13131728/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=133148 CPUtime=0.69 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 26411 0 0 0 66 3 0 0 25 0 1 0 490612506 136343552 26345 33554432000 4194304 6016207 140735619649280 18446744073709551615 237278879488 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 33287 26346 379 445 0 26831 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 133148

[startup+1.50118 s]
/proc/loadavg: 3.67 2.54 2.69 5/190 15752
/proc/meminfo: memFree=12943368/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=232348 CPUtime=1.49 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 50654 0 0 0 143 6 0 0 25 0 1 0 490612506 237924352 50588 33554432000 4194304 6016207 140735619649280 18446744073709551615 4312032 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 58087 50589 379 445 0 51631 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 232348

[startup+3.10085 s]
/proc/loadavg: 3.67 2.54 2.69 5/190 15752
/proc/meminfo: memFree=12761832/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=429468 CPUtime=3.09 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 95767 0 0 0 297 12 0 0 25 0 1 0 490612506 439775232 95701 33554432000 4194304 6016207 140735619649280 18446744073709551615 4282719 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 107367 95701 384 445 0 100911 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 429468

[startup+6.30034 s]
/proc/loadavg: 3.70 2.57 2.70 5/190 15752
/proc/meminfo: memFree=12751788/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=429852 CPUtime=6.29 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 95898 0 0 0 617 12 0 0 25 0 1 0 490612506 440168448 95832 33554432000 4194304 6016207 140735619649280 18446744073709551615 4337919 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 107463 95832 400 445 0 101007 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 429852

[startup+12.7011 s]
/proc/loadavg: 3.72 2.59 2.70 5/190 15752
/proc/meminfo: memFree=12729024/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=430620 CPUtime=12.69 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 101961 0 0 0 1256 13 0 0 25 0 1 0 490612506 440954880 101790 33554432000 4194304 6016207 140735619649280 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 107655 101790 701 445 0 101199 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 430620

[startup+25.5008 s]
/proc/loadavg: 3.76 2.64 2.72 5/190 15753
/proc/meminfo: memFree=12541056/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=678220 CPUtime=25.49 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 149930 0 0 0 2530 19 0 0 25 0 1 0 490612506 694497280 149696 33554432000 4194304 6016207 140735619649280 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 169555 149696 717 445 0 163099 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 678220

[startup+51.1002 s]
/proc/loadavg: 3.85 2.76 2.76 5/190 15753
/proc/meminfo: memFree=12451040/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=800084 CPUtime=51.09 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 177179 0 0 0 5085 24 0 0 25 0 1 0 490612506 819286016 176082 33554432000 4194304 6016207 140735619649280 18446744073709551615 4427030 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 200021 176082 723 445 0 193565 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 800084

[startup+102.307 s]
/proc/loadavg: 3.93 2.95 2.82 5/190 15755
/proc/meminfo: memFree=11771020/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=1454196 CPUtime=102.3 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 313007 0 0 0 10191 39 0 0 25 0 1 0 490612506 1489096704 309738 33554432000 4194304 6016207 140735619649280 18446744073709551615 4425176 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 363549 309738 734 445 0 357093 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1454196

[startup+162.3 s]
/proc/loadavg: 3.97 3.14 2.89 5/190 15756
/proc/meminfo: memFree=10910488/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=1880932 CPUtime=162.29 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 396144 0 0 0 16179 50 0 0 25 0 1 0 490612506 1926074368 392797 33554432000 4194304 6016207 140735619649280 18446744073709551615 4387528 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 470233 392797 735 445 0 463777 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1880932

[startup+222.301 s]
/proc/loadavg: 3.99 3.29 2.96 5/190 15758
/proc/meminfo: memFree=10458628/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=2053924 CPUtime=222.3 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 430545 0 0 0 22173 57 0 0 25 0 1 0 490612506 2103218176 427197 33554432000 4194304 6016207 140735619649280 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 513481 427197 734 445 0 507025 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2053924

[startup+282.301 s]
/proc/loadavg: 3.99 3.42 3.02 5/190 15760
/proc/meminfo: memFree=11203504/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=2160764 CPUtime=282.3 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 454807 0 0 0 28170 60 0 0 25 0 1 0 490612506 2212622336 451456 33554432000 4194304 6016207 140735619649280 18446744073709551615 4379416 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 540191 451456 734 445 0 533735 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2160764

[startup+342.3 s]
/proc/loadavg: 3.99 3.52 3.08 5/190 15770
/proc/meminfo: memFree=11148128/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=2281992 CPUtime=342.3 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 475744 0 0 0 34167 63 0 0 25 0 1 0 490612506 2336759808 472393 33554432000 4194304 6016207 140735619649280 18446744073709551615 4378024 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 570498 472393 734 445 0 564042 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2281992

[startup+402.301 s]
/proc/loadavg: 3.99 3.61 3.13 5/190 15772
/proc/meminfo: memFree=10967172/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=2317008 CPUtime=402.3 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 483374 0 0 0 40166 64 0 0 25 0 1 0 490612506 2372616192 480023 33554432000 4194304 6016207 140735619649280 18446744073709551615 4385370 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 579252 480023 734 445 0 572796 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2317008

[startup+462.301 s]
/proc/loadavg: 3.99 3.68 3.18 5/190 15773
/proc/meminfo: memFree=10501688/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=2363520 CPUtime=462.3 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 496804 0 0 0 46163 67 0 0 25 0 1 0 490612506 2420244480 493453 33554432000 4194304 6016207 140735619649280 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 590880 493453 734 445 0 584424 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2363520

[startup+522.3 s]
/proc/loadavg: 3.99 3.73 3.23 5/190 15778
/proc/meminfo: memFree=10235928/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=2399360 CPUtime=522.31 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 504745 0 0 0 52162 69 0 0 25 0 1 0 490612506 2456944640 501394 33554432000 4194304 6016207 140735619649280 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 599840 501394 734 445 0 593384 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2399360

[startup+582.301 s]
/proc/loadavg: 3.99 3.78 3.28 5/190 15780
/proc/meminfo: memFree=10021508/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=2416700 CPUtime=582.3 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 510534 0 0 0 58160 70 0 0 25 0 1 0 490612506 2474700800 507183 33554432000 4194304 6016207 140735619649280 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 604175 507183 734 445 0 597719 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 2416700

[startup+642.301 s]
/proc/loadavg: 3.99 3.82 3.32 5/190 15781
/proc/meminfo: memFree=9636144/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=2485536 CPUtime=642.31 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 517750 0 0 0 64159 72 0 0 25 0 1 0 490612506 2545188864 514399 33554432000 4194304 6016207 140735619649280 18446744073709551615 4379661 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 621384 514399 734 445 0 614928 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2485536

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

[startup+652.701 s]
/proc/loadavg: 3.99 3.82 3.33 5/190 15782
/proc/meminfo: memFree=9634904/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=2549168 CPUtime=652.7 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 517887 0 0 0 65198 72 0 0 25 0 1 0 490612506 2610348032 514536 33554432000 4194304 6016207 140735619649280 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 637292 514536 734 445 0 630836 0
Current children cumulated CPU time (s) 652.7
Current children cumulated vsize (KiB) 2549168

[startup+659.101 s]
/proc/loadavg: 3.99 3.82 3.33 5/190 15782
/proc/meminfo: memFree=9600552/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=2549168 CPUtime=659.11 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 521281 0 0 0 65837 74 0 0 25 0 1 0 490612506 2610348032 517930 33554432000 4194304 6016207 140735619649280 18446744073709551615 4425096 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 637292 517930 734 445 0 630836 0
Current children cumulated CPU time (s) 659.11
Current children cumulated vsize (KiB) 2549168

[startup+665.507 s]
/proc/loadavg: 3.99 3.83 3.34 5/190 15782
/proc/meminfo: memFree=9592112/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=2613156 CPUtime=665.52 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 522969 0 0 0 66477 75 0 0 25 0 1 0 490612506 2675871744 519618 33554432000 4194304 6016207 140735619649280 18446744073709551615 4425621 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 653289 519618 734 445 0 646833 0
Current children cumulated CPU time (s) 665.52
Current children cumulated vsize (KiB) 2613156

[startup+668.7 s]
/proc/loadavg: 3.99 3.83 3.34 5/190 15782
/proc/meminfo: memFree=9587524/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=2613156 CPUtime=668.71 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 523594 0 0 0 66796 75 0 0 25 0 1 0 490612506 2675871744 520243 33554432000 4194304 6016207 140735619649280 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 653289 520243 734 445 0 646833 0
Current children cumulated CPU time (s) 668.71
Current children cumulated vsize (KiB) 2613156

[startup+669.5 s]
/proc/loadavg: 3.99 3.83 3.34 5/190 15782
/proc/meminfo: memFree=9587524/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=2613156 CPUtime=669.51 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 523734 0 0 0 66876 75 0 0 25 0 1 0 490612506 2675871744 520383 33554432000 4194304 6016207 140735619649280 18446744073709551615 4381304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 653289 520383 734 445 0 646833 0
Current children cumulated CPU time (s) 669.51
Current children cumulated vsize (KiB) 2613156

[startup+670.301 s]
/proc/loadavg: 3.99 3.83 3.34 5/190 15782
/proc/meminfo: memFree=9586160/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=2613156 CPUtime=670.31 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202496 523846 0 0 0 66956 75 0 0 25 0 1 0 490612506 2675871744 520495 33554432000 4194304 6016207 140735619649280 18446744073709551615 4425079 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15751/statm: 653289 520495 734 445 0 646833 0
Current children cumulated CPU time (s) 670.31
Current children cumulated vsize (KiB) 2613156

[startup+670.701 s]
/proc/loadavg: 3.99 3.83 3.34 5/190 15782
/proc/meminfo: memFree=9586160/32950904 swapFree=67082284/67111528
[pid=15751] ppid=15749 vsize=0 CPUtime=670.71 cores=4,6
/proc/15751/stat : 15751 (qutersat_releas) R 15749 15751 13829 0 -1 4202500 523898 0 0 0 66995 76 0 0 25 0 1 0 490612506 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/15751/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 670.71
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 670.771
CPU time (s): 670.788
CPU user time (s): 669.954
CPU system time (s): 0.833873
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2613156

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

runsolver used 1.04484 second user time and 2.6156 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 05:55:28
IDJOB=3293717
IDBENCH=88167
IDSOLVER=1607
FILE ID=node121/3293717-1303790126
RUNJOBID= node121-1303790013-15552
PBS_JOBID= 13157234
Free space on /tmp= 72204 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3293717-1303790126/watcher-3293717-1303790126 -o /tmp/evaluation-result-3293717-1303790126/solver-3293717-1303790126 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3293717-1303790126.cnf 1616176432

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=1616176432

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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:     32950904 kB
MemFree:      13131884 kB
Buffers:       2152468 kB
Cached:        9937964 kB
SwapCached:       2776 kB
Active:       15829520 kB
Inactive:      3458088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      13131884 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:          384812 kB
Writeback:           0 kB
AnonPages:     7194216 kB
Mapped:          18900 kB
Slab:           451188 kB
PageTables:      19380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  7437836 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= 72204 MiB
End job on node121 at 2011-04-26 06:06:38