Trace number 3280538

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
synit_sat 2011-03-03UNSAT 618.994 619.028

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data

0.00/0.01	c start  0 total 0
0.00/0.01	c Find Units :          1
0.00/0.01	c Find Invs  :        133
0.00/0.01	c Find Ands  :       1936 AvgFaninNum: 2.41116
0.00/0.01	c Find Xors  :        989 AvgFaninNum: 2
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 859
0.00/0.01	c UnDirect to Direct Gate: 1115
0.00/0.01	c Forced Direct Gate: 29 Unuse unDirect Gate: 32
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 1 Undef Var: 63
0.00/0.02	c After covering, Total Root: 1 Leaf: 63
0.00/0.02	c Variable( cover/uncovered/unused ): 3114 0 0
0.00/0.02	c Unit Clauses: 1
0.00/0.02	c Binary Clauses( cover/uncovered ): 4934 0
0.00/0.02	c Clauses( cover/uncovered ): 5864 28
0.00/0.02	c Total Clauses( cover/uncovered ): 10799 28 99.7414%
0.00/0.02	c Covered Ands: 1936 Invs: 133 Xors: 982 Ites: 0
0.00/0.02	c Uncover Clauses avg size: 3 max size: 3
0.00/0.02	c Final circuit: i/l/o/s      63       0      29      5645
0.00/0.02	c cover rate 99.7414
0.00/0.02	c rocky end  0.01 total 0.01
0.02/0.05	c covering time  0.03 total 0.04
618.96/619.01	c solve time  618.93 total 618.97
618.96/619.01	s UNSATISFIABLE 

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3280538-1303748273/watcher-3280538-1303748273 -o /tmp/evaluation-result-3280538-1303748273/solver-3280538-1303748273 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3280538-1303748273.cnf 985948337 

running on 2 cores: 0,2

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: 4.00 3.98 3.16 5/189 3041
/proc/meminfo: memFree=22100336/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=23572 CPUtime=0 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4194304 459 0 0 0 0 0 0 0 25 0 1 0 486425003 24137728 398 33554432000 4194304 4947581 140733718248784 18446744073709551615 4285888 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3041/statm: 5893 398 256 184 0 768 0

[startup+0.027909 s]
/proc/loadavg: 4.00 3.98 3.16 5/189 3041
/proc/meminfo: memFree=22100336/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=32748 CPUtime=0.02 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 2910 0 0 0 2 0 0 0 25 0 1 0 486425003 33533952 2835 33554432000 4194304 4947581 140733718248784 18446744073709551615 4840279 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 8187 2835 409 184 0 3062 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 32748

[startup+0.100943 s]
/proc/loadavg: 4.00 3.98 3.16 5/189 3041
/proc/meminfo: memFree=22100336/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=46072 CPUtime=0.09 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 4224 0 0 0 9 0 0 0 25 0 1 0 486425003 47177728 4149 33554432000 4194304 4947581 140733718248784 18446744073709551615 4360599 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 11518 4149 464 184 0 6393 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46072

[startup+0.300907 s]
/proc/loadavg: 4.00 3.98 3.16 5/189 3041
/proc/meminfo: memFree=22100336/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=46072 CPUtime=0.29 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 4384 0 0 0 29 0 0 0 25 0 1 0 486425003 47177728 4309 33554432000 4194304 4947581 140733718248784 18446744073709551615 4352497 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 11518 4309 466 184 0 6393 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46072

[startup+0.700847 s]
/proc/loadavg: 4.00 3.98 3.16 5/189 3041
/proc/meminfo: memFree=22100336/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=54664 CPUtime=0.69 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 4775 0 0 0 69 0 0 0 25 0 1 0 486425003 55975936 4700 33554432000 4194304 4947581 140733718248784 18446744073709551615 4399959 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 13666 4700 466 184 0 8541 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54664

[startup+1.50066 s]
/proc/loadavg: 4.00 3.98 3.16 5/190 3042
/proc/meminfo: memFree=22081232/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=72568 CPUtime=1.49 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 5636 0 0 0 149 0 0 0 25 0 1 0 486425003 74309632 5561 33554432000 4194304 4947581 140733718248784 18446744073709551615 4398768 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 18142 5561 466 184 0 13017 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72568

[startup+3.10038 s]
/proc/loadavg: 4.00 3.98 3.16 5/190 3042
/proc/meminfo: memFree=22076148/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=81816 CPUtime=3.09 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 8683 0 0 0 308 1 0 0 25 0 1 0 486425003 83779584 8591 33554432000 4194304 4947581 140733718248784 18446744073709551615 4354222 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 20454 8591 471 184 0 15329 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81816

[startup+6.30084 s]
/proc/loadavg: 4.00 3.98 3.16 5/190 3042
/proc/meminfo: memFree=22057860/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=90988 CPUtime=6.29 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 9670 0 0 0 628 1 0 0 25 0 1 0 486425003 93171712 9578 33554432000 4194304 4947581 140733718248784 18446744073709551615 4352088 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 22747 9578 471 184 0 17622 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90988

[startup+12.7007 s]
/proc/loadavg: 4.00 3.98 3.17 5/190 3042
/proc/meminfo: memFree=22033068/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=100244 CPUtime=12.68 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 11888 0 0 0 1267 1 0 0 25 0 1 0 486425003 102649856 11796 33554432000 4194304 4947581 140733718248784 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 25061 11796 471 184 0 19936 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 100244

[startup+25.5004 s]
/proc/loadavg: 4.00 3.98 3.18 5/190 3042
/proc/meminfo: memFree=22002412/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=100372 CPUtime=25.48 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 15739 0 0 0 2546 2 0 0 25 0 1 0 486425003 102780928 15646 33554432000 4194304 4947581 140733718248784 18446744073709551615 4346297 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 25093 15646 471 184 0 19968 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 100372

[startup+51.1007 s]
/proc/loadavg: 4.00 3.98 3.20 5/190 3043
/proc/meminfo: memFree=21948820/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=110424 CPUtime=51.09 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 20646 0 0 0 5106 3 0 0 25 0 1 0 486425003 113074176 20548 33554432000 4194304 4947581 140733718248784 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 27606 20548 472 184 0 22481 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110424

[startup+102.307 s]
/proc/loadavg: 4.00 3.98 3.24 5/190 3102
/proc/meminfo: memFree=23535064/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=185352 CPUtime=102.29 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 30130 0 0 0 10224 5 0 0 25 0 1 0 486425003 189800448 30031 33554432000 4194304 4947581 140733718248784 18446744073709551615 4400520 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 46338 30031 478 184 0 41213 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 185352

[startup+162.301 s]
/proc/loadavg: 4.00 3.98 3.29 5/190 3104
/proc/meminfo: memFree=22982624/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=207476 CPUtime=162.28 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 34307 0 0 0 16222 6 0 0 25 0 1 0 486425003 212455424 34202 33554432000 4194304 4947581 140733718248784 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 51869 34202 472 184 0 46744 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 207476

[startup+222.301 s]
/proc/loadavg: 4.04 3.99 3.33 5/190 3105
/proc/meminfo: memFree=22865164/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=207476 CPUtime=222.27 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 36220 0 0 0 22221 6 0 0 25 0 1 0 486425003 212455424 33997 33554432000 4194304 4947581 140733718248784 18446744073709551615 4398435 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 51869 33997 488 184 0 46744 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 207476

[startup+282.301 s]
/proc/loadavg: 4.01 3.99 3.37 5/190 3107
/proc/meminfo: memFree=22779256/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=254272 CPUtime=282.27 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 39572 0 0 0 28220 7 0 0 25 0 1 0 486425003 260374528 37333 33554432000 4194304 4947581 140733718248784 18446744073709551615 4401581 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 63568 37333 472 184 0 58443 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 254272

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.41 5/190 3109
/proc/meminfo: memFree=22705448/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=254272 CPUtime=342.27 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 42276 0 0 0 34220 7 0 0 25 0 1 0 486425003 260374528 39983 33554432000 4194304 4947581 140733718248784 18446744073709551615 4491840 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 63568 39983 474 184 0 58443 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 254272

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 3.44 5/190 3110
/proc/meminfo: memFree=22669828/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=254272 CPUtime=402.27 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 43906 0 0 0 40219 8 0 0 25 0 1 0 486425003 260374528 41613 33554432000 4194304 4947581 140733718248784 18446744073709551615 4351005 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 63568 41613 474 184 0 58443 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 254272

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.47 5/190 3112
/proc/meminfo: memFree=22620568/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=254272 CPUtime=462.26 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 49804 0 0 0 46217 9 0 0 25 0 1 0 486425003 260374528 47511 33554432000 4194304 4947581 140733718248784 18446744073709551615 4351033 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 63568 47511 474 184 0 58443 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 254272

[startup+522.301 s]
/proc/loadavg: 4.00 3.99 3.50 5/190 3113
/proc/meminfo: memFree=22585956/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=308316 CPUtime=522.26 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 53471 0 0 0 52216 10 0 0 25 0 1 0 486425003 315715584 51175 33554432000 4194304 4947581 140733718248784 18446744073709551615 4398944 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 77079 51175 474 184 0 71954 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 308316

[startup+582.301 s]
/proc/loadavg: 4.07 4.01 3.54 5/190 3116
/proc/meminfo: memFree=22556044/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=308316 CPUtime=582.26 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 53634 0 0 0 58215 11 0 0 25 0 1 0 486425003 315715584 51338 33554432000 4194304 4947581 140733718248784 18446744073709551615 4352864 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 77079 51338 474 184 0 71954 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 308316

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

[startup+588.701 s]
/proc/loadavg: 4.06 4.01 3.54 5/190 3116
/proc/meminfo: memFree=22531988/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=308316 CPUtime=588.66 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 53676 0 0 0 58855 11 0 0 25 0 1 0 486425003 315715584 51380 33554432000 4194304 4947581 140733718248784 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 77079 51380 474 184 0 71954 0
Current children cumulated CPU time (s) 588.66
Current children cumulated vsize (KiB) 308316

[startup+601.5 s]
/proc/loadavg: 4.05 4.01 3.55 5/190 3117
/proc/meminfo: memFree=22528384/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=308316 CPUtime=601.46 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 53676 0 0 0 60135 11 0 0 25 0 1 0 486425003 315715584 51380 33554432000 4194304 4947581 140733718248784 18446744073709551615 4399806 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 77079 51380 474 184 0 71954 0
Current children cumulated CPU time (s) 601.46
Current children cumulated vsize (KiB) 308316

[startup+607.901 s]
/proc/loadavg: 4.04 4.01 3.55 5/190 3117
/proc/meminfo: memFree=22528504/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=308316 CPUtime=607.86 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 53676 0 0 0 60775 11 0 0 25 0 1 0 486425003 315715584 51380 33554432000 4194304 4947581 140733718248784 18446744073709551615 4398824 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 77079 51380 474 184 0 71954 0
Current children cumulated CPU time (s) 607.86
Current children cumulated vsize (KiB) 308316

[startup+614.301 s]
/proc/loadavg: 4.04 4.00 3.55 5/190 3117
/proc/meminfo: memFree=22528132/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=308316 CPUtime=614.26 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 53676 0 0 0 61415 11 0 0 25 0 1 0 486425003 315715584 51380 33554432000 4194304 4947581 140733718248784 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 77079 51380 474 184 0 71954 0
Current children cumulated CPU time (s) 614.26
Current children cumulated vsize (KiB) 308316

[startup+617.5 s]
/proc/loadavg: 4.04 4.00 3.55 5/190 3117
/proc/meminfo: memFree=22528132/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=308316 CPUtime=617.46 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 53677 0 0 0 61735 11 0 0 25 0 1 0 486425003 315715584 51381 33554432000 4194304 4947581 140733718248784 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 77079 51381 474 184 0 71954 0
Current children cumulated CPU time (s) 617.46
Current children cumulated vsize (KiB) 308316

[startup+618.3 s]
/proc/loadavg: 4.03 4.00 3.56 5/190 3117
/proc/meminfo: memFree=22528132/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=308316 CPUtime=618.26 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 53677 0 0 0 61815 11 0 0 25 0 1 0 486425003 315715584 51381 33554432000 4194304 4947581 140733718248784 18446744073709551615 4353960 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 77079 51381 474 184 0 71954 0
Current children cumulated CPU time (s) 618.26
Current children cumulated vsize (KiB) 308316

[startup+618.7 s]
/proc/loadavg: 4.03 4.00 3.56 5/190 3117
/proc/meminfo: memFree=22528132/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=308316 CPUtime=618.66 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 53677 0 0 0 61855 11 0 0 25 0 1 0 486425003 315715584 51381 33554432000 4194304 4947581 140733718248784 18446744073709551615 4400012 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 77079 51381 474 184 0 71954 0
Current children cumulated CPU time (s) 618.66
Current children cumulated vsize (KiB) 308316

[startup+618.901 s]
/proc/loadavg: 4.03 4.00 3.56 5/190 3117
/proc/meminfo: memFree=22528132/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=308316 CPUtime=618.86 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 53677 0 0 0 61875 11 0 0 25 0 1 0 486425003 315715584 51381 33554432000 4194304 4947581 140733718248784 18446744073709551615 4400180 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 77079 51381 474 184 0 71954 0
Current children cumulated CPU time (s) 618.86
Current children cumulated vsize (KiB) 308316

[startup+619.001 s]
/proc/loadavg: 4.03 4.00 3.56 5/190 3117
/proc/meminfo: memFree=22528132/32951124 swapFree=67111412/67111528
[pid=3041] ppid=3039 vsize=308316 CPUtime=618.96 cores=0,2
/proc/3041/stat : 3041 (synit_sat) R 3039 3041 2713 0 -1 4202496 53677 0 0 0 61885 11 0 0 25 0 1 0 486425003 315715584 51381 33554432000 4194304 4947581 140733718248784 18446744073709551615 4352213 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/3041/statm: 77079 51381 474 184 0 71954 0
Current children cumulated CPU time (s) 618.96
Current children cumulated vsize (KiB) 308316

Child status: 0
Real time (s): 619.028
CPU time (s): 618.994
CPU user time (s): 618.871
CPU system time (s): 0.122981
CPU usage (%): 99.9945
Max. virtual memory (cumulated for all children) (KiB): 308316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 618.871
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53682
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 3158

runsolver used 1.08983 second user time and 2.28865 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-25 18:17:53
IDJOB=3280538
IDBENCH=20401
IDSOLVER=1571
FILE ID=node137/3280538-1303748273
RUNJOBID= node137-1303746806-2732
PBS_JOBID= 13154025
Free space on /tmp= 71764 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280538-1303748273/watcher-3280538-1303748273 -o /tmp/evaluation-result-3280538-1303748273/solver-3280538-1303748273 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3280538-1303748273.cnf 985948337

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=985948337

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22100492 kB
Buffers:       1716136 kB
Cached:        6087112 kB
SwapCached:        112 kB
Active:        3822788 kB
Inactive:      6473932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22100492 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:            5276 kB
Writeback:           0 kB
AnonPages:     2493580 kB
Mapped:          17068 kB
Slab:           484852 kB
PageTables:      10328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3254476 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= 71756 MiB
End job on node137 at 2011-04-25 18:28:12