Trace number 3376951

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) 1300.08 1300.07

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
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 variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.01	c Set FPU double precision.
0.69/0.74	c Parse Cnf success: #var: 259234 #clause: 1387934
0.69/0.74	c Find Units :      13149
0.79/0.81	c Find Invs  :       1718
1.00/1.02	c Find Ands  :     120597 AvgFaninNum: 3.5682
1.00/1.03	c Find Xors  :          0 AvgFaninNum: nan
1.00/1.07	c Find Ite   :          0
1.19/1.21	c UnDirect variable: 0
1.19/1.21	c UnDirect to Direct Gate: 181
1.19/1.21	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.19/1.23	c Break Cycle : 52523
1.19/1.23	c Total Root : 8084 Undef Var: 214042
1.19/1.29	c After covering, Total Root: 22909 Leaf: 96052
1.19/1.29	c Variable( cover/uncovered/unused ): 141244 117990 0
1.19/1.29	c Unit Clauses: 13149
1.19/1.29	c Binary Clauses( cover/uncovered ): 126744 785947
1.19/1.29	c Clauses( cover/uncovered ): 45011 333593
1.19/1.29	c Total Clauses( cover/uncovered ): 184904 1119540 14.1749%
1.19/1.29	c Covered Ands: 45011 Invs: 181 Xors: 0 Ites: 0
2.10/2.14	c Uncover Clauses avg size: 2.44064 max size: 10
2.10/2.15	c Final circuit: i/l/o/s  209664       0 1026768   1562343
2.10/2.15	c CnfToAig: Time: 2.14 s
3.50/3.51	c TmMap: Set choices finish.
4.19/4.22	c TmMap: Set big and: 1065413
4.19/4.22	c TmMap: Origin: 1772008 ClauseNum: 4687029 --> New: 1275477 ClauseNum: 3691348
4.19/4.22	c TmMap: Time: 0.93
4.40/4.47	c Try to Add: #clause: 2132538 #xorclause: 0
4.79/4.85	c #var: 252338 #clauses: 360757 Solving... 
1300.01/1300.01	c Time Out !!
1300.01/1300.01	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-3376951-1305467750/watcher-3376951-1305467750 -o /tmp/evaluation-result-3376951-1305467750/solver-3376951-1305467750 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376951-1305467750.cnf 1882383788 

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: 2.35 3.79 5.41 4/357 27530
/proc/meminfo: memFree=12951968/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=38440 CPUtime=0 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 3433 0 0 0 0 0 0 0 23 0 1 0 658373906 39362560 3369 33554432000 4194304 6014671 140733292785584 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 9610 3369 378 445 0 3155 0

[startup+0.084379 s]
/proc/loadavg: 2.35 3.79 5.41 4/357 27530
/proc/meminfo: memFree=12951968/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=54824 CPUtime=0.07 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 7076 0 0 0 6 1 0 0 23 0 1 0 658373906 56139776 7012 33554432000 4194304 6014671 140733292785584 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 13706 7013 378 445 0 7251 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 54824

[startup+0.100376 s]
/proc/loadavg: 2.35 3.79 5.41 4/357 27530
/proc/meminfo: memFree=12951968/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=63016 CPUtime=0.09 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 9126 0 0 0 8 1 0 0 23 0 1 0 658373906 64528384 9062 33554432000 4194304 6014671 140733292785584 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 15754 9062 378 445 0 9299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63016

[startup+0.300413 s]
/proc/loadavg: 2.35 3.79 5.41 4/357 27530
/proc/meminfo: memFree=12951968/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=87720 CPUtime=0.29 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 15017 0 0 0 27 2 0 0 24 0 1 0 658373906 89825280 14953 33554432000 4194304 6014671 140733292785584 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 21930 14953 378 445 0 15475 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87720

[startup+0.700378 s]
/proc/loadavg: 2.35 3.79 5.41 4/357 27530
/proc/meminfo: memFree=12951968/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=148520 CPUtime=0.69 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 29093 0 0 0 65 4 0 0 25 0 1 0 658373906 152084480 29029 33554432000 4194304 6014671 140733292785584 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 37130 29031 378 445 0 30675 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 148520

[startup+1.50019 s]
/proc/loadavg: 2.48 3.79 5.40 5/358 27531
/proc/meminfo: memFree=12817428/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=171216 CPUtime=1.49 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 34217 0 0 0 144 5 0 0 25 0 1 0 658373906 175325184 34153 33554432000 4194304 6014671 140733292785584 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 42804 34153 398 445 0 36349 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 171216

[startup+3.10092 s]
/proc/loadavg: 2.48 3.79 5.40 5/358 27531
/proc/meminfo: memFree=12714980/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=457664 CPUtime=3.09 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 107897 0 0 0 296 13 0 0 25 0 1 0 658373906 468647936 107833 33554432000 4194304 6014671 140733292785584 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 114416 107835 668 445 0 107961 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 457664

[startup+6.30035 s]
/proc/loadavg: 2.48 3.79 5.40 5/358 27531
/proc/meminfo: memFree=12283096/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=707368 CPUtime=6.29 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 167348 0 0 0 610 19 0 0 25 0 1 0 658373906 724344832 163187 33554432000 4194304 6014671 140733292785584 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 176842 163187 701 445 0 170387 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 707368

[startup+12.7002 s]
/proc/loadavg: 2.72 3.80 5.38 5/358 27531
/proc/meminfo: memFree=12263140/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=707368 CPUtime=12.68 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 167348 0 0 0 1249 19 0 0 25 0 1 0 658373906 724344832 163187 33554432000 4194304 6014671 140733292785584 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 176842 163187 701 445 0 170387 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 707368

[startup+25.5009 s]
/proc/loadavg: 2.91 3.80 5.37 5/358 27531
/proc/meminfo: memFree=12131416/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=815624 CPUtime=25.48 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 192959 0 0 0 2526 22 0 0 25 0 1 0 658373906 835198976 188731 33554432000 4194304 6014671 140733292785584 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 203906 188731 723 445 0 197451 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 815624

[startup+51.1004 s]
/proc/loadavg: 3.40 3.83 5.33 5/358 27532
/proc/meminfo: memFree=11980564/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=966532 CPUtime=51.08 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 223032 0 0 0 5081 27 0 0 25 0 1 0 658373906 989728768 218804 33554432000 4194304 6014671 140733292785584 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 241633 218804 728 445 0 235178 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 966532

[startup+102.313 s]
/proc/loadavg: 3.74 3.86 5.26 5/358 27561
/proc/meminfo: memFree=11682584/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=1374216 CPUtime=102.29 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 292722 0 0 0 10192 37 0 0 25 0 1 0 658373906 1407197184 288494 33554432000 4194304 6014671 140733292785584 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 343554 288494 728 445 0 337099 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1374216

[startup+162.301 s]
/proc/loadavg: 4.05 3.91 5.19 5/358 27562
/proc/meminfo: memFree=11401288/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=1659320 CPUtime=162.28 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 355660 0 0 0 16183 45 0 0 25 0 1 0 658373906 1699143680 351432 33554432000 4194304 6014671 140733292785584 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 414830 351432 728 445 0 408375 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 1659320

[startup+222.3 s]
/proc/loadavg: 4.02 3.93 5.11 5/358 27564
/proc/meminfo: memFree=11282388/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=1799872 CPUtime=222.28 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 373779 0 0 0 22180 48 0 0 25 0 1 0 658373906 1843068928 369551 33554432000 4194304 6014671 140733292785584 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 449968 369551 728 445 0 443513 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 1799872

[startup+282.301 s]
/proc/loadavg: 4.00 3.94 5.04 5/358 27565
/proc/meminfo: memFree=11170252/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=1816064 CPUtime=282.28 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 392472 0 0 0 28177 51 0 0 25 0 1 0 658373906 1859649536 388244 33554432000 4194304 6014671 140733292785584 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 454016 388244 728 445 0 447561 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1816064

[startup+342.3 s]
/proc/loadavg: 4.00 3.95 4.97 5/358 27576
/proc/meminfo: memFree=11056572/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=1885052 CPUtime=342.28 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 407553 0 0 0 34175 53 0 0 25 0 1 0 658373906 1930293248 403325 33554432000 4194304 6014671 140733292785584 18446744073709551615 4538934 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 471263 403325 728 445 0 464808 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1885052

[startup+402.301 s]
/proc/loadavg: 4.08 3.97 4.91 5/358 27577
/proc/meminfo: memFree=10998612/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=1901332 CPUtime=402.28 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 411650 0 0 0 40174 54 0 0 25 0 1 0 658373906 1946963968 407422 33554432000 4194304 6014671 140733292785584 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 475333 407422 728 445 0 468878 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1901332

[startup+462.301 s]
/proc/loadavg: 4.03 3.97 4.85 5/358 27579
/proc/meminfo: memFree=10986276/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=1987652 CPUtime=462.28 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 415287 0 0 0 46173 55 0 0 25 0 1 0 658373906 2035355648 411059 33554432000 4194304 6014671 140733292785584 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 496913 411059 728 445 0 490458 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1987652

[startup+522.301 s]
/proc/loadavg: 4.01 3.97 4.80 5/358 27584
/proc/meminfo: memFree=10901264/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=1987780 CPUtime=522.29 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 425092 0 0 0 52172 57 0 0 25 0 1 0 658373906 2035486720 420838 33554432000 4194304 6014671 140733292785584 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 496945 420838 728 445 0 490490 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1987780

[startup+582.301 s]
/proc/loadavg: 4.05 3.99 4.75 5/358 27585
/proc/meminfo: memFree=10868508/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=1987780 CPUtime=582.29 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 426723 0 0 0 58172 57 0 0 25 0 1 0 658373906 2035486720 422469 33554432000 4194304 6014671 140733292785584 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 496945 422469 728 445 0 490490 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1987780

[startup+642.3 s]
/proc/loadavg: 4.02 3.99 4.70 5/358 27587
/proc/meminfo: memFree=10814524/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=2060268 CPUtime=642.29 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 432742 0 0 0 64171 58 0 0 25 0 1 0 658373906 2109714432 428404 33554432000 4194304 6014671 140733292785584 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 515067 428404 728 445 0 508612 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 2060268

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 4.65 5/358 27588
/proc/meminfo: memFree=10801572/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=2134896 CPUtime=702.29 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 434495 0 0 0 70170 59 0 0 25 0 1 0 658373906 2186133504 430157 33554432000 4194304 6014671 140733292785584 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 533724 430157 728 445 0 527269 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 2134896

[startup+762.313 s]
/proc/loadavg: 4.15 4.04 4.63 5/358 27590
/proc/meminfo: memFree=10751296/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=2135024 CPUtime=762.3 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 438389 0 0 0 76170 60 0 0 25 0 1 0 658373906 2186264576 434051 33554432000 4194304 6014671 140733292785584 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 533756 434051 728 445 0 527301 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 2135024

[startup+822.301 s]
/proc/loadavg: 4.09 4.05 4.59 5/358 27592
/proc/meminfo: memFree=10742444/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=2135024 CPUtime=822.29 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 438732 0 0 0 82169 60 0 0 25 0 1 0 658373906 2186264576 429669 33554432000 4194304 6014671 140733292785584 18446744073709551615 4423615 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 533756 429669 728 445 0 527301 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 2135024

[startup+882.3 s]
/proc/loadavg: 4.03 4.04 4.55 5/358 27593
/proc/meminfo: memFree=10708656/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=2135024 CPUtime=882.3 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 438978 0 0 0 88169 61 0 0 25 0 1 0 658373906 2186264576 429915 33554432000 4194304 6014671 140733292785584 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 533756 429915 728 445 0 527301 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 2135024

[startup+942.301 s]
/proc/loadavg: 4.01 4.03 4.52 5/358 27595
/proc/meminfo: memFree=10669304/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=2214484 CPUtime=942.3 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 446828 0 0 0 94166 64 0 0 25 0 1 0 658373906 2267631616 437765 33554432000 4194304 6014671 140733292785584 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 553621 437765 728 445 0 547166 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 2214484

[startup+1002.3 s]
/proc/loadavg: 4.04 4.03 4.49 5/358 27597
/proc/meminfo: memFree=10644204/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=2214484 CPUtime=1002.3 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 447109 0 0 0 100166 64 0 0 25 0 1 0 658373906 2267631616 438046 33554432000 4194304 6014671 140733292785584 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 553621 438046 728 445 0 547166 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 2214484

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 4.45 5/358 27598
/proc/meminfo: memFree=10614764/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=2296732 CPUtime=1062.3 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 452415 0 0 0 106165 65 0 0 25 0 1 0 658373906 2351853568 443352 33554432000 4194304 6014671 140733292785584 18446744073709551615 4666539 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 574183 443352 728 445 0 567728 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 2296732

[startup+1122.3 s]
/proc/loadavg: 4.15 4.05 4.43 5/358 27600
/proc/meminfo: memFree=10568216/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=2296732 CPUtime=1122.3 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 457697 0 0 0 112164 66 0 0 25 0 1 0 658373906 2351853568 448634 33554432000 4194304 6014671 140733292785584 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 574183 448634 728 445 0 567728 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 2296732

[startup+1182.3 s]
/proc/loadavg: 4.05 4.04 4.40 5/358 27601
/proc/meminfo: memFree=10563200/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=2296732 CPUtime=1182.3 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 457711 0 0 0 118164 66 0 0 25 0 1 0 658373906 2351853568 448648 33554432000 4194304 6014671 140733292785584 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 574183 448648 728 445 0 567728 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 2296732

[startup+1242.3 s]
/proc/loadavg: 4.02 4.03 4.37 5/358 27603
/proc/meminfo: memFree=10549392/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=2296732 CPUtime=1242.3 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 457714 0 0 0 124164 66 0 0 25 0 1 0 658373906 2351853568 448651 33554432000 4194304 6014671 140733292785584 18446744073709551615 4422722 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 574183 448651 728 445 0 567728 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 2296732



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.90 3.99 4.34 5/358 27660
/proc/meminfo: memFree=10716652/32950928 swapFree=61888748/67111528
[pid=27530] ppid=27528 vsize=2296732 CPUtime=1300.01 cores=4,6
/proc/27530/stat : 27530 (qutersat_releas) R 27528 27530 27415 0 -1 4202496 457721 0 0 0 129935 66 0 0 25 0 1 0 658373906 2351853568 448658 33554432000 4194304 6014671 140733292785584 18446744073709551615 4422711 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/27530/statm: 574183 448658 728 445 0 567728 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 2296732

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

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

Child status: 1
Real time (s): 1300.07
CPU time (s): 1300.08
CPU user time (s): 1299.36
CPU system time (s): 0.723889
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2296732

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

runsolver used 4.08838 second user time and 10.2134 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 15:55:51
IDJOB=3376951
IDBENCH=71055
IDSOLVER=1856
FILE ID=node120/3376951-1305467750
RUNJOBID= node120-1305467719-27434
PBS_JOBID= 13325304
Free space on /tmp= 73600 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376951-1305467750/watcher-3376951-1305467750 -o /tmp/evaluation-result-3376951-1305467750/solver-3376951-1305467750 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376951-1305467750.cnf 1882383788

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=1882383788

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:     32950928 kB
MemFree:      12952248 kB
Buffers:         47220 kB
Cached:        1007808 kB
SwapCached:      75588 kB
Active:        7564416 kB
Inactive:     12221148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12952248 kB
SwapTotal:    67111528 kB
SwapFree:     61888748 kB
Dirty:           42904 kB
Writeback:           0 kB
AnonPages:    18660944 kB
Mapped:          25676 kB
Slab:            83740 kB
PageTables:      65064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 59386500 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= 73604 MiB
End job on node120 at 2011-05-15 16:17:33