Trace number 3250879

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-03? (TO) 1300.08 1300.05

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
MD5SUMf34a5dd1cdce70a322dd395bcb5f1303
Bench CategoryCRAFTED (crafted 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 variables2548
Number of clauses582679
Sum of the clauses size1167806
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2582629
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

0.00/0.00	c start  0 total 0
0.09/0.19	c Find Units :          0
0.19/0.23	c Find Invs  :          0
0.19/0.23	c Find Ands  :       2548 AvgFaninNum: 50.0204
0.19/0.23	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.23	c Find Ite   :          0
0.19/0.23	c UnDirect variable: 0
0.19/0.23	c UnDirect to Direct Gate: 0
0.19/0.23	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.23	c Break Cycle : 2498
0.19/0.23	c Total Root : 0 Undef Var: 2498
0.19/0.24	c After covering, Total Root: 50 Leaf: 2498
0.19/0.24	c Variable( cover/uncovered/unused ): 2548 0 0
0.19/0.24	c Unit Clauses: 0
0.19/0.24	c Binary Clauses( cover/uncovered ): 2498 580131
0.19/0.24	c Clauses( cover/uncovered ): 50 0
0.19/0.24	c Total Clauses( cover/uncovered ): 2548 580131 0.437291%
0.19/0.24	c Covered Ands: 50 Invs: 0 Xors: 0 Ites: 0
0.39/0.48	c Uncover Clauses avg size: 2 max size: 2
0.39/0.49	c Final circuit: i/l/o/s    2498       0  580131    582579
0.39/0.49	c cover rate 0.437291
0.39/0.49	c rocky end  0.48 total 0.48
1.00/1.04	c covering time  0.55 total 1.03
1300.03/1300.00	c interrupt  1299 total 1300.03
1300.03/1300.00	c INTERRUPTED ... 
1300.03/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-3250879-1303582861/watcher-3250879-1303582861 -o /tmp/evaluation-result-3250879-1303582861/solver-3250879-1303582861 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3250879-1303582861.cnf 1759870545 

running on 2 cores: 5,7

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.34 3.53 3.80 4/189 12897
/proc/meminfo: memFree=13486900/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=30684 CPUtime=0 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 2191 0 0 0 0 0 0 0 25 0 1 0 469887105 31420416 2125 33554432000 4194304 4947581 140737158903360 18446744073709551615 270613110528 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 7671 2135 365 184 0 2546 0

[startup+0.0741621 s]
/proc/loadavg: 2.34 3.53 3.80 4/189 12897
/proc/meminfo: memFree=13486900/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=55260 CPUtime=0.06 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 7251 0 0 0 6 0 0 0 25 0 1 0 469887105 56586240 7186 33554432000 4194304 4947581 140737158903360 18446744073709551615 4821463 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 13815 7216 376 184 0 8690 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 55260

[startup+0.101159 s]
/proc/loadavg: 2.34 3.53 3.80 4/189 12897
/proc/meminfo: memFree=13486900/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=55260 CPUtime=0.09 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 8352 0 0 0 8 1 0 0 25 0 1 0 469887105 56586240 8286 33554432000 4194304 4947581 140737158903360 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 13815 8286 376 184 0 8690 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55260

[startup+0.301123 s]
/proc/loadavg: 2.34 3.53 3.80 4/189 12897
/proc/meminfo: memFree=13486900/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=79832 CPUtime=0.29 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 13978 0 0 0 28 1 0 0 25 0 1 0 469887105 81747968 13912 33554432000 4194304 4947581 140737158903360 18446744073709551615 4829018 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 19958 13912 384 184 0 14833 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79832

[startup+0.701051 s]
/proc/loadavg: 2.34 3.53 3.80 4/189 12897
/proc/meminfo: memFree=13486900/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=165868 CPUtime=0.69 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 36414 0 0 0 65 4 0 0 25 0 1 0 469887105 169848832 36348 33554432000 4194304 4947581 140737158903360 18446744073709551615 4842913 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 41467 36348 409 184 0 36342 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 165868

[startup+1.50091 s]
/proc/loadavg: 2.34 3.53 3.80 5/190 12898
/proc/meminfo: memFree=13301760/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=449892 CPUtime=1.49 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 98614 0 0 0 138 11 0 0 25 0 1 0 469887105 460689408 98530 33554432000 4194304 4947581 140737158903360 18446744073709551615 4651786 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 112473 98530 436 184 0 107348 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 449892

[startup+3.10063 s]
/proc/loadavg: 2.47 3.54 3.80 5/190 12898
/proc/meminfo: memFree=13061320/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=480412 CPUtime=3.09 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 104879 0 0 0 297 12 0 0 25 0 1 0 469887105 491941888 102801 33554432000 4194304 4947581 140737158903360 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 120103 102801 457 184 0 114978 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 480412

[startup+6.30106 s]
/proc/loadavg: 2.47 3.54 3.80 5/190 12898
/proc/meminfo: memFree=13021664/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=505608 CPUtime=6.29 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 109569 0 0 0 616 13 0 0 25 0 1 0 469887105 517742592 107491 33554432000 4194304 4947581 140737158903360 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 126402 107491 466 184 0 121277 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 505608

[startup+12.7009 s]
/proc/loadavg: 2.71 3.56 3.80 5/190 12898
/proc/meminfo: memFree=12986580/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=505608 CPUtime=12.69 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 112972 0 0 0 1255 14 0 0 25 0 1 0 469887105 517742592 110894 33554432000 4194304 4947581 140737158903360 18446744073709551615 4517553 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 126402 110894 467 184 0 121277 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 505608

[startup+25.5007 s]
/proc/loadavg: 2.90 3.57 3.80 5/190 12926
/proc/meminfo: memFree=12888752/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=551244 CPUtime=25.49 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 122983 0 0 0 2534 15 0 0 25 0 1 0 469887105 564473856 120905 33554432000 4194304 4947581 140737158903360 18446744073709551615 4399950 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 137811 120905 467 184 0 132686 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 551244

[startup+51.1011 s]
/proc/loadavg: 3.28 3.60 3.81 5/190 12926
/proc/meminfo: memFree=12775364/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=551244 CPUtime=51.1 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 125573 0 0 0 5094 16 0 0 25 0 1 0 469887105 564473856 123495 33554432000 4194304 4947581 140737158903360 18446744073709551615 4515756 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 137811 123495 467 184 0 132686 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 551244

[startup+102.307 s]
/proc/loadavg: 3.71 3.67 3.82 5/190 12928
/proc/meminfo: memFree=12597272/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=737184 CPUtime=102.3 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 148687 0 0 0 10210 20 0 0 25 0 1 0 469887105 754876416 146609 33554432000 4194304 4947581 140737158903360 18446744073709551615 4517560 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 184296 146609 467 184 0 179171 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 737184

[startup+162.301 s]
/proc/loadavg: 3.89 3.73 3.83 5/190 12929
/proc/meminfo: memFree=12417600/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=737184 CPUtime=162.3 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 156470 0 0 0 16209 21 0 0 25 0 1 0 469887105 754876416 154392 33554432000 4194304 4947581 140737158903360 18446744073709551615 4399974 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 184296 154392 467 184 0 179171 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 737184

[startup+222.301 s]
/proc/loadavg: 3.96 3.77 3.83 5/190 12931
/proc/meminfo: memFree=12298540/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=968224 CPUtime=222.29 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 180917 0 0 0 22205 24 0 0 25 0 1 0 469887105 991461376 178839 33554432000 4194304 4947581 140737158903360 18446744073709551615 4399941 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 242056 178839 467 184 0 236931 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 968224

[startup+282.3 s]
/proc/loadavg: 3.98 3.81 3.84 5/190 12933
/proc/meminfo: memFree=12222604/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=968224 CPUtime=282.3 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 183230 0 0 0 28205 25 0 0 25 0 1 0 469887105 991461376 181152 33554432000 4194304 4947581 140737158903360 18446744073709551615 4517544 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 242056 181152 467 184 0 236931 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 968224

[startup+342.301 s]
/proc/loadavg: 4.03 3.86 3.85 5/190 12934
/proc/meminfo: memFree=12071160/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1056736 CPUtime=342.3 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 202623 0 0 0 34201 29 0 0 25 0 1 0 469887105 1082097664 200545 33554432000 4194304 4947581 140737158903360 18446744073709551615 4352952 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 264184 200545 467 184 0 259059 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1056736

[startup+402.301 s]
/proc/loadavg: 4.01 3.88 3.85 5/190 12936
/proc/meminfo: memFree=11996352/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1056736 CPUtime=402.3 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 210788 0 0 0 40199 31 0 0 25 0 1 0 469887105 1082097664 208704 33554432000 4194304 4947581 140737158903360 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 264184 208704 467 184 0 259059 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1056736

[startup+462.3 s]
/proc/loadavg: 4.00 3.90 3.86 5/190 12937
/proc/meminfo: memFree=11993096/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1056736 CPUtime=462.3 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 212018 0 0 0 46199 31 0 0 25 0 1 0 469887105 1082097664 209885 33554432000 4194304 4947581 140737158903360 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 264184 209885 467 184 0 259059 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1056736

[startup+522.301 s]
/proc/loadavg: 4.00 3.91 3.87 5/190 12939
/proc/meminfo: memFree=11920168/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1056736 CPUtime=522.31 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 212041 0 0 0 52199 32 0 0 25 0 1 0 469887105 1082097664 209854 33554432000 4194304 4947581 140737158903360 18446744073709551615 4398445 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 264184 209854 467 184 0 259059 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1056736

[startup+582.3 s]
/proc/loadavg: 4.00 3.93 3.87 5/190 12941
/proc/meminfo: memFree=11820676/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1056736 CPUtime=582.31 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 212105 0 0 0 58199 32 0 0 25 0 1 0 469887105 1082097664 209861 33554432000 4194304 4947581 140737158903360 18446744073709551615 4399894 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 264184 209861 467 184 0 259059 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1056736

[startup+642.301 s]
/proc/loadavg: 4.08 3.96 3.88 5/190 12942
/proc/meminfo: memFree=11773768/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1056736 CPUtime=642.32 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 212199 0 0 0 64200 32 0 0 25 0 1 0 469887105 1082097664 209904 33554432000 4194304 4947581 140737158903360 18446744073709551615 4515761 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 264184 209904 467 184 0 259059 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1056736

[startup+702.301 s]
/proc/loadavg: 4.03 3.96 3.89 5/190 12944
/proc/meminfo: memFree=11765540/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1056736 CPUtime=702.31 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 213236 0 0 0 70199 32 0 0 25 0 1 0 469887105 1082097664 207739 33554432000 4194304 4947581 140737158903360 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 264184 207739 467 184 0 259059 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1056736

[startup+762.306 s]
/proc/loadavg: 4.01 3.97 3.89 5/190 12945
/proc/meminfo: memFree=11663700/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1170128 CPUtime=762.32 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 223218 0 0 0 76198 34 0 0 25 0 1 0 469887105 1198211072 217721 33554432000 4194304 4947581 140737158903360 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 292532 217721 467 184 0 287407 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1170128

[startup+822.301 s]
/proc/loadavg: 4.00 3.97 3.90 5/190 12947
/proc/meminfo: memFree=11624248/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1170128 CPUtime=822.31 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 226551 0 0 0 82196 35 0 0 25 0 1 0 469887105 1198211072 221054 33554432000 4194304 4947581 140737158903360 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 292532 221054 467 184 0 287407 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1170128

[startup+882.3 s]
/proc/loadavg: 4.05 3.99 3.91 5/190 12949
/proc/meminfo: memFree=11609956/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1170128 CPUtime=882.31 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 229737 0 0 0 88196 35 0 0 25 0 1 0 469887105 1198211072 224240 33554432000 4194304 4947581 140737158903360 18446744073709551615 4491956 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 292532 224240 467 184 0 287407 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1170128

[startup+942.301 s]
/proc/loadavg: 4.02 3.99 3.91 5/190 12950
/proc/meminfo: memFree=11585856/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1170128 CPUtime=942.31 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 230562 0 0 0 94195 36 0 0 25 0 1 0 469887105 1198211072 225065 33554432000 4194304 4947581 140737158903360 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 292532 225065 467 184 0 287407 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1170128

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 12952
/proc/meminfo: memFree=11583952/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1170128 CPUtime=1002.31 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 231008 0 0 0 100195 36 0 0 25 0 1 0 469887105 1198211072 225511 33554432000 4194304 4947581 140737158903360 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 292532 225511 467 184 0 287407 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1170128

[startup+1062.3 s]
/proc/loadavg: 4.04 4.00 3.91 5/190 12953
/proc/meminfo: memFree=11581552/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1170128 CPUtime=1062.31 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 231128 0 0 0 106195 36 0 0 25 0 1 0 469887105 1198211072 225631 33554432000 4194304 4947581 140737158903360 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 292532 225631 467 184 0 287407 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1170128

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.91 5/190 12955
/proc/meminfo: memFree=11506504/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1170128 CPUtime=1122.31 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 231620 0 0 0 112195 36 0 0 25 0 1 0 469887105 1198211072 226123 33554432000 4194304 4947581 140737158903360 18446744073709551615 4400008 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 292532 226123 467 184 0 287407 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1170128

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 12957
/proc/meminfo: memFree=11413108/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1170128 CPUtime=1182.32 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 234874 0 0 0 118195 37 0 0 25 0 1 0 469887105 1198211072 229377 33554432000 4194304 4947581 140737158903360 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 292532 229377 467 184 0 287407 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1170128

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.92 5/190 12958
/proc/meminfo: memFree=11351708/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1308456 CPUtime=1242.33 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 249114 0 0 0 124193 40 0 0 25 0 1 0 469887105 1339858944 243617 33554432000 4194304 4947581 140737158903360 18446744073709551615 4350464 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 327114 243617 467 184 0 321989 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1308456



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.85 3.97 3.91 3/180 12996
/proc/meminfo: memFree=12984452/32951124 swapFree=67111528/67111528
[pid=12897] ppid=12895 vsize=1308456 CPUtime=1300.03 cores=5,7
/proc/12897/stat : 12897 (synit_sat) R 12895 12897 12159 0 -1 4202496 249115 0 0 0 129963 40 0 0 25 0 1 0 469887105 1339858944 243618 33554432000 4194304 4947581 140737158903360 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/12897/statm: 327114 243618 467 184 0 321989 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1308456

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.05
CPU time (s): 1300.08
CPU user time (s): 1299.64
CPU system time (s): 0.441932
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1308456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.64
system time used= 0.441932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249120
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= 6
involuntary context switches= 1719

runsolver used 2.02969 second user time and 5.07423 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-23 20:21:02
IDJOB=3250879
IDBENCH=88204
IDSOLVER=1571
FILE ID=node108/3250879-1303582861
RUNJOBID= node108-1303582855-12777
PBS_JOBID= 13150338
Free space on /tmp= 71368 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250879-1303582861/watcher-3250879-1303582861 -o /tmp/evaluation-result-3250879-1303582861/solver-3250879-1303582861 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3250879-1303582861.cnf 1759870545

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

MD5SUM BENCH= f34a5dd1cdce70a322dd395bcb5f1303
RANDOM SEED=1759870545

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13487180 kB
Buffers:       2253112 kB
Cached:       15606872 kB
SwapCached:          0 kB
Active:       10914932 kB
Inactive:      7976516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13487180 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           34416 kB
Writeback:           0 kB
AnonPages:     1030496 kB
Mapped:          16988 kB
Slab:           506976 kB
PageTables:       7480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1385752 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= 71388 MiB
End job on node108 at 2011-04-23 20:42:44