Trace number 3384486

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)? (TO) 5000.17 4999.95

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data

0.00/0.02	c Set FPU double precision.
0.78/0.84	c Parse Cnf success: #var: 261352 #clause: 773077
0.78/0.84	c Find Units :       1592
0.78/0.87	c Find Invs  :      13886
0.98/1.04	c Find Ands  :     138128 AvgFaninNum: 2.19391
0.98/1.09	c Find Xors  :      68967 AvgFaninNum: 2
1.17/1.24	c Find Ite   :          0
1.47/1.52	c UnDirect variable: 95751
1.47/1.57	c UnDirect to Direct Gate: 76069
1.47/1.57	c Forced Direct Gate: 24668 Unuse unDirect Gate: 31206
1.57/1.65	c Break Cycle : 506
1.57/1.65	c Total Root : 68624 Undef Var: 47661
1.87/1.92	c After covering, Total Root: 55266 Leaf: 47288
1.87/1.92	c Variable( cover/uncovered/unused ): 260979 373 0
1.87/1.92	c Unit Clauses: 1592
1.87/1.92	c Binary Clauses( cover/uncovered ): 330810 26678
1.87/1.92	c Clauses( cover/uncovered ): 384839 29158
1.87/1.92	c Total Clauses( cover/uncovered ): 717241 55836 92.7774%
1.87/1.92	c Covered Ands: 138127 Invs: 13886 Xors: 61678 Ites: 0
1.87/1.98	c Uncover Clauses avg size: 2.5266 max size: 248
1.87/1.98	c Final circuit: i/l/o/s   47616       0   56483    432841
1.87/1.98	c CnfToAig: Time: 1.96 s
3.47/3.53	c TmMap: Set choices finish.
3.68/3.72	c TmMap: Set big and: 40251
3.68/3.72	c TmMap: Origin: 480458 ClauseNum: 1298523 --> New: 177014 ClauseNum: 588669
3.68/3.72	c TmMap: Time: 0.38
7.28/7.36	c Simulation --> TransNum: 401421/588669 Try to Add: #clause: 319102 #xorclause: 0
7.48/7.53	c #var: 103538 #clauses: 193173 Solving... 
29.08/29.13	c Abstract SAT
29.58/29.69	c Simulation --> TransNum: 501308/588669 Try to Add: #clause: 40433 #xorclause: 0
29.69/29.76	c #var: 119702 #clauses: 179000 Solving... 
70.88/70.97	c Abstract SAT
71.49/71.53	c Simulation --> TransNum: 572027/588669 Try to Add: #clause: 2076 #xorclause: 0
71.49/71.55	c #var: 120346 #clauses: 168165 Solving... 
82.18/82.24	c Abstract SAT
82.18/82.24	c Simulation --> TransNum: 588669/588669 Try to Add: #clause: 13473 #xorclause: 0
82.18/82.26	c #var: 120530 #clauses: 193356 Solving... 
5000.02/4999.81	c Time Out !!
5000.02/4999.81	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3384486-1305551845/watcher-3384486-1305551845 -o /tmp/evaluation-result-3384486-1305551845/solver-3384486-1305551845 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384486-1305551845.cnf 419276131 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.03 2.00 2/338 9519
/proc/meminfo: memFree=20119920/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=10844 CPUtime=0 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) S 9517 9519 8726 0 -1 4194304 100 0 0 0 0 0 0 0 22 0 1 0 647600227 11104256 55 33554432000 4194304 6014671 140734245292944 18446744073709551615 270333460103 0 2147483391 4096 0 18446744071699199166 0 0 17 3 0 0 0
/proc/9519/statm: 2711 55 42 445 0 68 0

[startup+0.0498711 s]
/proc/loadavg: 2.06 2.03 2.00 2/338 9519
/proc/meminfo: memFree=20119920/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=43612 CPUtime=0.02 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 4717 0 0 0 2 0 0 0 22 0 1 0 647600227 44658688 4653 33554432000 4194304 6014671 140734245292944 18446744073709551615 270338383616 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 10903 4653 378 445 0 4448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 43612

[startup+0.100862 s]
/proc/loadavg: 2.06 2.03 2.00 2/338 9519
/proc/meminfo: memFree=20119920/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=53852 CPUtime=0.07 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 7286 0 0 0 7 0 0 0 22 0 1 0 647600227 55144448 7222 33554432000 4194304 6014671 140734245292944 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 13463 7222 378 445 0 7008 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 53852

[startup+0.300819 s]
/proc/loadavg: 2.06 2.03 2.00 2/338 9519
/proc/meminfo: memFree=20119920/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=84828 CPUtime=0.27 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 14681 0 0 0 26 1 0 0 23 0 1 0 647600227 86863872 14617 33554432000 4194304 6014671 140734245292944 18446744073709551615 4305098 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 21207 14617 378 445 0 14752 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 84828

[startup+0.700739 s]
/proc/loadavg: 2.06 2.03 2.00 2/338 9519
/proc/meminfo: memFree=20119920/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=163932 CPUtime=0.67 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 33918 0 0 0 64 3 0 0 25 0 1 0 647600227 167866368 33854 33554432000 4194304 6014671 140734245292944 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 40983 33854 378 445 0 34528 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 163932

[startup+1.50058 s]
/proc/loadavg: 2.06 2.03 2.00 3/339 9520
/proc/meminfo: memFree=19982540/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=171356 CPUtime=1.47 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 35849 0 0 0 143 4 0 0 25 0 1 0 647600227 175468544 35785 33554432000 4194304 6014671 140734245292944 18446744073709551615 270338074576 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 42839 35785 395 445 0 36384 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 171356

[startup+3.10026 s]
/proc/loadavg: 2.06 2.03 2.00 3/339 9520
/proc/meminfo: memFree=19944844/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=259248 CPUtime=3.08 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 58831 0 0 0 301 7 0 0 25 0 1 0 647600227 265469952 58767 33554432000 4194304 6014671 140734245292944 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 64812 58769 667 445 0 58357 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 259248

[startup+6.30063 s]
/proc/loadavg: 2.06 2.03 2.00 3/339 9520
/proc/meminfo: memFree=19817532/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=326540 CPUtime=6.28 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 75123 0 0 0 619 9 0 0 25 0 1 0 647600227 334376960 75059 33554432000 4194304 6014671 140734245292944 18446744073709551615 4243248 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 81635 75059 680 445 0 75180 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 326540

[startup+12.7004 s]
/proc/loadavg: 2.05 2.03 2.00 3/339 9520
/proc/meminfo: memFree=19812472/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=366476 CPUtime=12.67 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 81836 0 0 0 1258 9 0 0 25 0 1 0 647600227 375271424 81772 33554432000 4194304 6014671 140734245292944 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 91619 81772 700 445 0 85164 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 366476

[startup+25.5008 s]
/proc/loadavg: 2.04 2.03 2.00 3/339 9521
/proc/meminfo: memFree=19503072/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=744760 CPUtime=25.48 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 151541 0 0 0 2530 18 0 0 25 0 1 0 647600227 762634240 151454 33554432000 4194304 6014671 140734245292944 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 186190 151454 725 445 0 179735 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 744760

[startup+51.1007 s]
/proc/loadavg: 2.17 2.06 2.01 3/339 9521
/proc/meminfo: memFree=19462656/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=817860 CPUtime=51.08 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 159469 0 0 0 5089 19 0 0 25 0 1 0 647600227 837488640 159352 33554432000 4194304 6014671 140734245292944 18446744073709551615 4425460 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 204465 159352 729 445 0 198010 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 817860

[startup+102.313 s]
/proc/loadavg: 2.14 2.06 2.01 3/339 9523
/proc/meminfo: memFree=19233864/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=993040 CPUtime=102.29 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 210948 0 0 0 10205 24 0 0 25 0 1 0 647600227 1016872960 210817 33554432000 4194304 6014671 140734245292944 18446744073709551615 4367405 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 248260 210817 730 445 0 241805 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 993040

[startup+162.301 s]
/proc/loadavg: 2.05 2.05 2.01 3/339 9524
/proc/meminfo: memFree=19074600/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=1177592 CPUtime=162.28 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 250482 0 0 0 16199 29 0 0 25 0 1 0 647600227 1205854208 250332 33554432000 4194304 6014671 140734245292944 18446744073709551615 4633324 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 294398 250332 730 445 0 287943 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 1177592

[startup+222.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/339 9526
/proc/meminfo: memFree=18985888/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=1328428 CPUtime=222.28 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 272668 0 0 0 22195 33 0 0 25 0 1 0 647600227 1360310272 272515 33554432000 4194304 6014671 140734245292944 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 332107 272515 730 445 0 325652 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 1328428

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/339 9527
/proc/meminfo: memFree=18923352/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=1419628 CPUtime=282.28 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 287044 0 0 0 28193 35 0 0 25 0 1 0 647600227 1453699072 286878 33554432000 4194304 6014671 140734245292944 18446744073709551615 4389516 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 354907 286878 730 445 0 348452 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1419628

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/339 9529
/proc/meminfo: memFree=18778360/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=1550680 CPUtime=342.29 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 323194 0 0 0 34190 39 0 0 25 0 1 0 647600227 1587896320 323011 33554432000 4194304 6014671 140734245292944 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 387670 323011 730 445 0 381215 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1550680

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/339 9531
/proc/meminfo: memFree=18777692/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=1550680 CPUtime=402.29 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 323198 0 0 0 40190 39 0 0 25 0 1 0 647600227 1587896320 323015 33554432000 4194304 6014671 140734245292944 18446744073709551615 4371954 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 387670 323015 730 445 0 381215 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1550680

[startup+462.301 s]
/proc/loadavg: 2.06 2.03 2.00 3/339 9534
/proc/meminfo: memFree=18612976/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=1695976 CPUtime=462.3 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 364309 0 0 0 46186 44 0 0 25 0 1 0 647600227 1736679424 363969 33554432000 4194304 6014671 140734245292944 18446744073709551615 4372105 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 423994 363969 731 445 0 417539 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1695976

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/339 9537
/proc/meminfo: memFree=18600564/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=1695976 CPUtime=522.3 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 365082 0 0 0 52186 44 0 0 25 0 1 0 647600227 1736679424 364653 33554432000 4194304 6014671 140734245292944 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 423994 364653 731 445 0 417539 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1695976

[startup+582.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/339 9538
/proc/meminfo: memFree=18525500/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=1903952 CPUtime=582.3 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 384267 0 0 0 58183 47 0 0 25 0 1 0 647600227 1949646848 383612 33554432000 4194304 6014671 140734245292944 18446744073709551615 4372460 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 475988 383612 732 445 0 469533 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1903952

[startup+642.3 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.07 2/333 9661
/proc/meminfo: memFree=17025012/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=3877768 CPUtime=4062.47 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 909617 0 0 0 406126 121 0 0 25 0 1 0 647600227 3970834432 866173 33554432000 4194304 6014671 140734245292944 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 969442 866173 731 445 0 962987 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 3877768

[startup+4122.3 s]
/proc/loadavg: 1.08 1.03 1.08 2/333 9663
/proc/meminfo: memFree=17015232/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=3877768 CPUtime=4122.46 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 912075 0 0 0 412125 121 0 0 25 0 1 0 647600227 3970834432 868631 33554432000 4194304 6014671 140734245292944 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 969442 868631 731 445 0 962987 0
Current children cumulated CPU time (s) 4122.46
Current children cumulated vsize (KiB) 3877768

[startup+4182.3 s]
/proc/loadavg: 1.03 1.02 1.07 2/333 9664
/proc/meminfo: memFree=17015692/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=3877768 CPUtime=4182.47 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 912075 0 0 0 418126 121 0 0 25 0 1 0 647600227 3970834432 868631 33554432000 4194304 6014671 140734245292944 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 969442 868631 731 445 0 962987 0
Current children cumulated CPU time (s) 4182.47
Current children cumulated vsize (KiB) 3877768

[startup+4242.3 s]
/proc/loadavg: 1.01 1.02 1.06 2/333 9666
/proc/meminfo: memFree=16997920/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=4062792 CPUtime=4242.47 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 916709 0 0 0 424125 122 0 0 25 0 1 0 647600227 4160299008 873265 33554432000 4194304 6014671 140734245292944 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 1015698 873265 731 445 0 1009243 0
Current children cumulated CPU time (s) 4242.47
Current children cumulated vsize (KiB) 4062792

[startup+4302.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/333 9668
/proc/meminfo: memFree=16879592/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=4062792 CPUtime=4302.48 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 946124 0 0 0 430122 126 0 0 25 0 1 0 647600227 4160299008 902680 33554432000 4194304 6014671 140734245292944 18446744073709551615 4372095 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 1015698 902680 731 445 0 1009243 0
Current children cumulated CPU time (s) 4302.48
Current children cumulated vsize (KiB) 4062792

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/333 9669
/proc/meminfo: memFree=16786308/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=4325448 CPUtime=4362.48 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 969241 0 0 0 436119 129 0 0 25 0 1 0 647600227 4429258752 925797 33554432000 4194304 6014671 140734245292944 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 1081362 925797 731 445 0 1074907 0
Current children cumulated CPU time (s) 4362.48
Current children cumulated vsize (KiB) 4325448

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/333 9671
/proc/meminfo: memFree=16786512/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=4325448 CPUtime=4422.48 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 969241 0 0 0 442119 129 0 0 25 0 1 0 647600227 4429258752 925797 33554432000 4194304 6014671 140734245292944 18446744073709551615 4378513 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 1081362 925797 731 445 0 1074907 0
Current children cumulated CPU time (s) 4422.48
Current children cumulated vsize (KiB) 4325448

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/333 9672
/proc/meminfo: memFree=16748396/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=4325448 CPUtime=4482.48 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 978755 0 0 0 448117 131 0 0 25 0 1 0 647600227 4429258752 935311 33554432000 4194304 6014671 140734245292944 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 1081362 935311 731 445 0 1074907 0
Current children cumulated CPU time (s) 4482.48
Current children cumulated vsize (KiB) 4325448

[startup+4542.3 s]
/proc/loadavg: 1.13 1.03 1.05 2/333 9674
/proc/meminfo: memFree=16748504/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=4325448 CPUtime=4542.49 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 978755 0 0 0 454118 131 0 0 25 0 1 0 647600227 4429258752 935311 33554432000 4194304 6014671 140734245292944 18446744073709551615 4372168 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 1081362 935311 731 445 0 1074907 0
Current children cumulated CPU time (s) 4542.49
Current children cumulated vsize (KiB) 4325448

[startup+4602.3 s]
/proc/loadavg: 1.11 1.04 1.05 2/333 9676
/proc/meminfo: memFree=16727268/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=4325448 CPUtime=4602.49 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 984015 0 0 0 460118 131 0 0 25 0 1 0 647600227 4429258752 940571 33554432000 4194304 6014671 140734245292944 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 1081362 940571 731 445 0 1074907 0
Current children cumulated CPU time (s) 4602.49
Current children cumulated vsize (KiB) 4325448

[startup+4662.3 s]
/proc/loadavg: 1.04 1.03 1.04 2/333 9677
/proc/meminfo: memFree=16726488/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=4325448 CPUtime=4662.49 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 984015 0 0 0 466118 131 0 0 25 0 1 0 647600227 4429258752 940571 33554432000 4194304 6014671 140734245292944 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 1081362 940571 731 445 0 1074907 0
Current children cumulated CPU time (s) 4662.49
Current children cumulated vsize (KiB) 4325448

[startup+4722.31 s]
/proc/loadavg: 1.01 1.02 1.03 2/333 9679
/proc/meminfo: memFree=16727184/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=4325448 CPUtime=4722.5 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 984015 0 0 0 472119 131 0 0 25 0 1 0 647600227 4429258752 940571 33554432000 4194304 6014671 140734245292944 18446744073709551615 4372456 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 1081362 940571 731 445 0 1074907 0
Current children cumulated CPU time (s) 4722.5
Current children cumulated vsize (KiB) 4325448

[startup+4782.3 s]
/proc/loadavg: 1.00 1.02 1.03 2/333 9680
/proc/meminfo: memFree=16713756/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=4325448 CPUtime=4782.5 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 987377 0 0 0 478118 132 0 0 25 0 1 0 647600227 4429258752 943923 33554432000 4194304 6014671 140734245292944 18446744073709551615 4367405 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 1081362 943923 731 445 0 1074907 0
Current children cumulated CPU time (s) 4782.5
Current children cumulated vsize (KiB) 4325448

[startup+4842.3 s]
/proc/loadavg: 1.00 1.01 1.02 2/333 9682
/proc/meminfo: memFree=16713592/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=4325448 CPUtime=4842.5 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 987377 0 0 0 484118 132 0 0 25 0 1 0 647600227 4429258752 943912 33554432000 4194304 6014671 140734245292944 18446744073709551615 4378527 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 1081362 943912 731 445 0 1074907 0
Current children cumulated CPU time (s) 4842.5
Current children cumulated vsize (KiB) 4325448

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/333 9684
/proc/meminfo: memFree=16713688/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=4325448 CPUtime=4902.5 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 987377 0 0 0 490118 132 0 0 25 0 1 0 647600227 4429258752 943912 33554432000 4194304 6014671 140734245292944 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 1081362 943912 731 445 0 1074907 0
Current children cumulated CPU time (s) 4902.5
Current children cumulated vsize (KiB) 4325448

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/333 9685
/proc/meminfo: memFree=16713644/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=4325448 CPUtime=4962.51 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 987377 0 0 0 496119 132 0 0 25 0 1 0 647600227 4429258752 943912 33554432000 4194304 6014671 140734245292944 18446744073709551615 4372469 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 1081362 943912 731 445 0 1074907 0
Current children cumulated CPU time (s) 4962.51
Current children cumulated vsize (KiB) 4325448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 1.00 1.00 1.01 2/333 9686
/proc/meminfo: memFree=16713732/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=4325448 CPUtime=5000.02 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4202496 987382 0 0 0 499870 132 0 0 25 0 1 0 647600227 4429258752 943917 33554432000 4194304 6014671 140734245292944 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/9519/statm: 1081362 943917 731 445 0 1074907 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 4325448

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4999.91 s]
/proc/loadavg: 1.00 1.00 1.01 2/333 9686
/proc/meminfo: memFree=16713732/32951124 swapFree=57171160/67111528
[pid=9519] ppid=9517 vsize=0 CPUtime=5000.12 cores=1,3,5,7
/proc/9519/stat : 9519 (qutersat_releas) R 9517 9519 8726 0 -1 4194308 987386 0 0 0 499870 142 0 0 25 0 1 0 647600227 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 3 0 0 0
/proc/9519/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.12
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 4999.95
CPU time (s): 5000.17
CPU user time (s): 4998.71
CPU system time (s): 1.46178
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 4325448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.71
system time used= 1.46178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 987386
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= 13
involuntary context switches= 6078

runsolver used 14.3448 second user time and 38.5421 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-16 15:17:26
IDJOB=3384486
IDBENCH=84248
IDSOLVER=1868
FILE ID=node143/3384486-1305551845
RUNJOBID= node143-1305540196-8745
PBS_JOBID= 13329210
Free space on /tmp= 73512 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384486-1305551845/watcher-3384486-1305551845 -o /tmp/evaluation-result-3384486-1305551845/solver-3384486-1305551845 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384486-1305551845.cnf 419276131

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=419276131

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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.846
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.83
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.846
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.74
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.846
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:     32951124 kB
MemFree:      20120208 kB
Buffers:        199880 kB
Cached:        1570044 kB
SwapCached:      39776 kB
Active:        4743096 kB
Inactive:      7824304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20120208 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:           16728 kB
Writeback:           0 kB
AnonPages:    10756884 kB
Mapped:          25352 kB
Slab:           135972 kB
PageTables:      63888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75336300 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= 73512 MiB
End job on node143 at 2011-05-16 16:40:48