Trace number 3291279

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-01? (TO) 1300.04 1300.02

General information on the benchmark

NameSAT03/industrial/maris/CNF/
gripper13u.shuffled-as.sat03-395.cnf
MD5SUM3889b7ed90cc1fbe8bc8d140a1763832
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4427.96
Satisfiable
(Un)Satisfiability was proved
Number of variables4268
Number of clauses38965
Sum of the clauses size86077
Maximum clause length28
Minimum clause length1
Number of clauses of size 169
Number of clauses of size 235984
Number of clauses of size 3104
Number of clauses of size 42704
Number of clauses of size 50
Number of clauses of size over 5104

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.07	c Parse Cnf success: #var: 4268 #clause: 38965
0.00/0.07	c Find Units :         69
0.00/0.07	c Find Invs  :          0
0.00/0.07	c Find Ands  :       4108 AvgFaninNum: 10.8861
0.00/0.07	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.07	c Find Ite   :          0
0.00/0.07	c UnDirect variable: 0
0.00/0.07	c UnDirect to Direct Gate: 0
0.00/0.07	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.07	c Break Cycle : 1580
0.00/0.07	c Total Root : 52 Undef Var: 3092
0.00/0.07	c After covering, Total Root: 778 Leaf: 2982
0.00/0.07	c Variable( cover/uncovered/unused ): 4158 110 0
0.00/0.07	c Unit Clauses: 69
0.00/0.07	c Binary Clauses( cover/uncovered ): 4724 31260
0.00/0.07	c Clauses( cover/uncovered ): 1176 1736
0.00/0.07	c Total Clauses( cover/uncovered ): 5969 32996 15.3189%
0.00/0.07	c Covered Ands: 1176 Invs: 0 Xors: 0 Ites: 0
0.00/0.07	c Uncover Clauses avg size: 2.14147 max size: 28
0.00/0.07	c Final circuit: i/l/o/s    3023       0   31752     39558
0.00/0.07	c CnfToAig: Time: 0.03 s
0.00/0.09	c TmMap: Set choices finish.
0.00/0.11	c TmMap: Set big and: 32816
0.00/0.11	c TmMap: Origin: 42582 ClauseNum: 118674 --> New: 35840 ClauseNum: 105195
0.00/0.11	c TmMap: Time: 0.03
0.00/0.11	c Try to Add: #clause: 65632 #xorclause: 0
0.10/0.12	c #var: 4087 #clauses: 2796 Solving... 
1300.01/1300.00	c Time Out !!
1300.01/1300.00	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: 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-3291279-1303785375/watcher-3291279-1303785375 -o /tmp/evaluation-result-3291279-1303785375/solver-3291279-1303785375 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3291279-1303785375.cnf 237572739 

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.39 3.86 3.73 4/178 365
/proc/meminfo: memFree=14403404/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=11800 CPUtime=0 cores=4,6
/proc/365/stat : 365 (runsolver) R 363 365 30717 0 -1 4202560 42 0 0 0 0 0 0 0 23 0 1 0 490135470 12083200 51 33554432000 4194304 5434984 140733855898720 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/365/statm: 2950 51 31 303 0 2644 0

[startup+0.118624 s]
/proc/loadavg: 3.39 3.86 3.73 4/178 365
/proc/meminfo: memFree=14403404/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=62584 CPUtime=0.1 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 7544 0 0 0 9 1 0 0 24 0 1 0 490135470 64086016 7478 33554432000 4194304 6016207 140734928082144 18446744073709551615 4404347 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/365/statm: 15646 7478 687 445 0 9190 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 62584

[startup+0.200618 s]
/proc/loadavg: 3.39 3.86 3.73 4/178 365
/proc/meminfo: memFree=14403404/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=62584 CPUtime=0.19 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 7628 0 0 0 18 1 0 0 24 0 1 0 490135470 64086016 7562 33554432000 4194304 6016207 140734928082144 18446744073709551615 4373438 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/365/statm: 15646 7562 723 445 0 9190 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 62584

[startup+0.300592 s]
/proc/loadavg: 3.39 3.86 3.73 4/178 365
/proc/meminfo: memFree=14403404/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=62584 CPUtime=0.29 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 7741 0 0 0 28 1 0 0 25 0 1 0 490135470 64086016 7675 33554432000 4194304 6016207 140734928082144 18446744073709551615 4380318 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/365/statm: 15646 7675 723 445 0 9190 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62584

[startup+0.700513 s]
/proc/loadavg: 3.39 3.86 3.73 4/178 365
/proc/meminfo: memFree=14403404/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=79476 CPUtime=0.69 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 8084 0 0 0 68 1 0 0 25 0 1 0 490135470 81383424 8018 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/365/statm: 19869 8018 723 445 0 13413 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79476

[startup+1.50038 s]
/proc/loadavg: 3.39 3.86 3.73 5/190 388
/proc/meminfo: memFree=14203280/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=88116 CPUtime=1.48 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 8553 0 0 0 147 1 0 0 25 0 1 0 490135470 90230784 8487 33554432000 4194304 6016207 140734928082144 18446744073709551615 4424872 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/365/statm: 22029 8487 731 445 0 15573 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 88116

[startup+3.10114 s]
/proc/loadavg: 3.39 3.86 3.73 5/190 389
/proc/meminfo: memFree=14193856/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=88116 CPUtime=3.07 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 9795 0 0 0 306 1 0 0 25 0 1 0 490135470 90230784 9729 33554432000 4194304 6016207 140734928082144 18446744073709551615 4424872 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 22029 9729 731 445 0 15573 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 88116

[startup+6.30057 s]
/proc/loadavg: 3.44 3.86 3.73 5/190 389
/proc/meminfo: memFree=14169960/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=96764 CPUtime=6.28 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 11913 0 0 0 626 2 0 0 25 0 1 0 490135470 99086336 11847 33554432000 4194304 6016207 140734928082144 18446744073709551615 4538716 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 24191 11847 731 445 0 17735 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 96764

[startup+12.7004 s]
/proc/loadavg: 3.48 3.86 3.73 5/190 389
/proc/meminfo: memFree=14147280/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=105716 CPUtime=12.67 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 13901 0 0 0 1265 2 0 0 25 0 1 0 490135470 108253184 13827 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425463 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 26429 13827 731 445 0 19973 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 105716

[startup+25.5011 s]
/proc/loadavg: 3.60 3.87 3.74 5/190 389
/proc/meminfo: memFree=14109500/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=115212 CPUtime=25.48 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 17504 0 0 0 2544 4 0 0 25 0 1 0 490135470 117977088 17424 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425552 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 28803 17424 731 445 0 22347 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 115212

[startup+51.1005 s]
/proc/loadavg: 3.73 3.87 3.74 5/190 390
/proc/meminfo: memFree=14034028/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=135172 CPUtime=51.07 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 20735 0 0 0 5103 4 0 0 25 0 1 0 490135470 138416128 20644 33554432000 4194304 6016207 140734928082144 18446744073709551615 4426916 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 33793 20644 731 445 0 27337 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 135172

[startup+102.301 s]
/proc/loadavg: 3.88 3.89 3.75 5/190 391
/proc/meminfo: memFree=13943124/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=168384 CPUtime=102.28 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 25956 0 0 0 10223 5 0 0 25 0 1 0 490135470 172425216 25863 33554432000 4194304 6016207 140734928082144 18446744073709551615 4424851 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 42096 25863 753 445 0 35640 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 168384

[startup+162.3 s]
/proc/loadavg: 3.95 3.91 3.76 5/190 393
/proc/meminfo: memFree=13848604/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=205772 CPUtime=162.28 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 32908 0 0 0 16222 6 0 0 25 0 1 0 490135470 210710528 32803 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425561 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 51443 32803 755 445 0 44987 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 205772

[startup+222.306 s]
/proc/loadavg: 3.89 3.91 3.77 4/184 411
/proc/meminfo: memFree=13932192/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=205900 CPUtime=222.29 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 36944 0 0 0 22222 7 0 0 25 0 1 0 490135470 210841600 36838 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 51475 36838 754 445 0 45019 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 205900

[startup+282.301 s]
/proc/loadavg: 3.32 3.74 3.72 4/184 413
/proc/meminfo: memFree=13909116/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=205900 CPUtime=282.28 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 37623 0 0 0 28221 7 0 0 25 0 1 0 490135470 210841600 37517 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 51475 37517 754 445 0 45019 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 205900

[startup+342.301 s]
/proc/loadavg: 3.12 3.60 3.67 4/184 415
/proc/meminfo: memFree=13884404/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=205900 CPUtime=342.28 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 38108 0 0 0 34221 7 0 0 25 0 1 0 490135470 210841600 38002 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 51475 38002 754 445 0 45019 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 205900

[startup+402.301 s]
/proc/loadavg: 3.04 3.49 3.62 4/184 416
/proc/meminfo: memFree=13797440/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=221728 CPUtime=402.29 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 45482 0 0 0 40220 9 0 0 25 0 1 0 490135470 227049472 45360 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 55432 45360 738 445 0 48976 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 221728

[startup+462.301 s]
/proc/loadavg: 3.01 3.40 3.58 4/184 418
/proc/meminfo: memFree=13753388/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=237996 CPUtime=462.29 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 45669 0 0 0 46220 9 0 0 25 0 1 0 490135470 243707904 45544 33554432000 4194304 6016207 140734928082144 18446744073709551615 4442667 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 59499 45544 738 445 0 53043 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 237996

[startup+522.301 s]
/proc/loadavg: 3.05 3.34 3.55 4/184 419
/proc/meminfo: memFree=13718508/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=237996 CPUtime=522.29 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 45967 0 0 0 52220 9 0 0 25 0 1 0 490135470 243707904 45830 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 59499 45830 738 445 0 53043 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 237996

[startup+582.3 s]
/proc/loadavg: 3.06 3.29 3.52 4/184 421
/proc/meminfo: memFree=13703344/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=306436 CPUtime=582.29 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 48683 0 0 0 58219 10 0 0 25 0 1 0 490135470 313790464 48405 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 76609 48405 751 445 0 70153 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 306436

[startup+642.3 s]
/proc/loadavg: 3.02 3.23 3.48 4/184 423
/proc/meminfo: memFree=13690160/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=306436 CPUtime=642.29 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 48839 0 0 0 64219 10 0 0 25 0 1 0 490135470 313790464 48546 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 76609 48546 736 445 0 70153 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 306436

[startup+702.301 s]
/proc/loadavg: 3.01 3.19 3.45 4/184 424
/proc/meminfo: memFree=13660600/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=306436 CPUtime=702.29 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 48857 0 0 0 70219 10 0 0 25 0 1 0 490135470 313790464 48564 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 76609 48564 736 445 0 70153 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 306436

[startup+762.301 s]
/proc/loadavg: 3.00 3.15 3.42 4/184 426
/proc/meminfo: memFree=13637368/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=306436 CPUtime=762.3 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 52456 0 0 0 76219 11 0 0 25 0 1 0 490135470 313790464 52159 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 76609 52159 732 445 0 70153 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 306436

[startup+822.301 s]
/proc/loadavg: 3.00 3.12 3.39 4/184 428
/proc/meminfo: memFree=13631124/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=306436 CPUtime=822.3 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 56338 0 0 0 82218 12 0 0 25 0 1 0 490135470 313790464 56041 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 76609 56042 732 445 0 70153 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 306436

[startup+882.307 s]
/proc/loadavg: 3.00 3.10 3.36 4/184 430
/proc/meminfo: memFree=13606048/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=306436 CPUtime=882.31 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 62297 0 0 0 88216 15 0 0 25 0 1 0 490135470 313790464 62000 33554432000 4194304 6016207 140734928082144 18446744073709551615 4426996 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 76609 62000 732 445 0 70153 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 306436

[startup+942.301 s]
/proc/loadavg: 3.00 3.08 3.34 4/184 432
/proc/meminfo: memFree=13604644/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=306436 CPUtime=942.3 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 62846 0 0 0 94215 15 0 0 25 0 1 0 490135470 313790464 62549 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425626 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 76609 62549 732 445 0 70153 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 306436

[startup+1002.3 s]
/proc/loadavg: 3.00 3.06 3.31 4/184 433
/proc/meminfo: memFree=13598028/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=306436 CPUtime=1002.3 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 63628 0 0 0 100215 15 0 0 25 0 1 0 490135470 313790464 63331 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 76609 63331 732 445 0 70153 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 306436

[startup+1062.3 s]
/proc/loadavg: 3.00 3.05 3.29 4/184 435
/proc/meminfo: memFree=13610272/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=386140 CPUtime=1062.31 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 64482 0 0 0 106215 16 0 0 25 0 1 0 490135470 395407360 60304 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 96535 60304 732 445 0 90079 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 386140

[startup+1122.3 s]
/proc/loadavg: 3.07 3.05 3.27 4/184 436
/proc/meminfo: memFree=13610120/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=386140 CPUtime=1122.31 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 64491 0 0 0 112215 16 0 0 25 0 1 0 490135470 395407360 60313 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 96535 60313 732 445 0 90079 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 386140

[startup+1182.3 s]
/proc/loadavg: 3.02 3.04 3.25 4/184 438
/proc/meminfo: memFree=13596076/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=386140 CPUtime=1182.31 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 64533 0 0 0 118215 16 0 0 25 0 1 0 490135470 395407360 60355 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 96535 60355 732 445 0 90079 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 386140

[startup+1242.3 s]
/proc/loadavg: 2.61 2.93 3.20 3/178 457
/proc/meminfo: memFree=13840792/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=386140 CPUtime=1242.31 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 64551 0 0 0 124215 16 0 0 25 0 1 0 490135470 395407360 60373 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425546 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 96535 60373 732 445 0 90079 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 386140



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.22 2.76 3.13 3/178 458
/proc/meminfo: memFree=13820904/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=386140 CPUtime=1300.01 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 69511 0 0 0 129984 17 0 0 25 0 1 0 490135470 395407360 65333 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 96535 65333 732 445 0 90079 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 386140

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

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

[startup+1300 s]
/proc/loadavg: 2.22 2.76 3.13 3/178 458
/proc/meminfo: memFree=13820904/32951124 swapFree=67111528/67111528
[pid=365] ppid=363 vsize=386140 CPUtime=1300.01 cores=4,6
/proc/365/stat : 365 (qutersat_releas) R 363 365 30717 0 -1 4202496 69511 0 0 0 129984 17 0 0 25 0 1 0 490135470 395407360 65333 33554432000 4194304 6016207 140734928082144 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/365/statm: 96535 65333 732 445 0 90079 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 386140

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.85
CPU system time (s): 0.188971
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 386140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.85
system time used= 0.188971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69516
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= 12
involuntary context switches= 1832

runsolver used 2.27865 second user time and 4.79627 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-26 04:36:15
IDJOB=3291279
IDBENCH=84180
IDSOLVER=1607
FILE ID=node138/3291279-1303785375
RUNJOBID= node138-1303785375-346
PBS_JOBID= 13157192
Free space on /tmp= 71880 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT03/industrial/maris/CNF/gripper13u.shuffled-as.sat03-395.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291279-1303785375/watcher-3291279-1303785375 -o /tmp/evaluation-result-3291279-1303785375/solver-3291279-1303785375 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3291279-1303785375.cnf 237572739

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

MD5SUM BENCH= 3889b7ed90cc1fbe8bc8d140a1763832
RANDOM SEED=237572739

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.80
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.854
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.854
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.854
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:     32951124 kB
MemFree:      14403676 kB
Buffers:       2069668 kB
Cached:       15847232 kB
SwapCached:          0 kB
Active:       10131796 kB
Inactive:      7856800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14403676 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2564 kB
Writeback:           0 kB
AnonPages:       71488 kB
Mapped:          14488 kB
Slab:           495644 kB
PageTables:       5580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   199592 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= 71876 MiB
End job on node138 at 2011-04-26 04:57:57