Trace number 3259065

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.06 1300.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g7.cnf
MD5SUMbd9e06c08721e6eb7b4cb4a265dbdd48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.14637
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.01	c start  0 total 0
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        760 AvgFaninNum: 18
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 : 720
0.00/0.02	c Total Root : 0 Undef Var: 720
0.00/0.02	c After covering, Total Root: 40 Leaf: 720
0.00/0.02	c Variable( cover/uncovered/unused ): 760 0 0
0.00/0.02	c Unit Clauses: 0
0.00/0.02	c Binary Clauses( cover/uncovered ): 720 42889
0.00/0.02	c Clauses( cover/uncovered ): 40 0
0.00/0.02	c Total Clauses( cover/uncovered ): 760 42889 1.74116%
0.00/0.02	c Covered Ands: 40 Invs: 0 Xors: 0 Ites: 0
0.00/0.04	c Uncover Clauses avg size: 2 max size: 2
0.00/0.04	c Final circuit: i/l/o/s     720       0   42889     43569
0.00/0.04	c cover rate 1.74116
0.00/0.04	c rocky end  0.02 total 0.02
0.00/0.08	c covering time  0.04 total 0.06
1300.04/1300.00	c interrupt  1299.98 total 1300.04
1300.04/1300.00	c INTERRUPTED ... 
1300.04/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-3259065-1303505890/watcher-3259065-1303505890 -o /tmp/evaluation-result-3259065-1303505890/solver-3259065-1303505890 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3259065-1303505890.cnf 767999583 

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: 0.85 1.77 2.74 3/176 26113
/proc/meminfo: memFree=13584480/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=13816 CPUtime=0 cores=5,7
/proc/26113/stat : 26113 (synit_sat) S 26111 26113 25554 0 -1 4194304 104 0 1 0 0 0 0 0 17 0 1 0 540819706 14147584 59 33554432000 4194304 4947581 140735655752176 18446744073709551615 231890566791 0 2147483391 4096 0 18446744071699215550 0 0 17 5 0 0 0
/proc/26113/statm: 3454 59 44 184 0 756 0

[startup+0.0961891 s]
/proc/loadavg: 0.85 1.77 2.74 3/176 26113
/proc/meminfo: memFree=13584480/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=60428 CPUtime=0.08 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 9460 0 1 0 7 1 0 0 17 0 1 0 540819706 61878272 9369 33554432000 4194304 4947581 140735655752176 18446744073709551615 231895187641 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 15107 9369 420 184 0 9982 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60428

[startup+0.101185 s]
/proc/loadavg: 0.85 1.77 2.74 3/176 26113
/proc/meminfo: memFree=13584480/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=68632 CPUtime=0.08 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 9567 0 1 0 7 1 0 0 17 0 1 0 540819706 70279168 9476 33554432000 4194304 4947581 140735655752176 18446744073709551615 4435352 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 17158 9476 427 184 0 12033 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 68632

[startup+0.30015 s]
/proc/loadavg: 0.85 1.77 2.74 3/176 26113
/proc/meminfo: memFree=13584480/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=71028 CPUtime=0.28 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 10330 0 1 0 27 1 0 0 18 0 1 0 540819706 72732672 10239 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399963 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 17757 10239 457 184 0 12632 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 71028

[startup+0.701075 s]
/proc/loadavg: 0.85 1.77 2.74 3/176 26113
/proc/meminfo: memFree=13584480/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=88804 CPUtime=0.68 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 10978 0 1 0 67 1 0 0 18 0 1 0 540819706 90935296 10887 33554432000 4194304 4947581 140735655752176 18446744073709551615 4352693 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 22201 10888 457 184 0 17076 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 88804

[startup+1.50093 s]
/proc/loadavg: 0.85 1.77 2.74 5/190 26140
/proc/meminfo: memFree=13246936/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=107544 CPUtime=1.48 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 12157 0 1 0 147 1 0 0 19 0 1 0 540819706 110125056 12066 33554432000 4194304 4947581 140735655752176 18446744073709551615 4283964 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 26886 12066 466 184 0 21761 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 107544

[startup+3.10062 s]
/proc/loadavg: 0.85 1.77 2.74 5/190 26140
/proc/meminfo: memFree=13218044/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=107672 CPUtime=3.08 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 14010 0 1 0 307 1 0 0 25 0 1 0 540819706 110256128 13919 33554432000 4194304 4947581 140735655752176 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 26918 13919 467 184 0 21793 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 107672

[startup+6.30102 s]
/proc/loadavg: 1.10 1.81 2.74 5/190 26141
/proc/meminfo: memFree=13177668/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=117036 CPUtime=6.29 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 16407 0 1 0 627 2 0 0 25 0 1 0 540819706 119844864 16316 33554432000 4194304 4947581 140735655752176 18446744073709551615 4517537 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 29259 16316 467 184 0 24134 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 117036

[startup+12.7008 s]
/proc/loadavg: 1.34 1.84 2.75 5/190 26141
/proc/meminfo: memFree=13144628/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=126584 CPUtime=12.69 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 18410 0 1 0 1267 2 0 0 25 0 1 0 540819706 129622016 18319 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 31646 18319 467 184 0 26521 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126584

[startup+25.5004 s]
/proc/loadavg: 1.92 1.95 2.77 5/190 26141
/proc/meminfo: memFree=13096532/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=136528 CPUtime=25.48 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 20642 0 1 0 2546 2 0 0 25 0 1 0 540819706 139804672 20551 33554432000 4194304 4947581 140735655752176 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 34132 20551 467 184 0 29007 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 136528

[startup+51.1005 s]
/proc/loadavg: 2.63 2.11 2.80 5/190 26142
/proc/meminfo: memFree=13065756/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=136528 CPUtime=51.09 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 23230 0 1 0 5106 3 0 0 25 0 1 0 540819706 139804672 23139 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 34132 23139 467 184 0 29007 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 136528

[startup+102.307 s]
/proc/loadavg: 3.40 2.40 2.86 5/190 26143
/proc/meminfo: memFree=12961316/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=170476 CPUtime=102.29 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 29857 0 1 0 10226 3 0 0 25 0 1 0 540819706 174567424 29766 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399806 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 42619 29766 467 184 0 37494 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 170476

[startup+162.301 s]
/proc/loadavg: 3.78 2.69 2.93 5/190 26145
/proc/meminfo: memFree=12858108/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=182420 CPUtime=162.29 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 35323 0 1 0 16225 4 0 0 25 0 1 0 540819706 186798080 35232 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399793 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 45605 35232 467 184 0 40480 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 182420

[startup+222.3 s]
/proc/loadavg: 3.92 2.93 2.99 5/190 26155
/proc/meminfo: memFree=12780964/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=182420 CPUtime=222.29 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 38073 0 1 0 22224 5 0 0 25 0 1 0 540819706 186798080 35429 33554432000 4194304 4947581 140735655752176 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 45605 35429 467 184 0 40480 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 182420

[startup+282.301 s]
/proc/loadavg: 4.04 3.15 3.06 5/190 26157
/proc/meminfo: memFree=12713080/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=182420 CPUtime=282.29 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 40912 0 1 0 28224 5 0 0 25 0 1 0 540819706 186798080 38268 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 45605 38268 467 184 0 40480 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 182420

[startup+342.301 s]
/proc/loadavg: 4.05 3.31 3.12 5/190 26159
/proc/meminfo: memFree=12687616/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=182420 CPUtime=342.29 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 41144 0 1 0 34224 5 0 0 25 0 1 0 540819706 186798080 38500 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399854 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 45605 38500 467 184 0 40480 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 182420

[startup+402.3 s]
/proc/loadavg: 4.02 3.44 3.18 5/190 26160
/proc/meminfo: memFree=12655092/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=182420 CPUtime=402.29 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 41303 0 1 0 40224 5 0 0 25 0 1 0 540819706 186798080 38659 33554432000 4194304 4947581 140735655752176 18446744073709551615 4354064 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 45605 38659 467 184 0 40480 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 182420

[startup+462.301 s]
/proc/loadavg: 4.00 3.54 3.22 5/190 26162
/proc/meminfo: memFree=12588092/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=294548 CPUtime=462.3 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 45720 0 1 0 46224 6 0 0 25 0 1 0 540819706 301617152 43076 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399891 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 73637 43076 467 184 0 68512 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 294548

[startup+522.301 s]
/proc/loadavg: 4.00 3.62 3.27 5/190 26163
/proc/meminfo: memFree=12503968/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=351268 CPUtime=522.3 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 49700 0 1 0 52223 7 0 0 25 0 1 0 540819706 359698432 47056 33554432000 4194304 4947581 140735655752176 18446744073709551615 4352280 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 87817 47056 467 184 0 82692 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 351268

[startup+582.3 s]
/proc/loadavg: 4.00 3.68 3.31 5/190 26165
/proc/meminfo: memFree=12451736/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=351268 CPUtime=582.31 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 50272 0 1 0 58223 8 0 0 25 0 1 0 540819706 359698432 47628 33554432000 4194304 4947581 140735655752176 18446744073709551615 4360838 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 87817 47628 467 184 0 82692 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 351268

[startup+642.301 s]
/proc/loadavg: 4.00 3.74 3.35 5/190 26167
/proc/meminfo: memFree=12414500/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=351268 CPUtime=642.31 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 50862 0 1 0 64223 8 0 0 25 0 1 0 540819706 359698432 48218 33554432000 4194304 4947581 140735655752176 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 87817 48218 467 184 0 82692 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 351268

[startup+702.301 s]
/proc/loadavg: 4.00 3.78 3.39 5/190 26168
/proc/meminfo: memFree=12388920/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=351268 CPUtime=702.31 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 54333 0 1 0 70222 9 0 0 25 0 1 0 540819706 359698432 51689 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 87817 51689 467 184 0 82692 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 351268

[startup+762.307 s]
/proc/loadavg: 4.10 3.85 3.44 5/190 26170
/proc/meminfo: memFree=12386512/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=351268 CPUtime=762.32 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 59182 0 1 0 76222 10 0 0 25 0 1 0 540819706 359698432 56538 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399941 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 87817 56538 467 184 0 82692 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 351268

[startup+822.301 s]
/proc/loadavg: 4.03 3.88 3.47 5/190 26171
/proc/meminfo: memFree=12351740/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=351268 CPUtime=822.31 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 59950 0 1 0 82221 10 0 0 25 0 1 0 540819706 359698432 57306 33554432000 4194304 4947581 140735655752176 18446744073709551615 4346272 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 87817 57306 467 184 0 82692 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 351268

[startup+882.301 s]
/proc/loadavg: 4.01 3.89 3.50 5/190 26173
/proc/meminfo: memFree=12328128/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=351268 CPUtime=882.32 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 60627 0 1 0 88221 11 0 0 25 0 1 0 540819706 359698432 57983 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 87817 57983 467 184 0 82692 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 351268

[startup+942.3 s]
/proc/loadavg: 4.00 3.91 3.53 5/190 26175
/proc/meminfo: memFree=12321260/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=351268 CPUtime=942.32 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 61070 0 1 0 94221 11 0 0 25 0 1 0 540819706 359698432 58426 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399783 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 87817 58426 467 184 0 82692 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 351268

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.55 5/190 26176
/proc/meminfo: memFree=12310180/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=351268 CPUtime=1002.32 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 61374 0 1 0 100221 11 0 0 25 0 1 0 540819706 359698432 58730 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 87817 58730 467 184 0 82692 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 351268

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.58 5/190 26178
/proc/meminfo: memFree=12307532/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=351268 CPUtime=1062.32 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 61374 0 1 0 106221 11 0 0 25 0 1 0 540819706 359698432 58730 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 87817 58730 467 184 0 82692 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 351268

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.60 5/190 26179
/proc/meminfo: memFree=12244480/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=351268 CPUtime=1122.33 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 61678 0 1 0 112221 12 0 0 25 0 1 0 540819706 359698432 59034 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399793 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 87817 59034 467 184 0 82692 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 351268

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.62 5/190 26181
/proc/meminfo: memFree=12205260/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=351268 CPUtime=1182.33 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 61959 0 1 0 118221 12 0 0 25 0 1 0 540819706 359698432 59285 33554432000 4194304 4947581 140735655752176 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 87817 59285 467 184 0 82692 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 351268

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.65 5/190 26183
/proc/meminfo: memFree=12181416/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=351268 CPUtime=1242.33 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 62278 0 1 0 124221 12 0 0 25 0 1 0 540819706 359698432 59565 33554432000 4194304 4947581 140735655752176 18446744073709551615 4343405 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 87817 59565 467 184 0 82692 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 351268



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.66 5/190 26184
/proc/meminfo: memFree=12137604/32950928 swapFree=67111528/67111528
[pid=26113] ppid=26111 vsize=351268 CPUtime=1300.04 cores=5,7
/proc/26113/stat : 26113 (synit_sat) R 26111 26113 25554 0 -1 4202496 63816 0 1 0 129990 14 0 0 25 0 1 0 540819706 359698432 61034 33554432000 4194304 4947581 140735655752176 18446744073709551615 231895186919 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/26113/statm: 87817 61034 467 184 0 82692 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 351268

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.02
CPU time (s): 1300.06
CPU user time (s): 1299.91
CPU system time (s): 0.153976
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 351268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.91
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63821
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 1966

runsolver used 2.12068 second user time and 4.98724 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-22 22:58:10
IDJOB=3259065
IDBENCH=71487
IDSOLVER=1571
FILE ID=node114/3259065-1303505890
RUNJOBID= node114-1303505890-26100
PBS_JOBID= 13134223
Free space on /tmp= 71260 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g7.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259065-1303505890/watcher-3259065-1303505890 -o /tmp/evaluation-result-3259065-1303505890/solver-3259065-1303505890 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3259065-1303505890.cnf 767999583

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

MD5SUM BENCH= bd9e06c08721e6eb7b4cb4a265dbdd48
RANDOM SEED=767999583

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13584760 kB
Buffers:       1911824 kB
Cached:       16807004 kB
SwapCached:          0 kB
Active:        9393772 kB
Inactive:      9393416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13584760 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4368 kB
Writeback:           0 kB
AnonPages:       67744 kB
Mapped:          14492 kB
Slab:           516124 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   194284 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= 71244 MiB
End job on node114 at 2011-04-22 23:19:52