Trace number 3249251

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.02 1300.03

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-5x41.cnf
MD5SUM420773b7b438dd18c8a88a15fb5bcae1
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 variables820
Number of clauses34235
Sum of the clauses size134480
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21230
Number of clauses of size 30
Number of clauses of size 433005
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.02	c Find Ands  :        820 AvgFaninNum: 3
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 615
0.00/0.02	c Total Root : 0 Undef Var: 615
0.00/0.02	c After covering, Total Root: 205 Leaf: 615
0.00/0.02	c Variable( cover/uncovered/unused ): 820 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 615 615
0.00/0.02	c Clauses( cover/uncovered ): 205 32800
0.00/0.02	c Total Clauses( cover/uncovered ): 820 33415 2.39521%
0.00/0.02	c Covered Ands: 205 Invs: 0 Xors: 0 Ites: 0
0.03/0.05	c Uncover Clauses avg size: 3.96319 max size: 4
0.03/0.05	c Final circuit: i/l/o/s     615       0   33415     50225
0.03/0.05	c cover rate 2.39521
0.03/0.05	c rocky end  0.04 total 0.04
0.09/0.12	c covering time  0.07 total 0.11
1299.98/1300.00	c interrupt  1299.87 total 1299.98
1299.98/1300.00	c INTERRUPTED ... 
1299.98/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-3249251-1303509493/watcher-3249251-1303509493 -o /tmp/evaluation-result-3249251-1303509493/solver-3249251-1303509493 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3249251-1303509493.cnf 491575853 

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.64 3.89 3.96 4/189 30199
/proc/meminfo: memFree=12739552/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=30684 CPUtime=0 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 2282 0 0 0 0 0 0 0 25 0 1 0 462549758 31420416 2216 33554432000 4194304 4947581 140735731838704 18446744073709551615 4776448 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 7671 2225 376 184 0 2546 0

[startup+0.044507 s]
/proc/loadavg: 3.64 3.89 3.96 4/189 30199
/proc/meminfo: memFree=12739552/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=36312 CPUtime=0.03 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 3799 0 0 0 3 0 0 0 25 0 1 0 462549758 37183488 3733 33554432000 4194304 4947581 140735731838704 18446744073709551615 4699688 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 9078 3733 384 184 0 3953 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36312

[startup+0.100524 s]
/proc/loadavg: 3.64 3.89 3.96 4/189 30199
/proc/meminfo: memFree=12739552/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=46680 CPUtime=0.09 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 6398 0 0 0 9 0 0 0 25 0 1 0 462549758 47800320 6332 33554432000 4194304 4947581 140735731838704 18446744073709551615 4741435 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 11670 6332 409 184 0 6545 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46680

[startup+0.300499 s]
/proc/loadavg: 3.64 3.89 3.96 4/189 30199
/proc/meminfo: memFree=12739552/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=80148 CPUtime=0.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 12401 0 0 0 28 1 0 0 25 0 1 0 462549758 82071552 12305 33554432000 4194304 4947581 140735731838704 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 20037 12306 436 184 0 14912 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80148

[startup+0.700415 s]
/proc/loadavg: 3.64 3.89 3.96 4/189 30199
/proc/meminfo: memFree=12739552/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=97220 CPUtime=0.69 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 16655 0 0 0 68 1 0 0 25 0 1 0 462549758 99553280 16559 33554432000 4194304 4947581 140735731838704 18446744073709551615 4701039 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 24305 16559 445 184 0 19180 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97220

[startup+1.50027 s]
/proc/loadavg: 3.64 3.89 3.96 5/190 30200
/proc/meminfo: memFree=12650016/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=112096 CPUtime=1.49 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 18786 0 0 0 148 1 0 0 25 0 1 0 462549758 114786304 18690 33554432000 4194304 4947581 140735731838704 18446744073709551615 4399124 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 28024 18690 459 184 0 22899 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 112096

[startup+3.10099 s]
/proc/loadavg: 3.64 3.89 3.96 5/190 30200
/proc/meminfo: memFree=12633356/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=132332 CPUtime=3.09 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 20846 0 0 0 307 2 0 0 25 0 1 0 462549758 135507968 20750 33554432000 4194304 4947581 140735731838704 18446744073709551615 4398452 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 33083 20750 467 184 0 27958 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132332

[startup+6.30039 s]
/proc/loadavg: 3.67 3.89 3.96 5/190 30200
/proc/meminfo: memFree=12602628/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=143472 CPUtime=6.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 27643 0 0 0 626 3 0 0 25 0 1 0 462549758 146915328 27525 33554432000 4194304 4947581 140735731838704 18446744073709551615 4343618 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 35868 27525 484 184 0 30743 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 143472

[startup+12.7002 s]
/proc/loadavg: 3.70 3.89 3.96 6/190 30200
/proc/meminfo: memFree=12547200/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=168620 CPUtime=12.69 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 34810 0 0 0 1265 4 0 0 25 0 1 0 462549758 172666880 34676 33554432000 4194304 4947581 140735731838704 18446744073709551615 4515736 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 42155 34676 468 184 0 37030 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 168620

[startup+25.5009 s]
/proc/loadavg: 3.76 3.90 3.96 5/190 30201
/proc/meminfo: memFree=12495232/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=214512 CPUtime=25.49 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 42630 0 0 0 2544 5 0 0 25 0 1 0 462549758 219660288 42496 33554432000 4194304 4947581 140735731838704 18446744073709551615 230808862356 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 53628 42496 468 184 0 48503 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 214512

[startup+51.1012 s]
/proc/loadavg: 3.84 3.91 3.96 5/190 30201
/proc/meminfo: memFree=12411348/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=214512 CPUtime=51.09 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 45542 0 0 0 5103 6 0 0 25 0 1 0 462549758 219660288 45397 33554432000 4194304 4947581 140735731838704 18446744073709551615 4624169 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 53628 45397 468 184 0 48503 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 214512

[startup+102.307 s]
/proc/loadavg: 3.93 3.92 3.96 5/190 30203
/proc/meminfo: memFree=12144616/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=475604 CPUtime=102.3 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 71060 0 0 0 10220 10 0 0 25 0 1 0 462549758 487018496 70915 33554432000 4194304 4947581 140735731838704 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 118901 70915 468 184 0 113776 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 475604

[startup+162.301 s]
/proc/loadavg: 4.02 3.94 3.96 5/190 30204
/proc/meminfo: memFree=12102920/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=475604 CPUtime=162.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 72123 0 0 0 16219 10 0 0 25 0 1 0 462549758 487018496 71978 33554432000 4194304 4947581 140735731838704 18446744073709551615 4399883 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 118901 71978 468 184 0 113776 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 475604

[startup+222.301 s]
/proc/loadavg: 4.01 3.95 3.96 5/190 30215
/proc/meminfo: memFree=12000460/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=475604 CPUtime=222.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 85365 0 0 0 22216 13 0 0 25 0 1 0 462549758 487018496 85191 33554432000 4194304 4947581 140735731838704 18446744073709551615 4399891 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 118901 85191 476 184 0 113776 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 475604

[startup+282.301 s]
/proc/loadavg: 4.00 3.96 3.96 5/190 30216
/proc/meminfo: memFree=11899616/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=544212 CPUtime=282.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 95246 0 0 0 28214 15 0 0 25 0 1 0 462549758 557273088 95065 33554432000 4194304 4947581 140735731838704 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 136053 95065 469 184 0 130928 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 544212

[startup+342.301 s]
/proc/loadavg: 4.07 3.98 3.97 5/190 30220
/proc/meminfo: memFree=11772480/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=544212 CPUtime=342.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 96401 0 0 0 34213 16 0 0 25 0 1 0 462549758 557273088 96198 33554432000 4194304 4947581 140735731838704 18446744073709551615 4361631 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 136053 96198 468 184 0 130928 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 544212

[startup+402.301 s]
/proc/loadavg: 4.14 4.02 3.98 5/190 30223
/proc/meminfo: memFree=11744684/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=544212 CPUtime=402.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 96795 0 0 0 40213 16 0 0 25 0 1 0 462549758 557273088 96509 33554432000 4194304 4947581 140735731838704 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 136053 96509 468 184 0 130928 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 544212

[startup+462.301 s]
/proc/loadavg: 4.05 4.02 3.98 5/190 30224
/proc/meminfo: memFree=11654276/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=544212 CPUtime=462.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 97077 0 0 0 46213 16 0 0 25 0 1 0 462549758 557273088 96680 33554432000 4194304 4947581 140735731838704 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 136053 96680 468 184 0 130928 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 544212

[startup+522.301 s]
/proc/loadavg: 4.02 4.01 3.98 5/190 30226
/proc/meminfo: memFree=11634048/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=544212 CPUtime=522.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 97365 0 0 0 52213 16 0 0 25 0 1 0 462549758 557273088 96821 33554432000 4194304 4947581 140735731838704 18446744073709551615 4352791 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 136053 96821 468 184 0 130928 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 544212

[startup+582.3 s]
/proc/loadavg: 4.00 4.01 3.98 5/190 30227
/proc/meminfo: memFree=11595604/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=544212 CPUtime=582.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 99862 0 0 0 58213 16 0 0 25 0 1 0 462549758 557273088 99200 33554432000 4194304 4947581 140735731838704 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 136053 99200 468 184 0 130928 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 544212

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/190 30229
/proc/meminfo: memFree=11580724/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=544212 CPUtime=642.3 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 101477 0 0 0 64213 17 0 0 25 0 1 0 462549758 557273088 91727 33554432000 4194304 4947581 140735731838704 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 136053 91727 468 184 0 130928 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 544212

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/190 30231
/proc/meminfo: memFree=11541404/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=544212 CPUtime=702.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 110417 0 0 0 70210 19 0 0 25 0 1 0 462549758 557273088 100667 33554432000 4194304 4947581 140735731838704 18446744073709551615 4515648 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 136053 100667 468 184 0 130928 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 544212

[startup+762.306 s]
/proc/loadavg: 4.00 4.00 3.98 5/190 30232
/proc/meminfo: memFree=11497384/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=626784 CPUtime=762.3 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 116549 0 0 0 76209 21 0 0 25 0 1 0 462549758 641826816 106799 33554432000 4194304 4947581 140735731838704 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 156696 106799 468 184 0 151571 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 626784

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/190 30234
/proc/meminfo: memFree=11485232/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=626784 CPUtime=822.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 118260 0 0 0 82208 21 0 0 25 0 1 0 462549758 641826816 108510 33554432000 4194304 4947581 140735731838704 18446744073709551615 4399787 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 156696 108510 468 184 0 151571 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 626784

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/190 30235
/proc/meminfo: memFree=11399548/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=626784 CPUtime=882.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 123055 0 0 0 88207 22 0 0 25 0 1 0 462549758 641826816 113305 33554432000 4194304 4947581 140735731838704 18446744073709551615 4547506 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 156696 113305 468 184 0 151571 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 626784

[startup+942.3 s]
/proc/loadavg: 4.15 4.04 4.00 5/190 30237
/proc/meminfo: memFree=11360612/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=626784 CPUtime=942.28 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 131999 0 0 0 94204 24 0 0 25 0 1 0 462549758 641826816 122249 33554432000 4194304 4947581 140735731838704 18446744073709551615 4350176 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 156696 122249 468 184 0 151571 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 626784

[startup+1002.3 s]
/proc/loadavg: 4.05 4.03 4.00 5/190 30239
/proc/meminfo: memFree=11297856/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=626784 CPUtime=1002.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 132953 0 0 0 100204 25 0 0 25 0 1 0 462549758 641826816 123203 33554432000 4194304 4947581 140735731838704 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 156696 123203 468 184 0 151571 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 626784

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/190 30240
/proc/meminfo: memFree=11278996/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=626784 CPUtime=1062.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 133299 0 0 0 106204 25 0 0 25 0 1 0 462549758 641826816 123549 33554432000 4194304 4947581 140735731838704 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 156696 123549 468 184 0 151571 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 626784

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/190 30242
/proc/meminfo: memFree=11207200/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=715004 CPUtime=1122.29 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 140950 0 0 0 112202 27 0 0 25 0 1 0 462549758 732164096 131200 33554432000 4194304 4947581 140735731838704 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 178751 131200 468 184 0 173626 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 715004

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/190 30243
/proc/meminfo: memFree=11164544/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=715004 CPUtime=1182.28 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 141150 0 0 0 118201 27 0 0 25 0 1 0 462549758 732164096 131400 33554432000 4194304 4947581 140735731838704 18446744073709551615 4399806 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 178751 131400 468 184 0 173626 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 715004

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/190 30245
/proc/meminfo: memFree=11143080/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=715132 CPUtime=1242.28 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 141324 0 0 0 124201 27 0 0 25 0 1 0 462549758 732295168 131574 33554432000 4194304 4947581 140735731838704 18446744073709551615 4491819 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 178783 131574 468 184 0 173658 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 715132



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.82 3.72 3.90 2/172 30301
/proc/meminfo: memFree=12810608/32951124 swapFree=67111528/67111528
[pid=30199] ppid=30197 vsize=715132 CPUtime=1299.98 cores=4,6
/proc/30199/stat : 30199 (synit_sat) R 30197 30199 29155 0 -1 4202496 141554 0 0 0 129971 27 0 0 25 0 1 0 462549758 732295168 131794 33554432000 4194304 4947581 140735731838704 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/30199/statm: 178783 131794 468 184 0 173658 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 715132

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.03
CPU time (s): 1300.02
CPU user time (s): 1299.72
CPU system time (s): 0.303953
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.72
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141559
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= 2092

runsolver used 2.33764 second user time and 4.74028 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-22 23:58:13
IDJOB=3249251
IDBENCH=83163
IDSOLVER=1571
FILE ID=node104/3249251-1303509493
RUNJOBID= node104-1303509463-30049
PBS_JOBID= 13134229
Free space on /tmp= 70912 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-5x41.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249251-1303509493/watcher-3249251-1303509493 -o /tmp/evaluation-result-3249251-1303509493/solver-3249251-1303509493 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3249251-1303509493.cnf 491575853

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

MD5SUM BENCH= 420773b7b438dd18c8a88a15fb5bcae1
RANDOM SEED=491575853

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12739708 kB
Buffers:       1811932 kB
Cached:       17181216 kB
SwapCached:          0 kB
Active:       10970680 kB
Inactive:      8672316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12739708 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14988 kB
Writeback:           0 kB
AnonPages:      649740 kB
Mapped:          17128 kB
Slab:           502804 kB
PageTables:       6260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   926960 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= 70924 MiB
End job on node104 at 2011-04-23 00:19:55